From 17081a40a8698db7e5381274da40ce044a37cbf3 Mon Sep 17 00:00:00 2001 From: Ali Yousefi Date: Wed, 17 Jan 2024 13:36:11 +0330 Subject: [PATCH] update client --- .../TemplateGeneratorGeneratedServices/OpenAPI.cs | 6 +++--- .../TemplateGeneratorGeneratedServices/OpenAPI.nswag.json | 4 +++- ...croservices.TemplateGeneratorMicroservice.Clients.csproj | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/Connected Services/TemplateGeneratorGeneratedServices/OpenAPI.cs b/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/Connected Services/TemplateGeneratorGeneratedServices/OpenAPI.cs index 7d33e5d..728c8e4 100644 --- a/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/Connected Services/TemplateGeneratorGeneratedServices/OpenAPI.cs +++ b/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/Connected Services/TemplateGeneratorGeneratedServices/OpenAPI.cs @@ -12467,7 +12467,7 @@ protected virtual void RaisePropertyChanged([System.Runtime.CompilerServices.Cal public partial class FormItemEventActionContract : System.ComponentModel.INotifyPropertyChanged { private long _id; - private long _formItemEventId; + private long? _formItemEventId; private long _actionId; private long? _formItemId; private long? _parentId; @@ -12491,8 +12491,8 @@ public long Id } } - [Newtonsoft.Json.JsonProperty("formItemEventId", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] - public long FormItemEventId + [Newtonsoft.Json.JsonProperty("formItemEventId", Required = Newtonsoft.Json.Required.Default, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)] + public long? FormItemEventId { get { return _formItemEventId; } diff --git a/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/Connected Services/TemplateGeneratorGeneratedServices/OpenAPI.nswag.json b/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/Connected Services/TemplateGeneratorGeneratedServices/OpenAPI.nswag.json index 3e8f281..c8a333e 100644 --- a/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/Connected Services/TemplateGeneratorGeneratedServices/OpenAPI.nswag.json +++ b/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/Connected Services/TemplateGeneratorGeneratedServices/OpenAPI.nswag.json @@ -6337,8 +6337,10 @@ "format": "int64" }, "formItemEventId": { + "title": "Nullable", "type": "integer", - "format": "int64" + "format": "int64", + "nullable": true }, "actionId": { "type": "integer", diff --git a/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/EasyMicroservices.TemplateGeneratorMicroservice.Clients.csproj b/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/EasyMicroservices.TemplateGeneratorMicroservice.Clients.csproj index 0cc7f74..789c88f 100644 --- a/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/EasyMicroservices.TemplateGeneratorMicroservice.Clients.csproj +++ b/src/CSharp/EasyMicroservices.TemplateGeneratorMicroservice.Clients/EasyMicroservices.TemplateGeneratorMicroservice.Clients.csproj @@ -5,7 +5,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.29 + 0.0.0.30 client generated code. EasyMicroservices@gmail.com Label,microservice,whitelabel,tenant,tenants