Change types that represent data modifications made to the Types entity.
Change types
Add Enum Value
Change triggered by the Add EnumValue to FieldDefinition update action.
typeString | "AddEnumValueChange" |
changeString | "addEnumValue" |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
attributeNameString | Name of the updated AttributeDefinition. |
Add Field Definition
Change triggered by the Add FieldDefinition update action.
typeString | "AddFieldDefinitionChange" |
changeString | "addFieldDefinition" |
nextValue | Value after the change. |
Add Localized Enum Value
Change triggered by the Add LocalizedEnumValue to FieldDefinition update action.
typeString | "AddLocalizedEnumValueChange" |
changeString | "addLocalizedEnumValue" |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
Change Enum Value Label
Change triggered by the Change EnumValue Label update action.
typeString | "ChangeEnumValueLabelChange" |
changeString | "changeEnumValueLabel" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
valueKeyString | Key of the updated values. |
attributeNameString | Name of the updated AttributeDefinition. |
Change Enum Value Order
Change triggered by the Change the order of EnumValues update action.
typeString | "ChangeEnumValueOrderChange" |
changeString | "changeEnumValueOrder" |
previousValueArray of CustomFieldEnumValue | Value before the change. |
nextValueArray of CustomFieldEnumValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition. |
attributeNameString | Name of the updated AttributeDefinition. |
Change Field Definition Order
Change triggered by the Change the order of FieldDefinitions update action.
typeString | "ChangeFieldDefinitionOrderChange" |
changeString | "changeFieldDefinitionOrder" |
previousValueArray of FieldDefinitionOrderValue | Value before the change. |
nextValueArray of FieldDefinitionOrderValue | Value after the change. |
Change Input Hint
Change triggered by the Change InputHint update action.
typeString | "ChangeInputHintChange" |
changeString | "changeInputHint" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
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 Label
Change triggered by the Change FieldDefinition Label update action.
typeString | "ChangeLabelChange" |
changeString | "changeLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types). |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
Change Localized Enum Value Label
Change triggered by the Change LocalizedEnumValue Label update action.
typeString | "ChangeLocalizedEnumValueLabelChange" |
changeString | "changeLocalizedEnumValueLabel" |
previousValue | Value before the change. |
nextValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
valueKeyString | Key of the updated values. |
Change Localized Enum Value Order
Change triggered by the Change the order of LocalizedEnumValues update action.
typeString | "ChangeLocalizedEnumValueOrderChange" |
changeString | "changeLocalizedEnumValueOrder" |
previousValueArray of AttributeLocalizedEnumValue | Value before the change. |
nextValueArray of AttributeLocalizedEnumValue | Value after the change. |
fieldNameString | Name of the updated FieldDefinition; only present on changes to Types. |
attributeNameString | Name of the updated AttributeDefinition; only present on changes to Product Types. |
Change Localized Name
typeString | "ChangeLocalizedNameChange" |
changeString | "changeName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Remove Field Definition
Change triggered by the Remove FieldDefinition update action.
typeString | "RemoveFieldDefinitionChange" |
changeString | "removeFieldDefinition" |
previousValue | Value before the change. |
Set Localized Description
Change triggered by the Set Description update action.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |