You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protobuf/flagd/sync/v1/sync.proto
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,8 @@ message SyncFlagsRequest {
37
37
messageSyncFlagsResponse {
38
38
// flagd feature flag configuration. Must be validated to schema - https://raw.githubusercontent.com/open-feature/schemas/main/json/flagd-definitions.json
39
39
stringflag_configuration=1;
40
-
// String key indicating the type of event that is being received, for example, provider_ready or configuration_change
41
-
stringtype=2;
42
40
// Static context to be included in in-process evaluations (optional).
43
-
optionalgoogle.protobuf.Structsync_context=3;
41
+
optionalgoogle.protobuf.Structsync_context=2;
44
42
}
45
43
46
44
// FetchAllFlagsRequest is the request to fetch all flags. Clients send this request as the client in order to resync their internal state
0 commit comments