Skip to content

Commit

Permalink
fix(country): add countries
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Apr 8, 2024
1 parent ba45a1a commit d7e330b
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 41 deletions.
10 changes: 5 additions & 5 deletions AffixApi.Api.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}") = "AffixApi.Api", "src\AffixApi.Api\AffixApi.Api.csproj", "{44B51AAC-E518-40C1-A7EB-682FA93F5C37}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AffixApi.Api", "src\AffixApi.Api\AffixApi.Api.csproj", "{1264E0F1-9B3B-4868-B02A-7FA8DD36986E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AffixApi.Api.Test", "src\AffixApi.Api.Test\AffixApi.Api.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
{44B51AAC-E518-40C1-A7EB-682FA93F5C37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44B51AAC-E518-40C1-A7EB-682FA93F5C37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44B51AAC-E518-40C1-A7EB-682FA93F5C37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44B51AAC-E518-40C1-A7EB-682FA93F5C37}.Release|Any CPU.Build.0 = Release|Any CPU
{1264E0F1-9B3B-4868-B02A-7FA8DD36986E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1264E0F1-9B3B-4868-B02A-7FA8DD36986E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1264E0F1-9B3B-4868-B02A-7FA8DD36986E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1264E0F1-9B3B-4868-B02A-7FA8DD36986E}.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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.51
- SDK version: 1.1.52
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen

<a name="frameworks-supported"></a>
Expand Down
2 changes: 1 addition & 1 deletion src/AffixApi.Api/AffixApi.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>A library generated from a OpenAPI doc</Description>
<Copyright>No Copyright</Copyright>
<RootNamespace>AffixApi.Api</RootNamespace>
<Version>1.1.51</Version>
<Version>1.1.52</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\AffixApi.Api.xml</DocumentationFile>
<RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
6 changes: 3 additions & 3 deletions src/AffixApi.Api/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "1.1.51";
public const string Version = "1.1.52";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down Expand Up @@ -107,7 +107,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
UserAgent = "OpenAPI-Generator/1.1.51/csharp";
UserAgent = "OpenAPI-Generator/1.1.52/csharp";
BasePath = "https://api.affixapi.com";
DefaultHeaders = new ConcurrentDictionary<string, string>();
ApiKey = new ConcurrentDictionary<string, string>();
Expand Down Expand Up @@ -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.51\n";
report += " SDK Package Version: 1.1.52\n";

return report;
}
Expand Down
60 changes: 45 additions & 15 deletions src/AffixApi.Api/Model/AddressNoNonNullRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,95 +123,125 @@ public enum CountryEnum
[EnumMember(Value = "HK")]
HK = 14,

/// <summary>
/// Enum ID for value: ID
/// </summary>
[EnumMember(Value = "ID")]
ID = 15,

/// <summary>
/// Enum IE for value: IE
/// </summary>
[EnumMember(Value = "IE")]
IE = 15,
IE = 16,

/// <summary>
/// Enum IN for value: IN
/// </summary>
[EnumMember(Value = "IN")]
IN = 17,

/// <summary>
/// Enum IT for value: IT
/// </summary>
[EnumMember(Value = "IT")]
IT = 16,
IT = 18,

/// <summary>
/// Enum JP for value: JP
/// </summary>
[EnumMember(Value = "JP")]
JP = 17,
JP = 19,

/// <summary>
/// Enum KR for value: KR
/// </summary>
[EnumMember(Value = "KR")]
KR = 20,

/// <summary>
/// Enum LT for value: LT
/// </summary>
[EnumMember(Value = "LT")]
LT = 18,
LT = 21,

/// <summary>
/// Enum LV for value: LV
/// </summary>
[EnumMember(Value = "LV")]
LV = 19,
LV = 22,

/// <summary>
/// Enum MO for value: MO
/// </summary>
[EnumMember(Value = "MO")]
MO = 23,

/// <summary>
/// Enum MY for value: MY
/// </summary>
[EnumMember(Value = "MY")]
MY = 24,

/// <summary>
/// Enum NL for value: NL
/// </summary>
[EnumMember(Value = "NL")]
NL = 20,
NL = 25,

/// <summary>
/// Enum NO for value: NO
/// </summary>
[EnumMember(Value = "NO")]
NO = 21,
NO = 26,

/// <summary>
/// Enum PH for value: PH
/// </summary>
[EnumMember(Value = "PH")]
PH = 22,
PH = 27,

/// <summary>
/// Enum PL for value: PL
/// </summary>
[EnumMember(Value = "PL")]
PL = 23,
PL = 28,

/// <summary>
/// Enum RO for value: RO
/// </summary>
[EnumMember(Value = "RO")]
RO = 24,
RO = 29,

/// <summary>
/// Enum SE for value: SE
/// </summary>
[EnumMember(Value = "SE")]
SE = 25,
SE = 30,

/// <summary>
/// Enum SG for value: SG
/// </summary>
[EnumMember(Value = "SG")]
SG = 26,
SG = 31,

/// <summary>
/// Enum SK for value: SK
/// </summary>
[EnumMember(Value = "SK")]
SK = 27,
SK = 32,

/// <summary>
/// Enum TW for value: TW
/// </summary>
[EnumMember(Value = "TW")]
TW = 28,
TW = 33,

/// <summary>
/// Enum US for value: US
/// </summary>
[EnumMember(Value = "US")]
US = 29
US = 34

}

Expand Down
60 changes: 45 additions & 15 deletions src/AffixApi.Api/Model/AddressResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,95 +129,125 @@ public enum CountryEnum
[EnumMember(Value = "HK")]
HK = 15,

/// <summary>
/// Enum ID for value: ID
/// </summary>
[EnumMember(Value = "ID")]
ID = 16,

/// <summary>
/// Enum IE for value: IE
/// </summary>
[EnumMember(Value = "IE")]
IE = 16,
IE = 17,

/// <summary>
/// Enum IN for value: IN
/// </summary>
[EnumMember(Value = "IN")]
IN = 18,

/// <summary>
/// Enum IT for value: IT
/// </summary>
[EnumMember(Value = "IT")]
IT = 17,
IT = 19,

/// <summary>
/// Enum KR for value: KR
/// </summary>
[EnumMember(Value = "KR")]
KR = 20,

/// <summary>
/// Enum JP for value: JP
/// </summary>
[EnumMember(Value = "JP")]
JP = 18,
JP = 21,

/// <summary>
/// Enum LT for value: LT
/// </summary>
[EnumMember(Value = "LT")]
LT = 19,
LT = 22,

/// <summary>
/// Enum LV for value: LV
/// </summary>
[EnumMember(Value = "LV")]
LV = 20,
LV = 23,

/// <summary>
/// Enum MO for value: MO
/// </summary>
[EnumMember(Value = "MO")]
MO = 24,

/// <summary>
/// Enum MY for value: MY
/// </summary>
[EnumMember(Value = "MY")]
MY = 25,

/// <summary>
/// Enum NL for value: NL
/// </summary>
[EnumMember(Value = "NL")]
NL = 21,
NL = 26,

/// <summary>
/// Enum NO for value: NO
/// </summary>
[EnumMember(Value = "NO")]
NO = 22,
NO = 27,

/// <summary>
/// Enum PH for value: PH
/// </summary>
[EnumMember(Value = "PH")]
PH = 23,
PH = 28,

/// <summary>
/// Enum PL for value: PL
/// </summary>
[EnumMember(Value = "PL")]
PL = 24,
PL = 29,

/// <summary>
/// Enum RO for value: RO
/// </summary>
[EnumMember(Value = "RO")]
RO = 25,
RO = 30,

/// <summary>
/// Enum SE for value: SE
/// </summary>
[EnumMember(Value = "SE")]
SE = 26,
SE = 31,

/// <summary>
/// Enum SG for value: SG
/// </summary>
[EnumMember(Value = "SG")]
SG = 27,
SG = 32,

/// <summary>
/// Enum SK for value: SK
/// </summary>
[EnumMember(Value = "SK")]
SK = 28,
SK = 33,

/// <summary>
/// Enum TW for value: TW
/// </summary>
[EnumMember(Value = "TW")]
TW = 29,
TW = 34,

/// <summary>
/// Enum US for value: US
/// </summary>
[EnumMember(Value = "US")]
US = 30
US = 35

}

Expand Down
2 changes: 1 addition & 1 deletion src/AffixApi.Api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.51
- SDK version: 1.1.52
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen

<a name="frameworks-supported"></a>
Expand Down

0 comments on commit d7e330b

Please sign in to comment.