(chore): update codebase
This commit is contained in:
parent
fd15215f15
commit
4e8d46b20e
106 changed files with 29936 additions and 1023 deletions
|
|
@ -68,7 +68,7 @@ export const ttp = {
|
|||
contacts: z.array(
|
||||
z.object({
|
||||
calls: z
|
||||
.array(z.object({ id: z.uuidv4(), secret: z.base64() }))
|
||||
.array(z.object({ call_id: z.string(), call_secret: z.base64() }))
|
||||
.optional(),
|
||||
last_message_at: z.number(),
|
||||
user_id: z.number(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue