chore: add AI-first discovery API and beta flow parity
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s
This commit is contained in:
@@ -304,7 +304,10 @@ export const ScoutDraftRequestSchema = z.object({
|
||||
export const ScoutDraftResponseSchema = z.object({
|
||||
task_id: UUIDSchema,
|
||||
checkout_url: z.string().url(),
|
||||
status: z.literal(TaskStatus.DRAFT),
|
||||
status: z.union([
|
||||
z.literal(TaskStatus.DRAFT),
|
||||
z.literal(TaskStatus.OPEN),
|
||||
]),
|
||||
});
|
||||
|
||||
export const LeadSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user