fix: authoring token arg and null email settings

This commit is contained in:
Lucas Smith
2025-10-16 14:46:58 +11:00
parent 06cb8b1f23
commit f15c0778b5
6 changed files with 10 additions and 5 deletions

View File

@ -4,7 +4,6 @@ import { ZBaseEmbedDataSchema } from './embed-base-schemas';
export const ZBaseEmbedAuthoringSchema = z
.object({
token: z.string(),
externalId: z.string().optional(),
features: z
.object({