Skip to content

Commit

Permalink
#0: add missing attributeSet fields
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 17, 2023
1 parent 0630c5b commit 773ff99
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/metadataTypes/definitions/AttributeSet.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ module.exports = {
retrieving: true,
template: null,
},
'dataRetentionProperties.periodLength': {
isCreateable: null,
isUpdateable: null,
retrieving: true,
template: null,
},
definitionID: {
isCreateable: null,
isUpdateable: null,
Expand Down Expand Up @@ -859,5 +865,11 @@ module.exports = {
retrieving: true,
template: null,
},
r__dataExtension_CustomerKey: {
isCreateable: null,
isUpdateable: null,
retrieving: true,
template: null,
},
},
};

0 comments on commit 773ff99

Please sign in to comment.