Change types that represent data modifications made to the Zones entity.
Change types
Add Location
Change triggered by the Add Location update action.
typeString | "AddLocationChange" |
changeString | "addLocation" |
nextValue | Value after the change. |
Change Name
Change triggered by the Change Name update action.
typeString | "ChangeNameChange" |
changeString | "changeName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Remove Location
Change triggered by the Remove Location update action.
typeString | "RemoveLocationChange" |
changeString | "removeLocation" |
previousValue | Value before the change. |
Set Description
Change triggered by the Set Description update action.
typeString | "SetDescriptionChange" |
changeString | "setDescription" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Key
typeString | "SetKeyChange" |
changeString | "setKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |