Skip to content

Commit

Permalink
#789: exclude extended fields from retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Mar 8, 2023
1 parent 0eed302 commit c15b52b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/metadataTypes/definitions/MobileMessage.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ module.exports = {
retrieving: false,
template: false,
},
'code.sendableCountries[]': {
isCreateable: true,
isUpdateable: true,
retrieving: false,
template: false,
},
'code.countryCode': {
isCreateable: true,
isUpdateable: true,
Expand Down Expand Up @@ -224,5 +230,19 @@ module.exports = {
retrieving: false,
template: false,
},
nextJob: {
// contains lots of info but deemed not needed for retrieving or deploying
isCreateable: false,
isUpdateable: false,
retrieving: false,
template: false,
},
nextKeyword: {
// contains lots of info but deemed not needed for retrieving or deploying
isCreateable: false,
isUpdateable: false,
retrieving: false,
template: false,
},
},
};

0 comments on commit c15b52b

Please sign in to comment.