diff --git a/AffixApi.Api.sln b/AffixApi.Api.sln index b43d083..c1f3c54 100644 --- a/AffixApi.Api.sln +++ b/AffixApi.Api.sln @@ -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}") = "AffixApi.Api", "src\AffixApi.Api\AffixApi.Api.csproj", "{FAA6F048-D73D-4106-9287-569C1A7EA3E5}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AffixApi.Api", "src\AffixApi.Api\AffixApi.Api.csproj", "{6ED187A0-DCA2-4020-A2A1-11D832F508FA}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AffixApi.Api.Test", "src\AffixApi.Api.Test\AffixApi.Api.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}" EndProject @@ -12,10 +12,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FAA6F048-D73D-4106-9287-569C1A7EA3E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FAA6F048-D73D-4106-9287-569C1A7EA3E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FAA6F048-D73D-4106-9287-569C1A7EA3E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FAA6F048-D73D-4106-9287-569C1A7EA3E5}.Release|Any CPU.Build.0 = Release|Any CPU + {6ED187A0-DCA2-4020-A2A1-11D832F508FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6ED187A0-DCA2-4020-A2A1-11D832F508FA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6ED187A0-DCA2-4020-A2A1-11D832F508FA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6ED187A0-DCA2-4020-A2A1-11D832F508FA}.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 diff --git a/README.md b/README.md index 3b5f2d4..f60f779 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ Things to keep in mind: This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 2023-03-01 -- SDK version: 1.1.58 +- SDK version: 1.1.59 - Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen diff --git a/docs/EmployeeResponse.md b/docs/EmployeeResponse.md index 6c45358..804041c 100644 --- a/docs/EmployeeResponse.md +++ b/docs/EmployeeResponse.md @@ -18,7 +18,7 @@ Name | Type | Description | Notes **TaxId** | **string** | | **Gender** | **string** | | **Ethnicity** | **string** | | -**MaritalStatus** | **string** | | +**MaritalStatus** | **string** | `other` option can include co-habitating, civil partnership, separated, divorced, widowed, etc | **DateOfBirth** | **DateTime?** | | **EmploymentStatus** | **string** | | **EmploymentType** | **string** | | diff --git a/src/AffixApi.Api/AffixApi.Api.csproj b/src/AffixApi.Api/AffixApi.Api.csproj index dca555a..3853976 100644 --- a/src/AffixApi.Api/AffixApi.Api.csproj +++ b/src/AffixApi.Api/AffixApi.Api.csproj @@ -12,7 +12,7 @@ A library generated from a OpenAPI doc No Copyright AffixApi.Api - 1.1.58 + 1.1.59 bin\$(Configuration)\$(TargetFramework)\AffixApi.Api.xml https://github.com/GIT_USER_ID/GIT_REPO_ID.git git diff --git a/src/AffixApi.Api/Client/Configuration.cs b/src/AffixApi.Api/Client/Configuration.cs index a6a3ec0..89992cc 100644 --- a/src/AffixApi.Api/Client/Configuration.cs +++ b/src/AffixApi.Api/Client/Configuration.cs @@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = "1.1.58"; + public const string Version = "1.1.59"; /// /// Identifier for ISO 8601 DateTime Format @@ -107,7 +107,7 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = "OpenAPI-Generator/1.1.58/csharp"; + UserAgent = "OpenAPI-Generator/1.1.59/csharp"; BasePath = "https://api.affixapi.com"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -458,7 +458,7 @@ public static String ToDebugReport() report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; report += " Version of the API: 2023-03-01\n"; - report += " SDK Package Version: 1.1.58\n"; + report += " SDK Package Version: 1.1.59\n"; return report; } diff --git a/src/AffixApi.Api/Model/EmployeeResponse.cs b/src/AffixApi.Api/Model/EmployeeResponse.cs index 5fdbc2a..e1f46dd 100644 --- a/src/AffixApi.Api/Model/EmployeeResponse.cs +++ b/src/AffixApi.Api/Model/EmployeeResponse.cs @@ -133,8 +133,9 @@ public enum EthnicityEnum [DataMember(Name = "ethnicity", IsRequired = true, EmitDefaultValue = true)] public EthnicityEnum Ethnicity { get; set; } /// - /// Defines MaritalStatus + /// `other` option can include co-habitating, civil partnership, separated, divorced, widowed, etc /// + /// `other` option can include co-habitating, civil partnership, separated, divorced, widowed, etc [JsonConverter(typeof(StringEnumConverter))] public enum MaritalStatusEnum { @@ -156,18 +157,25 @@ public enum MaritalStatusEnum [EnumMember(Value = "not_specified")] NotSpecified = 3, + /// + /// Enum Other for value: other + /// + [EnumMember(Value = "other")] + Other = 4, + /// /// Enum Null for value: null /// [EnumMember(Value = "null")] - Null = 4 + Null = 5 } /// - /// Gets or Sets MaritalStatus + /// `other` option can include co-habitating, civil partnership, separated, divorced, widowed, etc /// + /// `other` option can include co-habitating, civil partnership, separated, divorced, widowed, etc [DataMember(Name = "marital_status", IsRequired = true, EmitDefaultValue = true)] public MaritalStatusEnum MaritalStatus { get; set; } /// @@ -278,7 +286,7 @@ protected EmployeeResponse() { } /// taxId (required). /// gender (required). /// ethnicity (required). - /// maritalStatus (required). + /// `other` option can include co-habitating, civil partnership, separated, divorced, widowed, etc (required). /// dateOfBirth (required). /// employmentStatus (required). /// employmentType (required). diff --git a/src/AffixApi.Api/README.md b/src/AffixApi.Api/README.md index 3b5f2d4..f60f779 100644 --- a/src/AffixApi.Api/README.md +++ b/src/AffixApi.Api/README.md @@ -211,7 +211,7 @@ Things to keep in mind: This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 2023-03-01 -- SDK version: 1.1.58 +- SDK version: 1.1.59 - Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen