feat: add billing and organization workflows
This commit is contained in:
@@ -14,7 +14,8 @@ export const contactCreateSchema = z.object({
|
||||
email: optionalEmail,
|
||||
phone: optionalText(80),
|
||||
isPrimary: booleanString,
|
||||
notes: optionalText(1000)
|
||||
receivesInvoices: booleanString,
|
||||
receivesContracts: booleanString
|
||||
});
|
||||
|
||||
export const contactEditSchema = contactCreateSchema.extend(idSchema.shape);
|
||||
|
||||
Reference in New Issue
Block a user