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 1bf53bb commit a0cd0fdCopy full SHA for a0cd0fd
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/webhooks/zod.gen.ts
@@ -630,7 +630,21 @@ export const zSessionUserRoomSystemCalloutFailedWebhookRequest = z.object({
630
host_id: z.string(),
631
message_id: z.string(),
632
inviter_name: z.string(),
633
- reason_type: z.unknown(),
+ reason_type: z.union([
634
+ z.literal(0),
635
+ z.literal(1),
636
+ z.literal(2),
637
+ z.literal(3),
638
+ z.literal(4),
639
+ z.literal(7),
640
+ z.literal(8),
641
+ z.literal(9),
642
+ z.literal(10),
643
+ z.literal(11),
644
+ z.literal(12),
645
+ z.literal(13),
646
+ z.literal(14)
647
+ ]),
648
participant: z.object({
649
call_type: z.string(),
650
device_ip: z.string()
0 commit comments