Change types that represent data modifications made to the Channels entity.
Change types
Add Channel Roles
Change triggered by the Add Roles update action.
typeString | "AddChannelRolesChange" |
changeString | "addRoles" |
previousValueArray of ChannelRoleEnum | Value before the change. |
nextValueArray of ChannelRoleEnum | Value after the change. |
Change Key
Change triggered by the Change Key update action.
typeString | "ChangeKeyChange" |
changeString | "changeKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change Localized Description
Change triggered by the Change Description update action.
typeString | "ChangeLocalizedDescriptionChange" |
changeString | "changeDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Change Localized Name
Change triggered by the Change Name update action.
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Remove Channel Roles
Change triggered by the Remove Roles update action.
typeString | "RemoveChannelRolesChange" |
changeString | "removeRoles" |
previousValueArray of ChannelRoleEnum | Value before the change. |
nextValueArray of ChannelRoleEnum | Value after the change. |
Set Address
Change triggered by the Set Address update action.
Set Address Custom Field
Change triggered by the Set Address Custom Field update action.
typeString | "SetAddressCustomFieldChange" |
changeString | "setAddressCustomField" |
address | Address which was extended. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
Set Address Custom Type
Change triggered by the Set Address Custom Type update action.
typeString | "SetAddressCustomTypeChange" |
changeString | "setAddressCustomType" |
address | Address which was extended. |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Channel Roles
Change triggered by the Set Roles update action.
typeString | "SetChannelRolesChange" |
changeString | "setRoles" |
previousValueArray of ChannelRoleEnum | Value before the change. |
nextValueArray of ChannelRoleEnum | Value after the change. |
addedItemsArray of ChannelRoleEnum | Elements added to the array. |
removedItemsArray of ChannelRoleEnum | Elements removed from the array. |
Set Custom Field
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
Set Custom Type
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Geo Location
Change triggered by the Set GeoLocation update action.
typeString | "SetGeoLocationChange" |
changeString | "setGeoLocation" |
previousValue | Value before the change. |
nextValue | Value after the change. |