feat: expand admin companies and users modules

This commit is contained in:
Esdras Renan 2025-10-22 01:27:43 -03:00
parent a043b1203c
commit 2e3b46a7b5
31 changed files with 5626 additions and 2003 deletions

View file

@ -74,6 +74,31 @@ export const ensureProvisioned = mutation({
phone: undefined,
description: undefined,
address: undefined,
legalName: undefined,
tradeName: undefined,
stateRegistration: undefined,
stateRegistrationType: undefined,
primaryCnae: undefined,
timezone: undefined,
businessHours: undefined,
supportEmail: undefined,
billingEmail: undefined,
contactPreferences: undefined,
clientDomains: undefined,
communicationChannels: undefined,
fiscalAddress: undefined,
hasBranches: false,
regulatedEnvironments: undefined,
privacyPolicyAccepted: false,
privacyPolicyReference: undefined,
privacyPolicyMetadata: undefined,
contracts: undefined,
contacts: undefined,
locations: undefined,
sla: undefined,
tags: undefined,
customFields: undefined,
notes: undefined,
createdAt: now,
updatedAt: now,
})