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": {