diff --git a/connect/config-csharp.yaml b/connect/config-csharp.yaml
index 2aade9e29..cf789c936 100644
--- a/connect/config-csharp.yaml
+++ b/connect/config-csharp.yaml
@@ -1,6 +1,6 @@
additionalProperties:
# https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/csharp.md
- packageVersion: 0.0.7
+ packageVersion: 0.0.8
packageName: Trinsic.Connect
packageTitle: Trinsic Connect SDK
packageCompany: trinsic.id
diff --git a/connect/dotnet/README.md b/connect/dotnet/README.md
index 91450e4dc..6be5f6d99 100644
--- a/connect/dotnet/README.md
+++ b/connect/dotnet/README.md
@@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: v1
-- SDK version: 0.0.7
+- SDK version: 0.0.8
- Generator version: 7.8.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
diff --git a/connect/dotnet/src/Trinsic.Connect/Api/SessionsApi.cs b/connect/dotnet/src/Trinsic.Connect/Api/SessionsApi.cs
index 225a0b314..a9cc31e05 100644
--- a/connect/dotnet/src/Trinsic.Connect/Api/SessionsApi.cs
+++ b/connect/dotnet/src/Trinsic.Connect/Api/SessionsApi.cs
@@ -14,7 +14,6 @@
namespace Trinsic.Connect.Api;
-
///
/// Represents a collection of functions to interact with the API endpoints
///
diff --git a/connect/dotnet/src/Trinsic.Connect/Client/Configuration.cs b/connect/dotnet/src/Trinsic.Connect/Client/Configuration.cs
index e112e81b9..53c0c9299 100644
--- a/connect/dotnet/src/Trinsic.Connect/Client/Configuration.cs
+++ b/connect/dotnet/src/Trinsic.Connect/Client/Configuration.cs
@@ -29,7 +29,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
///
/// Version of the package.
- public const string Version = "0.0.7";
+ public const string Version = "0.0.8";
///
/// Identifier for ISO 8601 DateTime Format
@@ -115,7 +115,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
- UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.0.7/csharp");
+ UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.0.8/csharp");
BasePath = "https://connect.trinsic.id";
DefaultHeaders = new ConcurrentDictionary();
ApiKey = new ConcurrentDictionary();
@@ -362,7 +362,10 @@ public virtual string DateTimeFormat
public virtual IDictionary ApiKeyPrefix
{
get => _apiKeyPrefix;
- set => _apiKeyPrefix = value ?? throw new InvalidOperationException("ApiKeyPrefix collection may not be null.");
+ set
+ {
+ _apiKeyPrefix = value ?? throw new InvalidOperationException("ApiKeyPrefix collection may not be null.");
+ }
}
///
@@ -372,7 +375,10 @@ public virtual IDictionary ApiKeyPrefix
public virtual IDictionary ApiKey
{
get => _apiKey;
- set => _apiKey = value ?? throw new InvalidOperationException("ApiKey collection may not be null.");
+ set
+ {
+ _apiKey = value ?? throw new InvalidOperationException("ApiKey collection may not be null.");
+ }
}
///
@@ -382,7 +388,10 @@ public virtual IDictionary ApiKey
public virtual IList> Servers
{
get => _servers;
- set => _servers = value ?? throw new InvalidOperationException("Servers may not be null.");
+ set
+ {
+ _servers = value ?? throw new InvalidOperationException("Servers may not be null.");
+ }
}
///
@@ -392,7 +401,10 @@ public virtual IList> Servers
public virtual IReadOnlyDictionary>> OperationServers
{
get => _operationServers;
- set => _operationServers = value ?? throw new InvalidOperationException("Operation servers may not be null.");
+ set
+ {
+ _operationServers = value ?? throw new InvalidOperationException("Operation servers may not be null.");
+ }
}
///
@@ -515,7 +527,7 @@ public static string ToDebugReport()
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
report += " Version of the API: v1\n";
- report += " SDK Package Version: 0.0.7\n";
+ report += " SDK Package Version: 0.0.8\n";
return report;
}
diff --git a/connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs b/connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs
index f6b95c01a..2ade12092 100644
--- a/connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs
+++ b/connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs
@@ -11,7 +11,6 @@
namespace Trinsic.Connect.Client;
-
///
/// Represents a File passed to the API as a Parameter, allows using different backends for files
///
diff --git a/connect/dotnet/src/Trinsic.Connect/README.md b/connect/dotnet/src/Trinsic.Connect/README.md
index c61af2e7d..6be5f6d99 100644
--- a/connect/dotnet/src/Trinsic.Connect/README.md
+++ b/connect/dotnet/src/Trinsic.Connect/README.md
@@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: v1
-- SDK version: 0.0.7
+- SDK version: 0.0.8
- Generator version: 7.8.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
@@ -149,17 +149,20 @@ Class | Method | HTTP request | Description
## Documentation for Models
+ - [Model.Address](docs/Address.md)
- [Model.CancelSessionResponse](docs/CancelSessionResponse.md)
- [Model.CreateSessionRequest](docs/CreateSessionRequest.md)
- [Model.CreateSessionResponse](docs/CreateSessionResponse.md)
+ - [Model.DisclosedFields](docs/DisclosedFields.md)
+ - [Model.DisclosedFieldsRequest](docs/DisclosedFieldsRequest.md)
+ - [Model.DocumentData](docs/DocumentData.md)
- [Model.FailureMessage](docs/FailureMessage.md)
- [Model.GetSessionResponseV1](docs/GetSessionResponseV1.md)
- - [Model.GovernmentIDOptions](docs/GovernmentIDOptions.md)
- - [Model.GovernmentIDOptionsRequest](docs/GovernmentIDOptionsRequest.md)
- [Model.IDVSessionState](docs/IDVSessionState.md)
+ - [Model.IdentityData](docs/IdentityData.md)
- [Model.ListSessionsResponse](docs/ListSessionsResponse.md)
- - [Model.NormalizedIdentityData](docs/NormalizedIdentityData.md)
- [Model.OrderDirection](docs/OrderDirection.md)
+ - [Model.PersonData](docs/PersonData.md)
- [Model.Session](docs/Session.md)
- [Model.SessionFailCode](docs/SessionFailCode.md)
- [Model.SessionOrdering](docs/SessionOrdering.md)
diff --git a/connect/dotnet/src/Trinsic.Connect/Trinsic.Connect.csproj b/connect/dotnet/src/Trinsic.Connect/Trinsic.Connect.csproj
index 61fc07bbc..07e163ac4 100644
--- a/connect/dotnet/src/Trinsic.Connect/Trinsic.Connect.csproj
+++ b/connect/dotnet/src/Trinsic.Connect/Trinsic.Connect.csproj
@@ -12,7 +12,7 @@
Trinsic Connect SDK
No Copyright
Trinsic.Connect
- 0.0.7
+ 0.0.8
bin\$(Configuration)\$(TargetFramework)\Trinsic.Connect.xml
https://github.com/GIT_USER_ID/GIT_REPO_ID.git
git