Skip to content

Commit 7af5f1e

Browse files
committed
fixup: remove type
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent fd6e6ed commit 7af5f1e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

protobuf/flagd/sync/v1/sync.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ message SyncFlagsRequest {
3737
message SyncFlagsResponse {
3838
// flagd feature flag configuration. Must be validated to schema - https://raw.githubusercontent.com/open-feature/schemas/main/json/flagd-definitions.json
3939
string flag_configuration = 1;
40-
// String key indicating the type of event that is being received, for example, provider_ready or configuration_change
41-
string type = 2;
4240
// Static context to be included in in-process evaluations (optional).
43-
optional google.protobuf.Struct sync_context = 3;
41+
optional google.protobuf.Struct sync_context = 2;
4442
}
4543

4644
// 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

Comments
 (0)