diff --git a/Enums/ErrorCodeType.cs b/Enums/ErrorCodeType.cs index 30b0335..54438a2 100644 --- a/Enums/ErrorCodeType.cs +++ b/Enums/ErrorCodeType.cs @@ -371,6 +371,9 @@ public enum ErrorCodeType [EnumMember(Value = "file_is_missing")] FileIsMissing = 321, + [EnumMember(Value = "access_denied_field")] + AccessDeniedField = 333, + //Too many Requests (429) [EnumMember(Value = "too_many_requests")] TooManyRequests = 400, diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0b86d3a..bb2a1b8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.19.1.0")] -[assembly: AssemblyFileVersion("4.19.1.0")] +[assembly: AssemblyVersion("4.19.2.0")] +[assembly: AssemblyFileVersion("4.19.2.0")] diff --git a/Pyrus.ApiClient.csproj b/Pyrus.ApiClient.csproj index bdbea33..2beaf05 100644 --- a/Pyrus.ApiClient.csproj +++ b/Pyrus.ApiClient.csproj @@ -32,7 +32,7 @@ Pyrus.ApiClient - 4.19.1.0 + 4.19.2.0 Pyrus API Client Pyrus Pyrus diff --git a/Pyrus.ApiClient.nuspec b/Pyrus.ApiClient.nuspec index 63a6980..0ee3fb2 100644 --- a/Pyrus.ApiClient.nuspec +++ b/Pyrus.ApiClient.nuspec @@ -2,7 +2,7 @@ Pyrus.ApiClient - 4.19.1.0 + 4.19.2.0 Pyrus API Client Pyrus Pyrus