UNPKG

@bufbuild/cel-spec

Version:

CEL definitions and test data

32 lines (31 loc) 1.62 kB
// Copyright 2024-2025 Buf Technologies, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2"; import { file_cel_expr_value } from "./value_pb.js"; /** * Describes the file cel/expr/explain.proto. */ export const file_cel_expr_explain = /*@__PURE__*/ fileDesc("ChZjZWwvZXhwci9leHBsYWluLnByb3RvEghjZWwuZXhwciKLAQoHRXhwbGFpbhIfCgZ2YWx1ZXMYASADKAsyDy5jZWwuZXhwci5WYWx1ZRIuCgpleHByX3N0ZXBzGAIgAygLMhouY2VsLmV4cHIuRXhwbGFpbi5FeHByU3RlcBorCghFeHByU3RlcBIKCgJpZBgBIAEoAxITCgt2YWx1ZV9pbmRleBgCIAEoBToCGAFCLwoMZGV2LmNlbC5leHByQgxFeHBsYWluUHJvdG9QAVoMY2VsLmRldi9leHBy+AEBYgZwcm90bzM", [file_cel_expr_value]); /** * Describes the message cel.expr.Explain. * Use `create(ExplainSchema)` to create a new message. * @deprecated */ export const ExplainSchema = /*@__PURE__*/ messageDesc(file_cel_expr_explain, 0); /** * Describes the message cel.expr.Explain.ExprStep. * Use `create(Explain_ExprStepSchema)` to create a new message. * @deprecated */ export const Explain_ExprStepSchema = /*@__PURE__*/ messageDesc(file_cel_expr_explain, 0, 0);