Jurriaan

Results 2 issues of Jurriaan

When attempting to create a boolean field on a collection using ``` await webflow.collections.fields.create(collection.id, { displayName: 'Has children', type: 'Boolean', }) ``` The following error is returned: ``` {"error":{"statusCode":400,"body":{"message":"Validation Error:...

The `Collection` interface seems to have the wrong type in `src/api/types/Collection.ts`: ```ts /** The list of fields in the Collection */ fields: Record; ``` It seems that this should be...