Make workspace authoring transitions and typed invocation coherent
This commit is contained in:
@@ -72,6 +72,20 @@ message GetWorkspaceResponse {
|
||||
string workspace_id = 1;
|
||||
string workspace_revision_id = 2;
|
||||
string source_root_commit = 3;
|
||||
// Checked constructors whose wire input can be empty. Web Studio intersects
|
||||
// this with its temporary Createable marker; the marker is not a factory.
|
||||
repeated string empty_input_constructible_atom_ids = 4;
|
||||
repeated CapabilityInputContract capability_inputs = 5;
|
||||
repeated ConstructorInputContract constructor_inputs = 6;
|
||||
}
|
||||
message CapabilityInputContract {
|
||||
string interface_revision_id = 1;
|
||||
string operation_id = 2;
|
||||
string type_json = 3;
|
||||
}
|
||||
message ConstructorInputContract {
|
||||
string atom_id = 1;
|
||||
string type_json = 2;
|
||||
}
|
||||
message ListActivationsRequest {}
|
||||
message ListPackageDescriptorsRequest {}
|
||||
|
||||
Reference in New Issue
Block a user