I believe there is a small issue with the guid generation in zod schema. It's making a Z.string().uuid() which is deprecated now. I think it's meant to be Z.uuid() now
I believe there is a small issue with the guid generation in zod schema.
It's making a Z.string().uuid() which is deprecated now. I think it's meant to be Z.uuid() now