Skip to content

Commit

Permalink
#9: make filters available to type automation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 30, 2023
1 parent 15548a6 commit 8cb78b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/metadataTypes/definitions/Automation.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
'dataExtract',
'emailSend',
'fileTransfer',
'filter',
'folder-automations',
'importFile',
'query',
Expand Down
2 changes: 2 additions & 0 deletions lib/metadataTypes/definitions/Filter.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module.exports = {
keyIsFixed: null,
keyField: 'customerKey',
nameField: 'name',
folderType: 'filteractivity',
folderIdField: 'categoryId',
createdDateField: 'createdDate',
createdNameField: null,
lastmodDateField: 'modifiedDate',
Expand Down

0 comments on commit 8cb78b0

Please sign in to comment.