diff --git a/AffixApi.Api.sln b/AffixApi.Api.sln
index a8a2372..b0d7df4 100644
--- a/AffixApi.Api.sln
+++ b/AffixApi.Api.sln
@@ -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", "{3CF584C5-AF49-4791-B70C-D1FD6D1EE9C9}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AffixApi.Api", "src\AffixApi.Api\AffixApi.Api.csproj", "{2746C602-E447-4559-BE64-F5F81526202B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AffixApi.Api.Test", "src\AffixApi.Api.Test\AffixApi.Api.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
@@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3CF584C5-AF49-4791-B70C-D1FD6D1EE9C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3CF584C5-AF49-4791-B70C-D1FD6D1EE9C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3CF584C5-AF49-4791-B70C-D1FD6D1EE9C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3CF584C5-AF49-4791-B70C-D1FD6D1EE9C9}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2746C602-E447-4559-BE64-F5F81526202B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {2746C602-E447-4559-BE64-F5F81526202B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2746C602-E447-4559-BE64-F5F81526202B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {2746C602-E447-4559-BE64-F5F81526202B}.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
diff --git a/README.md b/README.md
index 8c3dff3..b05e957 100644
--- a/README.md
+++ b/README.md
@@ -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.54
+- SDK version: 1.1.55
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
diff --git a/src/AffixApi.Api/AffixApi.Api.csproj b/src/AffixApi.Api/AffixApi.Api.csproj
index dfeeef2..67785dc 100644
--- a/src/AffixApi.Api/AffixApi.Api.csproj
+++ b/src/AffixApi.Api/AffixApi.Api.csproj
@@ -12,7 +12,7 @@
A library generated from a OpenAPI doc
No Copyright
AffixApi.Api
- 1.1.54
+ 1.1.55
bin\$(Configuration)\$(TargetFramework)\AffixApi.Api.xml
https://github.com/GIT_USER_ID/GIT_REPO_ID.git
git
diff --git a/src/AffixApi.Api/Client/Configuration.cs b/src/AffixApi.Api/Client/Configuration.cs
index ef5f430..e733808 100644
--- a/src/AffixApi.Api/Client/Configuration.cs
+++ b/src/AffixApi.Api/Client/Configuration.cs
@@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
///
/// Version of the package.
- public const string Version = "1.1.54";
+ public const string Version = "1.1.55";
///
/// Identifier for ISO 8601 DateTime Format
@@ -107,7 +107,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
- UserAgent = "OpenAPI-Generator/1.1.54/csharp";
+ UserAgent = "OpenAPI-Generator/1.1.55/csharp";
BasePath = "https://api.affixapi.com";
DefaultHeaders = new ConcurrentDictionary();
ApiKey = new ConcurrentDictionary();
@@ -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.54\n";
+ report += " SDK Package Version: 1.1.55\n";
return report;
}
diff --git a/src/AffixApi.Api/Model/ProviderRequest.cs b/src/AffixApi.Api/Model/ProviderRequest.cs
index 4c6f29d..f125439 100644
--- a/src/AffixApi.Api/Model/ProviderRequest.cs
+++ b/src/AffixApi.Api/Model/ProviderRequest.cs
@@ -212,59 +212,65 @@ public enum ProviderRequest
[EnumMember(Value = "justworks")]
Justworks = 30,
+ ///
+ /// Enum Onpay for value: onpay
+ ///
+ [EnumMember(Value = "onpay")]
+ Onpay = 31,
+
///
/// Enum Oysterhr for value: oysterhr
///
[EnumMember(Value = "oysterhr")]
- Oysterhr = 31,
+ Oysterhr = 32,
///
/// Enum Paycircle for value: paycircle
///
[EnumMember(Value = "paycircle")]
- Paycircle = 32,
+ Paycircle = 33,
///
/// Enum PentoIo for value: pento.io
///
[EnumMember(Value = "pento.io")]
- PentoIo = 33,
+ PentoIo = 34,
///
/// Enum Peoplehr for value: peoplehr
///
[EnumMember(Value = "peoplehr")]
- Peoplehr = 34,
+ Peoplehr = 35,
///
/// Enum RemoteCom for value: remote.com
///
[EnumMember(Value = "remote.com")]
- RemoteCom = 35,
+ RemoteCom = 36,
///
/// Enum Rippling for value: rippling
///
[EnumMember(Value = "rippling")]
- Rippling = 36,
+ Rippling = 37,
///
/// Enum Sageone for value: sageone
///
[EnumMember(Value = "sageone")]
- Sageone = 37,
+ Sageone = 38,
///
/// Enum ShapePayroll for value: shape payroll
///
[EnumMember(Value = "shape payroll")]
- ShapePayroll = 38,
+ ShapePayroll = 39,
///
/// Enum SimplepayIe for value: simplepay.ie
///
[EnumMember(Value = "simplepay.ie")]
- SimplepayIe = 39
+ SimplepayIe = 40
}
diff --git a/src/AffixApi.Api/Model/ProviderResponse.cs b/src/AffixApi.Api/Model/ProviderResponse.cs
index a6d428e..7e13028 100644
--- a/src/AffixApi.Api/Model/ProviderResponse.cs
+++ b/src/AffixApi.Api/Model/ProviderResponse.cs
@@ -212,59 +212,65 @@ public enum ProviderResponse
[EnumMember(Value = "justworks")]
Justworks = 30,
+ ///
+ /// Enum Onpay for value: onpay
+ ///
+ [EnumMember(Value = "onpay")]
+ Onpay = 31,
+
///
/// Enum Oysterhr for value: oysterhr
///
[EnumMember(Value = "oysterhr")]
- Oysterhr = 31,
+ Oysterhr = 32,
///
/// Enum Paycircle for value: paycircle
///
[EnumMember(Value = "paycircle")]
- Paycircle = 32,
+ Paycircle = 33,
///
/// Enum PentoIo for value: pento.io
///
[EnumMember(Value = "pento.io")]
- PentoIo = 33,
+ PentoIo = 34,
///
/// Enum Peoplehr for value: peoplehr
///
[EnumMember(Value = "peoplehr")]
- Peoplehr = 34,
+ Peoplehr = 35,
///
/// Enum RemoteCom for value: remote.com
///
[EnumMember(Value = "remote.com")]
- RemoteCom = 35,
+ RemoteCom = 36,
///
/// Enum Rippling for value: rippling
///
[EnumMember(Value = "rippling")]
- Rippling = 36,
+ Rippling = 37,
///
/// Enum Sageone for value: sageone
///
[EnumMember(Value = "sageone")]
- Sageone = 37,
+ Sageone = 38,
///
/// Enum ShapePayroll for value: shape payroll
///
[EnumMember(Value = "shape payroll")]
- ShapePayroll = 38,
+ ShapePayroll = 39,
///
/// Enum SimplepayIe for value: simplepay.ie
///
[EnumMember(Value = "simplepay.ie")]
- SimplepayIe = 39
+ SimplepayIe = 40
}
diff --git a/src/AffixApi.Api/README.md b/src/AffixApi.Api/README.md
index 8c3dff3..b05e957 100644
--- a/src/AffixApi.Api/README.md
+++ b/src/AffixApi.Api/README.md
@@ -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.54
+- SDK version: 1.1.55
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen