Skip to content

Commit

Permalink
#789: remove not-needed fields from mobileMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Mar 21, 2023
1 parent b963096 commit 29f5c00
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions lib/metadataTypes/definitions/MobileMessage.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,11 @@ module.exports = {
template: true,
},
programId: {
isCreatable: true,
isUpdatable: true,
retrieving: true,
template: true,
// always "00000000-0000-0000-0000-000000000000"
isCreatable: false,
isUpdatable: false,
retrieving: false,
template: false,
},
publishedMessage: {
isCreateable: true,
Expand All @@ -536,6 +537,7 @@ module.exports = {
template: true,
},
smsTriggeredSendDefinitionId: {
// if no value then it's set to "00000000-0000-0000-0000-000000000000"
isCreatable: true,
isUpdatable: true,
retrieving: true,
Expand Down Expand Up @@ -692,10 +694,11 @@ module.exports = {
template: true,
},
triggeredSendId: {
isCreatable: true,
isUpdatable: true,
retrieving: true,
template: true,
// always "00000000-0000-0000-0000-000000000000"
isCreatable: false,
isUpdatable: false,
retrieving: false,
template: false,
},
triggeredSendName: {
isCreatable: true,
Expand Down

0 comments on commit 29f5c00

Please sign in to comment.