removed legacy
This commit is contained in:
@@ -231,10 +231,10 @@ pub struct ValidationSetDefinition {
|
||||
#[prost(string, optional, tag = "2")]
|
||||
pub description: ::core::option::Option<::prost::alloc::string::String>,
|
||||
/// Ordered set items.
|
||||
#[prost(message, repeated, tag = "5")]
|
||||
#[prost(message, repeated, tag = "4")]
|
||||
pub rule_items: ::prost::alloc::vec::Vec<ValidationSetRuleItem>,
|
||||
/// Server-resolved snapshot of all set items in order.
|
||||
#[prost(message, optional, tag = "4")]
|
||||
#[prost(message, optional, tag = "3")]
|
||||
pub resolved_validation: ::core::option::Option<FieldValidation>,
|
||||
}
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user