feat: expand admin companies and users modules
This commit is contained in:
parent
a043b1203c
commit
2e3b46a7b5
31 changed files with 5626 additions and 2003 deletions
|
|
@ -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,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue