(chore): update codebase
This commit is contained in:
parent
fd15215f15
commit
4e8d46b20e
106 changed files with 29936 additions and 1023 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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