Skip to content

Commit

Permalink
#58: add missing field definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed May 21, 2024
1 parent c1cfaa1 commit 0b51d56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/metadataTypes/definitions/Automation.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ export default {
'steps[].activities[].r__type': {
skipValidation: true,
},
'steps[].activities[].r__key': {
skipValidation: true,
},
'steps[].description': {
isCreateable: true,
isUpdateable: true,
Expand Down
6 changes: 6 additions & 0 deletions lib/metadataTypes/definitions/Event.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -963,5 +963,11 @@ export default {
retrieving: true,
template: true,
},
r__dataExtension_CustomerKey: {
isCreateable: false,
isUpdateable: false,
retrieving: true,
template: true,
},
},
};

0 comments on commit 0b51d56

Please sign in to comment.