diff --git a/checksum.sha1 b/checksum.sha1
index 56a5531..93177ab 100644
--- a/checksum.sha1
+++ b/checksum.sha1
@@ -1 +1 @@
-f8a6590969abc2a079013bbe4ebbb9fc14e83c85
\ No newline at end of file
+b9b07daef482f6fdc9317aa4242310462a5c05af
\ No newline at end of file
diff --git a/src/Genesys.Internal.Authentication/Api/AuthenticationApi.cs b/src/Genesys.Internal.Authentication/Api/AuthenticationApi.cs
index e8677b0..10f7181 100644
--- a/src/Genesys.Internal.Authentication/Api/AuthenticationApi.cs
+++ b/src/Genesys.Internal.Authentication/Api/AuthenticationApi.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Client/ApiClient.cs b/src/Genesys.Internal.Authentication/Client/ApiClient.cs
index e2deb13..219b1c2 100644
--- a/src/Genesys.Internal.Authentication/Client/ApiClient.cs
+++ b/src/Genesys.Internal.Authentication/Client/ApiClient.cs
@@ -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
*/
@@ -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");
}
///
/// Initializes a new instance of the class
- /// with default base path (https://your-server.com/auth/v3).
+ /// with default base path (https://gws-usw1-int.genhtcc.com/auth/v3).
///
/// An instance of Configuration.
public ApiClient(Configuration config)
@@ -73,7 +73,7 @@ public ApiClient(Configuration config)
/// with default configuration.
///
/// The base path.
- 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");
diff --git a/src/Genesys.Internal.Authentication/Client/ApiException.cs b/src/Genesys.Internal.Authentication/Client/ApiException.cs
index 5669921..262de24 100644
--- a/src/Genesys.Internal.Authentication/Client/ApiException.cs
+++ b/src/Genesys.Internal.Authentication/Client/ApiException.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Client/ApiResponse.cs b/src/Genesys.Internal.Authentication/Client/ApiResponse.cs
index 01e914d..04029b3 100644
--- a/src/Genesys.Internal.Authentication/Client/ApiResponse.cs
+++ b/src/Genesys.Internal.Authentication/Client/ApiResponse.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Client/Configuration.cs b/src/Genesys.Internal.Authentication/Client/Configuration.cs
index fd87cfd..dad788d 100644
--- a/src/Genesys.Internal.Authentication/Client/Configuration.cs
+++ b/src/Genesys.Internal.Authentication/Client/Configuration.cs
@@ -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
*/
@@ -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();
ApiKey = new ConcurrentDictionary();
ApiKeyPrefix = new ConcurrentDictionary();
@@ -131,7 +131,7 @@ public Configuration(
IDictionary defaultHeader,
IDictionary apiKey,
IDictionary 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");
@@ -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;
diff --git a/src/Genesys.Internal.Authentication/Client/ExceptionFactory.cs b/src/Genesys.Internal.Authentication/Client/ExceptionFactory.cs
index 55f7cdc..4804094 100644
--- a/src/Genesys.Internal.Authentication/Client/ExceptionFactory.cs
+++ b/src/Genesys.Internal.Authentication/Client/ExceptionFactory.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Client/GlobalConfiguration.cs b/src/Genesys.Internal.Authentication/Client/GlobalConfiguration.cs
index 046bb16..319de7c 100644
--- a/src/Genesys.Internal.Authentication/Client/GlobalConfiguration.cs
+++ b/src/Genesys.Internal.Authentication/Client/GlobalConfiguration.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Client/IApiAccessor.cs b/src/Genesys.Internal.Authentication/Client/IApiAccessor.cs
index 344ad65..2c7bdb3 100644
--- a/src/Genesys.Internal.Authentication/Client/IApiAccessor.cs
+++ b/src/Genesys.Internal.Authentication/Client/IApiAccessor.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Client/IReadableConfiguration.cs b/src/Genesys.Internal.Authentication/Client/IReadableConfiguration.cs
index cf278e3..2c49507 100644
--- a/src/Genesys.Internal.Authentication/Client/IReadableConfiguration.cs
+++ b/src/Genesys.Internal.Authentication/Client/IReadableConfiguration.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Client/SwaggerDateConverter.cs b/src/Genesys.Internal.Authentication/Client/SwaggerDateConverter.cs
index e7f7b05..1e30b6e 100644
--- a/src/Genesys.Internal.Authentication/Client/SwaggerDateConverter.cs
+++ b/src/Genesys.Internal.Authentication/Client/SwaggerDateConverter.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Genesys.Internal.Authentication.csproj b/src/Genesys.Internal.Authentication/Genesys.Internal.Authentication.csproj
index 74acc7b..696e1e8 100644
--- a/src/Genesys.Internal.Authentication/Genesys.Internal.Authentication.csproj
+++ b/src/Genesys.Internal.Authentication/Genesys.Internal.Authentication.csproj
@@ -4,7 +4,7 @@ Authentication API
Authentication API
-OpenAPI spec version: 9.0.000.21.1405
+OpenAPI spec version: 9.0.000.22.1446
-->
@@ -12,7 +12,7 @@ OpenAPI spec version: 9.0.000.21.1405
Debug
AnyCPU
- {DA668DB8-1378-4EF4-960C-C0EB4FD5474D}
+ {1F399BA3-4538-4DB6-9A23-213D78BF2E7D}
Library
Properties
Genesys.Internal.Authentication
diff --git a/src/Genesys.Internal.Authentication/Model/ApiResponse.cs b/src/Genesys.Internal.Authentication/Model/ApiResponse.cs
index 646913a..6670703 100644
--- a/src/Genesys.Internal.Authentication/Model/ApiResponse.cs
+++ b/src/Genesys.Internal.Authentication/Model/ApiResponse.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Model/AuthSchemeLookupData.cs b/src/Genesys.Internal.Authentication/Model/AuthSchemeLookupData.cs
index f85692a..2aeaeec 100644
--- a/src/Genesys.Internal.Authentication/Model/AuthSchemeLookupData.cs
+++ b/src/Genesys.Internal.Authentication/Model/AuthSchemeLookupData.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Model/ChangePasswordOperation.cs b/src/Genesys.Internal.Authentication/Model/ChangePasswordOperation.cs
index 9e5dbda..9208eb7 100644
--- a/src/Genesys.Internal.Authentication/Model/ChangePasswordOperation.cs
+++ b/src/Genesys.Internal.Authentication/Model/ChangePasswordOperation.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Model/CloudUserDetails.cs b/src/Genesys.Internal.Authentication/Model/CloudUserDetails.cs
index a8dc55b..c51be26 100644
--- a/src/Genesys.Internal.Authentication/Model/CloudUserDetails.cs
+++ b/src/Genesys.Internal.Authentication/Model/CloudUserDetails.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Model/DefaultOAuth2AccessToken.cs b/src/Genesys.Internal.Authentication/Model/DefaultOAuth2AccessToken.cs
index 0688cb6..1a85523 100644
--- a/src/Genesys.Internal.Authentication/Model/DefaultOAuth2AccessToken.cs
+++ b/src/Genesys.Internal.Authentication/Model/DefaultOAuth2AccessToken.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Model/ErrorResponse.cs b/src/Genesys.Internal.Authentication/Model/ErrorResponse.cs
index 4e841cc..97708f1 100644
--- a/src/Genesys.Internal.Authentication/Model/ErrorResponse.cs
+++ b/src/Genesys.Internal.Authentication/Model/ErrorResponse.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Model/OpenIdUserInfo.cs b/src/Genesys.Internal.Authentication/Model/OpenIdUserInfo.cs
index 072a69b..5b4dde7 100644
--- a/src/Genesys.Internal.Authentication/Model/OpenIdUserInfo.cs
+++ b/src/Genesys.Internal.Authentication/Model/OpenIdUserInfo.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Model/ResponseStatus.cs b/src/Genesys.Internal.Authentication/Model/ResponseStatus.cs
index da50472..32b93ff 100644
--- a/src/Genesys.Internal.Authentication/Model/ResponseStatus.cs
+++ b/src/Genesys.Internal.Authentication/Model/ResponseStatus.cs
@@ -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
*/
diff --git a/src/Genesys.Internal.Authentication/Model/UserRole.cs b/src/Genesys.Internal.Authentication/Model/UserRole.cs
index eb091df..a23c071 100644
--- a/src/Genesys.Internal.Authentication/Model/UserRole.cs
+++ b/src/Genesys.Internal.Authentication/Model/UserRole.cs
@@ -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
*/