From 9b61503b4cca63852b9aa9cb8aba3db69b455d24 Mon Sep 17 00:00:00 2001 From: Peter Krull Date: Tue, 17 Dec 2024 16:42:47 -0700 Subject: [PATCH 1/2] Remove old SimulationResponse definition --- ansys/api/additive/VERSION | 2 +- ansys/api/additive/v0/additive_simulation.proto | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/ansys/api/additive/VERSION b/ansys/api/additive/VERSION index eaa2409..05f4c08 100644 --- a/ansys/api/additive/VERSION +++ b/ansys/api/additive/VERSION @@ -1 +1 @@ -4.0.0-dev0 +4.0.1-dev0 diff --git a/ansys/api/additive/v0/additive_simulation.proto b/ansys/api/additive/v0/additive_simulation.proto index 4a788a6..0c322b4 100644 --- a/ansys/api/additive/v0/additive_simulation.proto +++ b/ansys/api/additive/v0/additive_simulation.proto @@ -28,20 +28,6 @@ service SimulationService { } } -message SimulationResponse { - string id = 1; - bytes logs = 2; - oneof ResponseType { - Progress progress = 10; - MeltPool melt_pool = 11; - PorosityResult porosity_result = 13; - MicrostructureResult microstructure_result = 14; - ThermalHistoryResult thermal_history_result = 15; - ThermalStrainResult thermal_strain_result = 16; - Microstructure3DResult microstructure_3d_result = 17; - } -} - message SimulationRequest { string id = 1; oneof Input { From cdd6fe300472a5395715fce61edc375ef99a228a Mon Sep 17 00:00:00 2001 From: Peter Krull Date: Tue, 17 Dec 2024 16:47:20 -0700 Subject: [PATCH 2/2] Revert version bump --- ansys/api/additive/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansys/api/additive/VERSION b/ansys/api/additive/VERSION index 05f4c08..eaa2409 100644 --- a/ansys/api/additive/VERSION +++ b/ansys/api/additive/VERSION @@ -1 +1 @@ -4.0.1-dev0 +4.0.0-dev0