(chore): update codebase

This commit is contained in:
Alois 2026-05-01 19:57:03 +02:00
commit 4e8d46b20e
106 changed files with 29936 additions and 1023 deletions

View file

@ -17,10 +17,10 @@
},
"dependencies": {
"@tensamin/ui": "*",
"lucide-react": "^0.564.0",
"lucide-react": "^1.14.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sonner": "^1.0.0",
"sonner": "^2.0.7",
"zod": "^4.3.6"
}
}

View file

@ -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(),