You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I started using this library recently and I really miss the generated types for Create and Update requests.
Generated types for Record can't be used in this requests.
For example:
To update any collection all of its fields are optional
Fields of type "file" requires a "File" type for Create and Update, not a string
Password fields are missing for updating a record in Auth collection
Password fields are missing for create a record in Auth collection, also id is optional not required
I'm working on a Pull Request to implement types generation for Create and Update requests.
Describe the bug
I started using this library recently and I really miss the generated types for Create and Update requests.
Generated types for Record can't be used in this requests.
For example:
I'm working on a Pull Request to implement types generation for Create and Update requests.
Versions
pocketbase-typegen version: 1.3.0
pocketbase version: 0.23.x
The text was updated successfully, but these errors were encountered: