jkcorrea / airtable-typegen

Generate TypeScript & Zod types from your Airtable bases
MIT License
21 stars 8 forks source link

Add support for new-ish levels type list view #56

Closed abouthalf closed 2 months ago

abouthalf commented 2 months ago

What is this?

Airtable bases now support a hierarchical "list" view for parent child relationships, allowing a cascading to-do list sort of UI. Neat!

This new view has a type of "levels", which offends the Zod Schema ViewMetadataSchema

And so?

This patch adds the levels type to the Zod schema, and includes a mock view type in test fixture.