chore: update openapi (#8470)

This commit is contained in:
Alex
2024-04-02 14:21:58 -05:00
committed by GitHub
parent 6dfa9e1146
commit 8337da183c
15 changed files with 173 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import 'package:openapi/api.dart';
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assetIds** | **List<String>** | | [optional] [default to const []]
**data** | [**Object**](.md) | |
**data** | [**OnThisDayDto**](OnThisDayDto.md) | |
**isSaved** | **bool** | | [optional]
**memoryAt** | [**DateTime**](DateTime.md) | |
**seenAt** | [**DateTime**](DateTime.md) | | [optional]
+1 -1
View File
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | [**List<AssetResponseDto>**](AssetResponseDto.md) | | [default to const []]
**createdAt** | [**DateTime**](DateTime.md) | |
**data** | [**Object**](.md) | |
**data** | [**OnThisDayDto**](OnThisDayDto.md) | |
**deletedAt** | [**DateTime**](DateTime.md) | | [optional]
**id** | **String** | |
**isSaved** | **bool** | |
+15
View File
@@ -0,0 +1,15 @@
# openapi.model.OnThisDayDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**year** | **num** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)