From f9f6a17c4aa77f024c5be083985fe10a269668ac Mon Sep 17 00:00:00 2001 From: Galindo97 Date: Fri, 20 Feb 2026 10:12:42 -0600 Subject: [PATCH] fix: remove duplicate certificate fields in Company interface --- .../dashboard/a76/general_catalogs/company.ts | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/frontend/src/lib/api/dashboard/a76/general_catalogs/company.ts b/frontend/src/lib/api/dashboard/a76/general_catalogs/company.ts index a421c38b..11b037a1 100644 --- a/frontend/src/lib/api/dashboard/a76/general_catalogs/company.ts +++ b/frontend/src/lib/api/dashboard/a76/general_catalogs/company.ts @@ -249,27 +249,6 @@ export interface Company { cfdi?: CompanyCFDI | null; created_at: string | null; updated_at: string | null; - // Flattened Certificate Fields - fiel_cer?: string | null; - fiel_key?: string | null; - fiel_pass?: string | null; - fiel_access?: string | null; - fiel_cer_exp?: number | null; - fiel_key_exp?: number | null; - - cfdi_cert_cer?: string | null; - cfdi_cert_key?: string | null; - cfdi_cert_pass?: string | null; - cfdi_cert_access?: string | null; - cfdi_cert_cer_exp?: number | null; - cfdi_cert_key_exp?: number | null; - - cancel_cer?: string | null; - cancel_key?: string | null; - cancel_pass?: string | null; - cancel_access?: string | null; - cancel_cer_exp?: number | null; - cancel_key_exp?: number | null; } export interface CompanyCreate {