From 8a36bd4034a67589fec621207daed047de9933dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:51:20 +0200 Subject: [PATCH] chore(docs): Generated DML JSON files (automated) (#11717) Co-authored-by: olivermrbl --- www/utils/generated/dml-output/cart.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/www/utils/generated/dml-output/cart.json b/www/utils/generated/dml-output/cart.json index 517b33ee22..5cd881e6b4 100644 --- a/www/utils/generated/dml-output/cart.json +++ b/www/utils/generated/dml-output/cart.json @@ -132,7 +132,20 @@ "shipping_address": "The associated shipping_address.\n\n@expandable", "billing_address": "The associated billing_address.\n\n@expandable", "items": "The associated items.\n\n@expandable", - "shipping_methods": "The associated shipping_methods.\n\n@expandable" + "shipping_methods": "The associated shipping_methods.\n\n@expandable", + "credit_lines": "The associated credit_lines.\n\n@expandable" + } + }, + "CreditLine": { + "filePath": "packages/modules/cart/src/models/credit-line.ts", + "properties": { + "id": "The ID of the credit line.", + "cart": "The associated cart.\n\n@expandable", + "reference": "The reference of the credit line", + "reference_id": "The reference id of the credit line", + "amount": "The amount of the credit line", + "raw_amount": "The raw amount of the credit line", + "metadata": "Holds custom data in key-value pairs." } } } \ No newline at end of file