From 8a5c846ba8b3326fcf5dfa715b0b92a362ef473d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 12:32:03 +0300 Subject: [PATCH] chore(docs): Generated DML JSON files (automated) (#12940) Co-authored-by: shahednasser --- www/utils/generated/dml-output/cart.json | 3 ++- www/utils/generated/dml-output/order.json | 3 ++- www/utils/generated/dml-output/promotion.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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": {