diff --git a/www/utils/generated/dml-output/cart.json b/www/utils/generated/dml-output/cart.json index f21b79d997..0e5550da03 100644 --- a/www/utils/generated/dml-output/cart.json +++ b/www/utils/generated/dml-output/cart.json @@ -40,7 +40,8 @@ "provider_id": "The ID of the external provider that the adjustment is related to.", "promotion_id": "The ID of the applied promotion.", "metadata": "Holds custom data in key-value pairs.", - "item": "The associated line item.\n\n@expandable" + "item": "The associated line item.\n\n@expandable", + "is_tax_inclusive": "Whether the line item adjustment is tax inclusive." } }, "LineItem": { diff --git a/www/utils/generated/dml-output/order.json b/www/utils/generated/dml-output/order.json index 55f3a9a68e..ab9630f43f 100644 --- a/www/utils/generated/dml-output/order.json +++ b/www/utils/generated/dml-output/order.json @@ -35,7 +35,8 @@ "code": "The code of the promotion.", "amount": "The amount of the adjustment", "provider_id": "The ID of the provider used to apply the adjustment.", - "item": "The associated item that the adjustment is applied on.\n\n@expandable" + "item": "The associated item that the adjustment is applied on.\n\n@expandable", + "is_tax_inclusive": "Whether the order line item adjustment is tax inclusive." } }, "OrderLineItemTaxLine": { diff --git a/www/utils/generated/dml-output/promotion.json b/www/utils/generated/dml-output/promotion.json index c6005dd99d..1605d911ae 100644 --- a/www/utils/generated/dml-output/promotion.json +++ b/www/utils/generated/dml-output/promotion.json @@ -54,7 +54,8 @@ "campaign": "The associated campaign.\n\n@expandable", "application_method": "The associated application method.\n\n@expandable", "rules": "The associated rules.\n\n@expandable", - "status": "The status of the promotion" + "status": "The status of the promotion", + "is_tax_inclusive": "Whether the promotion is tax inclusive." } }, "ApplicationMethod": {