@@ -530,7 +530,9 @@ export interface AddAssetChange extends IChange {
530530 readonly variant : string
531531}
532532/**
533- * Change triggered by the [Add Associate](ctp:api:type:BusinessUnitAddAssociateAction) update action.
533+ * This Change is no longer triggered by the [Add Associate](ctp:api:type:BusinessUnitAddAssociateAction) update action.
534+ * It has been deprecated and replaced by the [SetAssociatesChange](ctp:history:type:SetAssociatesChange).
535+ *
534536 */
535537export interface AddAssociateChange extends IChange {
536538 readonly type : 'AddAssociateChange'
@@ -924,7 +926,9 @@ export interface AddPlainEnumValueChange extends IChange {
924926 readonly attributeName : string
925927}
926928/**
927- * Change triggered by the [Add Price](ctp:api:type:ProductAddPriceAction) update action.
929+ * This Change is no longer triggered by the [Add Price](ctp:api:type:ProductAddPriceAction) update action.
930+ * It has been deprecated and replaced by the [SetPricesChange](ctp:history:type:SetPricesChange).
931+ *
928932 */
929933export interface AddPriceChange extends IChange {
930934 readonly type : 'AddPriceChange'
@@ -982,7 +986,9 @@ export interface AddProductChange extends IChange {
982986 readonly variantSelection : ProductVariantSelection
983987}
984988/**
985- * Change triggered by the [Add Product Selection](ctp:api:type:StoreAddProductSelectionAction) update action.
989+ * This Change is no longer triggered by the [Add Product Selection](ctp:api:type:StoreAddProductSelectionAction) update action.
990+ * It has been deprecated and replaced by the [SetProductSelectionsChange](ctp:history:type:SetProductSelectionsChange).
991+ *
986992 */
987993export interface AddProductSelectionChange extends IChange {
988994 readonly type : 'AddProductSelectionChange'
@@ -1084,7 +1090,9 @@ export interface AddShoppingListLineItemChange extends IChange {
10841090 readonly nextValue : ShoppingListLineItem
10851091}
10861092/**
1087- * Change triggered by the [Add State roles](ctp:api:type:StateAddRolesAction) update action.
1093+ * This Change is no longer triggered by the [Add State roles](ctp:api:type:StateAddRolesAction) update action.
1094+ * It has been deprecated and replaced by the [SetStateRolesChange](ctp:history:type:SetStateRolesChange).
1095+ *
10881096 */
10891097export interface AddStateRolesChange extends IChange {
10901098 readonly type : 'AddStateRolesChange'
@@ -1232,7 +1240,9 @@ export interface ChangeAddressChange extends IChange {
12321240 readonly nextValue : Address
12331241}
12341242/**
1235- * This change is initiated by background processes after the [Change AmountPlanned](ctp:api:type:PaymentChangeAmountPlannedAction) update action is performed.
1243+ * This change is no longer initiated by background processes after the [Change AmountPlanned](ctp:api:type:PaymentChangeAmountPlannedAction) update action is performed.
1244+ * It has been deprecated since the corresponding field on the Payment does not exist anymore.
1245+ *
12361246 */
12371247export interface ChangeAmountAuthorizedChange extends IChange {
12381248 readonly type : 'ChangeAmountAuthorizedChange'
@@ -2999,7 +3009,9 @@ export interface RemoveAssetChange extends IChange {
29993009 readonly variant : string
30003010}
30013011/**
3002- * Change triggered by the [Remove Associate](ctp:api:type:BusinessUnitRemoveAssociateAction) update action.
3012+ * This Change is no longer triggered by the [Remove Associate](ctp:api:type:BusinessUnitRemoveAssociateAction) update action.
3013+ * It has been deprecated and replaced by the [SetAssociatesChange](ctp:history:type:SetAssociatesChange).
3014+ *
30033015 */
30043016export interface RemoveAssociateChange extends IChange {
30053017 readonly type : 'RemoveAssociateChange'
@@ -3369,7 +3381,9 @@ export interface RemovePaymentChange extends IChange {
33693381 readonly nextValue : PaymentInfo
33703382}
33713383/**
3372- * Change triggered by the [Remove Embedded Price](ctp:api:type:ProductRemovePriceAction) update action.
3384+ * This Change is no longer triggered by the [Remove Embedded Price](ctp:api:type:ProductRemovePriceAction) update action.
3385+ * It has been deprecated and replaced by the [SetPricesChange](ctp:history:type:SetPricesChange).
3386+ *
33733387 */
33743388export interface RemovePriceChange extends IChange {
33753389 readonly type : 'RemovePriceChange'
@@ -3427,7 +3441,9 @@ export interface RemoveProductChange extends IChange {
34273441 readonly previousValue : Reference
34283442}
34293443/**
3430- * Change triggered by the [Remove Product Selection](ctp:api:type:StoreRemoveProductSelectionAction) update action.
3444+ * This Change is no longer triggered by the [Remove Product Selection](ctp:api:type:StoreRemoveProductSelectionAction) update action.
3445+ * It has been deprecated and replaced by the [SetProductSelectionsChange](ctp:history:type:SetProductSelectionsChange).
3446+ *
34313447 */
34323448export interface RemoveProductSelectionChange extends IChange {
34333449 readonly type : 'RemoveProductSelectionChange'
@@ -3507,7 +3523,9 @@ export interface RemoveShoppingListLineItemChange extends IChange {
35073523 readonly nextValue : ShoppingListLineItem
35083524}
35093525/**
3510- * Change triggered by the [Remove State roles](ctp:api:type:StateRemoveRolesAction) update action.
3526+ * This Change is no longer triggered by the [Remove State roles](ctp:api:type:StateRemoveRolesAction) update action.
3527+ * It has been deprecated and replaced by the [SetStateRolesChange](ctp:history:type:SetStateRolesChange).
3528+ *
35113529 */
35123530export interface RemoveStateRolesChange extends IChange {
35133531 readonly type : 'RemoveStateRolesChange'
0 commit comments