Skip to content

Commit

Permalink
9.0.000.22.1446
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimlysenko committed Oct 10, 2018
1 parent 35615aa commit 2a03733
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion checksum.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f8a6590969abc2a079013bbe4ebbb9fc14e83c85
b9b07daef482f6fdc9317aa4242310462a5c05af
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
8 changes: 4 additions & 4 deletions src/Genesys.Internal.Authentication/Client/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down Expand Up @@ -53,12 +53,12 @@ public partial class ApiClient
public ApiClient()
{
Configuration = Genesys.Internal.Authentication.Client.Configuration.Default;
RestClient = new RestClient("https://your-server.com/auth/v3");
RestClient = new RestClient("https://gws-usw1-int.genhtcc.com/auth/v3");
}

/// <summary>
/// Initializes a new instance of the <see cref="ApiClient" /> class
/// with default base path (https://your-server.com/auth/v3).
/// with default base path (https://gws-usw1-int.genhtcc.com/auth/v3).
/// </summary>
/// <param name="config">An instance of Configuration.</param>
public ApiClient(Configuration config)
Expand All @@ -73,7 +73,7 @@ public ApiClient(Configuration config)
/// with default configuration.
/// </summary>
/// <param name="basePath">The base path.</param>
public ApiClient(String basePath = "https://your-server.com/auth/v3")
public ApiClient(String basePath = "https://gws-usw1-int.genhtcc.com/auth/v3")
{
if (String.IsNullOrEmpty(basePath))
throw new ArgumentException("basePath cannot be empty");
Expand Down
2 changes: 1 addition & 1 deletion src/Genesys.Internal.Authentication/Client/ApiException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Genesys.Internal.Authentication/Client/ApiResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
8 changes: 4 additions & 4 deletions src/Genesys.Internal.Authentication/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down Expand Up @@ -115,7 +115,7 @@ static Configuration()
public Configuration()
{
UserAgent = "Swagger-Codegen/1.0.0/csharp";
BasePath = "https://your-server.com/auth/v3";
BasePath = "https://gws-usw1-int.genhtcc.com/auth/v3";
DefaultHeader = new ConcurrentDictionary<string, string>();
ApiKey = new ConcurrentDictionary<string, string>();
ApiKeyPrefix = new ConcurrentDictionary<string, string>();
Expand All @@ -131,7 +131,7 @@ public Configuration(
IDictionary<string, string> defaultHeader,
IDictionary<string, string> apiKey,
IDictionary<string, string> apiKeyPrefix,
string basePath = "https://your-server.com/auth/v3") : this()
string basePath = "https://gws-usw1-int.genhtcc.com/auth/v3") : this()
{
if (string.IsNullOrWhiteSpace(basePath))
throw new ArgumentException("The provided basePath is invalid.", "basePath");
Expand Down Expand Up @@ -421,7 +421,7 @@ public static String ToDebugReport()
String report = "C# SDK (Genesys.Internal.Authentication) Debug Report:\n";
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
report += " Version of the API: 9.0.000.21.1405\n";
report += " Version of the API: 9.0.000.22.1446\n";
report += " SDK Package Version: 1.0.0\n";

return report;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Genesys.Internal.Authentication/Client/IApiAccessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Authentication API
Authentication API
OpenAPI spec version: 9.0.000.21.1405
OpenAPI spec version: 9.0.000.22.1446
-->
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>

<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{DA668DB8-1378-4EF4-960C-C0EB4FD5474D}</ProjectGuid>
<ProjectGuid>{1F399BA3-4538-4DB6-9A23-213D78BF2E7D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Genesys.Internal.Authentication</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/Genesys.Internal.Authentication/Model/ApiResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Genesys.Internal.Authentication/Model/ErrorResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Genesys.Internal.Authentication/Model/UserRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication API
*
* OpenAPI spec version: 9.0.000.21.1405
* OpenAPI spec version: 9.0.000.22.1446
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
Expand Down

0 comments on commit 2a03733

Please sign in to comment.