@oh-my-pi/pi-catalog 16.1.11 → 16.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/types/discovery/devin-gen/buf/validate/validate_pb.d.ts +1715 -0
  3. package/dist/types/discovery/devin-gen/exa/analytics_pb/analytics_pb.d.ts +693 -0
  4. package/dist/types/discovery/devin-gen/exa/api_server_pb/api_server_pb.d.ts +9158 -0
  5. package/dist/types/discovery/devin-gen/exa/auth_pb/auth_pb.d.ts +52 -0
  6. package/dist/types/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.d.ts +276 -0
  7. package/dist/types/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.d.ts +78 -0
  8. package/dist/types/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.d.ts +999 -0
  9. package/dist/types/discovery/devin-gen/exa/chat_pb/chat_pb.d.ts +1704 -0
  10. package/dist/types/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.d.ts +656 -0
  11. package/dist/types/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.d.ts +15014 -0
  12. package/dist/types/discovery/devin-gen/exa/context_module_pb/context_module_pb.d.ts +607 -0
  13. package/dist/types/discovery/devin-gen/exa/cortex_pb/cortex_pb.d.ts +11830 -0
  14. package/dist/types/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.d.ts +248 -0
  15. package/dist/types/discovery/devin-gen/exa/index_pb/index_pb.d.ts +1747 -0
  16. package/dist/types/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.d.ts +509 -0
  17. package/dist/types/discovery/devin-gen/exa/language_server_pb/language_server_pb.d.ts +9048 -0
  18. package/dist/types/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.d.ts +1760 -0
  19. package/dist/types/discovery/devin-gen/exa/prompt_pb/prompt_pb.d.ts +286 -0
  20. package/dist/types/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.d.ts +405 -0
  21. package/dist/types/discovery/devin-gen/exa/trust_pb/trust_pb.d.ts +582 -0
  22. package/dist/types/discovery/devin.d.ts +24 -0
  23. package/dist/types/provider-models/descriptors.d.ts +11 -0
  24. package/dist/types/provider-models/special.d.ts +7 -0
  25. package/dist/types/types.d.ts +1 -1
  26. package/package.json +3 -3
  27. package/src/discovery/devin-gen/buf/validate/validate_pb.ts +1862 -0
  28. package/src/discovery/devin-gen/exa/analytics_pb/analytics_pb.ts +871 -0
  29. package/src/discovery/devin-gen/exa/api_server_pb/api_server_pb.ts +11083 -0
  30. package/src/discovery/devin-gen/exa/auth_pb/auth_pb.ts +71 -0
  31. package/src/discovery/devin-gen/exa/auto_cascade_common_pb/auto_cascade_common_pb.ts +348 -0
  32. package/src/discovery/devin-gen/exa/bug_checker_pb/bug_checker_pb.ts +103 -0
  33. package/src/discovery/devin-gen/exa/cascade_plugins_pb/cascade_plugins_pb.ts +1198 -0
  34. package/src/discovery/devin-gen/exa/chat_pb/chat_pb.ts +2063 -0
  35. package/src/discovery/devin-gen/exa/code_edit/code_edit_pb/code_edit_pb.ts +810 -0
  36. package/src/discovery/devin-gen/exa/codeium_common_pb/codeium_common_pb.ts +18354 -0
  37. package/src/discovery/devin-gen/exa/context_module_pb/context_module_pb.ts +732 -0
  38. package/src/discovery/devin-gen/exa/cortex_pb/cortex_pb.ts +14277 -0
  39. package/src/discovery/devin-gen/exa/diff_action_pb/diff_action_pb.ts +312 -0
  40. package/src/discovery/devin-gen/exa/index_pb/index_pb.ts +2106 -0
  41. package/src/discovery/devin-gen/exa/knowledge_base_pb/knowledge_base_pb.ts +623 -0
  42. package/src/discovery/devin-gen/exa/language_server_pb/language_server_pb.ts +10918 -0
  43. package/src/discovery/devin-gen/exa/opensearch_clients_pb/opensearch_clients_pb.ts +2125 -0
  44. package/src/discovery/devin-gen/exa/prompt_pb/prompt_pb.ts +361 -0
  45. package/src/discovery/devin-gen/exa/reactive_component_pb/reactive_component_pb.ts +450 -0
  46. package/src/discovery/devin-gen/exa/trust_pb/trust_pb.ts +712 -0
  47. package/src/discovery/devin.ts +151 -0
  48. package/src/models.json +2608 -24
  49. package/src/provider-models/descriptors.ts +9 -1
  50. package/src/provider-models/special.ts +29 -0
  51. package/src/types.ts +2 -1
@@ -0,0 +1,1862 @@
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
2
+ // @generated from file buf/validate/validate.proto (package buf.validate, syntax proto2)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import { enumDesc, extDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
7
+ import type { Duration, FieldDescriptorProto_Type, FieldOptions, MessageOptions, OneofOptions, Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import { file_google_protobuf_descriptor, file_google_protobuf_duration, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+ import type { Message } from "@bufbuild/protobuf";
10
+
11
+ /**
12
+ * Describes the file buf/validate/validate.proto.
13
+ */
14
+ export const file_buf_validate_validate: GenFile = /*@__PURE__*/
15
+ fileDesc("ChtidWYvdmFsaWRhdGUvdmFsaWRhdGUucHJvdG8SDGJ1Zi52YWxpZGF0ZSI3CgRSdWxlEgoKAmlkGAEgASgJEg8KB21lc3NhZ2UYAiABKAkSEgoKZXhwcmVzc2lvbhgDIAEoCSJBCgxNZXNzYWdlUnVsZXMSEAoIZGlzYWJsZWQYASABKAgSHwoDY2VsGAMgAygLMhIuYnVmLnZhbGlkYXRlLlJ1bGUiHgoKT25lb2ZSdWxlcxIQCghyZXF1aXJlZBgBIAEoCCK/CAoKRmllbGRSdWxlcxIfCgNjZWwYFyADKAsyEi5idWYudmFsaWRhdGUuUnVsZRIQCghyZXF1aXJlZBgZIAEoCBIkCgZpZ25vcmUYGyABKA4yFC5idWYudmFsaWRhdGUuSWdub3JlEikKBWZsb2F0GAEgASgLMhguYnVmLnZhbGlkYXRlLkZsb2F0UnVsZXNIABIrCgZkb3VibGUYAiABKAsyGS5idWYudmFsaWRhdGUuRG91YmxlUnVsZXNIABIpCgVpbnQzMhgDIAEoCzIYLmJ1Zi52YWxpZGF0ZS5JbnQzMlJ1bGVzSAASKQoFaW50NjQYBCABKAsyGC5idWYudmFsaWRhdGUuSW50NjRSdWxlc0gAEisKBnVpbnQzMhgFIAEoCzIZLmJ1Zi52YWxpZGF0ZS5VSW50MzJSdWxlc0gAEisKBnVpbnQ2NBgGIAEoCzIZLmJ1Zi52YWxpZGF0ZS5VSW50NjRSdWxlc0gAEisKBnNpbnQzMhgHIAEoCzIZLmJ1Zi52YWxpZGF0ZS5TSW50MzJSdWxlc0gAEisKBnNpbnQ2NBgIIAEoCzIZLmJ1Zi52YWxpZGF0ZS5TSW50NjRSdWxlc0gAEi0KB2ZpeGVkMzIYCSABKAsyGi5idWYudmFsaWRhdGUuRml4ZWQzMlJ1bGVzSAASLQoHZml4ZWQ2NBgKIAEoCzIaLmJ1Zi52YWxpZGF0ZS5GaXhlZDY0UnVsZXNIABIvCghzZml4ZWQzMhgLIAEoCzIbLmJ1Zi52YWxpZGF0ZS5TRml4ZWQzMlJ1bGVzSAASLwoIc2ZpeGVkNjQYDCABKAsyGy5idWYudmFsaWRhdGUuU0ZpeGVkNjRSdWxlc0gAEicKBGJvb2wYDSABKAsyFy5idWYudmFsaWRhdGUuQm9vbFJ1bGVzSAASKwoGc3RyaW5n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IAMoDCoJCOgHEICAgIACQgwKCndlbGxfa25vd24iaAoJRW51bVJ1bGVzEg0KBWNvbnN0GAEgASgFEhQKDGRlZmluZWRfb25seRgCIAEoCBIKCgJpbhgDIAMoBRIOCgZub3RfaW4YBCADKAUSDwoHZXhhbXBsZRgFIAMoBSoJCOgHEICAgIACInkKDVJlcGVhdGVkUnVsZXMSEQoJbWluX2l0ZW1zGAEgASgEEhEKCW1heF9pdGVtcxgCIAEoBBIOCgZ1bmlxdWUYAyABKAgSJwoFaXRlbXMYBCABKAsyGC5idWYudmFsaWRhdGUuRmllbGRSdWxlcyoJCOgHEICAgIACIo0BCghNYXBSdWxlcxIRCgltaW5fcGFpcnMYASABKAQSEQoJbWF4X3BhaXJzGAIgASgEEiYKBGtleXMYBCABKAsyGC5idWYudmFsaWRhdGUuRmllbGRSdWxlcxIoCgZ2YWx1ZXMYBSABKAsyGC5idWYudmFsaWRhdGUuRmllbGRSdWxlcyoJCOgHEICAgIACIiYKCEFueVJ1bGVzEgoKAmluGAIgAygJEg4KBm5vdF9pbhgDIAMoCSKFAwoNRHVyYXRpb25SdWxlcxIoCgVjb25zdBgCIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbhInCgJsdBgDIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbkgAEigKA2x0ZRgEIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbkgAEicKAmd0GAUgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uSAESKAoDZ3RlGAYgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uSAESJQoCaW4YByADKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SKQoGbm90X2luGAggAygLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uEioKB2V4YW1wbGUYCSADKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24qCQjoBxCAgICAAkILCglsZXNzX3RoYW5CDgoMZ3JlYXRlcl90aGFuIokDCg5UaW1lc3RhbXBSdWxlcxIpCgVjb25zdBgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASKAoCbHQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAASKQoDbHRlGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAEhAKBmx0X25vdxgHIAEoCEgAEigKAmd0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgBEikKA2d0ZRgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIARIQCgZndF9ub3cYCCABKAhIARIpCgZ3aXRoaW4YCSABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SKwoHZXhhbXBsZRgKIAMoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAqCQjoBxCAgICAAkILCglsZXNzX3RoYW5CDgoMZ3JlYXRlcl90aGFuIjkKClZpb2xhdGlvbnMSKwoKdmlvbGF0aW9ucxgBIAMoCzIXLmJ1Zi52YWxpZGF0ZS5WaW9sYXRpb24inwEKCVZpb2xhdGlvbhImCgVmaWVsZBgFIAEoCzIXLmJ1Zi52YWxpZGF0ZS5GaWVsZFBhdGgSJQoEcnVsZRgGIAEoCzIXLmJ1Zi52YWxpZGF0ZS5GaWVsZFBhdGgSDwoHcnVsZV9pZBgCIAEoCRIPCgdtZXNzYWdlGAMgASgJEg8KB2Zvcl9rZXkYBCABKAhKBAgBEAJSCmZpZWxkX3BhdGgiPQoJRmllbGRQYXRoEjAKCGVsZW1lbnRzGAEgAygLMh4uYnVmLnZhbGlkYXRlLkZpZWxkUGF0aEVsZW1lbnQi6QIKEEZpZWxkUGF0aEVsZW1lbnQSFAoMZmllbGRfbnVtYmVyGAEgASgFEhIKCmZpZWxkX25hbWUYAiABKAkSPgoKZmllbGRfdHlwZRgDIAEoDjIqLmdvb2dsZS5wcm90b2J1Zi5GaWVsZERlc2NyaXB0b3JQcm90by5UeXBlEjwKCGtleV90eXBlGAQgASgOMiouZ29vZ2xlLnByb3RvYnVmLkZpZWxkRGVzY3JpcHRvclByb3RvLlR5cGUSPgoKdmFsdWVfdHlwZRgFIAEoDjIqLmdvb2dsZS5wcm90b2J1Zi5GaWVsZERlc2NyaXB0b3JQcm90by5UeXBlEg8KBWluZGV4GAYgASgESAASEgoIYm9vbF9rZXkYByABKAhIABIRCgdpbnRfa2V5GAggASgDSAASEgoIdWludF9rZXkYCSABKARIABIUCgpzdHJpbmdfa2V5GAogASgJSABCCwoJc3Vic2NyaXB0KocBCgZJZ25vcmUSFgoSSUdOT1JFX1VOU1BFQ0lGSUVEEAASGQoVSUdOT1JFX0lGX1VOUE9QVUxBVEVEEAESGwoXSUdOT1JFX0lGX0RFRkFVTFRfVkFMVUUQAhIRCg1JR05PUkVfQUxXQVlTEAMqGklHTk9SRV9FTVBUWUlHTk9SRV9ERUZBVUxUKm4KCktub3duUmVnZXgSGwoXS05PV05fUkVHRVhfVU5TUEVDSUZJRUQQABIgChxLTk9XTl9SRUdFWF9IVFRQX0hFQURFUl9OQU1FEAESIQodS05PV05fUkVHRVhfSFRUUF9IRUFERVJfVkFMVUUQAjpWCgdtZXNzYWdlEh8uZ29vZ2xlLnByb3RvYnVmLk1lc3NhZ2VPcHRpb25zGIcJIAEoCzIaLmJ1Zi52YWxpZGF0ZS5NZXNzYWdlUnVsZXNSB21lc3NhZ2U6TgoFb25lb2YSHS5nb29nbGUucHJvdG9idWYuT25lb2ZPcHRpb25zGIcJIAEoCzIYLmJ1Zi52YWxpZGF0ZS5PbmVvZlJ1bGVzUgVvbmVvZjpOCgVmaWVsZBIdLmdvb2dsZS5wcm90b2J1Zi5GaWVsZE9wdGlvbnMYhwkgASgLMhguYnVmLnZhbGlkYXRlLkZpZWxkUnVsZXNSBWZpZWxkOl0KCnByZWRlZmluZWQSHS5nb29nbGUucHJvdG9idWYuRmllbGRPcHRpb25zGIgJIAEoCzIdLmJ1Zi52YWxpZGF0ZS5QcmVkZWZpbmVkUnVsZXNSCnByZWRlZmluZWQ", [file_google_protobuf_descriptor, file_google_protobuf_duration, file_google_protobuf_timestamp]);
16
+
17
+ /**
18
+ * @generated from message buf.validate.Rule
19
+ */
20
+ export type Rule = Message<"buf.validate.Rule"> & {
21
+ /**
22
+ * @generated from field: optional string id = 1;
23
+ */
24
+ id: string;
25
+
26
+ /**
27
+ * @generated from field: optional string message = 2;
28
+ */
29
+ message: string;
30
+
31
+ /**
32
+ * @generated from field: optional string expression = 3;
33
+ */
34
+ expression: string;
35
+ };
36
+
37
+ /**
38
+ * Describes the message buf.validate.Rule.
39
+ * Use `create(RuleSchema)` to create a new message.
40
+ */
41
+ export const RuleSchema: GenMessage<Rule> = /*@__PURE__*/
42
+ messageDesc(file_buf_validate_validate, 0);
43
+
44
+ /**
45
+ * @generated from message buf.validate.MessageRules
46
+ */
47
+ export type MessageRules = Message<"buf.validate.MessageRules"> & {
48
+ /**
49
+ * @generated from field: optional bool disabled = 1;
50
+ */
51
+ disabled: boolean;
52
+
53
+ /**
54
+ * @generated from field: repeated buf.validate.Rule cel = 3;
55
+ */
56
+ cel: Rule[];
57
+ };
58
+
59
+ /**
60
+ * Describes the message buf.validate.MessageRules.
61
+ * Use `create(MessageRulesSchema)` to create a new message.
62
+ */
63
+ export const MessageRulesSchema: GenMessage<MessageRules> = /*@__PURE__*/
64
+ messageDesc(file_buf_validate_validate, 1);
65
+
66
+ /**
67
+ * @generated from message buf.validate.OneofRules
68
+ */
69
+ export type OneofRules = Message<"buf.validate.OneofRules"> & {
70
+ /**
71
+ * @generated from field: optional bool required = 1;
72
+ */
73
+ required: boolean;
74
+ };
75
+
76
+ /**
77
+ * Describes the message buf.validate.OneofRules.
78
+ * Use `create(OneofRulesSchema)` to create a new message.
79
+ */
80
+ export const OneofRulesSchema: GenMessage<OneofRules> = /*@__PURE__*/
81
+ messageDesc(file_buf_validate_validate, 2);
82
+
83
+ /**
84
+ * @generated from message buf.validate.FieldRules
85
+ */
86
+ export type FieldRules = Message<"buf.validate.FieldRules"> & {
87
+ /**
88
+ * @generated from field: repeated buf.validate.Rule cel = 23;
89
+ */
90
+ cel: Rule[];
91
+
92
+ /**
93
+ * @generated from field: optional bool required = 25;
94
+ */
95
+ required: boolean;
96
+
97
+ /**
98
+ * @generated from field: optional buf.validate.Ignore ignore = 27;
99
+ */
100
+ ignore: Ignore;
101
+
102
+ /**
103
+ * @generated from oneof buf.validate.FieldRules.type
104
+ */
105
+ type: {
106
+ /**
107
+ * @generated from field: buf.validate.FloatRules float = 1;
108
+ */
109
+ value: FloatRules;
110
+ case: "float";
111
+ } | {
112
+ /**
113
+ * @generated from field: buf.validate.DoubleRules double = 2;
114
+ */
115
+ value: DoubleRules;
116
+ case: "double";
117
+ } | {
118
+ /**
119
+ * @generated from field: buf.validate.Int32Rules int32 = 3;
120
+ */
121
+ value: Int32Rules;
122
+ case: "int32";
123
+ } | {
124
+ /**
125
+ * @generated from field: buf.validate.Int64Rules int64 = 4;
126
+ */
127
+ value: Int64Rules;
128
+ case: "int64";
129
+ } | {
130
+ /**
131
+ * @generated from field: buf.validate.UInt32Rules uint32 = 5;
132
+ */
133
+ value: UInt32Rules;
134
+ case: "uint32";
135
+ } | {
136
+ /**
137
+ * @generated from field: buf.validate.UInt64Rules uint64 = 6;
138
+ */
139
+ value: UInt64Rules;
140
+ case: "uint64";
141
+ } | {
142
+ /**
143
+ * @generated from field: buf.validate.SInt32Rules sint32 = 7;
144
+ */
145
+ value: SInt32Rules;
146
+ case: "sint32";
147
+ } | {
148
+ /**
149
+ * @generated from field: buf.validate.SInt64Rules sint64 = 8;
150
+ */
151
+ value: SInt64Rules;
152
+ case: "sint64";
153
+ } | {
154
+ /**
155
+ * @generated from field: buf.validate.Fixed32Rules fixed32 = 9;
156
+ */
157
+ value: Fixed32Rules;
158
+ case: "fixed32";
159
+ } | {
160
+ /**
161
+ * @generated from field: buf.validate.Fixed64Rules fixed64 = 10;
162
+ */
163
+ value: Fixed64Rules;
164
+ case: "fixed64";
165
+ } | {
166
+ /**
167
+ * @generated from field: buf.validate.SFixed32Rules sfixed32 = 11;
168
+ */
169
+ value: SFixed32Rules;
170
+ case: "sfixed32";
171
+ } | {
172
+ /**
173
+ * @generated from field: buf.validate.SFixed64Rules sfixed64 = 12;
174
+ */
175
+ value: SFixed64Rules;
176
+ case: "sfixed64";
177
+ } | {
178
+ /**
179
+ * @generated from field: buf.validate.BoolRules bool = 13;
180
+ */
181
+ value: BoolRules;
182
+ case: "bool";
183
+ } | {
184
+ /**
185
+ * @generated from field: buf.validate.StringRules string = 14;
186
+ */
187
+ value: StringRules;
188
+ case: "string";
189
+ } | {
190
+ /**
191
+ * @generated from field: buf.validate.BytesRules bytes = 15;
192
+ */
193
+ value: BytesRules;
194
+ case: "bytes";
195
+ } | {
196
+ /**
197
+ * @generated from field: buf.validate.EnumRules enum = 16;
198
+ */
199
+ value: EnumRules;
200
+ case: "enum";
201
+ } | {
202
+ /**
203
+ * @generated from field: buf.validate.RepeatedRules repeated = 18;
204
+ */
205
+ value: RepeatedRules;
206
+ case: "repeated";
207
+ } | {
208
+ /**
209
+ * @generated from field: buf.validate.MapRules map = 19;
210
+ */
211
+ value: MapRules;
212
+ case: "map";
213
+ } | {
214
+ /**
215
+ * @generated from field: buf.validate.AnyRules any = 20;
216
+ */
217
+ value: AnyRules;
218
+ case: "any";
219
+ } | {
220
+ /**
221
+ * @generated from field: buf.validate.DurationRules duration = 21;
222
+ */
223
+ value: DurationRules;
224
+ case: "duration";
225
+ } | {
226
+ /**
227
+ * @generated from field: buf.validate.TimestampRules timestamp = 22;
228
+ */
229
+ value: TimestampRules;
230
+ case: "timestamp";
231
+ } | { case: undefined; value?: undefined };
232
+ };
233
+
234
+ /**
235
+ * Describes the message buf.validate.FieldRules.
236
+ * Use `create(FieldRulesSchema)` to create a new message.
237
+ */
238
+ export const FieldRulesSchema: GenMessage<FieldRules> = /*@__PURE__*/
239
+ messageDesc(file_buf_validate_validate, 3);
240
+
241
+ /**
242
+ * @generated from message buf.validate.PredefinedRules
243
+ */
244
+ export type PredefinedRules = Message<"buf.validate.PredefinedRules"> & {
245
+ /**
246
+ * @generated from field: repeated buf.validate.Rule cel = 1;
247
+ */
248
+ cel: Rule[];
249
+ };
250
+
251
+ /**
252
+ * Describes the message buf.validate.PredefinedRules.
253
+ * Use `create(PredefinedRulesSchema)` to create a new message.
254
+ */
255
+ export const PredefinedRulesSchema: GenMessage<PredefinedRules> = /*@__PURE__*/
256
+ messageDesc(file_buf_validate_validate, 4);
257
+
258
+ /**
259
+ * @generated from message buf.validate.FloatRules
260
+ */
261
+ export type FloatRules = Message<"buf.validate.FloatRules"> & {
262
+ /**
263
+ * @generated from field: optional float const = 1;
264
+ */
265
+ const: number;
266
+
267
+ /**
268
+ * @generated from oneof buf.validate.FloatRules.less_than
269
+ */
270
+ lessThan: {
271
+ /**
272
+ * @generated from field: float lt = 2;
273
+ */
274
+ value: number;
275
+ case: "lt";
276
+ } | {
277
+ /**
278
+ * @generated from field: float lte = 3;
279
+ */
280
+ value: number;
281
+ case: "lte";
282
+ } | { case: undefined; value?: undefined };
283
+
284
+ /**
285
+ * @generated from oneof buf.validate.FloatRules.greater_than
286
+ */
287
+ greaterThan: {
288
+ /**
289
+ * @generated from field: float gt = 4;
290
+ */
291
+ value: number;
292
+ case: "gt";
293
+ } | {
294
+ /**
295
+ * @generated from field: float gte = 5;
296
+ */
297
+ value: number;
298
+ case: "gte";
299
+ } | { case: undefined; value?: undefined };
300
+
301
+ /**
302
+ * @generated from field: repeated float in = 6;
303
+ */
304
+ in: number[];
305
+
306
+ /**
307
+ * @generated from field: repeated float not_in = 7;
308
+ */
309
+ notIn: number[];
310
+
311
+ /**
312
+ * @generated from field: optional bool finite = 8;
313
+ */
314
+ finite: boolean;
315
+
316
+ /**
317
+ * @generated from field: repeated float example = 9;
318
+ */
319
+ example: number[];
320
+ };
321
+
322
+ /**
323
+ * Describes the message buf.validate.FloatRules.
324
+ * Use `create(FloatRulesSchema)` to create a new message.
325
+ */
326
+ export const FloatRulesSchema: GenMessage<FloatRules> = /*@__PURE__*/
327
+ messageDesc(file_buf_validate_validate, 5);
328
+
329
+ /**
330
+ * @generated from message buf.validate.DoubleRules
331
+ */
332
+ export type DoubleRules = Message<"buf.validate.DoubleRules"> & {
333
+ /**
334
+ * @generated from field: optional double const = 1;
335
+ */
336
+ const: number;
337
+
338
+ /**
339
+ * @generated from oneof buf.validate.DoubleRules.less_than
340
+ */
341
+ lessThan: {
342
+ /**
343
+ * @generated from field: double lt = 2;
344
+ */
345
+ value: number;
346
+ case: "lt";
347
+ } | {
348
+ /**
349
+ * @generated from field: double lte = 3;
350
+ */
351
+ value: number;
352
+ case: "lte";
353
+ } | { case: undefined; value?: undefined };
354
+
355
+ /**
356
+ * @generated from oneof buf.validate.DoubleRules.greater_than
357
+ */
358
+ greaterThan: {
359
+ /**
360
+ * @generated from field: double gt = 4;
361
+ */
362
+ value: number;
363
+ case: "gt";
364
+ } | {
365
+ /**
366
+ * @generated from field: double gte = 5;
367
+ */
368
+ value: number;
369
+ case: "gte";
370
+ } | { case: undefined; value?: undefined };
371
+
372
+ /**
373
+ * @generated from field: repeated double in = 6;
374
+ */
375
+ in: number[];
376
+
377
+ /**
378
+ * @generated from field: repeated double not_in = 7;
379
+ */
380
+ notIn: number[];
381
+
382
+ /**
383
+ * @generated from field: optional bool finite = 8;
384
+ */
385
+ finite: boolean;
386
+
387
+ /**
388
+ * @generated from field: repeated double example = 9;
389
+ */
390
+ example: number[];
391
+ };
392
+
393
+ /**
394
+ * Describes the message buf.validate.DoubleRules.
395
+ * Use `create(DoubleRulesSchema)` to create a new message.
396
+ */
397
+ export const DoubleRulesSchema: GenMessage<DoubleRules> = /*@__PURE__*/
398
+ messageDesc(file_buf_validate_validate, 6);
399
+
400
+ /**
401
+ * @generated from message buf.validate.Int32Rules
402
+ */
403
+ export type Int32Rules = Message<"buf.validate.Int32Rules"> & {
404
+ /**
405
+ * @generated from field: optional int32 const = 1;
406
+ */
407
+ const: number;
408
+
409
+ /**
410
+ * @generated from oneof buf.validate.Int32Rules.less_than
411
+ */
412
+ lessThan: {
413
+ /**
414
+ * @generated from field: int32 lt = 2;
415
+ */
416
+ value: number;
417
+ case: "lt";
418
+ } | {
419
+ /**
420
+ * @generated from field: int32 lte = 3;
421
+ */
422
+ value: number;
423
+ case: "lte";
424
+ } | { case: undefined; value?: undefined };
425
+
426
+ /**
427
+ * @generated from oneof buf.validate.Int32Rules.greater_than
428
+ */
429
+ greaterThan: {
430
+ /**
431
+ * @generated from field: int32 gt = 4;
432
+ */
433
+ value: number;
434
+ case: "gt";
435
+ } | {
436
+ /**
437
+ * @generated from field: int32 gte = 5;
438
+ */
439
+ value: number;
440
+ case: "gte";
441
+ } | { case: undefined; value?: undefined };
442
+
443
+ /**
444
+ * @generated from field: repeated int32 in = 6;
445
+ */
446
+ in: number[];
447
+
448
+ /**
449
+ * @generated from field: repeated int32 not_in = 7;
450
+ */
451
+ notIn: number[];
452
+
453
+ /**
454
+ * @generated from field: repeated int32 example = 8;
455
+ */
456
+ example: number[];
457
+ };
458
+
459
+ /**
460
+ * Describes the message buf.validate.Int32Rules.
461
+ * Use `create(Int32RulesSchema)` to create a new message.
462
+ */
463
+ export const Int32RulesSchema: GenMessage<Int32Rules> = /*@__PURE__*/
464
+ messageDesc(file_buf_validate_validate, 7);
465
+
466
+ /**
467
+ * @generated from message buf.validate.Int64Rules
468
+ */
469
+ export type Int64Rules = Message<"buf.validate.Int64Rules"> & {
470
+ /**
471
+ * @generated from field: optional int64 const = 1;
472
+ */
473
+ const: bigint;
474
+
475
+ /**
476
+ * @generated from oneof buf.validate.Int64Rules.less_than
477
+ */
478
+ lessThan: {
479
+ /**
480
+ * @generated from field: int64 lt = 2;
481
+ */
482
+ value: bigint;
483
+ case: "lt";
484
+ } | {
485
+ /**
486
+ * @generated from field: int64 lte = 3;
487
+ */
488
+ value: bigint;
489
+ case: "lte";
490
+ } | { case: undefined; value?: undefined };
491
+
492
+ /**
493
+ * @generated from oneof buf.validate.Int64Rules.greater_than
494
+ */
495
+ greaterThan: {
496
+ /**
497
+ * @generated from field: int64 gt = 4;
498
+ */
499
+ value: bigint;
500
+ case: "gt";
501
+ } | {
502
+ /**
503
+ * @generated from field: int64 gte = 5;
504
+ */
505
+ value: bigint;
506
+ case: "gte";
507
+ } | { case: undefined; value?: undefined };
508
+
509
+ /**
510
+ * @generated from field: repeated int64 in = 6;
511
+ */
512
+ in: bigint[];
513
+
514
+ /**
515
+ * @generated from field: repeated int64 not_in = 7;
516
+ */
517
+ notIn: bigint[];
518
+
519
+ /**
520
+ * @generated from field: repeated int64 example = 9;
521
+ */
522
+ example: bigint[];
523
+ };
524
+
525
+ /**
526
+ * Describes the message buf.validate.Int64Rules.
527
+ * Use `create(Int64RulesSchema)` to create a new message.
528
+ */
529
+ export const Int64RulesSchema: GenMessage<Int64Rules> = /*@__PURE__*/
530
+ messageDesc(file_buf_validate_validate, 8);
531
+
532
+ /**
533
+ * @generated from message buf.validate.UInt32Rules
534
+ */
535
+ export type UInt32Rules = Message<"buf.validate.UInt32Rules"> & {
536
+ /**
537
+ * @generated from field: optional uint32 const = 1;
538
+ */
539
+ const: number;
540
+
541
+ /**
542
+ * @generated from oneof buf.validate.UInt32Rules.less_than
543
+ */
544
+ lessThan: {
545
+ /**
546
+ * @generated from field: uint32 lt = 2;
547
+ */
548
+ value: number;
549
+ case: "lt";
550
+ } | {
551
+ /**
552
+ * @generated from field: uint32 lte = 3;
553
+ */
554
+ value: number;
555
+ case: "lte";
556
+ } | { case: undefined; value?: undefined };
557
+
558
+ /**
559
+ * @generated from oneof buf.validate.UInt32Rules.greater_than
560
+ */
561
+ greaterThan: {
562
+ /**
563
+ * @generated from field: uint32 gt = 4;
564
+ */
565
+ value: number;
566
+ case: "gt";
567
+ } | {
568
+ /**
569
+ * @generated from field: uint32 gte = 5;
570
+ */
571
+ value: number;
572
+ case: "gte";
573
+ } | { case: undefined; value?: undefined };
574
+
575
+ /**
576
+ * @generated from field: repeated uint32 in = 6;
577
+ */
578
+ in: number[];
579
+
580
+ /**
581
+ * @generated from field: repeated uint32 not_in = 7;
582
+ */
583
+ notIn: number[];
584
+
585
+ /**
586
+ * @generated from field: repeated uint32 example = 8;
587
+ */
588
+ example: number[];
589
+ };
590
+
591
+ /**
592
+ * Describes the message buf.validate.UInt32Rules.
593
+ * Use `create(UInt32RulesSchema)` to create a new message.
594
+ */
595
+ export const UInt32RulesSchema: GenMessage<UInt32Rules> = /*@__PURE__*/
596
+ messageDesc(file_buf_validate_validate, 9);
597
+
598
+ /**
599
+ * @generated from message buf.validate.UInt64Rules
600
+ */
601
+ export type UInt64Rules = Message<"buf.validate.UInt64Rules"> & {
602
+ /**
603
+ * @generated from field: optional uint64 const = 1;
604
+ */
605
+ const: bigint;
606
+
607
+ /**
608
+ * @generated from oneof buf.validate.UInt64Rules.less_than
609
+ */
610
+ lessThan: {
611
+ /**
612
+ * @generated from field: uint64 lt = 2;
613
+ */
614
+ value: bigint;
615
+ case: "lt";
616
+ } | {
617
+ /**
618
+ * @generated from field: uint64 lte = 3;
619
+ */
620
+ value: bigint;
621
+ case: "lte";
622
+ } | { case: undefined; value?: undefined };
623
+
624
+ /**
625
+ * @generated from oneof buf.validate.UInt64Rules.greater_than
626
+ */
627
+ greaterThan: {
628
+ /**
629
+ * @generated from field: uint64 gt = 4;
630
+ */
631
+ value: bigint;
632
+ case: "gt";
633
+ } | {
634
+ /**
635
+ * @generated from field: uint64 gte = 5;
636
+ */
637
+ value: bigint;
638
+ case: "gte";
639
+ } | { case: undefined; value?: undefined };
640
+
641
+ /**
642
+ * @generated from field: repeated uint64 in = 6;
643
+ */
644
+ in: bigint[];
645
+
646
+ /**
647
+ * @generated from field: repeated uint64 not_in = 7;
648
+ */
649
+ notIn: bigint[];
650
+
651
+ /**
652
+ * @generated from field: repeated uint64 example = 8;
653
+ */
654
+ example: bigint[];
655
+ };
656
+
657
+ /**
658
+ * Describes the message buf.validate.UInt64Rules.
659
+ * Use `create(UInt64RulesSchema)` to create a new message.
660
+ */
661
+ export const UInt64RulesSchema: GenMessage<UInt64Rules> = /*@__PURE__*/
662
+ messageDesc(file_buf_validate_validate, 10);
663
+
664
+ /**
665
+ * @generated from message buf.validate.SInt32Rules
666
+ */
667
+ export type SInt32Rules = Message<"buf.validate.SInt32Rules"> & {
668
+ /**
669
+ * @generated from field: optional sint32 const = 1;
670
+ */
671
+ const: number;
672
+
673
+ /**
674
+ * @generated from oneof buf.validate.SInt32Rules.less_than
675
+ */
676
+ lessThan: {
677
+ /**
678
+ * @generated from field: sint32 lt = 2;
679
+ */
680
+ value: number;
681
+ case: "lt";
682
+ } | {
683
+ /**
684
+ * @generated from field: sint32 lte = 3;
685
+ */
686
+ value: number;
687
+ case: "lte";
688
+ } | { case: undefined; value?: undefined };
689
+
690
+ /**
691
+ * @generated from oneof buf.validate.SInt32Rules.greater_than
692
+ */
693
+ greaterThan: {
694
+ /**
695
+ * @generated from field: sint32 gt = 4;
696
+ */
697
+ value: number;
698
+ case: "gt";
699
+ } | {
700
+ /**
701
+ * @generated from field: sint32 gte = 5;
702
+ */
703
+ value: number;
704
+ case: "gte";
705
+ } | { case: undefined; value?: undefined };
706
+
707
+ /**
708
+ * @generated from field: repeated sint32 in = 6;
709
+ */
710
+ in: number[];
711
+
712
+ /**
713
+ * @generated from field: repeated sint32 not_in = 7;
714
+ */
715
+ notIn: number[];
716
+
717
+ /**
718
+ * @generated from field: repeated sint32 example = 8;
719
+ */
720
+ example: number[];
721
+ };
722
+
723
+ /**
724
+ * Describes the message buf.validate.SInt32Rules.
725
+ * Use `create(SInt32RulesSchema)` to create a new message.
726
+ */
727
+ export const SInt32RulesSchema: GenMessage<SInt32Rules> = /*@__PURE__*/
728
+ messageDesc(file_buf_validate_validate, 11);
729
+
730
+ /**
731
+ * @generated from message buf.validate.SInt64Rules
732
+ */
733
+ export type SInt64Rules = Message<"buf.validate.SInt64Rules"> & {
734
+ /**
735
+ * @generated from field: optional sint64 const = 1;
736
+ */
737
+ const: bigint;
738
+
739
+ /**
740
+ * @generated from oneof buf.validate.SInt64Rules.less_than
741
+ */
742
+ lessThan: {
743
+ /**
744
+ * @generated from field: sint64 lt = 2;
745
+ */
746
+ value: bigint;
747
+ case: "lt";
748
+ } | {
749
+ /**
750
+ * @generated from field: sint64 lte = 3;
751
+ */
752
+ value: bigint;
753
+ case: "lte";
754
+ } | { case: undefined; value?: undefined };
755
+
756
+ /**
757
+ * @generated from oneof buf.validate.SInt64Rules.greater_than
758
+ */
759
+ greaterThan: {
760
+ /**
761
+ * @generated from field: sint64 gt = 4;
762
+ */
763
+ value: bigint;
764
+ case: "gt";
765
+ } | {
766
+ /**
767
+ * @generated from field: sint64 gte = 5;
768
+ */
769
+ value: bigint;
770
+ case: "gte";
771
+ } | { case: undefined; value?: undefined };
772
+
773
+ /**
774
+ * @generated from field: repeated sint64 in = 6;
775
+ */
776
+ in: bigint[];
777
+
778
+ /**
779
+ * @generated from field: repeated sint64 not_in = 7;
780
+ */
781
+ notIn: bigint[];
782
+
783
+ /**
784
+ * @generated from field: repeated sint64 example = 8;
785
+ */
786
+ example: bigint[];
787
+ };
788
+
789
+ /**
790
+ * Describes the message buf.validate.SInt64Rules.
791
+ * Use `create(SInt64RulesSchema)` to create a new message.
792
+ */
793
+ export const SInt64RulesSchema: GenMessage<SInt64Rules> = /*@__PURE__*/
794
+ messageDesc(file_buf_validate_validate, 12);
795
+
796
+ /**
797
+ * @generated from message buf.validate.Fixed32Rules
798
+ */
799
+ export type Fixed32Rules = Message<"buf.validate.Fixed32Rules"> & {
800
+ /**
801
+ * @generated from field: optional fixed32 const = 1;
802
+ */
803
+ const: number;
804
+
805
+ /**
806
+ * @generated from oneof buf.validate.Fixed32Rules.less_than
807
+ */
808
+ lessThan: {
809
+ /**
810
+ * @generated from field: fixed32 lt = 2;
811
+ */
812
+ value: number;
813
+ case: "lt";
814
+ } | {
815
+ /**
816
+ * @generated from field: fixed32 lte = 3;
817
+ */
818
+ value: number;
819
+ case: "lte";
820
+ } | { case: undefined; value?: undefined };
821
+
822
+ /**
823
+ * @generated from oneof buf.validate.Fixed32Rules.greater_than
824
+ */
825
+ greaterThan: {
826
+ /**
827
+ * @generated from field: fixed32 gt = 4;
828
+ */
829
+ value: number;
830
+ case: "gt";
831
+ } | {
832
+ /**
833
+ * @generated from field: fixed32 gte = 5;
834
+ */
835
+ value: number;
836
+ case: "gte";
837
+ } | { case: undefined; value?: undefined };
838
+
839
+ /**
840
+ * @generated from field: repeated fixed32 in = 6;
841
+ */
842
+ in: number[];
843
+
844
+ /**
845
+ * @generated from field: repeated fixed32 not_in = 7;
846
+ */
847
+ notIn: number[];
848
+
849
+ /**
850
+ * @generated from field: repeated fixed32 example = 8;
851
+ */
852
+ example: number[];
853
+ };
854
+
855
+ /**
856
+ * Describes the message buf.validate.Fixed32Rules.
857
+ * Use `create(Fixed32RulesSchema)` to create a new message.
858
+ */
859
+ export const Fixed32RulesSchema: GenMessage<Fixed32Rules> = /*@__PURE__*/
860
+ messageDesc(file_buf_validate_validate, 13);
861
+
862
+ /**
863
+ * @generated from message buf.validate.Fixed64Rules
864
+ */
865
+ export type Fixed64Rules = Message<"buf.validate.Fixed64Rules"> & {
866
+ /**
867
+ * @generated from field: optional fixed64 const = 1;
868
+ */
869
+ const: bigint;
870
+
871
+ /**
872
+ * @generated from oneof buf.validate.Fixed64Rules.less_than
873
+ */
874
+ lessThan: {
875
+ /**
876
+ * @generated from field: fixed64 lt = 2;
877
+ */
878
+ value: bigint;
879
+ case: "lt";
880
+ } | {
881
+ /**
882
+ * @generated from field: fixed64 lte = 3;
883
+ */
884
+ value: bigint;
885
+ case: "lte";
886
+ } | { case: undefined; value?: undefined };
887
+
888
+ /**
889
+ * @generated from oneof buf.validate.Fixed64Rules.greater_than
890
+ */
891
+ greaterThan: {
892
+ /**
893
+ * @generated from field: fixed64 gt = 4;
894
+ */
895
+ value: bigint;
896
+ case: "gt";
897
+ } | {
898
+ /**
899
+ * @generated from field: fixed64 gte = 5;
900
+ */
901
+ value: bigint;
902
+ case: "gte";
903
+ } | { case: undefined; value?: undefined };
904
+
905
+ /**
906
+ * @generated from field: repeated fixed64 in = 6;
907
+ */
908
+ in: bigint[];
909
+
910
+ /**
911
+ * @generated from field: repeated fixed64 not_in = 7;
912
+ */
913
+ notIn: bigint[];
914
+
915
+ /**
916
+ * @generated from field: repeated fixed64 example = 8;
917
+ */
918
+ example: bigint[];
919
+ };
920
+
921
+ /**
922
+ * Describes the message buf.validate.Fixed64Rules.
923
+ * Use `create(Fixed64RulesSchema)` to create a new message.
924
+ */
925
+ export const Fixed64RulesSchema: GenMessage<Fixed64Rules> = /*@__PURE__*/
926
+ messageDesc(file_buf_validate_validate, 14);
927
+
928
+ /**
929
+ * @generated from message buf.validate.SFixed32Rules
930
+ */
931
+ export type SFixed32Rules = Message<"buf.validate.SFixed32Rules"> & {
932
+ /**
933
+ * @generated from field: optional sfixed32 const = 1;
934
+ */
935
+ const: number;
936
+
937
+ /**
938
+ * @generated from oneof buf.validate.SFixed32Rules.less_than
939
+ */
940
+ lessThan: {
941
+ /**
942
+ * @generated from field: sfixed32 lt = 2;
943
+ */
944
+ value: number;
945
+ case: "lt";
946
+ } | {
947
+ /**
948
+ * @generated from field: sfixed32 lte = 3;
949
+ */
950
+ value: number;
951
+ case: "lte";
952
+ } | { case: undefined; value?: undefined };
953
+
954
+ /**
955
+ * @generated from oneof buf.validate.SFixed32Rules.greater_than
956
+ */
957
+ greaterThan: {
958
+ /**
959
+ * @generated from field: sfixed32 gt = 4;
960
+ */
961
+ value: number;
962
+ case: "gt";
963
+ } | {
964
+ /**
965
+ * @generated from field: sfixed32 gte = 5;
966
+ */
967
+ value: number;
968
+ case: "gte";
969
+ } | { case: undefined; value?: undefined };
970
+
971
+ /**
972
+ * @generated from field: repeated sfixed32 in = 6;
973
+ */
974
+ in: number[];
975
+
976
+ /**
977
+ * @generated from field: repeated sfixed32 not_in = 7;
978
+ */
979
+ notIn: number[];
980
+
981
+ /**
982
+ * @generated from field: repeated sfixed32 example = 8;
983
+ */
984
+ example: number[];
985
+ };
986
+
987
+ /**
988
+ * Describes the message buf.validate.SFixed32Rules.
989
+ * Use `create(SFixed32RulesSchema)` to create a new message.
990
+ */
991
+ export const SFixed32RulesSchema: GenMessage<SFixed32Rules> = /*@__PURE__*/
992
+ messageDesc(file_buf_validate_validate, 15);
993
+
994
+ /**
995
+ * @generated from message buf.validate.SFixed64Rules
996
+ */
997
+ export type SFixed64Rules = Message<"buf.validate.SFixed64Rules"> & {
998
+ /**
999
+ * @generated from field: optional sfixed64 const = 1;
1000
+ */
1001
+ const: bigint;
1002
+
1003
+ /**
1004
+ * @generated from oneof buf.validate.SFixed64Rules.less_than
1005
+ */
1006
+ lessThan: {
1007
+ /**
1008
+ * @generated from field: sfixed64 lt = 2;
1009
+ */
1010
+ value: bigint;
1011
+ case: "lt";
1012
+ } | {
1013
+ /**
1014
+ * @generated from field: sfixed64 lte = 3;
1015
+ */
1016
+ value: bigint;
1017
+ case: "lte";
1018
+ } | { case: undefined; value?: undefined };
1019
+
1020
+ /**
1021
+ * @generated from oneof buf.validate.SFixed64Rules.greater_than
1022
+ */
1023
+ greaterThan: {
1024
+ /**
1025
+ * @generated from field: sfixed64 gt = 4;
1026
+ */
1027
+ value: bigint;
1028
+ case: "gt";
1029
+ } | {
1030
+ /**
1031
+ * @generated from field: sfixed64 gte = 5;
1032
+ */
1033
+ value: bigint;
1034
+ case: "gte";
1035
+ } | { case: undefined; value?: undefined };
1036
+
1037
+ /**
1038
+ * @generated from field: repeated sfixed64 in = 6;
1039
+ */
1040
+ in: bigint[];
1041
+
1042
+ /**
1043
+ * @generated from field: repeated sfixed64 not_in = 7;
1044
+ */
1045
+ notIn: bigint[];
1046
+
1047
+ /**
1048
+ * @generated from field: repeated sfixed64 example = 8;
1049
+ */
1050
+ example: bigint[];
1051
+ };
1052
+
1053
+ /**
1054
+ * Describes the message buf.validate.SFixed64Rules.
1055
+ * Use `create(SFixed64RulesSchema)` to create a new message.
1056
+ */
1057
+ export const SFixed64RulesSchema: GenMessage<SFixed64Rules> = /*@__PURE__*/
1058
+ messageDesc(file_buf_validate_validate, 16);
1059
+
1060
+ /**
1061
+ * @generated from message buf.validate.BoolRules
1062
+ */
1063
+ export type BoolRules = Message<"buf.validate.BoolRules"> & {
1064
+ /**
1065
+ * @generated from field: optional bool const = 1;
1066
+ */
1067
+ const: boolean;
1068
+
1069
+ /**
1070
+ * @generated from field: repeated bool example = 2;
1071
+ */
1072
+ example: boolean[];
1073
+ };
1074
+
1075
+ /**
1076
+ * Describes the message buf.validate.BoolRules.
1077
+ * Use `create(BoolRulesSchema)` to create a new message.
1078
+ */
1079
+ export const BoolRulesSchema: GenMessage<BoolRules> = /*@__PURE__*/
1080
+ messageDesc(file_buf_validate_validate, 17);
1081
+
1082
+ /**
1083
+ * @generated from message buf.validate.StringRules
1084
+ */
1085
+ export type StringRules = Message<"buf.validate.StringRules"> & {
1086
+ /**
1087
+ * @generated from field: optional string const = 1;
1088
+ */
1089
+ const: string;
1090
+
1091
+ /**
1092
+ * @generated from field: optional uint64 len = 19;
1093
+ */
1094
+ len: bigint;
1095
+
1096
+ /**
1097
+ * @generated from field: optional uint64 min_len = 2;
1098
+ */
1099
+ minLen: bigint;
1100
+
1101
+ /**
1102
+ * @generated from field: optional uint64 max_len = 3;
1103
+ */
1104
+ maxLen: bigint;
1105
+
1106
+ /**
1107
+ * @generated from field: optional uint64 len_bytes = 20;
1108
+ */
1109
+ lenBytes: bigint;
1110
+
1111
+ /**
1112
+ * @generated from field: optional uint64 min_bytes = 4;
1113
+ */
1114
+ minBytes: bigint;
1115
+
1116
+ /**
1117
+ * @generated from field: optional uint64 max_bytes = 5;
1118
+ */
1119
+ maxBytes: bigint;
1120
+
1121
+ /**
1122
+ * @generated from field: optional string pattern = 6;
1123
+ */
1124
+ pattern: string;
1125
+
1126
+ /**
1127
+ * @generated from field: optional string prefix = 7;
1128
+ */
1129
+ prefix: string;
1130
+
1131
+ /**
1132
+ * @generated from field: optional string suffix = 8;
1133
+ */
1134
+ suffix: string;
1135
+
1136
+ /**
1137
+ * @generated from field: optional string contains = 9;
1138
+ */
1139
+ contains: string;
1140
+
1141
+ /**
1142
+ * @generated from field: optional string not_contains = 23;
1143
+ */
1144
+ notContains: string;
1145
+
1146
+ /**
1147
+ * @generated from field: repeated string in = 10;
1148
+ */
1149
+ in: string[];
1150
+
1151
+ /**
1152
+ * @generated from field: repeated string not_in = 11;
1153
+ */
1154
+ notIn: string[];
1155
+
1156
+ /**
1157
+ * @generated from oneof buf.validate.StringRules.well_known
1158
+ */
1159
+ wellKnown: {
1160
+ /**
1161
+ * @generated from field: bool email = 12;
1162
+ */
1163
+ value: boolean;
1164
+ case: "email";
1165
+ } | {
1166
+ /**
1167
+ * @generated from field: bool hostname = 13;
1168
+ */
1169
+ value: boolean;
1170
+ case: "hostname";
1171
+ } | {
1172
+ /**
1173
+ * @generated from field: bool ip = 14;
1174
+ */
1175
+ value: boolean;
1176
+ case: "ip";
1177
+ } | {
1178
+ /**
1179
+ * @generated from field: bool ipv4 = 15;
1180
+ */
1181
+ value: boolean;
1182
+ case: "ipv4";
1183
+ } | {
1184
+ /**
1185
+ * @generated from field: bool ipv6 = 16;
1186
+ */
1187
+ value: boolean;
1188
+ case: "ipv6";
1189
+ } | {
1190
+ /**
1191
+ * @generated from field: bool uri = 17;
1192
+ */
1193
+ value: boolean;
1194
+ case: "uri";
1195
+ } | {
1196
+ /**
1197
+ * @generated from field: bool uri_ref = 18;
1198
+ */
1199
+ value: boolean;
1200
+ case: "uriRef";
1201
+ } | {
1202
+ /**
1203
+ * @generated from field: bool address = 21;
1204
+ */
1205
+ value: boolean;
1206
+ case: "address";
1207
+ } | {
1208
+ /**
1209
+ * @generated from field: bool uuid = 22;
1210
+ */
1211
+ value: boolean;
1212
+ case: "uuid";
1213
+ } | {
1214
+ /**
1215
+ * @generated from field: bool tuuid = 33;
1216
+ */
1217
+ value: boolean;
1218
+ case: "tuuid";
1219
+ } | {
1220
+ /**
1221
+ * @generated from field: bool ip_with_prefixlen = 26;
1222
+ */
1223
+ value: boolean;
1224
+ case: "ipWithPrefixlen";
1225
+ } | {
1226
+ /**
1227
+ * @generated from field: bool ipv4_with_prefixlen = 27;
1228
+ */
1229
+ value: boolean;
1230
+ case: "ipv4WithPrefixlen";
1231
+ } | {
1232
+ /**
1233
+ * @generated from field: bool ipv6_with_prefixlen = 28;
1234
+ */
1235
+ value: boolean;
1236
+ case: "ipv6WithPrefixlen";
1237
+ } | {
1238
+ /**
1239
+ * @generated from field: bool ip_prefix = 29;
1240
+ */
1241
+ value: boolean;
1242
+ case: "ipPrefix";
1243
+ } | {
1244
+ /**
1245
+ * @generated from field: bool ipv4_prefix = 30;
1246
+ */
1247
+ value: boolean;
1248
+ case: "ipv4Prefix";
1249
+ } | {
1250
+ /**
1251
+ * @generated from field: bool ipv6_prefix = 31;
1252
+ */
1253
+ value: boolean;
1254
+ case: "ipv6Prefix";
1255
+ } | {
1256
+ /**
1257
+ * @generated from field: bool host_and_port = 32;
1258
+ */
1259
+ value: boolean;
1260
+ case: "hostAndPort";
1261
+ } | {
1262
+ /**
1263
+ * @generated from field: buf.validate.KnownRegex well_known_regex = 24;
1264
+ */
1265
+ value: KnownRegex;
1266
+ case: "wellKnownRegex";
1267
+ } | { case: undefined; value?: undefined };
1268
+
1269
+ /**
1270
+ * @generated from field: optional bool strict = 25;
1271
+ */
1272
+ strict: boolean;
1273
+
1274
+ /**
1275
+ * @generated from field: repeated string example = 34;
1276
+ */
1277
+ example: string[];
1278
+ };
1279
+
1280
+ /**
1281
+ * Describes the message buf.validate.StringRules.
1282
+ * Use `create(StringRulesSchema)` to create a new message.
1283
+ */
1284
+ export const StringRulesSchema: GenMessage<StringRules> = /*@__PURE__*/
1285
+ messageDesc(file_buf_validate_validate, 18);
1286
+
1287
+ /**
1288
+ * @generated from message buf.validate.BytesRules
1289
+ */
1290
+ export type BytesRules = Message<"buf.validate.BytesRules"> & {
1291
+ /**
1292
+ * @generated from field: optional bytes const = 1;
1293
+ */
1294
+ const: Uint8Array;
1295
+
1296
+ /**
1297
+ * @generated from field: optional uint64 len = 13;
1298
+ */
1299
+ len: bigint;
1300
+
1301
+ /**
1302
+ * @generated from field: optional uint64 min_len = 2;
1303
+ */
1304
+ minLen: bigint;
1305
+
1306
+ /**
1307
+ * @generated from field: optional uint64 max_len = 3;
1308
+ */
1309
+ maxLen: bigint;
1310
+
1311
+ /**
1312
+ * @generated from field: optional string pattern = 4;
1313
+ */
1314
+ pattern: string;
1315
+
1316
+ /**
1317
+ * @generated from field: optional bytes prefix = 5;
1318
+ */
1319
+ prefix: Uint8Array;
1320
+
1321
+ /**
1322
+ * @generated from field: optional bytes suffix = 6;
1323
+ */
1324
+ suffix: Uint8Array;
1325
+
1326
+ /**
1327
+ * @generated from field: optional bytes contains = 7;
1328
+ */
1329
+ contains: Uint8Array;
1330
+
1331
+ /**
1332
+ * @generated from field: repeated bytes in = 8;
1333
+ */
1334
+ in: Uint8Array[];
1335
+
1336
+ /**
1337
+ * @generated from field: repeated bytes not_in = 9;
1338
+ */
1339
+ notIn: Uint8Array[];
1340
+
1341
+ /**
1342
+ * @generated from oneof buf.validate.BytesRules.well_known
1343
+ */
1344
+ wellKnown: {
1345
+ /**
1346
+ * @generated from field: bool ip = 10;
1347
+ */
1348
+ value: boolean;
1349
+ case: "ip";
1350
+ } | {
1351
+ /**
1352
+ * @generated from field: bool ipv4 = 11;
1353
+ */
1354
+ value: boolean;
1355
+ case: "ipv4";
1356
+ } | {
1357
+ /**
1358
+ * @generated from field: bool ipv6 = 12;
1359
+ */
1360
+ value: boolean;
1361
+ case: "ipv6";
1362
+ } | { case: undefined; value?: undefined };
1363
+
1364
+ /**
1365
+ * @generated from field: repeated bytes example = 14;
1366
+ */
1367
+ example: Uint8Array[];
1368
+ };
1369
+
1370
+ /**
1371
+ * Describes the message buf.validate.BytesRules.
1372
+ * Use `create(BytesRulesSchema)` to create a new message.
1373
+ */
1374
+ export const BytesRulesSchema: GenMessage<BytesRules> = /*@__PURE__*/
1375
+ messageDesc(file_buf_validate_validate, 19);
1376
+
1377
+ /**
1378
+ * @generated from message buf.validate.EnumRules
1379
+ */
1380
+ export type EnumRules = Message<"buf.validate.EnumRules"> & {
1381
+ /**
1382
+ * @generated from field: optional int32 const = 1;
1383
+ */
1384
+ const: number;
1385
+
1386
+ /**
1387
+ * @generated from field: optional bool defined_only = 2;
1388
+ */
1389
+ definedOnly: boolean;
1390
+
1391
+ /**
1392
+ * @generated from field: repeated int32 in = 3;
1393
+ */
1394
+ in: number[];
1395
+
1396
+ /**
1397
+ * @generated from field: repeated int32 not_in = 4;
1398
+ */
1399
+ notIn: number[];
1400
+
1401
+ /**
1402
+ * @generated from field: repeated int32 example = 5;
1403
+ */
1404
+ example: number[];
1405
+ };
1406
+
1407
+ /**
1408
+ * Describes the message buf.validate.EnumRules.
1409
+ * Use `create(EnumRulesSchema)` to create a new message.
1410
+ */
1411
+ export const EnumRulesSchema: GenMessage<EnumRules> = /*@__PURE__*/
1412
+ messageDesc(file_buf_validate_validate, 20);
1413
+
1414
+ /**
1415
+ * @generated from message buf.validate.RepeatedRules
1416
+ */
1417
+ export type RepeatedRules = Message<"buf.validate.RepeatedRules"> & {
1418
+ /**
1419
+ * @generated from field: optional uint64 min_items = 1;
1420
+ */
1421
+ minItems: bigint;
1422
+
1423
+ /**
1424
+ * @generated from field: optional uint64 max_items = 2;
1425
+ */
1426
+ maxItems: bigint;
1427
+
1428
+ /**
1429
+ * @generated from field: optional bool unique = 3;
1430
+ */
1431
+ unique: boolean;
1432
+
1433
+ /**
1434
+ * @generated from field: optional buf.validate.FieldRules items = 4;
1435
+ */
1436
+ items?: FieldRules | undefined;
1437
+ };
1438
+
1439
+ /**
1440
+ * Describes the message buf.validate.RepeatedRules.
1441
+ * Use `create(RepeatedRulesSchema)` to create a new message.
1442
+ */
1443
+ export const RepeatedRulesSchema: GenMessage<RepeatedRules> = /*@__PURE__*/
1444
+ messageDesc(file_buf_validate_validate, 21);
1445
+
1446
+ /**
1447
+ * @generated from message buf.validate.MapRules
1448
+ */
1449
+ export type MapRules = Message<"buf.validate.MapRules"> & {
1450
+ /**
1451
+ * @generated from field: optional uint64 min_pairs = 1;
1452
+ */
1453
+ minPairs: bigint;
1454
+
1455
+ /**
1456
+ * @generated from field: optional uint64 max_pairs = 2;
1457
+ */
1458
+ maxPairs: bigint;
1459
+
1460
+ /**
1461
+ * @generated from field: optional buf.validate.FieldRules keys = 4;
1462
+ */
1463
+ keys?: FieldRules | undefined;
1464
+
1465
+ /**
1466
+ * @generated from field: optional buf.validate.FieldRules values = 5;
1467
+ */
1468
+ values?: FieldRules | undefined;
1469
+ };
1470
+
1471
+ /**
1472
+ * Describes the message buf.validate.MapRules.
1473
+ * Use `create(MapRulesSchema)` to create a new message.
1474
+ */
1475
+ export const MapRulesSchema: GenMessage<MapRules> = /*@__PURE__*/
1476
+ messageDesc(file_buf_validate_validate, 22);
1477
+
1478
+ /**
1479
+ * @generated from message buf.validate.AnyRules
1480
+ */
1481
+ export type AnyRules = Message<"buf.validate.AnyRules"> & {
1482
+ /**
1483
+ * @generated from field: repeated string in = 2;
1484
+ */
1485
+ in: string[];
1486
+
1487
+ /**
1488
+ * @generated from field: repeated string not_in = 3;
1489
+ */
1490
+ notIn: string[];
1491
+ };
1492
+
1493
+ /**
1494
+ * Describes the message buf.validate.AnyRules.
1495
+ * Use `create(AnyRulesSchema)` to create a new message.
1496
+ */
1497
+ export const AnyRulesSchema: GenMessage<AnyRules> = /*@__PURE__*/
1498
+ messageDesc(file_buf_validate_validate, 23);
1499
+
1500
+ /**
1501
+ * @generated from message buf.validate.DurationRules
1502
+ */
1503
+ export type DurationRules = Message<"buf.validate.DurationRules"> & {
1504
+ /**
1505
+ * @generated from field: optional google.protobuf.Duration const = 2;
1506
+ */
1507
+ const?: Duration | undefined;
1508
+
1509
+ /**
1510
+ * @generated from oneof buf.validate.DurationRules.less_than
1511
+ */
1512
+ lessThan: {
1513
+ /**
1514
+ * @generated from field: google.protobuf.Duration lt = 3;
1515
+ */
1516
+ value: Duration;
1517
+ case: "lt";
1518
+ } | {
1519
+ /**
1520
+ * @generated from field: google.protobuf.Duration lte = 4;
1521
+ */
1522
+ value: Duration;
1523
+ case: "lte";
1524
+ } | { case: undefined; value?: undefined };
1525
+
1526
+ /**
1527
+ * @generated from oneof buf.validate.DurationRules.greater_than
1528
+ */
1529
+ greaterThan: {
1530
+ /**
1531
+ * @generated from field: google.protobuf.Duration gt = 5;
1532
+ */
1533
+ value: Duration;
1534
+ case: "gt";
1535
+ } | {
1536
+ /**
1537
+ * @generated from field: google.protobuf.Duration gte = 6;
1538
+ */
1539
+ value: Duration;
1540
+ case: "gte";
1541
+ } | { case: undefined; value?: undefined };
1542
+
1543
+ /**
1544
+ * @generated from field: repeated google.protobuf.Duration in = 7;
1545
+ */
1546
+ in: Duration[];
1547
+
1548
+ /**
1549
+ * @generated from field: repeated google.protobuf.Duration not_in = 8;
1550
+ */
1551
+ notIn: Duration[];
1552
+
1553
+ /**
1554
+ * @generated from field: repeated google.protobuf.Duration example = 9;
1555
+ */
1556
+ example: Duration[];
1557
+ };
1558
+
1559
+ /**
1560
+ * Describes the message buf.validate.DurationRules.
1561
+ * Use `create(DurationRulesSchema)` to create a new message.
1562
+ */
1563
+ export const DurationRulesSchema: GenMessage<DurationRules> = /*@__PURE__*/
1564
+ messageDesc(file_buf_validate_validate, 24);
1565
+
1566
+ /**
1567
+ * @generated from message buf.validate.TimestampRules
1568
+ */
1569
+ export type TimestampRules = Message<"buf.validate.TimestampRules"> & {
1570
+ /**
1571
+ * @generated from field: optional google.protobuf.Timestamp const = 2;
1572
+ */
1573
+ const?: Timestamp | undefined;
1574
+
1575
+ /**
1576
+ * @generated from oneof buf.validate.TimestampRules.less_than
1577
+ */
1578
+ lessThan: {
1579
+ /**
1580
+ * @generated from field: google.protobuf.Timestamp lt = 3;
1581
+ */
1582
+ value: Timestamp;
1583
+ case: "lt";
1584
+ } | {
1585
+ /**
1586
+ * @generated from field: google.protobuf.Timestamp lte = 4;
1587
+ */
1588
+ value: Timestamp;
1589
+ case: "lte";
1590
+ } | {
1591
+ /**
1592
+ * @generated from field: bool lt_now = 7;
1593
+ */
1594
+ value: boolean;
1595
+ case: "ltNow";
1596
+ } | { case: undefined; value?: undefined };
1597
+
1598
+ /**
1599
+ * @generated from oneof buf.validate.TimestampRules.greater_than
1600
+ */
1601
+ greaterThan: {
1602
+ /**
1603
+ * @generated from field: google.protobuf.Timestamp gt = 5;
1604
+ */
1605
+ value: Timestamp;
1606
+ case: "gt";
1607
+ } | {
1608
+ /**
1609
+ * @generated from field: google.protobuf.Timestamp gte = 6;
1610
+ */
1611
+ value: Timestamp;
1612
+ case: "gte";
1613
+ } | {
1614
+ /**
1615
+ * @generated from field: bool gt_now = 8;
1616
+ */
1617
+ value: boolean;
1618
+ case: "gtNow";
1619
+ } | { case: undefined; value?: undefined };
1620
+
1621
+ /**
1622
+ * @generated from field: optional google.protobuf.Duration within = 9;
1623
+ */
1624
+ within?: Duration | undefined;
1625
+
1626
+ /**
1627
+ * @generated from field: repeated google.protobuf.Timestamp example = 10;
1628
+ */
1629
+ example: Timestamp[];
1630
+ };
1631
+
1632
+ /**
1633
+ * Describes the message buf.validate.TimestampRules.
1634
+ * Use `create(TimestampRulesSchema)` to create a new message.
1635
+ */
1636
+ export const TimestampRulesSchema: GenMessage<TimestampRules> = /*@__PURE__*/
1637
+ messageDesc(file_buf_validate_validate, 25);
1638
+
1639
+ /**
1640
+ * @generated from message buf.validate.Violations
1641
+ */
1642
+ export type Violations = Message<"buf.validate.Violations"> & {
1643
+ /**
1644
+ * @generated from field: repeated buf.validate.Violation violations = 1;
1645
+ */
1646
+ violations: Violation[];
1647
+ };
1648
+
1649
+ /**
1650
+ * Describes the message buf.validate.Violations.
1651
+ * Use `create(ViolationsSchema)` to create a new message.
1652
+ */
1653
+ export const ViolationsSchema: GenMessage<Violations> = /*@__PURE__*/
1654
+ messageDesc(file_buf_validate_validate, 26);
1655
+
1656
+ /**
1657
+ * @generated from message buf.validate.Violation
1658
+ */
1659
+ export type Violation = Message<"buf.validate.Violation"> & {
1660
+ /**
1661
+ * @generated from field: optional buf.validate.FieldPath field = 5;
1662
+ */
1663
+ field?: FieldPath | undefined;
1664
+
1665
+ /**
1666
+ * @generated from field: optional buf.validate.FieldPath rule = 6;
1667
+ */
1668
+ rule?: FieldPath | undefined;
1669
+
1670
+ /**
1671
+ * @generated from field: optional string rule_id = 2;
1672
+ */
1673
+ ruleId: string;
1674
+
1675
+ /**
1676
+ * @generated from field: optional string message = 3;
1677
+ */
1678
+ message: string;
1679
+
1680
+ /**
1681
+ * @generated from field: optional bool for_key = 4;
1682
+ */
1683
+ forKey: boolean;
1684
+ };
1685
+
1686
+ /**
1687
+ * Describes the message buf.validate.Violation.
1688
+ * Use `create(ViolationSchema)` to create a new message.
1689
+ */
1690
+ export const ViolationSchema: GenMessage<Violation> = /*@__PURE__*/
1691
+ messageDesc(file_buf_validate_validate, 27);
1692
+
1693
+ /**
1694
+ * @generated from message buf.validate.FieldPath
1695
+ */
1696
+ export type FieldPath = Message<"buf.validate.FieldPath"> & {
1697
+ /**
1698
+ * @generated from field: repeated buf.validate.FieldPathElement elements = 1;
1699
+ */
1700
+ elements: FieldPathElement[];
1701
+ };
1702
+
1703
+ /**
1704
+ * Describes the message buf.validate.FieldPath.
1705
+ * Use `create(FieldPathSchema)` to create a new message.
1706
+ */
1707
+ export const FieldPathSchema: GenMessage<FieldPath> = /*@__PURE__*/
1708
+ messageDesc(file_buf_validate_validate, 28);
1709
+
1710
+ /**
1711
+ * @generated from message buf.validate.FieldPathElement
1712
+ */
1713
+ export type FieldPathElement = Message<"buf.validate.FieldPathElement"> & {
1714
+ /**
1715
+ * @generated from field: optional int32 field_number = 1;
1716
+ */
1717
+ fieldNumber: number;
1718
+
1719
+ /**
1720
+ * @generated from field: optional string field_name = 2;
1721
+ */
1722
+ fieldName: string;
1723
+
1724
+ /**
1725
+ * @generated from field: optional google.protobuf.FieldDescriptorProto.Type field_type = 3;
1726
+ */
1727
+ fieldType: FieldDescriptorProto_Type;
1728
+
1729
+ /**
1730
+ * @generated from field: optional google.protobuf.FieldDescriptorProto.Type key_type = 4;
1731
+ */
1732
+ keyType: FieldDescriptorProto_Type;
1733
+
1734
+ /**
1735
+ * @generated from field: optional google.protobuf.FieldDescriptorProto.Type value_type = 5;
1736
+ */
1737
+ valueType: FieldDescriptorProto_Type;
1738
+
1739
+ /**
1740
+ * @generated from oneof buf.validate.FieldPathElement.subscript
1741
+ */
1742
+ subscript: {
1743
+ /**
1744
+ * @generated from field: uint64 index = 6;
1745
+ */
1746
+ value: bigint;
1747
+ case: "index";
1748
+ } | {
1749
+ /**
1750
+ * @generated from field: bool bool_key = 7;
1751
+ */
1752
+ value: boolean;
1753
+ case: "boolKey";
1754
+ } | {
1755
+ /**
1756
+ * @generated from field: int64 int_key = 8;
1757
+ */
1758
+ value: bigint;
1759
+ case: "intKey";
1760
+ } | {
1761
+ /**
1762
+ * @generated from field: uint64 uint_key = 9;
1763
+ */
1764
+ value: bigint;
1765
+ case: "uintKey";
1766
+ } | {
1767
+ /**
1768
+ * @generated from field: string string_key = 10;
1769
+ */
1770
+ value: string;
1771
+ case: "stringKey";
1772
+ } | { case: undefined; value?: undefined };
1773
+ };
1774
+
1775
+ /**
1776
+ * Describes the message buf.validate.FieldPathElement.
1777
+ * Use `create(FieldPathElementSchema)` to create a new message.
1778
+ */
1779
+ export const FieldPathElementSchema: GenMessage<FieldPathElement> = /*@__PURE__*/
1780
+ messageDesc(file_buf_validate_validate, 29);
1781
+
1782
+ /**
1783
+ * @generated from enum buf.validate.Ignore
1784
+ */
1785
+ export enum Ignore {
1786
+ /**
1787
+ * @generated from enum value: IGNORE_UNSPECIFIED = 0;
1788
+ */
1789
+ UNSPECIFIED = 0,
1790
+
1791
+ /**
1792
+ * @generated from enum value: IGNORE_IF_UNPOPULATED = 1;
1793
+ */
1794
+ IF_UNPOPULATED = 1,
1795
+
1796
+ /**
1797
+ * @generated from enum value: IGNORE_IF_DEFAULT_VALUE = 2;
1798
+ */
1799
+ IF_DEFAULT_VALUE = 2,
1800
+
1801
+ /**
1802
+ * @generated from enum value: IGNORE_ALWAYS = 3;
1803
+ */
1804
+ ALWAYS = 3,
1805
+ }
1806
+
1807
+ /**
1808
+ * Describes the enum buf.validate.Ignore.
1809
+ */
1810
+ export const IgnoreSchema: GenEnum<Ignore> = /*@__PURE__*/
1811
+ enumDesc(file_buf_validate_validate, 0);
1812
+
1813
+ /**
1814
+ * @generated from enum buf.validate.KnownRegex
1815
+ */
1816
+ export enum KnownRegex {
1817
+ /**
1818
+ * @generated from enum value: KNOWN_REGEX_UNSPECIFIED = 0;
1819
+ */
1820
+ UNSPECIFIED = 0,
1821
+
1822
+ /**
1823
+ * @generated from enum value: KNOWN_REGEX_HTTP_HEADER_NAME = 1;
1824
+ */
1825
+ HTTP_HEADER_NAME = 1,
1826
+
1827
+ /**
1828
+ * @generated from enum value: KNOWN_REGEX_HTTP_HEADER_VALUE = 2;
1829
+ */
1830
+ HTTP_HEADER_VALUE = 2,
1831
+ }
1832
+
1833
+ /**
1834
+ * Describes the enum buf.validate.KnownRegex.
1835
+ */
1836
+ export const KnownRegexSchema: GenEnum<KnownRegex> = /*@__PURE__*/
1837
+ enumDesc(file_buf_validate_validate, 1);
1838
+
1839
+ /**
1840
+ * @generated from extension: optional buf.validate.MessageRules message = 1159;
1841
+ */
1842
+ export const message: GenExtension<MessageOptions, MessageRules> = /*@__PURE__*/
1843
+ extDesc(file_buf_validate_validate, 0);
1844
+
1845
+ /**
1846
+ * @generated from extension: optional buf.validate.OneofRules oneof = 1159;
1847
+ */
1848
+ export const oneof: GenExtension<OneofOptions, OneofRules> = /*@__PURE__*/
1849
+ extDesc(file_buf_validate_validate, 1);
1850
+
1851
+ /**
1852
+ * @generated from extension: optional buf.validate.FieldRules field = 1159;
1853
+ */
1854
+ export const field: GenExtension<FieldOptions, FieldRules> = /*@__PURE__*/
1855
+ extDesc(file_buf_validate_validate, 2);
1856
+
1857
+ /**
1858
+ * @generated from extension: optional buf.validate.PredefinedRules predefined = 1160;
1859
+ */
1860
+ export const predefined: GenExtension<FieldOptions, PredefinedRules> = /*@__PURE__*/
1861
+ extDesc(file_buf_validate_validate, 3);
1862
+