6071 return only updated fields of records in zapier update trigger (#8193)
- move webhook triggers into `entity-events-to-db.listener.ts` - refactor event management - add a `@OnDatabaseEvent` decorator to manage database events - add updatedFields in updated events - update openApi webhooks docs - update zapier integration
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
extends: ['../../.eslintrc.cjs', '../../.eslintrc.react.cjs'],
|
||||
ignorePatterns: [
|
||||
@ -23,8 +25,10 @@ module.exports = {
|
||||
},
|
||||
plugins: ['project-structure'],
|
||||
settings: {
|
||||
'project-structure/folder-structure-config-path':
|
||||
'packages/twenty-front/folderStructure.json',
|
||||
'project-structure/folder-structure-config-path':path.resolve(
|
||||
__dirname,
|
||||
'folderStructure.json'
|
||||
)
|
||||
},
|
||||
rules: {
|
||||
'project-structure/folder-structure': 'error',
|
||||
|
||||
Reference in New Issue
Block a user