1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- // @generated by protoc-gen-es v2.14.0 with parameter "target=ts"
15+ // @generated by protoc-gen-es v2.14.1 with parameter "target=ts"
1616// @generated from file buf/validate/validate.proto (package buf.validate, syntax proto2)
1717/* eslint-disable */
1818
4242// [Go](https://github.com/bufbuild/protovalidate-go),
4343// [JavaScript/TypeScript](https://github.com/bufbuild/protovalidate-es),
4444// [Java](https://github.com/bufbuild/protovalidate-java),
45- // [Python](https://github.com/bufbuild/protovalidate-python ),
45+ // [Python](https://github.com/bufbuild/protovalidate-py ),
4646// or [C++](https://github.com/bufbuild/protovalidate-cc).
4747
4848import type { GenEnum , GenExtension , GenFile , GenMessage } from "@bufbuild/protobuf/codegenv2" ;
@@ -61,7 +61,7 @@ export const file_buf_validate_validate: GenFile = /*@__PURE__*/
6161 * `Rule` represents a validation rule written in the Common Expression
6262 * Language (CEL) syntax. Each Rule includes a unique identifier, an
6363 * optional error message, and the CEL expression to evaluate. For more
64- * information, [see our documentation](https://buf.build/docs/ protovalidate/schemas/custom-rules/).
64+ * information, [see our documentation](https://protovalidate.com /schemas/custom-rules/).
6565 *
6666 * ```proto
6767 * message Foo {
@@ -128,7 +128,7 @@ export type MessageRules = Message<"buf.validate.MessageRules"> & {
128128 * simpler syntax when defining CEL Rules where `id` and `message` derived from the `expression`. `id` will
129129 * be same as the `expression`.
130130 *
131- * For more information, [see our documentation](https://buf.build/docs/ protovalidate/schemas/custom-rules/).
131+ * For more information, [see our documentation](https://protovalidate.com /schemas/custom-rules/).
132132 *
133133 * ```proto
134134 * message MyMessage {
@@ -147,7 +147,7 @@ export type MessageRules = Message<"buf.validate.MessageRules"> & {
147147 /**
148148 * `cel` is a repeated field of type Rule. Each Rule specifies a validation rule to be applied to this message.
149149 * These rules are written in Common Expression Language (CEL) syntax. For more information,
150- * [see our documentation](https://buf.build/docs/ protovalidate/schemas/custom-rules/).
150+ * [see our documentation](https://protovalidate.com /schemas/custom-rules/).
151151 *
152152 *
153153 * ```proto
@@ -294,7 +294,7 @@ export type FieldRules = Message<"buf.validate.FieldRules"> & {
294294 * simpler syntax when defining CEL Rules where `id` and `message` derived from the `expression`. `id` will
295295 * be same as the `expression`.
296296 *
297- * For more information, [see our documentation](https://buf.build/docs/ protovalidate/schemas/custom-rules/).
297+ * For more information, [see our documentation](https://protovalidate.com /schemas/custom-rules/).
298298 *
299299 * ```proto
300300 * message MyMessage {
@@ -310,7 +310,7 @@ export type FieldRules = Message<"buf.validate.FieldRules"> & {
310310 /**
311311 * `cel` is a repeated field used to represent a textual expression
312312 * in the Common Expression Language (CEL) syntax. For more information,
313- * [see our documentation](https://buf.build/docs/ protovalidate/schemas/custom-rules/).
313+ * [see our documentation](https://protovalidate.com /schemas/custom-rules/).
314314 *
315315 * ```proto
316316 * message MyMessage {
@@ -568,7 +568,7 @@ export type PredefinedRules = Message<"buf.validate.PredefinedRules"> & {
568568 /**
569569 * `cel` is a repeated field used to represent a textual expression
570570 * in the Common Expression Language (CEL) syntax. For more information,
571- * [see our documentation](https://buf.build/docs/ protovalidate/schemas/predefined-rules/).
571+ * [see our documentation](https://protovalidate.com /schemas/predefined-rules/).
572572 *
573573 * ```proto
574574 * message MyMessage {
0 commit comments