Skip to content

Commit

Permalink
feat: add task options to sort in session
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo committed Jun 26, 2023
1 parent dc68619 commit 7a12915
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Protos/V1/sessions_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import "google/protobuf/timestamp.proto";
import "objects.proto";
import "session_status.proto";
import "sort_direction.proto";
import "tasks_common.proto";

option csharp_namespace = "ArmoniK.Api.gRPC.V1.Sessions";

Expand Down Expand Up @@ -44,6 +45,8 @@ enum SessionRawField {
message SessionField {
oneof field {
SessionRawField session_raw_field = 1;
tasks_common.TaskOptionField task_option_field = 2; /** The task option field. */
tasks_common.TaskOptionGenericField task_option_generic_field = 3; /** The task option generic field. */
}
}

Expand Down

0 comments on commit 7a12915

Please sign in to comment.