removing legacy

This commit is contained in:
Priec
2026-09-15 00:13:30 +02:00
parent 03b50e8f81
commit c7e303c2d6
16 changed files with 13 additions and 38 deletions

View File

@@ -43,10 +43,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.type_attribute(".komp_ac.tables_data.GetAdjacentTableDataResponse", serde)
.type_attribute(".komp_ac.tables_data.ResolvedTableLinkStatus", serde)
.type_attribute(".komp_ac.tables_data.RowNavigationMode", serde)
.field_attribute(
".komp_ac.table_definition.TableDetail.catalog_features",
"#[serde(default)]",
)
.field_attribute(
".komp_ac.table_validation.FieldValidation.locked",
"#[serde(default)]",
@@ -57,7 +53,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
)
.field_attribute(
".komp_ac.table_definition.ColumnDefinition.boolean_ledger",
"#[serde(default, alias = \"boolean_ledger_operator\")]",
"#[serde(default)]",
)
.type_attribute(
".komp_ac.table_validation.CountMode",