Change types that represent data modifications made to the Associate Roles entity.
Change types
Change Buyer Assignable
Change triggered by the Change BuyerAssignable update action.
typeString | "ChangeBuyerAssignableChange" |
changeString | "changeBuyerAssignable" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Set Name
Change triggered by the Set Name update action.
typeString | "SetNameChange" |
changeString | "setName" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Permissions
typeString | "SetPermissionsChange" |
changeString | "setPermissions" |
previousValueArray of Permission | Value before the change. |
nextValueArray of Permission | Value after the change. |
addedItemsArray of Permission | Elements added to the array. |
removedItemsArray of Permission | Elements removed from the array. |