Skip to content

Commit

Permalink
more paper trail
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 13, 2024
1 parent 970e0ce commit b55f783
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proto/viam/app/build/v1/build.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ message RepoLink {
string module_id = 4;
// git repo in owner/repository form
string repo = 5;
// email of the viam user who created this
string viam_user = 6;
}

message LinkRepoRequest {
Expand Down Expand Up @@ -139,8 +141,10 @@ message AppLink {
string app_link_id = 1;
// email of the viam user that owns this
string viam_user = 2;
// username of the external user who created this
string external_user = 3;
// list of org public namespace (where available) or org UUIDs attached to the external app
repeated string org_id_or_ns = 3;
repeated string org_id_or_ns = 4;
}

message ListAppLinksResponse {
Expand Down

0 comments on commit b55f783

Please sign in to comment.