You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	chore(server): update openapi (#2205)
This commit is contained in:
		| @@ -1 +1 @@ | |||||||
| 6.0.1 | 6.5.0 | ||||||
							
								
								
									
										8
									
								
								mobile/openapi/README.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								mobile/openapi/README.md
									
									
									
										generated
									
									
									
								
							| @@ -39,16 +39,16 @@ Please follow the [installation procedure](#installation--usage) and then run th | |||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
| 
 | 
 | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = APIKeyApi(); | final api_instance = APIKeyApi(); | ||||||
| final aPIKeyCreateDto = APIKeyCreateDto(); // APIKeyCreateDto |  | final aPIKeyCreateDto = APIKeyCreateDto(); // APIKeyCreateDto |  | ||||||
|   | |||||||
							
								
								
									
										60
									
								
								mobile/openapi/doc/APIKeyApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										60
									
								
								mobile/openapi/doc/APIKeyApi.md
									
									
									
										generated
									
									
									
								
							| @@ -21,21 +21,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = APIKeyApi(); | final api_instance = APIKeyApi(); | ||||||
| final aPIKeyCreateDto = APIKeyCreateDto(); // APIKeyCreateDto |  | final aPIKeyCreateDto = APIKeyCreateDto(); // APIKeyCreateDto |  | ||||||
| @@ -60,7 +58,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -74,21 +72,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = APIKeyApi(); | final api_instance = APIKeyApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -112,7 +108,7 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -126,21 +122,19 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = APIKeyApi(); | final api_instance = APIKeyApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -165,7 +159,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -179,21 +173,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = APIKeyApi(); | final api_instance = APIKeyApi(); | ||||||
| 
 | 
 | ||||||
| @@ -214,7 +206,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -228,21 +220,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = APIKeyApi(); | final api_instance = APIKeyApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -269,7 +259,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										144
									
								
								mobile/openapi/doc/AlbumApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										144
									
								
								mobile/openapi/doc/AlbumApi.md
									
									
									
										generated
									
									
									
								
							| @@ -28,21 +28,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -71,7 +69,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -85,21 +83,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -126,7 +122,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -140,21 +136,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final createAlbumDto = CreateAlbumDto(); // CreateAlbumDto |  | final createAlbumDto = CreateAlbumDto(); // CreateAlbumDto |  | ||||||
| @@ -179,7 +173,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -193,21 +187,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final createAlbumShareLinkDto = CreateAlbumShareLinkDto(); // CreateAlbumShareLinkDto |  | final createAlbumShareLinkDto = CreateAlbumShareLinkDto(); // CreateAlbumShareLinkDto |  | ||||||
| @@ -232,7 +224,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -246,21 +238,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -284,7 +274,7 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -298,21 +288,19 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -343,7 +331,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -357,21 +345,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| 
 | 
 | ||||||
| @@ -392,7 +378,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -406,21 +392,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -447,7 +431,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -461,21 +445,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final shared = true; // bool |  | final shared = true; // bool |  | ||||||
| @@ -502,7 +484,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -516,21 +498,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -557,7 +537,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -571,21 +551,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -611,7 +589,7 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -625,21 +603,19 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AlbumApi(); | final api_instance = AlbumApi(); | ||||||
| final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final albumId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -666,7 +642,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										262
									
								
								mobile/openapi/doc/AssetApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										262
									
								
								mobile/openapi/doc/AssetApi.md
									
									
									
										generated
									
									
									
								
							| @@ -39,21 +39,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final addAssetsDto = AddAssetsDto(); // AddAssetsDto |  | final addAssetsDto = AddAssetsDto(); // AddAssetsDto |  | ||||||
| @@ -80,7 +78,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -99,16 +97,16 @@ Check duplicated asset before uploading - for Web upload used | |||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final checkDuplicateAssetDto = CheckDuplicateAssetDto(); // CheckDuplicateAssetDto |  | final checkDuplicateAssetDto = CheckDuplicateAssetDto(); // CheckDuplicateAssetDto |  | ||||||
| @@ -135,7 +133,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -154,16 +152,16 @@ Checks if multiple assets exist on the server and returns all existing - used by | |||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final checkExistingAssetsDto = CheckExistingAssetsDto(); // CheckExistingAssetsDto |  | final checkExistingAssetsDto = CheckExistingAssetsDto(); // CheckExistingAssetsDto |  | ||||||
| @@ -188,7 +186,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -202,21 +200,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final createAssetsShareLinkDto = CreateAssetsShareLinkDto(); // CreateAssetsShareLinkDto |  | final createAssetsShareLinkDto = CreateAssetsShareLinkDto(); // CreateAssetsShareLinkDto |  | ||||||
| @@ -241,7 +237,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -255,21 +251,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final deleteAssetDto = DeleteAssetDto(); // DeleteAssetDto |  | final deleteAssetDto = DeleteAssetDto(); // DeleteAssetDto |  | ||||||
| @@ -294,7 +288,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -308,21 +302,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -349,7 +341,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -363,21 +355,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final downloadFilesDto = DownloadFilesDto(); // DownloadFilesDto |  | final downloadFilesDto = DownloadFilesDto(); // DownloadFilesDto |  | ||||||
| @@ -404,7 +394,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -423,16 +413,16 @@ Current this is not used in any UI element | |||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final name = name_example; // String |  | final name = name_example; // String |  | ||||||
| @@ -461,7 +451,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -480,16 +470,16 @@ Get all AssetEntity belong to the user | |||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final isFavorite = true; // bool |  | final isFavorite = true; // bool |  | ||||||
| @@ -518,7 +508,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -537,16 +527,16 @@ Get a single asset's information | |||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -573,7 +563,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -587,21 +577,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final getAssetByTimeBucketDto = GetAssetByTimeBucketDto(); // GetAssetByTimeBucketDto |  | final getAssetByTimeBucketDto = GetAssetByTimeBucketDto(); // GetAssetByTimeBucketDto |  | ||||||
| @@ -626,7 +614,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -640,21 +628,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final getAssetCountByTimeBucketDto = GetAssetCountByTimeBucketDto(); // GetAssetCountByTimeBucketDto |  | final getAssetCountByTimeBucketDto = GetAssetCountByTimeBucketDto(); // GetAssetCountByTimeBucketDto |  | ||||||
| @@ -679,7 +665,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -693,21 +679,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| 
 | 
 | ||||||
| @@ -728,7 +712,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -742,21 +726,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| 
 | 
 | ||||||
| @@ -777,7 +759,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -791,21 +773,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -834,7 +814,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -848,21 +828,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| 
 | 
 | ||||||
| @@ -883,7 +861,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -897,21 +875,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| 
 | 
 | ||||||
| @@ -932,7 +908,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -951,16 +927,16 @@ Get all asset of a device that are in the database, ID only. | |||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final deviceId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final deviceId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -985,7 +961,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -999,21 +975,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final removeAssetsDto = RemoveAssetsDto(); // RemoveAssetsDto |  | final removeAssetsDto = RemoveAssetsDto(); // RemoveAssetsDto |  | ||||||
| @@ -1040,7 +1014,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -1054,21 +1028,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final searchAssetDto = SearchAssetDto(); // SearchAssetDto |  | final searchAssetDto = SearchAssetDto(); // SearchAssetDto |  | ||||||
| @@ -1093,7 +1065,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -1107,21 +1079,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -1152,7 +1122,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -1171,16 +1141,16 @@ Update an asset | |||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final assetId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -1207,7 +1177,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -1221,21 +1191,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AssetApi(); | final api_instance = AssetApi(); | ||||||
| final assetType = ; // AssetTypeEnum |  | final assetType = ; // AssetTypeEnum |  | ||||||
| @@ -1282,7 +1250,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										40
									
								
								mobile/openapi/doc/AuthenticationApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										40
									
								
								mobile/openapi/doc/AuthenticationApi.md
									
									
									
										generated
									
									
									
								
							| @@ -21,8 +21,6 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
| @@ -64,21 +62,19 @@ No authorization required | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AuthenticationApi(); | final api_instance = AuthenticationApi(); | ||||||
| final changePasswordDto = ChangePasswordDto(); // ChangePasswordDto |  | final changePasswordDto = ChangePasswordDto(); // ChangePasswordDto |  | ||||||
| @@ -103,7 +99,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -117,8 +113,6 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
| @@ -160,21 +154,19 @@ No authorization required | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AuthenticationApi(); | final api_instance = AuthenticationApi(); | ||||||
| 
 | 
 | ||||||
| @@ -195,7 +187,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -209,21 +201,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = AuthenticationApi(); | final api_instance = AuthenticationApi(); | ||||||
| 
 | 
 | ||||||
| @@ -244,7 +234,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								mobile/openapi/doc/DeviceInfoApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								mobile/openapi/doc/DeviceInfoApi.md
									
									
									
										generated
									
									
									
								
							| @@ -17,21 +17,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = DeviceInfoApi(); | final api_instance = DeviceInfoApi(); | ||||||
| final upsertDeviceInfoDto = UpsertDeviceInfoDto(); // UpsertDeviceInfoDto |  | final upsertDeviceInfoDto = UpsertDeviceInfoDto(); // UpsertDeviceInfoDto |  | ||||||
| @@ -56,7 +54,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										24
									
								
								mobile/openapi/doc/JobApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										24
									
								
								mobile/openapi/doc/JobApi.md
									
									
									
										generated
									
									
									
								
							| @@ -18,21 +18,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = JobApi(); | final api_instance = JobApi(); | ||||||
| 
 | 
 | ||||||
| @@ -53,7 +51,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -67,21 +65,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = JobApi(); | final api_instance = JobApi(); | ||||||
| final jobId = ; // JobName |  | final jobId = ; // JobName |  | ||||||
| @@ -108,7 +104,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										30
									
								
								mobile/openapi/doc/OAuthApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										30
									
								
								mobile/openapi/doc/OAuthApi.md
									
									
									
										generated
									
									
									
								
							| @@ -21,8 +21,6 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
| @@ -64,8 +62,6 @@ No authorization required | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
| @@ -107,21 +103,19 @@ No authorization required | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = OAuthApi(); | final api_instance = OAuthApi(); | ||||||
| final oAuthCallbackDto = OAuthCallbackDto(); // OAuthCallbackDto |  | final oAuthCallbackDto = OAuthCallbackDto(); // OAuthCallbackDto |  | ||||||
| @@ -146,7 +140,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -160,8 +154,6 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
| @@ -198,21 +190,19 @@ No authorization required | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = OAuthApi(); | final api_instance = OAuthApi(); | ||||||
| 
 | 
 | ||||||
| @@ -233,7 +223,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										36
									
								
								mobile/openapi/doc/SearchApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										36
									
								
								mobile/openapi/doc/SearchApi.md
									
									
									
										generated
									
									
									
								
							| @@ -19,21 +19,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = SearchApi(); | final api_instance = SearchApi(); | ||||||
| 
 | 
 | ||||||
| @@ -54,7 +52,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -68,21 +66,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = SearchApi(); | final api_instance = SearchApi(); | ||||||
| 
 | 
 | ||||||
| @@ -103,7 +99,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -117,21 +113,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = SearchApi(); | final api_instance = SearchApi(); | ||||||
| final q = q_example; // String |  | final q = q_example; // String |  | ||||||
| @@ -182,7 +176,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										28
									
								
								mobile/openapi/doc/ServerInfoApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										28
									
								
								mobile/openapi/doc/ServerInfoApi.md
									
									
									
										generated
									
									
									
								
							| @@ -20,21 +20,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = ServerInfoApi(); | final api_instance = ServerInfoApi(); | ||||||
| 
 | 
 | ||||||
| @@ -55,7 +53,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -69,8 +67,6 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
| @@ -108,21 +104,19 @@ No authorization required | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = ServerInfoApi(); | final api_instance = ServerInfoApi(); | ||||||
| 
 | 
 | ||||||
| @@ -143,7 +137,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -157,8 +151,6 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|   | |||||||
							
								
								
									
										60
									
								
								mobile/openapi/doc/ShareApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										60
									
								
								mobile/openapi/doc/ShareApi.md
									
									
									
										generated
									
									
									
								
							| @@ -21,21 +21,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = ShareApi(); | final api_instance = ShareApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -62,7 +60,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -76,21 +74,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = ShareApi(); | final api_instance = ShareApi(); | ||||||
| 
 | 
 | ||||||
| @@ -111,7 +107,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -125,21 +121,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = ShareApi(); | final api_instance = ShareApi(); | ||||||
| final key = key_example; // String |  | final key = key_example; // String |  | ||||||
| @@ -164,7 +158,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -178,21 +172,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = ShareApi(); | final api_instance = ShareApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -217,7 +209,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -231,21 +223,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = ShareApi(); | final api_instance = ShareApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -269,7 +259,7 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										48
									
								
								mobile/openapi/doc/SystemConfigApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										48
									
								
								mobile/openapi/doc/SystemConfigApi.md
									
									
									
										generated
									
									
									
								
							| @@ -20,21 +20,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = SystemConfigApi(); | final api_instance = SystemConfigApi(); | ||||||
| 
 | 
 | ||||||
| @@ -55,7 +53,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -69,21 +67,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = SystemConfigApi(); | final api_instance = SystemConfigApi(); | ||||||
| 
 | 
 | ||||||
| @@ -104,7 +100,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -118,21 +114,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = SystemConfigApi(); | final api_instance = SystemConfigApi(); | ||||||
| 
 | 
 | ||||||
| @@ -153,7 +147,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -167,21 +161,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = SystemConfigApi(); | final api_instance = SystemConfigApi(); | ||||||
| final systemConfigDto = SystemConfigDto(); // SystemConfigDto |  | final systemConfigDto = SystemConfigDto(); // SystemConfigDto |  | ||||||
| @@ -206,7 +198,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										60
									
								
								mobile/openapi/doc/TagApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										60
									
								
								mobile/openapi/doc/TagApi.md
									
									
									
										generated
									
									
									
								
							| @@ -21,21 +21,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = TagApi(); | final api_instance = TagApi(); | ||||||
| final createTagDto = CreateTagDto(); // CreateTagDto |  | final createTagDto = CreateTagDto(); // CreateTagDto |  | ||||||
| @@ -60,7 +58,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -74,21 +72,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = TagApi(); | final api_instance = TagApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -112,7 +108,7 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -126,21 +122,19 @@ void (empty response body) | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = TagApi(); | final api_instance = TagApi(); | ||||||
| 
 | 
 | ||||||
| @@ -161,7 +155,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -175,21 +169,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = TagApi(); | final api_instance = TagApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -214,7 +206,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -228,21 +220,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = TagApi(); | final api_instance = TagApi(); | ||||||
| final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final id = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -269,7 +259,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										110
									
								
								mobile/openapi/doc/UserApi.md
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										110
									
								
								mobile/openapi/doc/UserApi.md
									
									
									
										generated
									
									
									
								
							| @@ -26,21 +26,19 @@ Method | HTTP request | Description | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| final file = BINARY_DATA_HERE; // MultipartFile |  | final file = BINARY_DATA_HERE; // MultipartFile |  | ||||||
| @@ -65,7 +63,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -79,21 +77,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| final createUserDto = CreateUserDto(); // CreateUserDto |  | final createUserDto = CreateUserDto(); // CreateUserDto |  | ||||||
| @@ -118,7 +114,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -132,21 +128,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| final userId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final userId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -171,7 +165,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -185,21 +179,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| final isAll = true; // bool |  | final isAll = true; // bool |  | ||||||
| @@ -224,7 +216,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -238,21 +230,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| 
 | 
 | ||||||
| @@ -273,7 +263,7 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -287,21 +277,19 @@ This endpoint does not need any parameter. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| final userId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final userId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -326,7 +314,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -340,21 +328,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| final userId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final userId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -379,7 +365,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -393,8 +379,6 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
| @@ -436,21 +420,19 @@ No authorization required | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| final userId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | final userId = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // String |  | ||||||
| @@ -475,7 +457,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
| @@ -489,21 +471,19 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| ### Example | ### Example | ||||||
| ```dart | ```dart | ||||||
| import 'package:openapi/api.dart'; | import 'package:openapi/api.dart'; | ||||||
|  | // TODO Configure API key authorization: cookie | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; | ||||||
|  | // uncomment below to setup prefix (e.g. Bearer) for API key, if needed | ||||||
|  | //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; | ||||||
| // TODO Configure HTTP Bearer authorization: bearer | // TODO Configure HTTP Bearer authorization: bearer | ||||||
| // Case 1. Use String Token | // Case 1. Use String Token | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN'); | ||||||
| // Case 2. Use Function which generate token. | // Case 2. Use Function which generate token. | ||||||
| // String yourTokenGeneratorFunction() { ... } | // String yourTokenGeneratorFunction() { ... } | ||||||
| //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | //defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction); | ||||||
| // TODO Configure API key authorization: cookie |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY'; |  | ||||||
| // uncomment below to setup prefix (e.g. Bearer) for API key, if needed |  | ||||||
| //defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer'; |  | ||||||
| 
 | 
 | ||||||
| final api_instance = UserApi(); | final api_instance = UserApi(); | ||||||
| final updateUserDto = UpdateUserDto(); // UpdateUserDto |  | final updateUserDto = UpdateUserDto(); // UpdateUserDto |  | ||||||
| @@ -528,7 +508,7 @@ Name | Type | Description  | Notes | |||||||
| 
 | 
 | ||||||
| ### Authorization | ### Authorization | ||||||
| 
 | 
 | ||||||
| [bearer](../README.md#bearer), [cookie](../README.md#cookie) | [cookie](../README.md#cookie), [bearer](../README.md#bearer) | ||||||
| 
 | 
 | ||||||
| ### HTTP request headers | ### HTTP request headers | ||||||
| 
 | 
 | ||||||
|   | |||||||
							
								
								
									
										82
									
								
								mobile/openapi/lib/api/album_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										82
									
								
								mobile/openapi/lib/api/album_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class AlbumApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PUT /album/{albumId}/assets' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -57,8 +54,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -81,10 +76,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PUT /album/{albumId}/users' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -116,8 +108,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -138,10 +128,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /album' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateAlbumDto] createAlbumDto (required): |   /// * [CreateAlbumDto] createAlbumDto (required): | ||||||
| @@ -170,8 +157,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateAlbumDto] createAlbumDto (required): |   /// * [CreateAlbumDto] createAlbumDto (required): | ||||||
| @@ -190,10 +175,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /album/create-shared-link' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateAlbumShareLinkDto] createAlbumShareLinkDto (required): |   /// * [CreateAlbumShareLinkDto] createAlbumShareLinkDto (required): | ||||||
| @@ -222,8 +204,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateAlbumShareLinkDto] createAlbumShareLinkDto (required): |   /// * [CreateAlbumShareLinkDto] createAlbumShareLinkDto (required): | ||||||
| @@ -242,10 +222,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'DELETE /album/{albumId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -275,8 +252,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -287,10 +262,7 @@ class AlbumApi { | |||||||
|     } |     } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /album/{albumId}/download' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -336,8 +308,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -362,9 +332,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /album/count-by-user-id' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getAlbumCountByUserIdWithHttpInfo() async { |   Future<Response> getAlbumCountByUserIdWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/album/count-by-user-id'; |     final path = r'/album/count-by-user-id'; | ||||||
| @@ -390,7 +358,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<AlbumCountResponseDto?> getAlbumCountByUserId() async { |   Future<AlbumCountResponseDto?> getAlbumCountByUserId() async { | ||||||
|     final response = await getAlbumCountByUserIdWithHttpInfo(); |     final response = await getAlbumCountByUserIdWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -406,10 +373,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /album/{albumId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -445,8 +409,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -467,10 +429,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /album' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [bool] shared: |   /// * [bool] shared: | ||||||
| @@ -509,8 +468,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [bool] shared: |   /// * [bool] shared: | ||||||
| @@ -535,10 +492,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'DELETE /album/{albumId}/assets' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -570,8 +524,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -592,10 +544,7 @@ class AlbumApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'DELETE /album/{albumId}/user/{userId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -628,8 +577,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -642,10 +589,7 @@ class AlbumApi { | |||||||
|     } |     } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PATCH /album/{albumId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
| @@ -677,8 +621,6 @@ class AlbumApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] albumId (required): |   /// * [String] albumId (required): | ||||||
|   | |||||||
							
								
								
									
										33
									
								
								mobile/openapi/lib/api/api_key_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										33
									
								
								mobile/openapi/lib/api/api_key_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class APIKeyApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /api-key' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [APIKeyCreateDto] aPIKeyCreateDto (required): |   /// * [APIKeyCreateDto] aPIKeyCreateDto (required): | ||||||
| @@ -48,8 +45,6 @@ class APIKeyApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [APIKeyCreateDto] aPIKeyCreateDto (required): |   /// * [APIKeyCreateDto] aPIKeyCreateDto (required): | ||||||
| @@ -68,10 +63,7 @@ class APIKeyApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'DELETE /api-key/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -101,8 +93,6 @@ class APIKeyApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -113,10 +103,7 @@ class APIKeyApi { | |||||||
|     } |     } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /api-key/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -146,8 +133,6 @@ class APIKeyApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -166,9 +151,7 @@ class APIKeyApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /api-key' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getKeysWithHttpInfo() async { |   Future<Response> getKeysWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/api-key'; |     final path = r'/api-key'; | ||||||
| @@ -194,7 +177,6 @@ class APIKeyApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<List<APIKeyResponseDto>?> getKeys() async { |   Future<List<APIKeyResponseDto>?> getKeys() async { | ||||||
|     final response = await getKeysWithHttpInfo(); |     final response = await getKeysWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -213,10 +195,7 @@ class APIKeyApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PUT /api-key/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -248,8 +227,6 @@ class APIKeyApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
|   | |||||||
							
								
								
									
										104
									
								
								mobile/openapi/lib/api/asset_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										104
									
								
								mobile/openapi/lib/api/asset_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class AssetApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PATCH /asset/shared-link/add' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [AddAssetsDto] addAssetsDto (required): |   /// * [AddAssetsDto] addAssetsDto (required): | ||||||
| @@ -54,8 +51,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [AddAssetsDto] addAssetsDto (required): |   /// * [AddAssetsDto] addAssetsDto (required): | ||||||
| @@ -188,10 +183,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /asset/shared-link' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateAssetsShareLinkDto] createAssetsShareLinkDto (required): |   /// * [CreateAssetsShareLinkDto] createAssetsShareLinkDto (required): | ||||||
| @@ -220,8 +212,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateAssetsShareLinkDto] createAssetsShareLinkDto (required): |   /// * [CreateAssetsShareLinkDto] createAssetsShareLinkDto (required): | ||||||
| @@ -240,10 +230,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'DELETE /asset' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [DeleteAssetDto] deleteAssetDto (required): |   /// * [DeleteAssetDto] deleteAssetDto (required): | ||||||
| @@ -272,8 +259,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [DeleteAssetDto] deleteAssetDto (required): |   /// * [DeleteAssetDto] deleteAssetDto (required): | ||||||
| @@ -295,10 +280,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /asset/download/{assetId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] assetId (required): |   /// * [String] assetId (required): | ||||||
| @@ -334,8 +316,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] assetId (required): |   /// * [String] assetId (required): | ||||||
| @@ -356,10 +336,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /asset/download-files' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [DownloadFilesDto] downloadFilesDto (required): |   /// * [DownloadFilesDto] downloadFilesDto (required): | ||||||
| @@ -394,8 +371,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [DownloadFilesDto] downloadFilesDto (required): |   /// * [DownloadFilesDto] downloadFilesDto (required): | ||||||
| @@ -623,10 +598,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /asset/time-bucket' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [GetAssetByTimeBucketDto] getAssetByTimeBucketDto (required): |   /// * [GetAssetByTimeBucketDto] getAssetByTimeBucketDto (required): | ||||||
| @@ -655,8 +627,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [GetAssetByTimeBucketDto] getAssetByTimeBucketDto (required): |   /// * [GetAssetByTimeBucketDto] getAssetByTimeBucketDto (required): | ||||||
| @@ -678,10 +648,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /asset/count-by-time-bucket' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [GetAssetCountByTimeBucketDto] getAssetCountByTimeBucketDto (required): |   /// * [GetAssetCountByTimeBucketDto] getAssetCountByTimeBucketDto (required): | ||||||
| @@ -710,8 +677,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [GetAssetCountByTimeBucketDto] getAssetCountByTimeBucketDto (required): |   /// * [GetAssetCountByTimeBucketDto] getAssetCountByTimeBucketDto (required): | ||||||
| @@ -730,9 +695,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /asset/count-by-user-id' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getAssetCountByUserIdWithHttpInfo() async { |   Future<Response> getAssetCountByUserIdWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/asset/count-by-user-id'; |     final path = r'/asset/count-by-user-id'; | ||||||
| @@ -758,7 +721,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<AssetCountByUserIdResponseDto?> getAssetCountByUserId() async { |   Future<AssetCountByUserIdResponseDto?> getAssetCountByUserId() async { | ||||||
|     final response = await getAssetCountByUserIdWithHttpInfo(); |     final response = await getAssetCountByUserIdWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -774,9 +736,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /asset/search-terms' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getAssetSearchTermsWithHttpInfo() async { |   Future<Response> getAssetSearchTermsWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/asset/search-terms'; |     final path = r'/asset/search-terms'; | ||||||
| @@ -802,7 +762,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<List<String>?> getAssetSearchTerms() async { |   Future<List<String>?> getAssetSearchTerms() async { | ||||||
|     final response = await getAssetSearchTermsWithHttpInfo(); |     final response = await getAssetSearchTermsWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -821,10 +780,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /asset/thumbnail/{assetId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] assetId (required): |   /// * [String] assetId (required): | ||||||
| @@ -865,8 +821,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] assetId (required): |   /// * [String] assetId (required): | ||||||
| @@ -889,9 +843,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /asset/curated-locations' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getCuratedLocationsWithHttpInfo() async { |   Future<Response> getCuratedLocationsWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/asset/curated-locations'; |     final path = r'/asset/curated-locations'; | ||||||
| @@ -917,7 +869,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<List<CuratedLocationsResponseDto>?> getCuratedLocations() async { |   Future<List<CuratedLocationsResponseDto>?> getCuratedLocations() async { | ||||||
|     final response = await getCuratedLocationsWithHttpInfo(); |     final response = await getCuratedLocationsWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -936,9 +887,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /asset/curated-objects' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getCuratedObjectsWithHttpInfo() async { |   Future<Response> getCuratedObjectsWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/asset/curated-objects'; |     final path = r'/asset/curated-objects'; | ||||||
| @@ -964,7 +913,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<List<CuratedObjectsResponseDto>?> getCuratedObjects() async { |   Future<List<CuratedObjectsResponseDto>?> getCuratedObjects() async { | ||||||
|     final response = await getCuratedObjectsWithHttpInfo(); |     final response = await getCuratedObjectsWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -1039,10 +987,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PATCH /asset/shared-link/remove' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [RemoveAssetsDto] removeAssetsDto (required): |   /// * [RemoveAssetsDto] removeAssetsDto (required): | ||||||
| @@ -1077,8 +1022,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [RemoveAssetsDto] removeAssetsDto (required): |   /// * [RemoveAssetsDto] removeAssetsDto (required): | ||||||
| @@ -1099,10 +1042,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /asset/search' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [SearchAssetDto] searchAssetDto (required): |   /// * [SearchAssetDto] searchAssetDto (required): | ||||||
| @@ -1131,8 +1071,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [SearchAssetDto] searchAssetDto (required): |   /// * [SearchAssetDto] searchAssetDto (required): | ||||||
| @@ -1154,10 +1092,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /asset/file/{assetId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] assetId (required): |   /// * [String] assetId (required): | ||||||
| @@ -1203,8 +1138,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] assetId (required): |   /// * [String] assetId (required): | ||||||
| @@ -1286,10 +1219,7 @@ class AssetApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /asset/upload' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [AssetTypeEnum] assetType (required): |   /// * [AssetTypeEnum] assetType (required): | ||||||
| @@ -1395,8 +1325,6 @@ class AssetApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [AssetTypeEnum] assetType (required): |   /// * [AssetTypeEnum] assetType (required): | ||||||
|   | |||||||
							
								
								
									
										31
									
								
								mobile/openapi/lib/api/authentication_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										31
									
								
								mobile/openapi/lib/api/authentication_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class AuthenticationApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /auth/admin-sign-up' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [SignUpDto] signUpDto (required): |   /// * [SignUpDto] signUpDto (required): | ||||||
| @@ -48,8 +45,6 @@ class AuthenticationApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [SignUpDto] signUpDto (required): |   /// * [SignUpDto] signUpDto (required): | ||||||
| @@ -68,10 +63,7 @@ class AuthenticationApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /auth/change-password' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [ChangePasswordDto] changePasswordDto (required): |   /// * [ChangePasswordDto] changePasswordDto (required): | ||||||
| @@ -100,8 +92,6 @@ class AuthenticationApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [ChangePasswordDto] changePasswordDto (required): |   /// * [ChangePasswordDto] changePasswordDto (required): | ||||||
| @@ -120,10 +110,7 @@ class AuthenticationApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /auth/login' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [LoginCredentialDto] loginCredentialDto (required): |   /// * [LoginCredentialDto] loginCredentialDto (required): | ||||||
| @@ -152,8 +139,6 @@ class AuthenticationApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [LoginCredentialDto] loginCredentialDto (required): |   /// * [LoginCredentialDto] loginCredentialDto (required): | ||||||
| @@ -172,9 +157,7 @@ class AuthenticationApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /auth/logout' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> logoutWithHttpInfo() async { |   Future<Response> logoutWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/auth/logout'; |     final path = r'/auth/logout'; | ||||||
| @@ -200,7 +183,6 @@ class AuthenticationApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<LogoutResponseDto?> logout() async { |   Future<LogoutResponseDto?> logout() async { | ||||||
|     final response = await logoutWithHttpInfo(); |     final response = await logoutWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -216,9 +198,7 @@ class AuthenticationApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /auth/validateToken' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> validateAccessTokenWithHttpInfo() async { |   Future<Response> validateAccessTokenWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/auth/validateToken'; |     final path = r'/auth/validateToken'; | ||||||
| @@ -244,7 +224,6 @@ class AuthenticationApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<ValidateAccessTokenResponseDto?> validateAccessToken() async { |   Future<ValidateAccessTokenResponseDto?> validateAccessToken() async { | ||||||
|     final response = await validateAccessTokenWithHttpInfo(); |     final response = await validateAccessTokenWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
|   | |||||||
							
								
								
									
										7
									
								
								mobile/openapi/lib/api/device_info_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										7
									
								
								mobile/openapi/lib/api/device_info_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class DeviceInfoApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PUT /device-info' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [UpsertDeviceInfoDto] upsertDeviceInfoDto (required): |   /// * [UpsertDeviceInfoDto] upsertDeviceInfoDto (required): | ||||||
| @@ -48,8 +45,6 @@ class DeviceInfoApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [UpsertDeviceInfoDto] upsertDeviceInfoDto (required): |   /// * [UpsertDeviceInfoDto] upsertDeviceInfoDto (required): | ||||||
|   | |||||||
							
								
								
									
										12
									
								
								mobile/openapi/lib/api/job_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								mobile/openapi/lib/api/job_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,9 +16,7 @@ class JobApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /jobs' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getAllJobsStatusWithHttpInfo() async { |   Future<Response> getAllJobsStatusWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/jobs'; |     final path = r'/jobs'; | ||||||
| @@ -44,7 +42,6 @@ class JobApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<AllJobStatusResponseDto?> getAllJobsStatus() async { |   Future<AllJobStatusResponseDto?> getAllJobsStatus() async { | ||||||
|     final response = await getAllJobsStatusWithHttpInfo(); |     final response = await getAllJobsStatusWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -60,10 +57,7 @@ class JobApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PUT /jobs/{jobId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [JobName] jobId (required): |   /// * [JobName] jobId (required): | ||||||
| @@ -95,8 +89,6 @@ class JobApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [JobName] jobId (required): |   /// * [JobName] jobId (required): | ||||||
|   | |||||||
							
								
								
									
										31
									
								
								mobile/openapi/lib/api/o_auth_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										31
									
								
								mobile/openapi/lib/api/o_auth_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class OAuthApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /oauth/callback' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [OAuthCallbackDto] oAuthCallbackDto (required): |   /// * [OAuthCallbackDto] oAuthCallbackDto (required): | ||||||
| @@ -48,8 +45,6 @@ class OAuthApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [OAuthCallbackDto] oAuthCallbackDto (required): |   /// * [OAuthCallbackDto] oAuthCallbackDto (required): | ||||||
| @@ -68,10 +63,7 @@ class OAuthApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /oauth/config' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [OAuthConfigDto] oAuthConfigDto (required): |   /// * [OAuthConfigDto] oAuthConfigDto (required): | ||||||
| @@ -100,8 +92,6 @@ class OAuthApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [OAuthConfigDto] oAuthConfigDto (required): |   /// * [OAuthConfigDto] oAuthConfigDto (required): | ||||||
| @@ -120,10 +110,7 @@ class OAuthApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /oauth/link' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [OAuthCallbackDto] oAuthCallbackDto (required): |   /// * [OAuthCallbackDto] oAuthCallbackDto (required): | ||||||
| @@ -152,8 +139,6 @@ class OAuthApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [OAuthCallbackDto] oAuthCallbackDto (required): |   /// * [OAuthCallbackDto] oAuthCallbackDto (required): | ||||||
| @@ -172,9 +157,7 @@ class OAuthApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /oauth/mobile-redirect' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> mobileRedirectWithHttpInfo() async { |   Future<Response> mobileRedirectWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/oauth/mobile-redirect'; |     final path = r'/oauth/mobile-redirect'; | ||||||
| @@ -200,7 +183,6 @@ class OAuthApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<void> mobileRedirect() async { |   Future<void> mobileRedirect() async { | ||||||
|     final response = await mobileRedirectWithHttpInfo(); |     final response = await mobileRedirectWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -208,9 +190,7 @@ class OAuthApi { | |||||||
|     } |     } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /oauth/unlink' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> unlinkWithHttpInfo() async { |   Future<Response> unlinkWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/oauth/unlink'; |     final path = r'/oauth/unlink'; | ||||||
| @@ -236,7 +216,6 @@ class OAuthApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<UserResponseDto?> unlink() async { |   Future<UserResponseDto?> unlink() async { | ||||||
|     final response = await unlinkWithHttpInfo(); |     final response = await unlinkWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
|   | |||||||
							
								
								
									
										17
									
								
								mobile/openapi/lib/api/search_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										17
									
								
								mobile/openapi/lib/api/search_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,9 +16,7 @@ class SearchApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /search/explore' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getExploreDataWithHttpInfo() async { |   Future<Response> getExploreDataWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/search/explore'; |     final path = r'/search/explore'; | ||||||
| @@ -44,7 +42,6 @@ class SearchApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<List<SearchExploreResponseDto>?> getExploreData() async { |   Future<List<SearchExploreResponseDto>?> getExploreData() async { | ||||||
|     final response = await getExploreDataWithHttpInfo(); |     final response = await getExploreDataWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -63,9 +60,7 @@ class SearchApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /search/config' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getSearchConfigWithHttpInfo() async { |   Future<Response> getSearchConfigWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/search/config'; |     final path = r'/search/config'; | ||||||
| @@ -91,7 +86,6 @@ class SearchApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<SearchConfigResponseDto?> getSearchConfig() async { |   Future<SearchConfigResponseDto?> getSearchConfig() async { | ||||||
|     final response = await getSearchConfigWithHttpInfo(); |     final response = await getSearchConfigWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -107,10 +101,7 @@ class SearchApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /search' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] q: |   /// * [String] q: | ||||||
| @@ -208,8 +199,6 @@ class SearchApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] q: |   /// * [String] q: | ||||||
|   | |||||||
							
								
								
									
										20
									
								
								mobile/openapi/lib/api/server_info_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								mobile/openapi/lib/api/server_info_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,9 +16,7 @@ class ServerInfoApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /server-info' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getServerInfoWithHttpInfo() async { |   Future<Response> getServerInfoWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/server-info'; |     final path = r'/server-info'; | ||||||
| @@ -44,7 +42,6 @@ class ServerInfoApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<ServerInfoResponseDto?> getServerInfo() async { |   Future<ServerInfoResponseDto?> getServerInfo() async { | ||||||
|     final response = await getServerInfoWithHttpInfo(); |     final response = await getServerInfoWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -60,9 +57,7 @@ class ServerInfoApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /server-info/version' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getServerVersionWithHttpInfo() async { |   Future<Response> getServerVersionWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/server-info/version'; |     final path = r'/server-info/version'; | ||||||
| @@ -88,7 +83,6 @@ class ServerInfoApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<ServerVersionReponseDto?> getServerVersion() async { |   Future<ServerVersionReponseDto?> getServerVersion() async { | ||||||
|     final response = await getServerVersionWithHttpInfo(); |     final response = await getServerVersionWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -104,9 +98,7 @@ class ServerInfoApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /server-info/stats' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getStatsWithHttpInfo() async { |   Future<Response> getStatsWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/server-info/stats'; |     final path = r'/server-info/stats'; | ||||||
| @@ -132,7 +124,6 @@ class ServerInfoApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<ServerStatsResponseDto?> getStats() async { |   Future<ServerStatsResponseDto?> getStats() async { | ||||||
|     final response = await getStatsWithHttpInfo(); |     final response = await getStatsWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -148,9 +139,7 @@ class ServerInfoApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /server-info/ping' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> pingServerWithHttpInfo() async { |   Future<Response> pingServerWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/server-info/ping'; |     final path = r'/server-info/ping'; | ||||||
| @@ -176,7 +165,6 @@ class ServerInfoApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<ServerPingResponse?> pingServer() async { |   Future<ServerPingResponse?> pingServer() async { | ||||||
|     final response = await pingServerWithHttpInfo(); |     final response = await pingServerWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
|   | |||||||
							
								
								
									
										33
									
								
								mobile/openapi/lib/api/share_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										33
									
								
								mobile/openapi/lib/api/share_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class ShareApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PATCH /share/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -51,8 +48,6 @@ class ShareApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -73,9 +68,7 @@ class ShareApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /share' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getAllSharedLinksWithHttpInfo() async { |   Future<Response> getAllSharedLinksWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/share'; |     final path = r'/share'; | ||||||
| @@ -101,7 +94,6 @@ class ShareApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<List<SharedLinkResponseDto>?> getAllSharedLinks() async { |   Future<List<SharedLinkResponseDto>?> getAllSharedLinks() async { | ||||||
|     final response = await getAllSharedLinksWithHttpInfo(); |     final response = await getAllSharedLinksWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -120,10 +112,7 @@ class ShareApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /share/me' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] key: |   /// * [String] key: | ||||||
| @@ -156,8 +145,6 @@ class ShareApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] key: |   /// * [String] key: | ||||||
| @@ -176,10 +163,7 @@ class ShareApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /share/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -209,8 +193,6 @@ class ShareApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -229,10 +211,7 @@ class ShareApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'DELETE /share/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -262,8 +241,6 @@ class ShareApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
|   | |||||||
							
								
								
									
										22
									
								
								mobile/openapi/lib/api/system_config_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										22
									
								
								mobile/openapi/lib/api/system_config_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,9 +16,7 @@ class SystemConfigApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /system-config' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getConfigWithHttpInfo() async { |   Future<Response> getConfigWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/system-config'; |     final path = r'/system-config'; | ||||||
| @@ -44,7 +42,6 @@ class SystemConfigApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<SystemConfigDto?> getConfig() async { |   Future<SystemConfigDto?> getConfig() async { | ||||||
|     final response = await getConfigWithHttpInfo(); |     final response = await getConfigWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -60,9 +57,7 @@ class SystemConfigApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /system-config/defaults' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getDefaultsWithHttpInfo() async { |   Future<Response> getDefaultsWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/system-config/defaults'; |     final path = r'/system-config/defaults'; | ||||||
| @@ -88,7 +83,6 @@ class SystemConfigApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<SystemConfigDto?> getDefaults() async { |   Future<SystemConfigDto?> getDefaults() async { | ||||||
|     final response = await getDefaultsWithHttpInfo(); |     final response = await getDefaultsWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -104,9 +98,7 @@ class SystemConfigApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /system-config/storage-template-options' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getStorageTemplateOptionsWithHttpInfo() async { |   Future<Response> getStorageTemplateOptionsWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/system-config/storage-template-options'; |     final path = r'/system-config/storage-template-options'; | ||||||
| @@ -132,7 +124,6 @@ class SystemConfigApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<SystemConfigTemplateStorageOptionDto?> getStorageTemplateOptions() async { |   Future<SystemConfigTemplateStorageOptionDto?> getStorageTemplateOptions() async { | ||||||
|     final response = await getStorageTemplateOptionsWithHttpInfo(); |     final response = await getStorageTemplateOptionsWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -148,10 +139,7 @@ class SystemConfigApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PUT /system-config' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [SystemConfigDto] systemConfigDto (required): |   /// * [SystemConfigDto] systemConfigDto (required): | ||||||
| @@ -180,8 +168,6 @@ class SystemConfigApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [SystemConfigDto] systemConfigDto (required): |   /// * [SystemConfigDto] systemConfigDto (required): | ||||||
|   | |||||||
							
								
								
									
										33
									
								
								mobile/openapi/lib/api/tag_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										33
									
								
								mobile/openapi/lib/api/tag_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class TagApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /tag' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateTagDto] createTagDto (required): |   /// * [CreateTagDto] createTagDto (required): | ||||||
| @@ -48,8 +45,6 @@ class TagApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateTagDto] createTagDto (required): |   /// * [CreateTagDto] createTagDto (required): | ||||||
| @@ -68,10 +63,7 @@ class TagApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'DELETE /tag/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -101,8 +93,6 @@ class TagApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -113,9 +103,7 @@ class TagApi { | |||||||
|     } |     } | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /tag' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> findAllWithHttpInfo() async { |   Future<Response> findAllWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/tag'; |     final path = r'/tag'; | ||||||
| @@ -141,7 +129,6 @@ class TagApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<List<TagResponseDto>?> findAll() async { |   Future<List<TagResponseDto>?> findAll() async { | ||||||
|     final response = await findAllWithHttpInfo(); |     final response = await findAllWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -160,10 +147,7 @@ class TagApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /tag/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -193,8 +177,6 @@ class TagApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -213,10 +195,7 @@ class TagApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PATCH /tag/{id}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
| @@ -248,8 +227,6 @@ class TagApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] id (required): |   /// * [String] id (required): | ||||||
|   | |||||||
							
								
								
									
										68
									
								
								mobile/openapi/lib/api/user_api.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										68
									
								
								mobile/openapi/lib/api/user_api.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,10 +16,7 @@ class UserApi { | |||||||
| 
 | 
 | ||||||
|   final ApiClient apiClient; |   final ApiClient apiClient; | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /user/profile-image' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [MultipartFile] file (required): |   /// * [MultipartFile] file (required): | ||||||
| @@ -58,8 +55,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [MultipartFile] file (required): |   /// * [MultipartFile] file (required): | ||||||
| @@ -78,10 +73,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /user' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateUserDto] createUserDto (required): |   /// * [CreateUserDto] createUserDto (required): | ||||||
| @@ -110,8 +102,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [CreateUserDto] createUserDto (required): |   /// * [CreateUserDto] createUserDto (required): | ||||||
| @@ -130,10 +120,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'DELETE /user/{userId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] userId (required): |   /// * [String] userId (required): | ||||||
| @@ -163,8 +150,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] userId (required): |   /// * [String] userId (required): | ||||||
| @@ -183,10 +168,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /user' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [bool] isAll (required): |   /// * [bool] isAll (required): | ||||||
| @@ -217,8 +199,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [bool] isAll (required): |   /// * [bool] isAll (required): | ||||||
| @@ -240,9 +220,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /user/me' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   Future<Response> getMyUserInfoWithHttpInfo() async { |   Future<Response> getMyUserInfoWithHttpInfo() async { | ||||||
|     // ignore: prefer_const_declarations |     // ignore: prefer_const_declarations | ||||||
|     final path = r'/user/me'; |     final path = r'/user/me'; | ||||||
| @@ -268,7 +246,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   Future<UserResponseDto?> getMyUserInfo() async { |   Future<UserResponseDto?> getMyUserInfo() async { | ||||||
|     final response = await getMyUserInfoWithHttpInfo(); |     final response = await getMyUserInfoWithHttpInfo(); | ||||||
|     if (response.statusCode >= HttpStatus.badRequest) { |     if (response.statusCode >= HttpStatus.badRequest) { | ||||||
| @@ -284,10 +261,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /user/profile-image/{userId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] userId (required): |   /// * [String] userId (required): | ||||||
| @@ -317,8 +291,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] userId (required): |   /// * [String] userId (required): | ||||||
| @@ -337,10 +309,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /user/info/{userId}' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] userId (required): |   /// * [String] userId (required): | ||||||
| @@ -370,8 +339,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] userId (required): |   /// * [String] userId (required): | ||||||
| @@ -390,10 +357,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'GET /user/count' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [bool] admin: |   /// * [bool] admin: | ||||||
| @@ -426,8 +390,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [bool] admin: |   /// * [bool] admin: | ||||||
| @@ -446,10 +408,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'POST /user/{userId}/restore' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] userId (required): |   /// * [String] userId (required): | ||||||
| @@ -479,8 +438,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [String] userId (required): |   /// * [String] userId (required): | ||||||
| @@ -499,10 +456,7 @@ class UserApi { | |||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |   /// Performs an HTTP 'PUT /user' operation and returns the [Response]. | ||||||
|   /// |  | ||||||
|   /// Note: This method returns the HTTP [Response]. |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [UpdateUserDto] updateUserDto (required): |   /// * [UpdateUserDto] updateUserDto (required): | ||||||
| @@ -531,8 +485,6 @@ class UserApi { | |||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ///  |  | ||||||
|   /// |  | ||||||
|   /// Parameters: |   /// Parameters: | ||||||
|   /// |   /// | ||||||
|   /// * [UpdateUserDto] updateUserDto (required): |   /// * [UpdateUserDto] updateUserDto (required): | ||||||
|   | |||||||
							
								
								
									
										21
									
								
								mobile/openapi/lib/api_client.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										21
									
								
								mobile/openapi/lib/api_client.dart
									
									
									
										generated
									
									
									
								
							| @@ -11,11 +11,13 @@ | |||||||
| part of openapi.api; | part of openapi.api; | ||||||
| 
 | 
 | ||||||
| class ApiClient { | class ApiClient { | ||||||
|   ApiClient({this.basePath = '/api', this.authentication}); |   ApiClient({this.basePath = '/api', this.authentication,}); | ||||||
| 
 | 
 | ||||||
|   final String basePath; |   final String basePath; | ||||||
|  |   final Authentication? authentication; | ||||||
| 
 | 
 | ||||||
|   var _client = Client(); |   var _client = Client(); | ||||||
|  |   final _defaultHeaderMap = <String, String>{}; | ||||||
| 
 | 
 | ||||||
|   /// Returns the current HTTP [Client] instance to use in this class. |   /// Returns the current HTTP [Client] instance to use in this class. | ||||||
|   /// |   /// | ||||||
| @@ -27,15 +29,12 @@ class ApiClient { | |||||||
|     _client = newClient; |     _client = newClient; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   final _defaultHeaderMap = <String, String>{}; |   Map<String, String> get defaultHeaderMap => _defaultHeaderMap; | ||||||
|   final Authentication? authentication; |  | ||||||
| 
 | 
 | ||||||
|   void addDefaultHeader(String key, String value) { |   void addDefaultHeader(String key, String value) { | ||||||
|      _defaultHeaderMap[key] = value; |      _defaultHeaderMap[key] = value; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   Map<String,String> get defaultHeaderMap => _defaultHeaderMap; |  | ||||||
| 
 |  | ||||||
|   // We don't use a Map<String, String> for queryParams. |   // We don't use a Map<String, String> for queryParams. | ||||||
|   // If collectionFormat is 'multi', a key might appear multiple times. |   // If collectionFormat is 'multi', a key might appear multiple times. | ||||||
|   Future<Response> invokeAPI( |   Future<Response> invokeAPI( | ||||||
| @@ -47,7 +46,7 @@ class ApiClient { | |||||||
|     Map<String, String> formParams, |     Map<String, String> formParams, | ||||||
|     String? contentType, |     String? contentType, | ||||||
|   ) async { |   ) async { | ||||||
|     _updateParamsForAuth(queryParams, headerParams); |     await authentication?.applyToParams(queryParams, headerParams); | ||||||
| 
 | 
 | ||||||
|     headerParams.addAll(_defaultHeaderMap); |     headerParams.addAll(_defaultHeaderMap); | ||||||
|     if (contentType != null) { |     if (contentType != null) { | ||||||
| @@ -165,16 +164,6 @@ class ApiClient { | |||||||
|   @Deprecated('Scheduled for removal in OpenAPI Generator 6.x. Use serializeAsync() instead.') |   @Deprecated('Scheduled for removal in OpenAPI Generator 6.x. Use serializeAsync() instead.') | ||||||
|   String serialize(Object? value) => value == null ? '' : json.encode(value); |   String serialize(Object? value) => value == null ? '' : json.encode(value); | ||||||
| 
 | 
 | ||||||
|   /// Update query and header parameters based on authentication settings. |  | ||||||
|   void _updateParamsForAuth( |  | ||||||
|     List<QueryParam> queryParams, |  | ||||||
|     Map<String, String> headerParams, |  | ||||||
|   ) { |  | ||||||
|     if (authentication != null) { |  | ||||||
|       authentication!.applyToParams(queryParams, headerParams); |  | ||||||
|     } |  | ||||||
|   } |  | ||||||
| 
 |  | ||||||
|   static dynamic _deserialize(dynamic value, String targetType, {bool growable = false}) { |   static dynamic _deserialize(dynamic value, String targetType, {bool growable = false}) { | ||||||
|     try { |     try { | ||||||
|       switch (targetType) { |       switch (targetType) { | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/auth/api_key_auth.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/auth/api_key_auth.dart
									
									
									
										generated
									
									
									
								
							| @@ -20,7 +20,7 @@ class ApiKeyAuth implements Authentication { | |||||||
|   String apiKey = ''; |   String apiKey = ''; | ||||||
| 
 | 
 | ||||||
|   @override |   @override | ||||||
|   void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams) { |   Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams,) async { | ||||||
|     final paramValue = apiKeyPrefix.isEmpty ? apiKey : '$apiKeyPrefix $apiKey'; |     final paramValue = apiKeyPrefix.isEmpty ? apiKey : '$apiKeyPrefix $apiKey'; | ||||||
| 
 | 
 | ||||||
|     if (paramValue.isNotEmpty) { |     if (paramValue.isNotEmpty) { | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/auth/authentication.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/auth/authentication.dart
									
									
									
										generated
									
									
									
								
							| @@ -13,5 +13,5 @@ part of openapi.api; | |||||||
| // ignore: one_member_abstracts | // ignore: one_member_abstracts | ||||||
| abstract class Authentication { | abstract class Authentication { | ||||||
|   /// Apply authentication settings to header and query params. |   /// Apply authentication settings to header and query params. | ||||||
|   void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams); |   Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams); | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/auth/http_basic_auth.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/auth/http_basic_auth.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,7 +17,7 @@ class HttpBasicAuth implements Authentication { | |||||||
|   String password; |   String password; | ||||||
| 
 | 
 | ||||||
|   @override |   @override | ||||||
|   void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams) { |   Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams,) async { | ||||||
|     if (username.isNotEmpty && password.isNotEmpty) { |     if (username.isNotEmpty && password.isNotEmpty) { | ||||||
|       final credentials = '$username:$password'; |       final credentials = '$username:$password'; | ||||||
|       headerParams['Authorization'] = 'Basic ${base64.encode(utf8.encode(credentials))}'; |       headerParams['Authorization'] = 'Basic ${base64.encode(utf8.encode(credentials))}'; | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/auth/http_bearer_auth.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/auth/http_bearer_auth.dart
									
									
									
										generated
									
									
									
								
							| @@ -27,7 +27,7 @@ class HttpBearerAuth implements Authentication { | |||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   @override |   @override | ||||||
|   void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams) { |   Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams,) async { | ||||||
|     if (_accessToken == null) { |     if (_accessToken == null) { | ||||||
|       return; |       return; | ||||||
|     } |     } | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/auth/oauth.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/auth/oauth.dart
									
									
									
										generated
									
									
									
								
							| @@ -16,7 +16,7 @@ class OAuth implements Authentication { | |||||||
|   String accessToken; |   String accessToken; | ||||||
| 
 | 
 | ||||||
|   @override |   @override | ||||||
|   void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams) { |   Future<void> applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams,) async { | ||||||
|     if (accessToken.isNotEmpty) { |     if (accessToken.isNotEmpty) { | ||||||
|       headerParams['Authorization'] = 'Bearer $accessToken'; |       headerParams['Authorization'] = 'Bearer $accessToken'; | ||||||
|     } |     } | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/model/asset_type_enum.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/model/asset_type_enum.dart
									
									
									
										generated
									
									
									
								
							| @@ -71,7 +71,7 @@ class AssetTypeEnumTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   AssetTypeEnum? decode(dynamic data, {bool allowNull = true}) { |   AssetTypeEnum? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'IMAGE': return AssetTypeEnum.IMAGE; |         case r'IMAGE': return AssetTypeEnum.IMAGE; | ||||||
|         case r'VIDEO': return AssetTypeEnum.VIDEO; |         case r'VIDEO': return AssetTypeEnum.VIDEO; | ||||||
|         case r'AUDIO': return AssetTypeEnum.AUDIO; |         case r'AUDIO': return AssetTypeEnum.AUDIO; | ||||||
|   | |||||||
| @@ -67,7 +67,7 @@ class DeleteAssetStatusTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   DeleteAssetStatus? decode(dynamic data, {bool allowNull = true}) { |   DeleteAssetStatus? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'SUCCESS': return DeleteAssetStatus.SUCCESS; |         case r'SUCCESS': return DeleteAssetStatus.SUCCESS; | ||||||
|         case r'FAILED': return DeleteAssetStatus.FAILED; |         case r'FAILED': return DeleteAssetStatus.FAILED; | ||||||
|         default: |         default: | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/model/device_type_enum.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/model/device_type_enum.dart
									
									
									
										generated
									
									
									
								
							| @@ -69,7 +69,7 @@ class DeviceTypeEnumTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   DeviceTypeEnum? decode(dynamic data, {bool allowNull = true}) { |   DeviceTypeEnum? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'IOS': return DeviceTypeEnum.IOS; |         case r'IOS': return DeviceTypeEnum.IOS; | ||||||
|         case r'ANDROID': return DeviceTypeEnum.ANDROID; |         case r'ANDROID': return DeviceTypeEnum.ANDROID; | ||||||
|         case r'WEB': return DeviceTypeEnum.WEB; |         case r'WEB': return DeviceTypeEnum.WEB; | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/model/job_command.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/model/job_command.dart
									
									
									
										generated
									
									
									
								
							| @@ -71,7 +71,7 @@ class JobCommandTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   JobCommand? decode(dynamic data, {bool allowNull = true}) { |   JobCommand? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'start': return JobCommand.start; |         case r'start': return JobCommand.start; | ||||||
|         case r'pause': return JobCommand.pause; |         case r'pause': return JobCommand.pause; | ||||||
|         case r'resume': return JobCommand.resume; |         case r'resume': return JobCommand.resume; | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/model/job_name.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/model/job_name.dart
									
									
									
										generated
									
									
									
								
							| @@ -79,7 +79,7 @@ class JobNameTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   JobName? decode(dynamic data, {bool allowNull = true}) { |   JobName? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'thumbnail-generation-queue': return JobName.thumbnailGenerationQueue; |         case r'thumbnail-generation-queue': return JobName.thumbnailGenerationQueue; | ||||||
|         case r'metadata-extraction-queue': return JobName.metadataExtractionQueue; |         case r'metadata-extraction-queue': return JobName.metadataExtractionQueue; | ||||||
|         case r'video-conversion-queue': return JobName.videoConversionQueue; |         case r'video-conversion-queue': return JobName.videoConversionQueue; | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/model/shared_link_type.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/model/shared_link_type.dart
									
									
									
										generated
									
									
									
								
							| @@ -67,7 +67,7 @@ class SharedLinkTypeTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   SharedLinkType? decode(dynamic data, {bool allowNull = true}) { |   SharedLinkType? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'ALBUM': return SharedLinkType.ALBUM; |         case r'ALBUM': return SharedLinkType.ALBUM; | ||||||
|         case r'INDIVIDUAL': return SharedLinkType.INDIVIDUAL; |         case r'INDIVIDUAL': return SharedLinkType.INDIVIDUAL; | ||||||
|         default: |         default: | ||||||
|   | |||||||
| @@ -210,7 +210,7 @@ class SystemConfigFFmpegDtoTranscodeEnumTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   SystemConfigFFmpegDtoTranscodeEnum? decode(dynamic data, {bool allowNull = true}) { |   SystemConfigFFmpegDtoTranscodeEnum? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'all': return SystemConfigFFmpegDtoTranscodeEnum.all; |         case r'all': return SystemConfigFFmpegDtoTranscodeEnum.all; | ||||||
|         case r'optimal': return SystemConfigFFmpegDtoTranscodeEnum.optimal; |         case r'optimal': return SystemConfigFFmpegDtoTranscodeEnum.optimal; | ||||||
|         case r'required': return SystemConfigFFmpegDtoTranscodeEnum.required_; |         case r'required': return SystemConfigFFmpegDtoTranscodeEnum.required_; | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/model/tag_type_enum.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/model/tag_type_enum.dart
									
									
									
										generated
									
									
									
								
							| @@ -69,7 +69,7 @@ class TagTypeEnumTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   TagTypeEnum? decode(dynamic data, {bool allowNull = true}) { |   TagTypeEnum? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'OBJECT': return TagTypeEnum.OBJECT; |         case r'OBJECT': return TagTypeEnum.OBJECT; | ||||||
|         case r'FACE': return TagTypeEnum.FACE; |         case r'FACE': return TagTypeEnum.FACE; | ||||||
|         case r'CUSTOM': return TagTypeEnum.CUSTOM; |         case r'CUSTOM': return TagTypeEnum.CUSTOM; | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/model/thumbnail_format.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/model/thumbnail_format.dart
									
									
									
										generated
									
									
									
								
							| @@ -67,7 +67,7 @@ class ThumbnailFormatTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   ThumbnailFormat? decode(dynamic data, {bool allowNull = true}) { |   ThumbnailFormat? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'JPEG': return ThumbnailFormat.JPEG; |         case r'JPEG': return ThumbnailFormat.JPEG; | ||||||
|         case r'WEBP': return ThumbnailFormat.WEBP; |         case r'WEBP': return ThumbnailFormat.WEBP; | ||||||
|         default: |         default: | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/lib/model/time_group_enum.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/lib/model/time_group_enum.dart
									
									
									
										generated
									
									
									
								
							| @@ -67,7 +67,7 @@ class TimeGroupEnumTypeTransformer { | |||||||
|   /// and users are still using an old app with the old code. |   /// and users are still using an old app with the old code. | ||||||
|   TimeGroupEnum? decode(dynamic data, {bool allowNull = true}) { |   TimeGroupEnum? decode(dynamic data, {bool allowNull = true}) { | ||||||
|     if (data != null) { |     if (data != null) { | ||||||
|       switch (data.toString()) { |       switch (data) { | ||||||
|         case r'day': return TimeGroupEnum.day; |         case r'day': return TimeGroupEnum.day; | ||||||
|         case r'month': return TimeGroupEnum.month; |         case r'month': return TimeGroupEnum.month; | ||||||
|         default: |         default: | ||||||
|   | |||||||
							
								
								
									
										24
									
								
								mobile/openapi/test/album_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										24
									
								
								mobile/openapi/test/album_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,85 +17,61 @@ void main() { | |||||||
|   // final instance = AlbumApi(); |   // final instance = AlbumApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for AlbumApi', () { |   group('tests for AlbumApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AddAssetsResponseDto> addAssetsToAlbum(String albumId, AddAssetsDto addAssetsDto, { String key }) async |     //Future<AddAssetsResponseDto> addAssetsToAlbum(String albumId, AddAssetsDto addAssetsDto, { String key }) async | ||||||
|     test('test addAssetsToAlbum', () async { |     test('test addAssetsToAlbum', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AlbumResponseDto> addUsersToAlbum(String albumId, AddUsersDto addUsersDto) async |     //Future<AlbumResponseDto> addUsersToAlbum(String albumId, AddUsersDto addUsersDto) async | ||||||
|     test('test addUsersToAlbum', () async { |     test('test addUsersToAlbum', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AlbumResponseDto> createAlbum(CreateAlbumDto createAlbumDto) async |     //Future<AlbumResponseDto> createAlbum(CreateAlbumDto createAlbumDto) async | ||||||
|     test('test createAlbum', () async { |     test('test createAlbum', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SharedLinkResponseDto> createAlbumSharedLink(CreateAlbumShareLinkDto createAlbumShareLinkDto) async |     //Future<SharedLinkResponseDto> createAlbumSharedLink(CreateAlbumShareLinkDto createAlbumShareLinkDto) async | ||||||
|     test('test createAlbumSharedLink', () async { |     test('test createAlbumSharedLink', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future deleteAlbum(String albumId) async |     //Future deleteAlbum(String albumId) async | ||||||
|     test('test deleteAlbum', () async { |     test('test deleteAlbum', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<MultipartFile> downloadArchive(String albumId, { String name, num skip, String key }) async |     //Future<MultipartFile> downloadArchive(String albumId, { String name, num skip, String key }) async | ||||||
|     test('test downloadArchive', () async { |     test('test downloadArchive', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AlbumCountResponseDto> getAlbumCountByUserId() async |     //Future<AlbumCountResponseDto> getAlbumCountByUserId() async | ||||||
|     test('test getAlbumCountByUserId', () async { |     test('test getAlbumCountByUserId', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AlbumResponseDto> getAlbumInfo(String albumId, { String key }) async |     //Future<AlbumResponseDto> getAlbumInfo(String albumId, { String key }) async | ||||||
|     test('test getAlbumInfo', () async { |     test('test getAlbumInfo', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<AlbumResponseDto>> getAllAlbums({ bool shared, String assetId }) async |     //Future<List<AlbumResponseDto>> getAllAlbums({ bool shared, String assetId }) async | ||||||
|     test('test getAllAlbums', () async { |     test('test getAllAlbums', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AlbumResponseDto> removeAssetFromAlbum(String albumId, RemoveAssetsDto removeAssetsDto) async |     //Future<AlbumResponseDto> removeAssetFromAlbum(String albumId, RemoveAssetsDto removeAssetsDto) async | ||||||
|     test('test removeAssetFromAlbum', () async { |     test('test removeAssetFromAlbum', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future removeUserFromAlbum(String albumId, String userId) async |     //Future removeUserFromAlbum(String albumId, String userId) async | ||||||
|     test('test removeUserFromAlbum', () async { |     test('test removeUserFromAlbum', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AlbumResponseDto> updateAlbumInfo(String albumId, UpdateAlbumDto updateAlbumDto) async |     //Future<AlbumResponseDto> updateAlbumInfo(String albumId, UpdateAlbumDto updateAlbumDto) async | ||||||
|     test('test updateAlbumInfo', () async { |     test('test updateAlbumInfo', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								mobile/openapi/test/api_key_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								mobile/openapi/test/api_key_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,36 +17,26 @@ void main() { | |||||||
|   // final instance = APIKeyApi(); |   // final instance = APIKeyApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for APIKeyApi', () { |   group('tests for APIKeyApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<APIKeyCreateResponseDto> createKey(APIKeyCreateDto aPIKeyCreateDto) async |     //Future<APIKeyCreateResponseDto> createKey(APIKeyCreateDto aPIKeyCreateDto) async | ||||||
|     test('test createKey', () async { |     test('test createKey', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future deleteKey(String id) async |     //Future deleteKey(String id) async | ||||||
|     test('test deleteKey', () async { |     test('test deleteKey', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<APIKeyResponseDto> getKey(String id) async |     //Future<APIKeyResponseDto> getKey(String id) async | ||||||
|     test('test getKey', () async { |     test('test getKey', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<APIKeyResponseDto>> getKeys() async |     //Future<List<APIKeyResponseDto>> getKeys() async | ||||||
|     test('test getKeys', () async { |     test('test getKeys', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<APIKeyResponseDto> updateKey(String id, APIKeyUpdateDto aPIKeyUpdateDto) async |     //Future<APIKeyResponseDto> updateKey(String id, APIKeyUpdateDto aPIKeyUpdateDto) async | ||||||
|     test('test updateKey', () async { |     test('test updateKey', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										32
									
								
								mobile/openapi/test/asset_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										32
									
								
								mobile/openapi/test/asset_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,8 +17,6 @@ void main() { | |||||||
|   // final instance = AssetApi(); |   // final instance = AssetApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for AssetApi', () { |   group('tests for AssetApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SharedLinkResponseDto> addAssetsToSharedLink(AddAssetsDto addAssetsDto, { String key }) async |     //Future<SharedLinkResponseDto> addAssetsToSharedLink(AddAssetsDto addAssetsDto, { String key }) async | ||||||
|     test('test addAssetsToSharedLink', () async { |     test('test addAssetsToSharedLink', () async { | ||||||
|       // TODO |       // TODO | ||||||
| @@ -38,29 +36,21 @@ void main() { | |||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SharedLinkResponseDto> createAssetsSharedLink(CreateAssetsShareLinkDto createAssetsShareLinkDto) async |     //Future<SharedLinkResponseDto> createAssetsSharedLink(CreateAssetsShareLinkDto createAssetsShareLinkDto) async | ||||||
|     test('test createAssetsSharedLink', () async { |     test('test createAssetsSharedLink', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<DeleteAssetResponseDto>> deleteAsset(DeleteAssetDto deleteAssetDto) async |     //Future<List<DeleteAssetResponseDto>> deleteAsset(DeleteAssetDto deleteAssetDto) async | ||||||
|     test('test deleteAsset', () async { |     test('test deleteAsset', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<MultipartFile> downloadFile(String assetId, { String key }) async |     //Future<MultipartFile> downloadFile(String assetId, { String key }) async | ||||||
|     test('test downloadFile', () async { |     test('test downloadFile', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<MultipartFile> downloadFiles(DownloadFilesDto downloadFilesDto, { String key }) async |     //Future<MultipartFile> downloadFiles(DownloadFilesDto downloadFilesDto, { String key }) async | ||||||
|     test('test downloadFiles', () async { |     test('test downloadFiles', () async { | ||||||
|       // TODO |       // TODO | ||||||
| @@ -87,50 +77,36 @@ void main() { | |||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<AssetResponseDto>> getAssetByTimeBucket(GetAssetByTimeBucketDto getAssetByTimeBucketDto) async |     //Future<List<AssetResponseDto>> getAssetByTimeBucket(GetAssetByTimeBucketDto getAssetByTimeBucketDto) async | ||||||
|     test('test getAssetByTimeBucket', () async { |     test('test getAssetByTimeBucket', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AssetCountByTimeBucketResponseDto> getAssetCountByTimeBucket(GetAssetCountByTimeBucketDto getAssetCountByTimeBucketDto) async |     //Future<AssetCountByTimeBucketResponseDto> getAssetCountByTimeBucket(GetAssetCountByTimeBucketDto getAssetCountByTimeBucketDto) async | ||||||
|     test('test getAssetCountByTimeBucket', () async { |     test('test getAssetCountByTimeBucket', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AssetCountByUserIdResponseDto> getAssetCountByUserId() async |     //Future<AssetCountByUserIdResponseDto> getAssetCountByUserId() async | ||||||
|     test('test getAssetCountByUserId', () async { |     test('test getAssetCountByUserId', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<String>> getAssetSearchTerms() async |     //Future<List<String>> getAssetSearchTerms() async | ||||||
|     test('test getAssetSearchTerms', () async { |     test('test getAssetSearchTerms', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<MultipartFile> getAssetThumbnail(String assetId, { ThumbnailFormat format, String key }) async |     //Future<MultipartFile> getAssetThumbnail(String assetId, { ThumbnailFormat format, String key }) async | ||||||
|     test('test getAssetThumbnail', () async { |     test('test getAssetThumbnail', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<CuratedLocationsResponseDto>> getCuratedLocations() async |     //Future<List<CuratedLocationsResponseDto>> getCuratedLocations() async | ||||||
|     test('test getCuratedLocations', () async { |     test('test getCuratedLocations', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<CuratedObjectsResponseDto>> getCuratedObjects() async |     //Future<List<CuratedObjectsResponseDto>> getCuratedObjects() async | ||||||
|     test('test getCuratedObjects', () async { |     test('test getCuratedObjects', () async { | ||||||
|       // TODO |       // TODO | ||||||
| @@ -143,22 +119,16 @@ void main() { | |||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SharedLinkResponseDto> removeAssetsFromSharedLink(RemoveAssetsDto removeAssetsDto, { String key }) async |     //Future<SharedLinkResponseDto> removeAssetsFromSharedLink(RemoveAssetsDto removeAssetsDto, { String key }) async | ||||||
|     test('test removeAssetsFromSharedLink', () async { |     test('test removeAssetsFromSharedLink', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<AssetResponseDto>> searchAsset(SearchAssetDto searchAssetDto) async |     //Future<List<AssetResponseDto>> searchAsset(SearchAssetDto searchAssetDto) async | ||||||
|     test('test searchAsset', () async { |     test('test searchAsset', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<MultipartFile> serveFile(String assetId, { bool isThumb, bool isWeb, String key }) async |     //Future<MultipartFile> serveFile(String assetId, { bool isThumb, bool isWeb, String key }) async | ||||||
|     test('test serveFile', () async { |     test('test serveFile', () async { | ||||||
|       // TODO |       // TODO | ||||||
| @@ -171,8 +141,6 @@ void main() { | |||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AssetFileUploadResponseDto> uploadFile(AssetTypeEnum assetType, MultipartFile assetData, String deviceAssetId, String deviceId, String fileCreatedAt, String fileModifiedAt, bool isFavorite, String fileExtension, { String key, MultipartFile livePhotoData, bool isVisible, String duration }) async |     //Future<AssetFileUploadResponseDto> uploadFile(AssetTypeEnum assetType, MultipartFile assetData, String deviceAssetId, String deviceId, String fileCreatedAt, String fileModifiedAt, bool isFavorite, String fileExtension, { String key, MultipartFile livePhotoData, bool isVisible, String duration }) async | ||||||
|     test('test uploadFile', () async { |     test('test uploadFile', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								mobile/openapi/test/authentication_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								mobile/openapi/test/authentication_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,36 +17,26 @@ void main() { | |||||||
|   // final instance = AuthenticationApi(); |   // final instance = AuthenticationApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for AuthenticationApi', () { |   group('tests for AuthenticationApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AdminSignupResponseDto> adminSignUp(SignUpDto signUpDto) async |     //Future<AdminSignupResponseDto> adminSignUp(SignUpDto signUpDto) async | ||||||
|     test('test adminSignUp', () async { |     test('test adminSignUp', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> changePassword(ChangePasswordDto changePasswordDto) async |     //Future<UserResponseDto> changePassword(ChangePasswordDto changePasswordDto) async | ||||||
|     test('test changePassword', () async { |     test('test changePassword', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<LoginResponseDto> login(LoginCredentialDto loginCredentialDto) async |     //Future<LoginResponseDto> login(LoginCredentialDto loginCredentialDto) async | ||||||
|     test('test login', () async { |     test('test login', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<LogoutResponseDto> logout() async |     //Future<LogoutResponseDto> logout() async | ||||||
|     test('test logout', () async { |     test('test logout', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<ValidateAccessTokenResponseDto> validateAccessToken() async |     //Future<ValidateAccessTokenResponseDto> validateAccessToken() async | ||||||
|     test('test validateAccessToken', () async { |     test('test validateAccessToken', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mobile/openapi/test/device_info_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								mobile/openapi/test/device_info_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,8 +17,6 @@ void main() { | |||||||
|   // final instance = DeviceInfoApi(); |   // final instance = DeviceInfoApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for DeviceInfoApi', () { |   group('tests for DeviceInfoApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<DeviceInfoResponseDto> upsertDeviceInfo(UpsertDeviceInfoDto upsertDeviceInfoDto) async |     //Future<DeviceInfoResponseDto> upsertDeviceInfo(UpsertDeviceInfoDto upsertDeviceInfoDto) async | ||||||
|     test('test upsertDeviceInfo', () async { |     test('test upsertDeviceInfo', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								mobile/openapi/test/job_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								mobile/openapi/test/job_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,15 +17,11 @@ void main() { | |||||||
|   // final instance = JobApi(); |   // final instance = JobApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for JobApi', () { |   group('tests for JobApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<AllJobStatusResponseDto> getAllJobsStatus() async |     //Future<AllJobStatusResponseDto> getAllJobsStatus() async | ||||||
|     test('test getAllJobsStatus', () async { |     test('test getAllJobsStatus', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<JobStatusDto> sendJobCommand(JobName jobId, JobCommandDto jobCommandDto) async |     //Future<JobStatusDto> sendJobCommand(JobName jobId, JobCommandDto jobCommandDto) async | ||||||
|     test('test sendJobCommand', () async { |     test('test sendJobCommand', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								mobile/openapi/test/o_auth_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								mobile/openapi/test/o_auth_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,36 +17,26 @@ void main() { | |||||||
|   // final instance = OAuthApi(); |   // final instance = OAuthApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for OAuthApi', () { |   group('tests for OAuthApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<LoginResponseDto> callback(OAuthCallbackDto oAuthCallbackDto) async |     //Future<LoginResponseDto> callback(OAuthCallbackDto oAuthCallbackDto) async | ||||||
|     test('test callback', () async { |     test('test callback', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<OAuthConfigResponseDto> generateConfig(OAuthConfigDto oAuthConfigDto) async |     //Future<OAuthConfigResponseDto> generateConfig(OAuthConfigDto oAuthConfigDto) async | ||||||
|     test('test generateConfig', () async { |     test('test generateConfig', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> link(OAuthCallbackDto oAuthCallbackDto) async |     //Future<UserResponseDto> link(OAuthCallbackDto oAuthCallbackDto) async | ||||||
|     test('test link', () async { |     test('test link', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future mobileRedirect() async |     //Future mobileRedirect() async | ||||||
|     test('test mobileRedirect', () async { |     test('test mobileRedirect', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> unlink() async |     //Future<UserResponseDto> unlink() async | ||||||
|     test('test unlink', () async { |     test('test unlink', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								mobile/openapi/test/search_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								mobile/openapi/test/search_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,22 +17,16 @@ void main() { | |||||||
|   // final instance = SearchApi(); |   // final instance = SearchApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for SearchApi', () { |   group('tests for SearchApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<SearchExploreResponseDto>> getExploreData() async |     //Future<List<SearchExploreResponseDto>> getExploreData() async | ||||||
|     test('test getExploreData', () async { |     test('test getExploreData', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SearchConfigResponseDto> getSearchConfig() async |     //Future<SearchConfigResponseDto> getSearchConfig() async | ||||||
|     test('test getSearchConfig', () async { |     test('test getSearchConfig', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SearchResponseDto> search({ String q, String query, bool clip, String type, bool isFavorite, String exifInfoPeriodCity, String exifInfoPeriodState, String exifInfoPeriodCountry, String exifInfoPeriodMake, String exifInfoPeriodModel, List<String> smartInfoPeriodObjects, List<String> smartInfoPeriodTags, bool recent, bool motion }) async |     //Future<SearchResponseDto> search({ String q, String query, bool clip, String type, bool isFavorite, String exifInfoPeriodCity, String exifInfoPeriodState, String exifInfoPeriodCountry, String exifInfoPeriodMake, String exifInfoPeriodModel, List<String> smartInfoPeriodObjects, List<String> smartInfoPeriodTags, bool recent, bool motion }) async | ||||||
|     test('test search', () async { |     test('test search', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										8
									
								
								mobile/openapi/test/server_info_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								mobile/openapi/test/server_info_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,29 +17,21 @@ void main() { | |||||||
|   // final instance = ServerInfoApi(); |   // final instance = ServerInfoApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for ServerInfoApi', () { |   group('tests for ServerInfoApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<ServerInfoResponseDto> getServerInfo() async |     //Future<ServerInfoResponseDto> getServerInfo() async | ||||||
|     test('test getServerInfo', () async { |     test('test getServerInfo', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<ServerVersionReponseDto> getServerVersion() async |     //Future<ServerVersionReponseDto> getServerVersion() async | ||||||
|     test('test getServerVersion', () async { |     test('test getServerVersion', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<ServerStatsResponseDto> getStats() async |     //Future<ServerStatsResponseDto> getStats() async | ||||||
|     test('test getStats', () async { |     test('test getStats', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<ServerPingResponse> pingServer() async |     //Future<ServerPingResponse> pingServer() async | ||||||
|     test('test pingServer', () async { |     test('test pingServer', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								mobile/openapi/test/share_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								mobile/openapi/test/share_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,36 +17,26 @@ void main() { | |||||||
|   // final instance = ShareApi(); |   // final instance = ShareApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for ShareApi', () { |   group('tests for ShareApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SharedLinkResponseDto> editSharedLink(String id, EditSharedLinkDto editSharedLinkDto) async |     //Future<SharedLinkResponseDto> editSharedLink(String id, EditSharedLinkDto editSharedLinkDto) async | ||||||
|     test('test editSharedLink', () async { |     test('test editSharedLink', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<SharedLinkResponseDto>> getAllSharedLinks() async |     //Future<List<SharedLinkResponseDto>> getAllSharedLinks() async | ||||||
|     test('test getAllSharedLinks', () async { |     test('test getAllSharedLinks', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SharedLinkResponseDto> getMySharedLink({ String key }) async |     //Future<SharedLinkResponseDto> getMySharedLink({ String key }) async | ||||||
|     test('test getMySharedLink', () async { |     test('test getMySharedLink', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SharedLinkResponseDto> getSharedLinkById(String id) async |     //Future<SharedLinkResponseDto> getSharedLinkById(String id) async | ||||||
|     test('test getSharedLinkById', () async { |     test('test getSharedLinkById', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future removeSharedLink(String id) async |     //Future removeSharedLink(String id) async | ||||||
|     test('test removeSharedLink', () async { |     test('test removeSharedLink', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										8
									
								
								mobile/openapi/test/system_config_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								mobile/openapi/test/system_config_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,29 +17,21 @@ void main() { | |||||||
|   // final instance = SystemConfigApi(); |   // final instance = SystemConfigApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for SystemConfigApi', () { |   group('tests for SystemConfigApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SystemConfigDto> getConfig() async |     //Future<SystemConfigDto> getConfig() async | ||||||
|     test('test getConfig', () async { |     test('test getConfig', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SystemConfigDto> getDefaults() async |     //Future<SystemConfigDto> getDefaults() async | ||||||
|     test('test getDefaults', () async { |     test('test getDefaults', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SystemConfigTemplateStorageOptionDto> getStorageTemplateOptions() async |     //Future<SystemConfigTemplateStorageOptionDto> getStorageTemplateOptions() async | ||||||
|     test('test getStorageTemplateOptions', () async { |     test('test getStorageTemplateOptions', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<SystemConfigDto> updateConfig(SystemConfigDto systemConfigDto) async |     //Future<SystemConfigDto> updateConfig(SystemConfigDto systemConfigDto) async | ||||||
|     test('test updateConfig', () async { |     test('test updateConfig', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								mobile/openapi/test/tag_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								mobile/openapi/test/tag_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,36 +17,26 @@ void main() { | |||||||
|   // final instance = TagApi(); |   // final instance = TagApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for TagApi', () { |   group('tests for TagApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<TagResponseDto> create(CreateTagDto createTagDto) async |     //Future<TagResponseDto> create(CreateTagDto createTagDto) async | ||||||
|     test('test create', () async { |     test('test create', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future delete(String id) async |     //Future delete(String id) async | ||||||
|     test('test delete', () async { |     test('test delete', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<TagResponseDto>> findAll() async |     //Future<List<TagResponseDto>> findAll() async | ||||||
|     test('test findAll', () async { |     test('test findAll', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<TagResponseDto> findOne(String id) async |     //Future<TagResponseDto> findOne(String id) async | ||||||
|     test('test findOne', () async { |     test('test findOne', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<TagResponseDto> update(String id, UpdateTagDto updateTagDto) async |     //Future<TagResponseDto> update(String id, UpdateTagDto updateTagDto) async | ||||||
|     test('test update', () async { |     test('test update', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
							
								
								
									
										20
									
								
								mobile/openapi/test/user_api_test.dart
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								mobile/openapi/test/user_api_test.dart
									
									
									
										generated
									
									
									
								
							| @@ -17,71 +17,51 @@ void main() { | |||||||
|   // final instance = UserApi(); |   // final instance = UserApi(); | ||||||
| 
 | 
 | ||||||
|   group('tests for UserApi', () { |   group('tests for UserApi', () { | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<CreateProfileImageResponseDto> createProfileImage(MultipartFile file) async |     //Future<CreateProfileImageResponseDto> createProfileImage(MultipartFile file) async | ||||||
|     test('test createProfileImage', () async { |     test('test createProfileImage', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> createUser(CreateUserDto createUserDto) async |     //Future<UserResponseDto> createUser(CreateUserDto createUserDto) async | ||||||
|     test('test createUser', () async { |     test('test createUser', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> deleteUser(String userId) async |     //Future<UserResponseDto> deleteUser(String userId) async | ||||||
|     test('test deleteUser', () async { |     test('test deleteUser', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<List<UserResponseDto>> getAllUsers(bool isAll) async |     //Future<List<UserResponseDto>> getAllUsers(bool isAll) async | ||||||
|     test('test getAllUsers', () async { |     test('test getAllUsers', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> getMyUserInfo() async |     //Future<UserResponseDto> getMyUserInfo() async | ||||||
|     test('test getMyUserInfo', () async { |     test('test getMyUserInfo', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<Object> getProfileImage(String userId) async |     //Future<Object> getProfileImage(String userId) async | ||||||
|     test('test getProfileImage', () async { |     test('test getProfileImage', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> getUserById(String userId) async |     //Future<UserResponseDto> getUserById(String userId) async | ||||||
|     test('test getUserById', () async { |     test('test getUserById', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserCountResponseDto> getUserCount({ bool admin }) async |     //Future<UserCountResponseDto> getUserCount({ bool admin }) async | ||||||
|     test('test getUserCount', () async { |     test('test getUserCount', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> restoreUser(String userId) async |     //Future<UserResponseDto> restoreUser(String userId) async | ||||||
|     test('test restoreUser', () async { |     test('test restoreUser', () async { | ||||||
|       // TODO |       // TODO | ||||||
|     }); |     }); | ||||||
| 
 | 
 | ||||||
|     //  |  | ||||||
|     // |  | ||||||
|     //Future<UserResponseDto> updateUser(UpdateUserDto updateUserDto) async |     //Future<UserResponseDto> updateUser(UpdateUserDto updateUserDto) async | ||||||
|     test('test updateUser', () async { |     test('test updateUser', () async { | ||||||
|       // TODO |       // TODO | ||||||
|   | |||||||
| @@ -4,7 +4,6 @@ | |||||||
|     "/album": { |     "/album": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAllAlbums", |         "operationId": "getAllAlbums", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "shared", |             "name": "shared", | ||||||
| @@ -54,7 +53,6 @@ | |||||||
|       }, |       }, | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "createAlbum", |         "operationId": "createAlbum", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -94,7 +92,6 @@ | |||||||
|     "/api-key": { |     "/api-key": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "createKey", |         "operationId": "createKey", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -132,7 +129,6 @@ | |||||||
|       }, |       }, | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getKeys", |         "operationId": "getKeys", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -165,7 +161,6 @@ | |||||||
|     "/api-key/{id}": { |     "/api-key/{id}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getKey", |         "operationId": "getKey", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -203,7 +198,6 @@ | |||||||
|       }, |       }, | ||||||
|       "put": { |       "put": { | ||||||
|         "operationId": "updateKey", |         "operationId": "updateKey", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -251,7 +245,6 @@ | |||||||
|       }, |       }, | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "deleteKey", |         "operationId": "deleteKey", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -284,7 +277,6 @@ | |||||||
|     "/auth/login": { |     "/auth/login": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "login", |         "operationId": "login", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -316,7 +308,6 @@ | |||||||
|     "/auth/admin-sign-up": { |     "/auth/admin-sign-up": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "adminSignUp", |         "operationId": "adminSignUp", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -351,7 +342,6 @@ | |||||||
|     "/auth/validateToken": { |     "/auth/validateToken": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "validateAccessToken", |         "operationId": "validateAccessToken", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "201": { |           "201": { | ||||||
| @@ -381,7 +371,6 @@ | |||||||
|     "/auth/change-password": { |     "/auth/change-password": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "changePassword", |         "operationId": "changePassword", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -421,7 +410,6 @@ | |||||||
|     "/auth/logout": { |     "/auth/logout": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "logout", |         "operationId": "logout", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "201": { |           "201": { | ||||||
| @@ -451,7 +439,6 @@ | |||||||
|     "/device-info": { |     "/device-info": { | ||||||
|       "put": { |       "put": { | ||||||
|         "operationId": "upsertDeviceInfo", |         "operationId": "upsertDeviceInfo", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -491,7 +478,6 @@ | |||||||
|     "/jobs": { |     "/jobs": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAllJobsStatus", |         "operationId": "getAllJobsStatus", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -521,7 +507,6 @@ | |||||||
|     "/jobs/{jobId}": { |     "/jobs/{jobId}": { | ||||||
|       "put": { |       "put": { | ||||||
|         "operationId": "sendJobCommand", |         "operationId": "sendJobCommand", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "jobId", |             "name": "jobId", | ||||||
| @@ -570,7 +555,6 @@ | |||||||
|     "/oauth/mobile-redirect": { |     "/oauth/mobile-redirect": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "mobileRedirect", |         "operationId": "mobileRedirect", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -585,7 +569,6 @@ | |||||||
|     "/oauth/config": { |     "/oauth/config": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "generateConfig", |         "operationId": "generateConfig", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -617,7 +600,6 @@ | |||||||
|     "/oauth/callback": { |     "/oauth/callback": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "callback", |         "operationId": "callback", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -649,7 +631,6 @@ | |||||||
|     "/oauth/link": { |     "/oauth/link": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "link", |         "operationId": "link", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -689,7 +670,6 @@ | |||||||
|     "/oauth/unlink": { |     "/oauth/unlink": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "unlink", |         "operationId": "unlink", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "201": { |           "201": { | ||||||
| @@ -719,7 +699,6 @@ | |||||||
|     "/search": { |     "/search": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "search", |         "operationId": "search", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "q", |             "name": "q", | ||||||
| @@ -874,7 +853,6 @@ | |||||||
|     "/search/config": { |     "/search/config": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getSearchConfig", |         "operationId": "getSearchConfig", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -904,7 +882,6 @@ | |||||||
|     "/search/explore": { |     "/search/explore": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getExploreData", |         "operationId": "getExploreData", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -937,7 +914,6 @@ | |||||||
|     "/server-info": { |     "/server-info": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getServerInfo", |         "operationId": "getServerInfo", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -967,7 +943,6 @@ | |||||||
|     "/server-info/ping": { |     "/server-info/ping": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "pingServer", |         "operationId": "pingServer", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -989,7 +964,6 @@ | |||||||
|     "/server-info/version": { |     "/server-info/version": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getServerVersion", |         "operationId": "getServerVersion", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -1011,7 +985,6 @@ | |||||||
|     "/server-info/stats": { |     "/server-info/stats": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getStats", |         "operationId": "getStats", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -1041,7 +1014,6 @@ | |||||||
|     "/share": { |     "/share": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAllSharedLinks", |         "operationId": "getAllSharedLinks", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -1074,7 +1046,6 @@ | |||||||
|     "/share/me": { |     "/share/me": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getMySharedLink", |         "operationId": "getMySharedLink", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "key", |             "name": "key", | ||||||
| @@ -1113,7 +1084,6 @@ | |||||||
|     "/share/{id}": { |     "/share/{id}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getSharedLinkById", |         "operationId": "getSharedLinkById", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -1151,7 +1121,6 @@ | |||||||
|       }, |       }, | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "removeSharedLink", |         "operationId": "removeSharedLink", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -1182,7 +1151,6 @@ | |||||||
|       }, |       }, | ||||||
|       "patch": { |       "patch": { | ||||||
|         "operationId": "editSharedLink", |         "operationId": "editSharedLink", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -1232,7 +1200,6 @@ | |||||||
|     "/system-config": { |     "/system-config": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getConfig", |         "operationId": "getConfig", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -1260,7 +1227,6 @@ | |||||||
|       }, |       }, | ||||||
|       "put": { |       "put": { | ||||||
|         "operationId": "updateConfig", |         "operationId": "updateConfig", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -1300,7 +1266,6 @@ | |||||||
|     "/system-config/defaults": { |     "/system-config/defaults": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getDefaults", |         "operationId": "getDefaults", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -1330,7 +1295,6 @@ | |||||||
|     "/system-config/storage-template-options": { |     "/system-config/storage-template-options": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getStorageTemplateOptions", |         "operationId": "getStorageTemplateOptions", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -1360,7 +1324,6 @@ | |||||||
|     "/user": { |     "/user": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAllUsers", |         "operationId": "getAllUsers", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "isAll", |             "name": "isAll", | ||||||
| @@ -1400,7 +1363,6 @@ | |||||||
|       }, |       }, | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "createUser", |         "operationId": "createUser", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -1438,7 +1400,6 @@ | |||||||
|       }, |       }, | ||||||
|       "put": { |       "put": { | ||||||
|         "operationId": "updateUser", |         "operationId": "updateUser", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -1478,7 +1439,6 @@ | |||||||
|     "/user/info/{userId}": { |     "/user/info/{userId}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getUserById", |         "operationId": "getUserById", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "userId", |             "name": "userId", | ||||||
| @@ -1518,7 +1478,6 @@ | |||||||
|     "/user/me": { |     "/user/me": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getMyUserInfo", |         "operationId": "getMyUserInfo", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -1548,7 +1507,6 @@ | |||||||
|     "/user/count": { |     "/user/count": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getUserCount", |         "operationId": "getUserCount", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "admin", |             "name": "admin", | ||||||
| @@ -1580,7 +1538,6 @@ | |||||||
|     "/user/{userId}": { |     "/user/{userId}": { | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "deleteUser", |         "operationId": "deleteUser", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "userId", |             "name": "userId", | ||||||
| @@ -1620,7 +1577,6 @@ | |||||||
|     "/user/{userId}/restore": { |     "/user/{userId}/restore": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "restoreUser", |         "operationId": "restoreUser", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "userId", |             "name": "userId", | ||||||
| @@ -1660,7 +1616,6 @@ | |||||||
|     "/user/profile-image": { |     "/user/profile-image": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "createProfileImage", |         "operationId": "createProfileImage", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -1701,7 +1656,6 @@ | |||||||
|     "/user/profile-image/{userId}": { |     "/user/profile-image/{userId}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getProfileImage", |         "operationId": "getProfileImage", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "userId", |             "name": "userId", | ||||||
| @@ -1741,7 +1695,6 @@ | |||||||
|     "/asset/upload": { |     "/asset/upload": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "uploadFile", |         "operationId": "uploadFile", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "key", |             "name": "key", | ||||||
| @@ -1791,7 +1744,6 @@ | |||||||
|     "/asset/download/{assetId}": { |     "/asset/download/{assetId}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "downloadFile", |         "operationId": "downloadFile", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "assetId", |             "name": "assetId", | ||||||
| @@ -1840,7 +1792,6 @@ | |||||||
|     "/asset/download-files": { |     "/asset/download-files": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "downloadFiles", |         "operationId": "downloadFiles", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "key", |             "name": "key", | ||||||
| @@ -1949,7 +1900,6 @@ | |||||||
|     "/asset/file/{assetId}": { |     "/asset/file/{assetId}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "serveFile", |         "operationId": "serveFile", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "isThumb", |             "name": "isThumb", | ||||||
| @@ -2016,7 +1966,6 @@ | |||||||
|     "/asset/thumbnail/{assetId}": { |     "/asset/thumbnail/{assetId}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAssetThumbnail", |         "operationId": "getAssetThumbnail", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "assetId", |             "name": "assetId", | ||||||
| @@ -2073,7 +2022,6 @@ | |||||||
|     "/asset/curated-objects": { |     "/asset/curated-objects": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getCuratedObjects", |         "operationId": "getCuratedObjects", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -2106,7 +2054,6 @@ | |||||||
|     "/asset/curated-locations": { |     "/asset/curated-locations": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getCuratedLocations", |         "operationId": "getCuratedLocations", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -2139,7 +2086,6 @@ | |||||||
|     "/asset/search-terms": { |     "/asset/search-terms": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAssetSearchTerms", |         "operationId": "getAssetSearchTerms", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -2172,7 +2118,6 @@ | |||||||
|     "/asset/search": { |     "/asset/search": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "searchAsset", |         "operationId": "searchAsset", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -2215,7 +2160,6 @@ | |||||||
|     "/asset/count-by-time-bucket": { |     "/asset/count-by-time-bucket": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "getAssetCountByTimeBucket", |         "operationId": "getAssetCountByTimeBucket", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -2255,7 +2199,6 @@ | |||||||
|     "/asset/count-by-user-id": { |     "/asset/count-by-user-id": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAssetCountByUserId", |         "operationId": "getAssetCountByUserId", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -2342,7 +2285,6 @@ | |||||||
|       }, |       }, | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "deleteAsset", |         "operationId": "deleteAsset", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -2385,7 +2327,6 @@ | |||||||
|     "/asset/time-bucket": { |     "/asset/time-bucket": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "getAssetByTimeBucket", |         "operationId": "getAssetByTimeBucket", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -2658,7 +2599,6 @@ | |||||||
|     "/asset/shared-link": { |     "/asset/shared-link": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "createAssetsSharedLink", |         "operationId": "createAssetsSharedLink", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -2698,7 +2638,6 @@ | |||||||
|     "/asset/shared-link/add": { |     "/asset/shared-link/add": { | ||||||
|       "patch": { |       "patch": { | ||||||
|         "operationId": "addAssetsToSharedLink", |         "operationId": "addAssetsToSharedLink", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "key", |             "name": "key", | ||||||
| @@ -2747,7 +2686,6 @@ | |||||||
|     "/asset/shared-link/remove": { |     "/asset/shared-link/remove": { | ||||||
|       "patch": { |       "patch": { | ||||||
|         "operationId": "removeAssetsFromSharedLink", |         "operationId": "removeAssetsFromSharedLink", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "key", |             "name": "key", | ||||||
| @@ -2796,7 +2734,6 @@ | |||||||
|     "/tag": { |     "/tag": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "create", |         "operationId": "create", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
| @@ -2834,7 +2771,6 @@ | |||||||
|       }, |       }, | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "findAll", |         "operationId": "findAll", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -2867,7 +2803,6 @@ | |||||||
|     "/tag/{id}": { |     "/tag/{id}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "findOne", |         "operationId": "findOne", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -2905,7 +2840,6 @@ | |||||||
|       }, |       }, | ||||||
|       "patch": { |       "patch": { | ||||||
|         "operationId": "update", |         "operationId": "update", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -2953,7 +2887,6 @@ | |||||||
|       }, |       }, | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "delete", |         "operationId": "delete", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "id", |             "name": "id", | ||||||
| @@ -2986,7 +2919,6 @@ | |||||||
|     "/album/count-by-user-id": { |     "/album/count-by-user-id": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAlbumCountByUserId", |         "operationId": "getAlbumCountByUserId", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "responses": { |         "responses": { | ||||||
|           "200": { |           "200": { | ||||||
| @@ -3016,7 +2948,6 @@ | |||||||
|     "/album/{albumId}/users": { |     "/album/{albumId}/users": { | ||||||
|       "put": { |       "put": { | ||||||
|         "operationId": "addUsersToAlbum", |         "operationId": "addUsersToAlbum", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "albumId", |             "name": "albumId", | ||||||
| @@ -3066,7 +2997,6 @@ | |||||||
|     "/album/{albumId}/assets": { |     "/album/{albumId}/assets": { | ||||||
|       "put": { |       "put": { | ||||||
|         "operationId": "addAssetsToAlbum", |         "operationId": "addAssetsToAlbum", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "albumId", |             "name": "albumId", | ||||||
| @@ -3122,7 +3052,6 @@ | |||||||
|       }, |       }, | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "removeAssetFromAlbum", |         "operationId": "removeAssetFromAlbum", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "albumId", |             "name": "albumId", | ||||||
| @@ -3172,7 +3101,6 @@ | |||||||
|     "/album/{albumId}": { |     "/album/{albumId}": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "getAlbumInfo", |         "operationId": "getAlbumInfo", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "albumId", |             "name": "albumId", | ||||||
| @@ -3218,7 +3146,6 @@ | |||||||
|       }, |       }, | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "deleteAlbum", |         "operationId": "deleteAlbum", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "albumId", |             "name": "albumId", | ||||||
| @@ -3249,7 +3176,6 @@ | |||||||
|       }, |       }, | ||||||
|       "patch": { |       "patch": { | ||||||
|         "operationId": "updateAlbumInfo", |         "operationId": "updateAlbumInfo", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "albumId", |             "name": "albumId", | ||||||
| @@ -3299,7 +3225,6 @@ | |||||||
|     "/album/{albumId}/user/{userId}": { |     "/album/{albumId}/user/{userId}": { | ||||||
|       "delete": { |       "delete": { | ||||||
|         "operationId": "removeUserFromAlbum", |         "operationId": "removeUserFromAlbum", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "albumId", |             "name": "albumId", | ||||||
| @@ -3340,7 +3265,6 @@ | |||||||
|     "/album/{albumId}/download": { |     "/album/{albumId}/download": { | ||||||
|       "get": { |       "get": { | ||||||
|         "operationId": "downloadArchive", |         "operationId": "downloadArchive", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [ |         "parameters": [ | ||||||
|           { |           { | ||||||
|             "name": "albumId", |             "name": "albumId", | ||||||
| @@ -3405,7 +3329,6 @@ | |||||||
|     "/album/create-shared-link": { |     "/album/create-shared-link": { | ||||||
|       "post": { |       "post": { | ||||||
|         "operationId": "createAlbumSharedLink", |         "operationId": "createAlbumSharedLink", | ||||||
|         "description": "", |  | ||||||
|         "parameters": [], |         "parameters": [], | ||||||
|         "requestBody": { |         "requestBody": { | ||||||
|           "required": true, |           "required": true, | ||||||
|   | |||||||
| @@ -2,6 +2,6 @@ | |||||||
|   "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", |   "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", | ||||||
|   "spaces": 2, |   "spaces": 2, | ||||||
|   "generator-cli": { |   "generator-cli": { | ||||||
|     "version": "6.0.1" |     "version": "6.5.0" | ||||||
|   } |   } | ||||||
| } | } | ||||||
							
								
								
									
										62
									
								
								server/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										62
									
								
								server/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -6,7 +6,7 @@ | |||||||
|   "packages": { |   "packages": { | ||||||
|     "": { |     "": { | ||||||
|       "name": "immich", |       "name": "immich", | ||||||
|       "version": "1.52.1", |       "version": "1.53.0", | ||||||
|       "license": "UNLICENSED", |       "license": "UNLICENSED", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/runtime": "^7.20.13", |         "@babel/runtime": "^7.20.13", | ||||||
| @@ -57,7 +57,7 @@ | |||||||
|         "@nestjs/cli": "^9.1.8", |         "@nestjs/cli": "^9.1.8", | ||||||
|         "@nestjs/schematics": "^9.0.4", |         "@nestjs/schematics": "^9.0.4", | ||||||
|         "@nestjs/testing": "^9.2.1", |         "@nestjs/testing": "^9.2.1", | ||||||
|         "@openapitools/openapi-generator-cli": "2.5.1", |         "@openapitools/openapi-generator-cli": "2.5.2", | ||||||
|         "@types/archiver": "^5.3.1", |         "@types/archiver": "^5.3.1", | ||||||
|         "@types/bcrypt": "^5.0.0", |         "@types/bcrypt": "^5.0.0", | ||||||
|         "@types/cookie-parser": "^1.4.3", |         "@types/cookie-parser": "^1.4.3", | ||||||
| @@ -1583,13 +1583,13 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@nestjs/mapped-types": { |     "node_modules/@nestjs/mapped-types": { | ||||||
|       "version": "1.2.0", |       "version": "1.2.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-1.2.0.tgz", |       "resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-1.2.2.tgz", | ||||||
|       "integrity": "sha512-NTFwPZkQWsArQH8QSyFWGZvJ08gR+R4TofglqZoihn/vU+ktHEJjMqsIsADwb7XD97DhiD+TVv5ac+jG33BHrg==", |       "integrity": "sha512-3dHxLXs3M0GPiriAcCFFJQHoDFUuzTD5w6JDhE7TyfT89YKpe6tcCCIqOZWdXmt9AZjjK30RkHRSFF+QEnWFQg==", | ||||||
|       "peerDependencies": { |       "peerDependencies": { | ||||||
|         "@nestjs/common": "^7.0.8 || ^8.0.0 || ^9.0.0", |         "@nestjs/common": "^7.0.8 || ^8.0.0 || ^9.0.0", | ||||||
|         "class-transformer": "^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0", |         "class-transformer": "^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0", | ||||||
|         "class-validator": "^0.11.1 || ^0.12.0 || ^0.13.0", |         "class-validator": "^0.11.1 || ^0.12.0 || ^0.13.0 || ^0.14.0", | ||||||
|         "reflect-metadata": "^0.1.12" |         "reflect-metadata": "^0.1.12" | ||||||
|       }, |       }, | ||||||
|       "peerDependenciesMeta": { |       "peerDependenciesMeta": { | ||||||
| @@ -1670,15 +1670,15 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@nestjs/swagger": { |     "node_modules/@nestjs/swagger": { | ||||||
|       "version": "6.1.4", |       "version": "6.3.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-6.1.4.tgz", |       "resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-6.3.0.tgz", | ||||||
|       "integrity": "sha512-kE8VjR+NaoKqxg8XqM/YYfALScPh4AcoR8Wywga8/OxHsTHY+MKxqvTpWp7IhCUWSA6xT8nQUpcC9Rt7C+r7Hw==", |       "integrity": "sha512-Gnig189oa1tD+h0BYIfUwhp/wvvmTn6iO3csR2E4rQrDTgCxSxZDlNdfZo3AC+Rmf8u0KX4ZAX1RZN1qXTtC7A==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@nestjs/mapped-types": "1.2.0", |         "@nestjs/mapped-types": "1.2.2", | ||||||
|         "js-yaml": "4.1.0", |         "js-yaml": "4.1.0", | ||||||
|         "lodash": "4.17.21", |         "lodash": "4.17.21", | ||||||
|         "path-to-regexp": "3.2.0", |         "path-to-regexp": "3.2.0", | ||||||
|         "swagger-ui-dist": "4.15.5" |         "swagger-ui-dist": "4.18.2" | ||||||
|       }, |       }, | ||||||
|       "peerDependencies": { |       "peerDependencies": { | ||||||
|         "@fastify/static": "^6.0.0", |         "@fastify/static": "^6.0.0", | ||||||
| @@ -1817,9 +1817,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@openapitools/openapi-generator-cli": { |     "node_modules/@openapitools/openapi-generator-cli": { | ||||||
|       "version": "2.5.1", |       "version": "2.5.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.5.1.tgz", |       "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.5.2.tgz", | ||||||
|       "integrity": "sha512-WSRQBU0dCSVD+0Qv8iCsv0C4iMaZe/NpJ/CT4SmrEYLH3txoKTE8wEfbdj/kqShS8Or0YEGDPUzhSIKY151L0w==", |       "integrity": "sha512-FLgkjzpDiHVsH821db0VDSElDoA6TcspGyq3RD4zLBJaJhbSsRwr4u87sNoyuHKBg4OMJbZMT4iJxAhkosKrzw==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "hasInstallScript": true, |       "hasInstallScript": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
| @@ -10365,9 +10365,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/swagger-ui-dist": { |     "node_modules/swagger-ui-dist": { | ||||||
|       "version": "4.15.5", |       "version": "4.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.15.5.tgz", |       "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.18.2.tgz", | ||||||
|       "integrity": "sha512-V3eIa28lwB6gg7/wfNvAbjwJYmDXy1Jo1POjyTzlB6wPcHiGlRxq39TSjYGVjQrUSAzpv+a7nzp7mDxgNy57xA==" |       "integrity": "sha512-oVBoBl9Dg+VJw8uRWDxlyUyHoNEDC0c1ysT6+Boy6CTgr2rUcLcfPon4RvxgS2/taNW6O0+US+Z/dlAsWFjOAQ==" | ||||||
|     }, |     }, | ||||||
|     "node_modules/symbol-observable": { |     "node_modules/symbol-observable": { | ||||||
|       "version": "4.0.0", |       "version": "4.0.0", | ||||||
| @@ -12829,9 +12829,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@nestjs/mapped-types": { |     "@nestjs/mapped-types": { | ||||||
|       "version": "1.2.0", |       "version": "1.2.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-1.2.0.tgz", |       "resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-1.2.2.tgz", | ||||||
|       "integrity": "sha512-NTFwPZkQWsArQH8QSyFWGZvJ08gR+R4TofglqZoihn/vU+ktHEJjMqsIsADwb7XD97DhiD+TVv5ac+jG33BHrg==", |       "integrity": "sha512-3dHxLXs3M0GPiriAcCFFJQHoDFUuzTD5w6JDhE7TyfT89YKpe6tcCCIqOZWdXmt9AZjjK30RkHRSFF+QEnWFQg==", | ||||||
|       "requires": {} |       "requires": {} | ||||||
|     }, |     }, | ||||||
|     "@nestjs/platform-express": { |     "@nestjs/platform-express": { | ||||||
| @@ -12878,15 +12878,15 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@nestjs/swagger": { |     "@nestjs/swagger": { | ||||||
|       "version": "6.1.4", |       "version": "6.3.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-6.1.4.tgz", |       "resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-6.3.0.tgz", | ||||||
|       "integrity": "sha512-kE8VjR+NaoKqxg8XqM/YYfALScPh4AcoR8Wywga8/OxHsTHY+MKxqvTpWp7IhCUWSA6xT8nQUpcC9Rt7C+r7Hw==", |       "integrity": "sha512-Gnig189oa1tD+h0BYIfUwhp/wvvmTn6iO3csR2E4rQrDTgCxSxZDlNdfZo3AC+Rmf8u0KX4ZAX1RZN1qXTtC7A==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@nestjs/mapped-types": "1.2.0", |         "@nestjs/mapped-types": "1.2.2", | ||||||
|         "js-yaml": "4.1.0", |         "js-yaml": "4.1.0", | ||||||
|         "lodash": "4.17.21", |         "lodash": "4.17.21", | ||||||
|         "path-to-regexp": "3.2.0", |         "path-to-regexp": "3.2.0", | ||||||
|         "swagger-ui-dist": "4.15.5" |         "swagger-ui-dist": "4.18.2" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@nestjs/testing": { |     "@nestjs/testing": { | ||||||
| @@ -12953,9 +12953,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@openapitools/openapi-generator-cli": { |     "@openapitools/openapi-generator-cli": { | ||||||
|       "version": "2.5.1", |       "version": "2.5.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.5.1.tgz", |       "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.5.2.tgz", | ||||||
|       "integrity": "sha512-WSRQBU0dCSVD+0Qv8iCsv0C4iMaZe/NpJ/CT4SmrEYLH3txoKTE8wEfbdj/kqShS8Or0YEGDPUzhSIKY151L0w==", |       "integrity": "sha512-FLgkjzpDiHVsH821db0VDSElDoA6TcspGyq3RD4zLBJaJhbSsRwr4u87sNoyuHKBg4OMJbZMT4iJxAhkosKrzw==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@nestjs/common": "8.4.4", |         "@nestjs/common": "8.4.4", | ||||||
| @@ -19588,9 +19588,9 @@ | |||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "swagger-ui-dist": { |     "swagger-ui-dist": { | ||||||
|       "version": "4.15.5", |       "version": "4.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.15.5.tgz", |       "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-4.18.2.tgz", | ||||||
|       "integrity": "sha512-V3eIa28lwB6gg7/wfNvAbjwJYmDXy1Jo1POjyTzlB6wPcHiGlRxq39TSjYGVjQrUSAzpv+a7nzp7mDxgNy57xA==" |       "integrity": "sha512-oVBoBl9Dg+VJw8uRWDxlyUyHoNEDC0c1ysT6+Boy6CTgr2rUcLcfPon4RvxgS2/taNW6O0+US+Z/dlAsWFjOAQ==" | ||||||
|     }, |     }, | ||||||
|     "symbol-observable": { |     "symbol-observable": { | ||||||
|       "version": "4.0.0", |       "version": "4.0.0", | ||||||
|   | |||||||
| @@ -85,7 +85,7 @@ | |||||||
|     "@nestjs/cli": "^9.1.8", |     "@nestjs/cli": "^9.1.8", | ||||||
|     "@nestjs/schematics": "^9.0.4", |     "@nestjs/schematics": "^9.0.4", | ||||||
|     "@nestjs/testing": "^9.2.1", |     "@nestjs/testing": "^9.2.1", | ||||||
|     "@openapitools/openapi-generator-cli": "2.5.1", |     "@openapitools/openapi-generator-cli": "2.5.2", | ||||||
|     "@types/archiver": "^5.3.1", |     "@types/archiver": "^5.3.1", | ||||||
|     "@types/bcrypt": "^5.0.0", |     "@types/bcrypt": "^5.0.0", | ||||||
|     "@types/cookie-parser": "^1.4.3", |     "@types/cookie-parser": "^1.4.3", | ||||||
| @@ -158,4 +158,4 @@ | |||||||
|     }, |     }, | ||||||
|     "globalSetup": "<rootDir>/libs/domain/test/global-setup.js" |     "globalSetup": "<rootDir>/libs/domain/test/global-setup.js" | ||||||
|   } |   } | ||||||
| } | } | ||||||
| @@ -1 +1 @@ | |||||||
| 6.0.1 | 6.5.0 | ||||||
							
								
								
									
										394
									
								
								web/src/api/open-api/api.ts
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										394
									
								
								web/src/api/open-api/api.ts
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										7
									
								
								web/src/api/open-api/base.ts
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										7
									
								
								web/src/api/open-api/base.ts
									
									
									
										generated
									
									
									
								
							| @@ -13,10 +13,11 @@ | |||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| import { Configuration } from "./configuration"; | import type { Configuration } from './configuration'; | ||||||
| // Some imports not used depending on template conditions
 | // Some imports not used depending on template conditions
 | ||||||
| // @ts-ignore
 | // @ts-ignore
 | ||||||
| import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; | import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; | ||||||
|  | import globalAxios from 'axios'; | ||||||
| 
 | 
 | ||||||
| export const BASE_PATH = "/api".replace(/\/+$/, ""); | export const BASE_PATH = "/api".replace(/\/+$/, ""); | ||||||
| 
 | 
 | ||||||
| @@ -64,8 +65,8 @@ export class BaseAPI { | |||||||
|  * @extends {Error} |  * @extends {Error} | ||||||
|  */ |  */ | ||||||
| export class RequiredError extends Error { | export class RequiredError extends Error { | ||||||
|     name: "RequiredError" = "RequiredError"; |  | ||||||
|     constructor(public field: string, msg?: string) { |     constructor(public field: string, msg?: string) { | ||||||
|         super(msg); |         super(msg); | ||||||
|  |         this.name = "RequiredError" | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										42
									
								
								web/src/api/open-api/common.ts
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										42
									
								
								web/src/api/open-api/common.ts
									
									
									
										generated
									
									
									
								
							| @@ -13,9 +13,10 @@ | |||||||
|  */ |  */ | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| import { Configuration } from "./configuration"; | import type { Configuration } from "./configuration"; | ||||||
| import { RequiredError, RequestArgs } from "./base"; | import type { RequestArgs } from "./base"; | ||||||
| import { AxiosInstance, AxiosResponse } from 'axios'; | import type { AxiosInstance, AxiosResponse } from 'axios'; | ||||||
|  | import { RequiredError } from "./base"; | ||||||
| 
 | 
 | ||||||
| /** | /** | ||||||
|  * |  * | ||||||
| @@ -83,24 +84,35 @@ export const setOAuthToObject = async function (object: any, name: string, scope | |||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void { | ||||||
|  |     if (parameter == null) return; | ||||||
|  |     if (typeof parameter === "object") { | ||||||
|  |         if (Array.isArray(parameter)) { | ||||||
|  |             (parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key)); | ||||||
|  |         }  | ||||||
|  |         else { | ||||||
|  |             Object.keys(parameter).forEach(currentKey =>  | ||||||
|  |                 setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`) | ||||||
|  |             ); | ||||||
|  |         } | ||||||
|  |     }  | ||||||
|  |     else { | ||||||
|  |         if (urlSearchParams.has(key)) { | ||||||
|  |             urlSearchParams.append(key, parameter); | ||||||
|  |         }  | ||||||
|  |         else { | ||||||
|  |             urlSearchParams.set(key, parameter); | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | 
 | ||||||
| /** | /** | ||||||
|  * |  * | ||||||
|  * @export |  * @export | ||||||
|  */ |  */ | ||||||
| export const setSearchParams = function (url: URL, ...objects: any[]) { | export const setSearchParams = function (url: URL, ...objects: any[]) { | ||||||
|     const searchParams = new URLSearchParams(url.search); |     const searchParams = new URLSearchParams(url.search); | ||||||
|     for (const object of objects) { |     setFlattenedQueryParams(searchParams, objects); | ||||||
|         for (const key in object) { |  | ||||||
|             if (Array.isArray(object[key])) { |  | ||||||
|                 searchParams.delete(key); |  | ||||||
|                 for (const item of object[key]) { |  | ||||||
|                     searchParams.append(key, item); |  | ||||||
|                 } |  | ||||||
|             } else { |  | ||||||
|                 searchParams.set(key, object[key]); |  | ||||||
|             } |  | ||||||
|         } |  | ||||||
|     } |  | ||||||
|     url.search = searchParams.toString(); |     url.search = searchParams.toString(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user