File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
solution_versions/proto/v1 Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,11 @@ message LocalAsset {
1919 intrinsic_proto.assets.Id id = 2 ;
2020 string bundle_path = 3 ;
2121}
22+
23+ // References an Asset that is installed in a Solution.
24+ message SolutionAsset {
25+ // The branch ID of the Solution.
26+ string branch_id = 1 ;
27+ // The name (i.e., the ID string) of the Asset in the Solution.
28+ string name = 2 ;
29+ }
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ go_proto_library(
6868 protos = [":solution_version_service_proto" ],
6969 visibility = [
7070 "//intrinsic/assets/deploy:__pkg__" ,
71+ "//intrinsic/assets/install:__pkg__" ,
7172 "//intrinsic/frontend/cloud:__subpackages__" ,
7273 "//intrinsic/kubernetes/data_store/http_endpoints:__pkg__" ,
7374 "//intrinsic/kubernetes/workcell_spec:__pkg__" ,
You can’t perform that action at this time.
0 commit comments