Types Change Types

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.
type
String
"AddEnumValueChange"
change
String
"addEnumValue"
nextValue

Value after the change.

fieldName
String
Name of the updated FieldDefinition.
attributeName
String
Name of the updated AttributeDefinition.

Add Field Definition

Change triggered by the Add FieldDefinition update action.
type
String
"AddFieldDefinitionChange"
change
String
"addFieldDefinition"
nextValue

Value after the change.

Add Localized Enum Value

Change triggered by the following update actions:

type
String
"AddLocalizedEnumValueChange"
change
String
"addLocalizedEnumValue"
nextValue

Value after the change.

fieldName
String
Name of the updated FieldDefinition; only present on changes to Types.
attributeName
String
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.
type
String
"ChangeEnumValueLabelChange"
change
String
"changeEnumValueLabel"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

fieldName
String
Name of the updated FieldDefinition.
valueKey
String

Key of the updated values.

attributeName
String
Name of the updated AttributeDefinition.

Change Enum Value Order

Change triggered by the Change the order of EnumValues update action.
type
String
"ChangeEnumValueOrderChange"
change
String
"changeEnumValueOrder"
previousValue

Value before the change.

nextValue

Value after the change.

fieldName
String
Name of the updated FieldDefinition.
attributeName
String
Name of the updated AttributeDefinition.

Change Field Definition Order

Change triggered by the Change the order of FieldDefinitions update action.
type
String
"ChangeFieldDefinitionOrderChange"
change
String
"changeFieldDefinitionOrder"
previousValue

Value before the change.

nextValue

Value after the change.

Change Input Hint

Change triggered by the following update actions:

type
String
"ChangeInputHintChange"
change
String
"changeInputHint"
previousValue

Value before the change.

nextValue

Value after the change.

fieldName
String
Name of the updated FieldDefinition; only present on changes to Types.
attributeName
String
Name of the updated AttributeDefinition; only present on changes to Product Types.

Change Key

Change triggered by the following update actions:

type
String
"ChangeKeyChange"
change
String
"changeKey"
previousValue
String

Value before the change.

nextValue
String

Value after the change.

Change Label

Change triggered by the following update actions:

type
String
"ChangeLabelChange"
change
String
"changeLabel"
previousValue

Value before the change.

nextValue

Value after the change.

fieldName
String
Name of the updated FieldDefinition; only present on changes to Types).
attributeName
String
Name of the updated AttributeDefinition; only present on changes to Product Types.

Change Localized Enum Value Label

Change triggered by the following update actions:

type
String
"ChangeLocalizedEnumValueLabelChange"
change
String
"changeLocalizedEnumValueLabel"
previousValue

Value before the change.

nextValue

Value after the change.

fieldName
String
Name of the updated FieldDefinition; only present on changes to Types.
attributeName
String
Name of the updated AttributeDefinition; only present on changes to Product Types.
valueKey
String

Key of the updated values.

Change Localized Enum Value Order

Change triggered by the following update actions:

type
String
"ChangeLocalizedEnumValueOrderChange"
change
String
"changeLocalizedEnumValueOrder"
previousValue

Value before the change.

nextValue

Value after the change.

fieldName
String
Name of the updated FieldDefinition; only present on changes to Types.
attributeName
String
Name of the updated AttributeDefinition; only present on changes to Product Types.

Change Localized Name

Change triggered by the following update actions:

type
String
"ChangeLocalizedNameChange"
change
String
"changeName"
previousValue

Value before the change.

nextValue

Value after the change.

Remove Field Definition

Change triggered by the Remove FieldDefinition update action.
type
String
"RemoveFieldDefinitionChange"
change
String
"removeFieldDefinition"
previousValue

Value before the change.

Set Localized Description

Change triggered by the following update actions:

type
String
"SetLocalizedDescriptionChange"
change
String
"setDescription"
previousValue

Value before the change.

nextValue

Value after the change.