Skip to content

Commit

Permalink
Merge pull request #85 from aziontech/generated-sdk
Browse files Browse the repository at this point in the history
Auto-generated SDK
  • Loading branch information
maxwelbm authored Mar 22, 2024
2 parents 09fd34e + b795048 commit 747f40a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion storage/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.0
7.4.0
1 change: 1 addition & 0 deletions storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This C# SDK is automatically generated by the [OpenAPI Generator](https://openap

- API version: 1.0.0 (v1)
- SDK version: 1.0.0
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen

<a id="frameworks-supported"></a>
Expand Down
1 change: 0 additions & 1 deletion storage/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ components:
readOnly: true
type: string
required:
- etag
- key
- last_modified
- size
Expand Down
2 changes: 1 addition & 1 deletion storage/docs/BucketObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**Key** | **string** | | [readonly]
**LastModified** | **DateTime** | | [readonly]
**Size** | **int** | | [readonly]
**Etag** | **string** | | [readonly]
**Etag** | **string** | | [optional] [readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

2 changes: 1 addition & 1 deletion storage/src/storage/Model/BucketObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public bool ShouldSerializeSize()
/// <summary>
/// Gets or Sets Etag
/// </summary>
[DataMember(Name = "etag", IsRequired = true, EmitDefaultValue = true)]
[DataMember(Name = "etag", EmitDefaultValue = false)]
public string Etag { get; private set; }

/// <summary>
Expand Down
10 changes: 5 additions & 5 deletions storage/storage.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "storage", "src\storage\storage.csproj", "{3B3E09E6-49E0-4D6D-AA0C-B98B416F42F9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "storage", "src\storage\storage.csproj", "{F92731BB-88A9-4091-90E3-1D143895C7E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "storage.Test", "src\storage.Test\storage.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B3E09E6-49E0-4D6D-AA0C-B98B416F42F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B3E09E6-49E0-4D6D-AA0C-B98B416F42F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B3E09E6-49E0-4D6D-AA0C-B98B416F42F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B3E09E6-49E0-4D6D-AA0C-B98B416F42F9}.Release|Any CPU.Build.0 = Release|Any CPU
{F92731BB-88A9-4091-90E3-1D143895C7E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F92731BB-88A9-4091-90E3-1D143895C7E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F92731BB-88A9-4091-90E3-1D143895C7E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F92731BB-88A9-4091-90E3-1D143895C7E2}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit 747f40a

Please sign in to comment.