From 0928ded5d332fa725ddb0a5941aa1f1cdb16f3af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:35:17 +0200 Subject: [PATCH] chore(docs): Generated DML JSON files (automated) (#13919) * chore(docs): Generated DML JSON files (automated) * update comments + add since --------- Co-authored-by: olivermrbl Co-authored-by: Shahed Nasser --- www/utils/generated/dml-output/product.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/www/utils/generated/dml-output/product.json b/www/utils/generated/dml-output/product.json index 317caa1dc4..32ceec6e66 100644 --- a/www/utils/generated/dml-output/product.json +++ b/www/utils/generated/dml-output/product.json @@ -30,7 +30,8 @@ "url": "The URL of the product image", "metadata": "Holds custom data in key-value pairs.", "rank": "The rank of the product image among its sibling images.", - "product": "The associated product.\n\n@expandable" + "product": "The associated product.\n\n@expandable", + "variants": "The associated variants.\n\n@expandable" }, "deprecated": { "is_deprecated": false @@ -84,7 +85,9 @@ "metadata": "Holds custom data in key-value pairs.", "variant_rank": "The variant's rank among its siblings.", "product": "The associated product.\n\n@expandable", - "options": "The associated options.\n\n@expandable" + "options": "The associated options.\n\n@expandable", + "thumbnail": "The thumbnail of the product variant", + "images": "The associated images.\n\n@expandable" }, "deprecated": { "is_deprecated": false @@ -156,5 +159,17 @@ "deprecated": { "is_deprecated": false } + }, + "ProductVariantProductImage": { + "filePath": "packages/modules/product/src/models/product-variant-product-image.ts", + "properties": { + "id": "The ID of the association between product variant and product image.", + "variant": "The associated variant.\n\n@expandable", + "image": "The associated image.\n\n@expandable" + }, + "deprecated": { + "is_deprecated": false, + "since": "2.11.2" + } } } \ No newline at end of file