feat(airtable): add airtable integration

This commit is contained in:
Rıdvan Akca
2024-01-19 17:20:56 +03:00
parent 953c5a5b5b
commit c413ab030b
13 changed files with 283 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
const authScope = [
'data.records:read',
'data.records:write',
'data.recordComments:read',
'data.recordComments:write',
'schema.bases:read',
'schema.bases:write',
'user.email:read',
'webhook:manage',
];
export default authScope;