diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel index dd580393..6b29eec9 100644 --- a/examples/BUILD.bazel +++ b/examples/BUILD.bazel @@ -32,6 +32,7 @@ proto_library( "cel_field_presence_nested.proto", "cel_field_selection.proto", "cel_infinity.proto", + "cel_list_concatenation.proto", "cel_map_all.proto", "cel_map_exists.proto", "cel_map_exists_one.proto", @@ -48,9 +49,11 @@ proto_library( "cel_string_is_uri.proto", "cel_string_match_pattern.proto", "cel_string_starts_with_ends_with.proto", + "cel_timestamp_comparsion.proto", "cel_timestamp_get_attribute.proto", "cel_timestamp_plus_duration.proto", "cel_timestamp_subtraction.proto", + "cel_type_conversion.proto", "cel_value.proto", "cel_wrapper_type.proto", "option_any_type_allow_list.proto",