We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da3abb commit 50094efCopy full SHA for 50094ef
packages/parser/src/schemas/cognito.ts
@@ -402,7 +402,11 @@ export const CustomSMSSenderTriggerSchema = z.object({
402
response: z.object({}),
403
});
404
405
-const ChallengeResultSchema = z.object({});
+const ChallengeResultSchema = z.object({
406
+ challengeName: z.string(),
407
+ challengeResult: z.boolean(),
408
+ challengeMetadata: z.string().optional(),
409
+});
410
411
/**
412
* A zod schema for a Cognito Define Auth Challenge trigger event.
0 commit comments