@@ -29,17 +29,13 @@ message Component {
2929 golem.common.EnvironmentId environment_id = 6 ;
3030 google.protobuf.Timestamp created_at = 7 ;
3131 repeated golem.component.InitialComponentFile files = 8 ;
32- repeated golem.component.InitialComponentFile original_files = 9 ;
3332 repeated golem.component.PluginInstallation installed_plugins = 10 ;
3433 golem.common.AccountId account_id = 11 ;
3534 map <string , string > env = 12 ;
36- map <string , string > original_env = 13 ;
37- map <string , string > config_vars = 14 ;
38- map <string , string > original_config_vars = 15 ;
39- repeated LocalAgentConfigEntry local_agent_config = 16 ;
40- golem.common.Hash wasm_hash = 17 ;
41- golem.common.ApplicationId application_id = 18 ;
42- golem.common.Hash hash = 19 ;
43- string transformed_object_store_key = 20 ;
44- string object_store_key = 21 ;
35+ map <string , string > config_vars = 13 ;
36+ repeated LocalAgentConfigEntry local_agent_config = 14 ;
37+ golem.common.Hash wasm_hash = 15 ;
38+ golem.common.ApplicationId application_id = 16 ;
39+ golem.common.Hash hash = 17 ;
40+ string object_store_key = 18 ;
4541}
0 commit comments