From 46952e9fa5b6ec1336f3f520755b9b24e4cca985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:21:20 +0000 Subject: [PATCH] chore(docs): Generated DML JSON files (automated) (#12153) This PR holds all generated DML JSON files for the upcoming release. Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com> --- www/utils/generated/dml-output/cart.json | 3 ++- www/utils/generated/dml-output/order.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www/utils/generated/dml-output/cart.json b/www/utils/generated/dml-output/cart.json index 5cd881e6b4..f21b79d997 100644 --- a/www/utils/generated/dml-output/cart.json +++ b/www/utils/generated/dml-output/cart.json @@ -73,7 +73,8 @@ "adjustments": "The associated adjustments.\n\n@expandable", "tax_lines": "The associated tax_lines.\n\n@expandable", "cart": "The associated cart.\n\n@expandable", - "is_custom_price": "Whether the line item's price is custom." + "is_custom_price": "Whether the line item's price is custom.", + "is_giftcard": "Whether the line item is a giftcard." } }, "ShippingMethodAdjustment": { diff --git a/www/utils/generated/dml-output/order.json b/www/utils/generated/dml-output/order.json index dee4d10831..55f3a9a68e 100644 --- a/www/utils/generated/dml-output/order.json +++ b/www/utils/generated/dml-output/order.json @@ -78,7 +78,8 @@ "is_custom_price": "Whether the order line item has a custom price.", "metadata": "Holds custom data in key-value pairs.", "tax_lines": "The associated tax lines.\n\n@expandable", - "adjustments": "The associated adjustments.\n\n@expandable" + "adjustments": "The associated adjustments.\n\n@expandable", + "is_giftcard": "Whether the order line item is a giftcard." } }, "OrderClaimItem": {