diff --git a/src/BackOffice.BFF.Domain/BackOffice.BFF.Domain.csproj b/src/BackOffice.BFF.Domain/BackOffice.BFF.Domain.csproj index 7053e77..1187a28 100644 --- a/src/BackOffice.BFF.Domain/BackOffice.BFF.Domain.csproj +++ b/src/BackOffice.BFF.Domain/BackOffice.BFF.Domain.csproj @@ -7,15 +7,15 @@ - + - - - + + + diff --git a/src/BackOffice.BFF.WebApi/Services/ProductsService.cs b/src/BackOffice.BFF.WebApi/Services/ProductsService.cs index d665c30..ddbc247 100644 --- a/src/BackOffice.BFF.WebApi/Services/ProductsService.cs +++ b/src/BackOffice.BFF.WebApi/Services/ProductsService.cs @@ -49,21 +49,20 @@ public class ProductsService : ProductsContract.ProductsContractBase return await _dispatchRequestToCQRS.Handle(request, context); } - // TODO: These methods require proto types that don't exist yet (AddProductImageRequest, GetProductGalleryRequest, RemoveProductImageRequest) - // public override async Task AddProductImage(AddProductImageRequest request, ServerCallContext context) - // { - // return await _dispatchRequestToCQRS.Handle(request, context); - // } - // - // public override async Task GetProductGallery(GetProductGalleryRequest request, ServerCallContext context) - // { - // return await _dispatchRequestToCQRS.Handle(request, context); - // } - // - // public override async Task RemoveProductImage(RemoveProductImageRequest request, ServerCallContext context) - // { - // return await _dispatchRequestToCQRS.Handle(request, context); - // } + public override async Task AddProductImage(AddProductImageRequest request, ServerCallContext context) + { + return await _dispatchRequestToCQRS.Handle(request, context); + } + + public override async Task GetProductGallery(GetProductGalleryRequest request, ServerCallContext context) + { + return await _dispatchRequestToCQRS.Handle(request, context); + } + + public override async Task RemoveProductImage(RemoveProductImageRequest request, ServerCallContext context) + { + return await _dispatchRequestToCQRS.Handle(request, context); + } public override async Task GetCategories(GetCategoriesRequest request, ServerCallContext context) { diff --git a/src/BackOffice.BFF.sln b/src/BackOffice.BFF.sln index 9b284e8..23780b7 100644 --- a/src/BackOffice.BFF.sln +++ b/src/BackOffice.BFF.sln @@ -31,8 +31,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.Products.Pro EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.Category.Protobuf", "Protobufs\BackOffice.BFF.Category.Protobuf\BackOffice.BFF.Category.Protobuf.csproj", "{640BD51E-8298-4074-9713-BCE619318155}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.Configuration.Protobuf", "Protobufs\BackOffice.BFF.Configuration.Protobuf\BackOffice.BFF.Configuration.Protobuf.csproj", "{5D7FCD40-BFB0-4D39-B662-05840154C6AF}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.ClubMembership.Protobuf", "Protobufs\BackOffice.BFF.ClubMembership.Protobuf\BackOffice.BFF.ClubMembership.Protobuf.csproj", "{3EC432DA-F351-43C5-A781-595062B999A5}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.NetworkMembership.Protobuf", "Protobufs\BackOffice.BFF.NetworkMembership.Protobuf\BackOffice.BFF.NetworkMembership.Protobuf.csproj", "{CA0F6C82-227A-41E4-A59F-B45EF68411A1}" @@ -55,6 +53,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.DiscountOrde EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.DiscountShoppingCart.Protobuf", "Protobufs\BackOffice.BFF.DiscountShoppingCart.Protobuf\BackOffice.BFF.DiscountShoppingCart.Protobuf.csproj", "{32A1D40E-525E-4E38-8AD6-FDC21503FCE7}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.Health.Protobuf", "Protobufs\BackOffice.BFF.Health.Protobuf\BackOffice.BFF.Health.Protobuf.csproj", "{1F95197B-9118-4C19-9C1B-C0872AA8F412}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.Configuration.Protobuf", "Protobufs\BackOffice.BFF.Configuration.Protobuf\BackOffice.BFF.Configuration.Protobuf.csproj", "{FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackOffice.BFF.PublicMessage.Protobuf", "Protobufs\BackOffice.BFF.PublicMessage.Protobuf\BackOffice.BFF.PublicMessage.Protobuf.csproj", "{3454F4C0-A6C8-44BC-9389-6248518E3EA6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -221,18 +225,6 @@ Global {640BD51E-8298-4074-9713-BCE619318155}.Release|x64.Build.0 = Release|Any CPU {640BD51E-8298-4074-9713-BCE619318155}.Release|x86.ActiveCfg = Release|Any CPU {640BD51E-8298-4074-9713-BCE619318155}.Release|x86.Build.0 = Release|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Debug|x64.ActiveCfg = Debug|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Debug|x64.Build.0 = Debug|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Debug|x86.ActiveCfg = Debug|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Debug|x86.Build.0 = Debug|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Release|Any CPU.Build.0 = Release|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Release|x64.ActiveCfg = Release|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Release|x64.Build.0 = Release|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Release|x86.ActiveCfg = Release|Any CPU - {5D7FCD40-BFB0-4D39-B662-05840154C6AF}.Release|x86.Build.0 = Release|Any CPU {3EC432DA-F351-43C5-A781-595062B999A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3EC432DA-F351-43C5-A781-595062B999A5}.Debug|Any CPU.Build.0 = Debug|Any CPU {3EC432DA-F351-43C5-A781-595062B999A5}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -365,6 +357,42 @@ Global {32A1D40E-525E-4E38-8AD6-FDC21503FCE7}.Release|x64.Build.0 = Release|Any CPU {32A1D40E-525E-4E38-8AD6-FDC21503FCE7}.Release|x86.ActiveCfg = Release|Any CPU {32A1D40E-525E-4E38-8AD6-FDC21503FCE7}.Release|x86.Build.0 = Release|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Debug|x64.ActiveCfg = Debug|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Debug|x64.Build.0 = Debug|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Debug|x86.ActiveCfg = Debug|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Debug|x86.Build.0 = Debug|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Release|Any CPU.Build.0 = Release|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Release|x64.ActiveCfg = Release|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Release|x64.Build.0 = Release|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Release|x86.ActiveCfg = Release|Any CPU + {1F95197B-9118-4C19-9C1B-C0872AA8F412}.Release|x86.Build.0 = Release|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Debug|x64.ActiveCfg = Debug|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Debug|x64.Build.0 = Debug|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Debug|x86.ActiveCfg = Debug|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Debug|x86.Build.0 = Debug|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Release|Any CPU.Build.0 = Release|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Release|x64.ActiveCfg = Release|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Release|x64.Build.0 = Release|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Release|x86.ActiveCfg = Release|Any CPU + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1}.Release|x86.Build.0 = Release|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Debug|x64.ActiveCfg = Debug|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Debug|x64.Build.0 = Debug|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Debug|x86.ActiveCfg = Debug|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Debug|x86.Build.0 = Debug|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Release|Any CPU.Build.0 = Release|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Release|x64.ActiveCfg = Release|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Release|x64.Build.0 = Release|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Release|x86.ActiveCfg = Release|Any CPU + {3454F4C0-A6C8-44BC-9389-6248518E3EA6}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -379,7 +407,6 @@ Global {E1833EDA-39E9-C241-2772-E4C7E960AC41} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} {DFDECBE8-D071-4CDB-A1B4-D5C556EF72A6} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} {640BD51E-8298-4074-9713-BCE619318155} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} - {5D7FCD40-BFB0-4D39-B662-05840154C6AF} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} {3EC432DA-F351-43C5-A781-595062B999A5} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} {CA0F6C82-227A-41E4-A59F-B45EF68411A1} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} {3B7514DE-1C2F-4BB1-BBD5-C57BEEC6843E} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} @@ -391,6 +418,9 @@ Global {1EB020B6-0BFD-4F50-8035-E5B548CECF3B} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} {DCED8D9C-1C31-4B1D-9D9A-787A13A32C48} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} {32A1D40E-525E-4E38-8AD6-FDC21503FCE7} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} + {1F95197B-9118-4C19-9C1B-C0872AA8F412} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} + {FB2AAF65-F9DC-4315-979E-A77EC44C5FB1} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} + {3454F4C0-A6C8-44BC-9389-6248518E3EA6} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {0AE1AB4A-3C91-4853-93C2-C2476E79F845} diff --git a/src/Protobufs/BackOffice.BFF.Category.Protobuf/BackOffice.BFF.Category.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Category.Protobuf/BackOffice.BFF.Category.Protobuf.csproj index 4850a37..c9a6a1a 100644 --- a/src/Protobufs/BackOffice.BFF.Category.Protobuf/BackOffice.BFF.Category.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Category.Protobuf/BackOffice.BFF.Category.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.3 + 0.0.4 None False False diff --git a/src/Protobufs/BackOffice.BFF.ClubMembership.Protobuf/BackOffice.BFF.ClubMembership.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.ClubMembership.Protobuf/BackOffice.BFF.ClubMembership.Protobuf.csproj index e56cfc3..d6757ed 100644 --- a/src/Protobufs/BackOffice.BFF.ClubMembership.Protobuf/BackOffice.BFF.ClubMembership.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.ClubMembership.Protobuf/BackOffice.BFF.ClubMembership.Protobuf.csproj @@ -6,7 +6,7 @@ enable true Foursat.BackOffice.BFF.ClubMembership.Protobuf - 0.0.1 + 0.0.3 FourSat FourSat Foursat.BackOffice.BFF.ClubMembership.Protobuf @@ -29,5 +29,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.ClubMembership.Protobuf/Protos/clubmembership.proto b/src/Protobufs/BackOffice.BFF.ClubMembership.Protobuf/Protos/clubmembership.proto index 464fd4f..27730cb 100644 --- a/src/Protobufs/BackOffice.BFF.ClubMembership.Protobuf/Protos/clubmembership.proto +++ b/src/Protobufs/BackOffice.BFF.ClubMembership.Protobuf/Protos/clubmembership.proto @@ -7,7 +7,7 @@ import "google/protobuf/empty.proto"; import "google/protobuf/wrappers.proto"; import "google/protobuf/timestamp.proto"; -option csharp_namespace = "BackOffice.BFF.ClubMembership.Protobuf"; +option csharp_namespace = "Foursat.BackOffice.BFF.ClubMembership.Protobuf"; service ClubMembershipContract { diff --git a/src/Protobufs/BackOffice.BFF.Commission.Protobuf/BackOffice.BFF.Commission.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Commission.Protobuf/BackOffice.BFF.Commission.Protobuf.csproj index 032b1d0..9c496d3 100644 --- a/src/Protobufs/BackOffice.BFF.Commission.Protobuf/BackOffice.BFF.Commission.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Commission.Protobuf/BackOffice.BFF.Commission.Protobuf.csproj @@ -6,7 +6,7 @@ enable true Foursat.BackOffice.BFF.Commission.Protobuf - 0.0.2 + 0.0.3 FourSat FourSat BackOffice.BFF.Commission.Protobuf diff --git a/src/Protobufs/BackOffice.BFF.Common.Protobuf/BackOffice.BFF.Common.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Common.Protobuf/BackOffice.BFF.Common.Protobuf.csproj index e2bb19a..88458cc 100644 --- a/src/Protobufs/BackOffice.BFF.Common.Protobuf/BackOffice.BFF.Common.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Common.Protobuf/BackOffice.BFF.Common.Protobuf.csproj @@ -6,7 +6,7 @@ enable true Foursat.BackOffice.BFF.Common.Protobuf - 0.0.1 + 0.0.2 FourSat FourSat BackOffice.BFF.Common.Protobuf diff --git a/src/Protobufs/BackOffice.BFF.Configuration.Protobuf/BackOffice.BFF.Configuration.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Configuration.Protobuf/BackOffice.BFF.Configuration.Protobuf.csproj index d2fb610..b193ad2 100644 --- a/src/Protobufs/BackOffice.BFF.Configuration.Protobuf/BackOffice.BFF.Configuration.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Configuration.Protobuf/BackOffice.BFF.Configuration.Protobuf.csproj @@ -5,11 +5,11 @@ enable enable true - BackOffice.BFF.Configuration.Protobuf - 1.0.0 + Foursat.BackOffice.BFF.Configuration.Protobuf + 1.0.3 FourSat FourSat - BackOffice.BFF.Configuration.Protobuf + Foursat.BackOffice.BFF.Configuration.Protobuf diff --git a/src/Protobufs/BackOffice.BFF.Configuration.Protobuf/Protos/configuration.proto b/src/Protobufs/BackOffice.BFF.Configuration.Protobuf/Protos/configuration.proto index 35b8802..6582c73 100644 --- a/src/Protobufs/BackOffice.BFF.Configuration.Protobuf/Protos/configuration.proto +++ b/src/Protobufs/BackOffice.BFF.Configuration.Protobuf/Protos/configuration.proto @@ -7,7 +7,7 @@ import "google/protobuf/empty.proto"; import "google/protobuf/wrappers.proto"; import "google/protobuf/timestamp.proto"; -option csharp_namespace = "BackOffice.BFF.Configuration.Protobuf"; +option csharp_namespace = "Foursat.BackOffice.BFF.Configuration.Protobuf"; service ConfigurationContract { diff --git a/src/Protobufs/BackOffice.BFF.DiscountCategory.Protobuf/BackOffice.BFF.DiscountCategory.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.DiscountCategory.Protobuf/BackOffice.BFF.DiscountCategory.Protobuf.csproj index 528f951..f70eb67 100644 --- a/src/Protobufs/BackOffice.BFF.DiscountCategory.Protobuf/BackOffice.BFF.DiscountCategory.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.DiscountCategory.Protobuf/BackOffice.BFF.DiscountCategory.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.1 + 0.0.2 None False False @@ -29,5 +29,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.DiscountOrder.Protobuf/BackOffice.BFF.DiscountOrder.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.DiscountOrder.Protobuf/BackOffice.BFF.DiscountOrder.Protobuf.csproj index 2737607..7d921d8 100644 --- a/src/Protobufs/BackOffice.BFF.DiscountOrder.Protobuf/BackOffice.BFF.DiscountOrder.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.DiscountOrder.Protobuf/BackOffice.BFF.DiscountOrder.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.1 + 0.0.2 None False False @@ -29,5 +29,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.DiscountProduct.Protobuf/BackOffice.BFF.DiscountProduct.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.DiscountProduct.Protobuf/BackOffice.BFF.DiscountProduct.Protobuf.csproj index c4ed5a0..85bebe4 100644 --- a/src/Protobufs/BackOffice.BFF.DiscountProduct.Protobuf/BackOffice.BFF.DiscountProduct.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.DiscountProduct.Protobuf/BackOffice.BFF.DiscountProduct.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.1 + 0.0.2 None False False @@ -29,5 +29,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.DiscountShoppingCart.Protobuf/BackOffice.BFF.DiscountShoppingCart.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.DiscountShoppingCart.Protobuf/BackOffice.BFF.DiscountShoppingCart.Protobuf.csproj index 609e4ba..245a6f5 100644 --- a/src/Protobufs/BackOffice.BFF.DiscountShoppingCart.Protobuf/BackOffice.BFF.DiscountShoppingCart.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.DiscountShoppingCart.Protobuf/BackOffice.BFF.DiscountShoppingCart.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.1 + 0.0.2 None False False @@ -29,5 +29,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.Health.Protobuf/BackOffice.BFF.Health.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Health.Protobuf/BackOffice.BFF.Health.Protobuf.csproj index 8f8edb5..095bda4 100644 --- a/src/Protobufs/BackOffice.BFF.Health.Protobuf/BackOffice.BFF.Health.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Health.Protobuf/BackOffice.BFF.Health.Protobuf.csproj @@ -5,11 +5,11 @@ enable enable true - BackOffice.BFF.Health.Protobuf - 1.0.0 + Foursat.BackOffice.BFF.Health.Protobuf + 1.0.4 FourSat FourSat - BackOffice.BFF.Health.Protobuf + Foursat.BackOffice.BFF.Health.Protobuf @@ -24,5 +24,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.Health.Protobuf/Protos/health.proto b/src/Protobufs/BackOffice.BFF.Health.Protobuf/Protos/health.proto index ffeecdd..3b2336a 100644 --- a/src/Protobufs/BackOffice.BFF.Health.Protobuf/Protos/health.proto +++ b/src/Protobufs/BackOffice.BFF.Health.Protobuf/Protos/health.proto @@ -4,7 +4,7 @@ package health; import "google/protobuf/timestamp.proto"; -option csharp_namespace = "BackOffice.BFF.Health.Protobuf"; +option csharp_namespace = "Foursat.BackOffice.BFF.Health.Protobuf"; service HealthContract { diff --git a/src/Protobufs/BackOffice.BFF.ManualPayment.Protobuf/BackOffice.BFF.ManualPayment.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.ManualPayment.Protobuf/BackOffice.BFF.ManualPayment.Protobuf.csproj index 5c47d31..0d8f494 100644 --- a/src/Protobufs/BackOffice.BFF.ManualPayment.Protobuf/BackOffice.BFF.ManualPayment.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.ManualPayment.Protobuf/BackOffice.BFF.ManualPayment.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.1 + 0.0.2 None False False @@ -32,5 +32,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.NetworkMembership.Protobuf/BackOffice.BFF.NetworkMembership.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.NetworkMembership.Protobuf/BackOffice.BFF.NetworkMembership.Protobuf.csproj index b2795d1..bbd7eee 100644 --- a/src/Protobufs/BackOffice.BFF.NetworkMembership.Protobuf/BackOffice.BFF.NetworkMembership.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.NetworkMembership.Protobuf/BackOffice.BFF.NetworkMembership.Protobuf.csproj @@ -6,7 +6,7 @@ enable true Foursat.BackOffice.BFF.NetworkMembership.Protobuf - 0.0.1 + 0.0.2 FourSat FourSat Foursat.BackOffice.BFF.NetworkMembership.Protobuf @@ -29,5 +29,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.Otp.Protobuf/BackOffice.BFF.Otp.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Otp.Protobuf/BackOffice.BFF.Otp.Protobuf.csproj index 59a262c..c55c97c 100644 --- a/src/Protobufs/BackOffice.BFF.Otp.Protobuf/BackOffice.BFF.Otp.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Otp.Protobuf/BackOffice.BFF.Otp.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.111 + 0.0.112 None False False diff --git a/src/Protobufs/BackOffice.BFF.Package.Protobuf/BackOffice.BFF.Package.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Package.Protobuf/BackOffice.BFF.Package.Protobuf.csproj index b961dd8..ef35201 100644 --- a/src/Protobufs/BackOffice.BFF.Package.Protobuf/BackOffice.BFF.Package.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Package.Protobuf/BackOffice.BFF.Package.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.111 + 0.0.112 None False False diff --git a/src/Protobufs/BackOffice.BFF.ProductTag.Protobuf/BackOffice.BFF.ProductTag.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.ProductTag.Protobuf/BackOffice.BFF.ProductTag.Protobuf.csproj index bceb759..74fdb9f 100644 --- a/src/Protobufs/BackOffice.BFF.ProductTag.Protobuf/BackOffice.BFF.ProductTag.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.ProductTag.Protobuf/BackOffice.BFF.ProductTag.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.1 + 0.0.2 None False False @@ -29,5 +29,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.Products.Protobuf/BackOffice.BFF.Products.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Products.Protobuf/BackOffice.BFF.Products.Protobuf.csproj index f4157d1..8504e67 100644 --- a/src/Protobufs/BackOffice.BFF.Products.Protobuf/BackOffice.BFF.Products.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Products.Protobuf/BackOffice.BFF.Products.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.8 + 0.0.9 None False False diff --git a/src/Protobufs/BackOffice.BFF.Products.Protobuf/Protos/products.proto b/src/Protobufs/BackOffice.BFF.Products.Protobuf/Protos/products.proto index 14a5708..7905dde 100644 --- a/src/Protobufs/BackOffice.BFF.Products.Protobuf/Protos/products.proto +++ b/src/Protobufs/BackOffice.BFF.Products.Protobuf/Protos/products.proto @@ -123,6 +123,8 @@ message CreateNewProductsRequest int32 remaining_count = 12; // لیست شناسه دسته‌بندی‌های محصول repeated int64 category_ids = 13; + ImageFileModel image_file = 14; + ImageFileModel thumbnail_file = 15; } message CreateNewProductsResponse { @@ -145,6 +147,8 @@ message UpdateProductsRequest int32 remaining_count = 13; // لیست شناسه دسته‌بندی‌های محصول repeated int64 category_ids = 14; + ImageFileModel image_file = 15; + ImageFileModel thumbnail_file = 16; } message DeleteProductsRequest { diff --git a/src/Protobufs/BackOffice.BFF.PublicMessage.Protobuf/BackOffice.BFF.PublicMessage.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.PublicMessage.Protobuf/BackOffice.BFF.PublicMessage.Protobuf.csproj index b0d8306..ef49e6a 100644 --- a/src/Protobufs/BackOffice.BFF.PublicMessage.Protobuf/BackOffice.BFF.PublicMessage.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.PublicMessage.Protobuf/BackOffice.BFF.PublicMessage.Protobuf.csproj @@ -1,22 +1,37 @@ - - net8.0 - enable - disable - + + net8.0 + enable + enable + 0.0.4 + None + False + False + Foursat.BackOffice.BFF.PublicMessage.Protobuf + - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + - - - + + + + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + + diff --git a/src/Protobufs/BackOffice.BFF.PublicMessage.Protobuf/Protos/public_messages.proto b/src/Protobufs/BackOffice.BFF.PublicMessage.Protobuf/Protos/public_messages.proto index 1a88d32..ec86158 100644 --- a/src/Protobufs/BackOffice.BFF.PublicMessage.Protobuf/Protos/public_messages.proto +++ b/src/Protobufs/BackOffice.BFF.PublicMessage.Protobuf/Protos/public_messages.proto @@ -3,7 +3,7 @@ syntax = "proto3"; import "google/protobuf/timestamp.proto"; import "google/protobuf/wrappers.proto"; -option csharp_namespace = "BackOffice.BFF.PublicMessage.Protobuf"; +option csharp_namespace = "Foursat.BackOffice.BFF.PublicMessage.Protobuf"; package publicmessages; diff --git a/src/Protobufs/BackOffice.BFF.Role.Protobuf/BackOffice.BFF.Role.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Role.Protobuf/BackOffice.BFF.Role.Protobuf.csproj index 5a5450b..c64913a 100644 --- a/src/Protobufs/BackOffice.BFF.Role.Protobuf/BackOffice.BFF.Role.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Role.Protobuf/BackOffice.BFF.Role.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.111 + 0.0.112 None False False diff --git a/src/Protobufs/BackOffice.BFF.Tag.Protobuf/BackOffice.BFF.Tag.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.Tag.Protobuf/BackOffice.BFF.Tag.Protobuf.csproj index 73165a4..d80600b 100644 --- a/src/Protobufs/BackOffice.BFF.Tag.Protobuf/BackOffice.BFF.Tag.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.Tag.Protobuf/BackOffice.BFF.Tag.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.1 + 0.0.2 None False False @@ -29,5 +29,14 @@ + + + $(PackageOutputPath)$(PackageId).$(Version).nupkg + + dotnet nuget push **/*.nupkg --source https://git.afrino.co/api/packages/FourSat/nuget/index.json --api-key 061a5cb15517c6da39c16cfce8556c55ae104d0d --skip-duplicate + + + + diff --git a/src/Protobufs/BackOffice.BFF.User.Protobuf/BackOffice.BFF.User.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.User.Protobuf/BackOffice.BFF.User.Protobuf.csproj index 07f76b7..6724c3e 100644 --- a/src/Protobufs/BackOffice.BFF.User.Protobuf/BackOffice.BFF.User.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.User.Protobuf/BackOffice.BFF.User.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.111 + 0.0.112 None False False diff --git a/src/Protobufs/BackOffice.BFF.UserAddress.Protobuf/BackOffice.BFF.UserAddress.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.UserAddress.Protobuf/BackOffice.BFF.UserAddress.Protobuf.csproj index 4504fd6..797004b 100644 --- a/src/Protobufs/BackOffice.BFF.UserAddress.Protobuf/BackOffice.BFF.UserAddress.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.UserAddress.Protobuf/BackOffice.BFF.UserAddress.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.111 + 0.0.112 None False False diff --git a/src/Protobufs/BackOffice.BFF.UserOrder.Protobuf/BackOffice.BFF.UserOrder.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.UserOrder.Protobuf/BackOffice.BFF.UserOrder.Protobuf.csproj index 6acd91a..602cece 100644 --- a/src/Protobufs/BackOffice.BFF.UserOrder.Protobuf/BackOffice.BFF.UserOrder.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.UserOrder.Protobuf/BackOffice.BFF.UserOrder.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.114 + 0.0.115 None False False diff --git a/src/Protobufs/BackOffice.BFF.UserRole.Protobuf/BackOffice.BFF.UserRole.Protobuf.csproj b/src/Protobufs/BackOffice.BFF.UserRole.Protobuf/BackOffice.BFF.UserRole.Protobuf.csproj index 7ad0677..9f165c7 100644 --- a/src/Protobufs/BackOffice.BFF.UserRole.Protobuf/BackOffice.BFF.UserRole.Protobuf.csproj +++ b/src/Protobufs/BackOffice.BFF.UserRole.Protobuf/BackOffice.BFF.UserRole.Protobuf.csproj @@ -4,7 +4,7 @@ net9.0 enable enable - 0.0.111 + 0.0.112 None False False