diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION
index 5f84a81..eb1dc6a 100644
--- a/.openapi-generator/VERSION
+++ b/.openapi-generator/VERSION
@@ -1 +1 @@
-7.12.0
+7.13.0
diff --git a/src/Regula.DocumentReader.WebClient/Api/HealthcheckApi.cs b/src/Regula.DocumentReader.WebClient/Api/HealthcheckApi.cs
index 99044d7..80909a9 100644
--- a/src/Regula.DocumentReader.WebClient/Api/HealthcheckApi.cs
+++ b/src/Regula.DocumentReader.WebClient/Api/HealthcheckApi.cs
@@ -33,7 +33,7 @@ public interface IHealthcheckApiSync : IApiAccessor
/// Thrown when fails to make API call
/// (optional)
/// Healthcheck
- Healthcheck Healthz(string? xRequestID = default(string?));
+ Healthcheck Healthz(string? xRequestID = default);
///
/// Server health check
@@ -44,7 +44,7 @@ public interface IHealthcheckApiSync : IApiAccessor
/// Thrown when fails to make API call
/// (optional)
/// ApiResponse of Healthcheck
- ApiResponse HealthzWithHttpInfo(string? xRequestID = default(string?));
+ ApiResponse HealthzWithHttpInfo(string? xRequestID = default);
///
/// Server health check
///
@@ -52,7 +52,7 @@ public interface IHealthcheckApiSync : IApiAccessor
/// (optional)
/// DeviceInfo
[Obsolete]
- DeviceInfo Ping(string? xRequestID = default(string?));
+ DeviceInfo Ping(string? xRequestID = default);
///
/// Server health check
@@ -64,14 +64,14 @@ public interface IHealthcheckApiSync : IApiAccessor
/// (optional)
/// ApiResponse of DeviceInfo
[Obsolete]
- ApiResponse PingWithHttpInfo(string? xRequestID = default(string?));
+ ApiResponse PingWithHttpInfo(string? xRequestID = default);
///
/// License health check
///
/// Thrown when fails to make API call
/// (optional)
///
- void Readyz(string? xRequestID = default(string?));
+ void Readyz(string? xRequestID = default);
///
/// License health check
@@ -82,7 +82,7 @@ public interface IHealthcheckApiSync : IApiAccessor
/// Thrown when fails to make API call
/// (optional)
/// ApiResponse of Object(void)
- ApiResponse