MacOS Mojave 10.14.5 (18F132)
airtable/blocks: 1.0.0
table.checkPermissionsForCreateField('someFieldName', FieldType.DURATION, {durationFormat: 'h.mm.ss.SSS'})
Throws this error:
“Can’t create field: invalid field config. Failed schema validation: .0.type does not match one of the possible values, .0.options.precision is missing, durationFormat is not included in th…”
Same for table.createFieldAsync
.
Despite these being the correct options according to Airtable Blocks SDK
Creating other field types works just fine. @somehats could this be a bug?