Skip to content

Commit 63afab2

Browse files
committed
move message inside response
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
1 parent 91a03db commit 63afab2

7 files changed

Lines changed: 288 additions & 160 deletions

app/controlplane/api/controlplane/v1/group.pb.go

Lines changed: 127 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/group.proto

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -253,20 +253,20 @@ message GroupServiceListProjectsResponse {
253253
repeated ProjectInfo projects = 1;
254254
// Pagination information for the response
255255
OffsetPaginationResponse pagination = 2;
256-
}
257256

258-
// ProjectInfo represents detailed information about a project that a group is a member of
259-
message ProjectInfo {
260-
// Unique identifier of the project
261-
string id = 1;
262-
// Name of the project
263-
string name = 2;
264-
// Description of the project
265-
string description = 3;
266-
// Role of the group in the project (admin or viewer)
267-
ProjectMemberRole role = 4;
268-
// The latest version ID of the project, if available
269-
optional string latest_version_id = 5;
270-
// Timestamp when the membership was created
271-
google.protobuf.Timestamp created_at = 6;
257+
// ProjectInfo represents detailed information about a project that a group is a member of
258+
message ProjectInfo {
259+
// Unique identifier of the project
260+
string id = 1;
261+
// Name of the project
262+
string name = 2;
263+
// Description of the project
264+
string description = 3;
265+
// Role of the group in the project (admin or viewer)
266+
ProjectMemberRole role = 4;
267+
// The latest version ID of the project, if available
268+
optional string latest_version_id = 5;
269+
// Timestamp when the membership was created
270+
google.protobuf.Timestamp created_at = 6;
271+
}
272272
}

app/controlplane/api/gen/frontend/controlplane/v1/group.ts

Lines changed: 26 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/gen/jsonschema/controlplane.v1.GroupServiceListProjectsResponse.ProjectInfo.jsonschema.json

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/gen/jsonschema/controlplane.v1.GroupServiceListProjectsResponse.ProjectInfo.schema.json

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/gen/jsonschema/controlplane.v1.GroupServiceListProjectsResponse.jsonschema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/gen/jsonschema/controlplane.v1.GroupServiceListProjectsResponse.schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)