There was an error while loading. Please reload this page.
1 parent 8eeb25e commit da8ee1eCopy full SHA for da8ee1e
1 file changed
Proto/Grove.proto
@@ -138,7 +138,7 @@ message ExtensionStatus {
138
ERROR = 4;
139
}
140
141
- State State = 1;
+ State CurrentState = 1;
142
string ErrorMessage = 2; // Error message if in ERROR state
143
int64 ActivationTimeMs = 3; // Time since activation
144
string Transport = 4; // Transport method used
@@ -246,7 +246,7 @@ message ExtensionEvent {
246
CONFIGURATION_CHANGED = 4;
247
248
249
- EventType EventType = 1;
+ EventType Kind = 1;
250
ExtensionIdentifier ExtensionId = 2;
251
bytes EventData = 3; // Event data (JSON)
252
int64 TimestampMs = 4; // Event timestamp
0 commit comments