typeof table.$inferInsert isn't returning all properties?

I upgraded from .31.2 to .36 today, and now I'm getting type errors. I think this image explains it best, but what I have is a calendar schema. I have a NewCalendar type but as you can see it is only picking up the
user_id
and nothing else.

This means that any insert/update I'm trying to do it failing because I'd be trying to set summary, for example, and it isn't on the type.

I looked through the release notes and didn't see anything about this. Any ideas?
image.png
Was this page helpful?