Release v1.3.0

This commit is contained in:
2025-12-27 10:05:50 -03:00
parent 87334bb28c
commit 9678659892
69 changed files with 674 additions and 870 deletions

View File

@@ -3,7 +3,7 @@
*
* API to access Tribufu services.
*
* The version of the OpenAPI document: 1.2.6
* The version of the OpenAPI document: 1.3.0
* Contact: contact@tribufu.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -89,7 +89,7 @@ namespace Tribufu.Model
/// Gets or Sets Files
/// </summary>
[DataMember(Name = "files", EmitDefaultValue = true)]
public List<File> Files { get; private set; }
public List<StorageFile> Files { get; private set; }
/// <summary>
/// Returns false as Files should not be serialized given that it's read-only.