@bufbuild/cel-spec
Version:
CEL definitions and test data
35 lines (34 loc) • 1.8 kB
JavaScript
;
// 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.
Object.defineProperty(exports, "__esModule", { value: true });
exports.Explain_ExprStepSchema = exports.ExplainSchema = exports.file_cel_expr_explain = void 0;
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
const value_pb_js_1 = require("./value_pb.js");
/**
* Describes the file cel/expr/explain.proto.
*/
exports.file_cel_expr_explain = (0, codegenv2_1.fileDesc)("ChZjZWwvZXhwci9leHBsYWluLnByb3RvEghjZWwuZXhwciKLAQoHRXhwbGFpbhIfCgZ2YWx1ZXMYASADKAsyDy5jZWwuZXhwci5WYWx1ZRIuCgpleHByX3N0ZXBzGAIgAygLMhouY2VsLmV4cHIuRXhwbGFpbi5FeHByU3RlcBorCghFeHByU3RlcBIKCgJpZBgBIAEoAxITCgt2YWx1ZV9pbmRleBgCIAEoBToCGAFCLwoMZGV2LmNlbC5leHByQgxFeHBsYWluUHJvdG9QAVoMY2VsLmRldi9leHBy+AEBYgZwcm90bzM", [value_pb_js_1.file_cel_expr_value]);
/**
* Describes the message cel.expr.Explain.
* Use `create(ExplainSchema)` to create a new message.
* @deprecated
*/
exports.ExplainSchema = (0, codegenv2_1.messageDesc)(exports.file_cel_expr_explain, 0);
/**
* Describes the message cel.expr.Explain.ExprStep.
* Use `create(Explain_ExprStepSchema)` to create a new message.
* @deprecated
*/
exports.Explain_ExprStepSchema = (0, codegenv2_1.messageDesc)(exports.file_cel_expr_explain, 0, 0);