Skip to content

Commit

Permalink
#789: add sendableCountries[] subfields
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Mar 28, 2023
1 parent 3ee4c62 commit 1360c10
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/metadataTypes/definitions/MobileMessage.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,24 @@ module.exports = {
retrieving: false,
template: false,
},
'code.sendableCountries[].countryCode': {
isCreateable: true,
isUpdateable: true,
retrieving: false,
template: false,
},
'code.sendableCountries[].vendor': {
isCreateable: true,
isUpdateable: true,
retrieving: false,
template: false,
},
'code.sendableCountries[].fromNameSupported': {
isCreateable: true,
isUpdateable: true,
retrieving: false,
template: false,
},
'code.startDate': {
isCreateable: true,
isUpdateable: true,
Expand Down

0 comments on commit 1360c10

Please sign in to comment.