chore(docs): Generated DML JSON files (automated) (#13919)

* chore(docs): Generated DML JSON files (automated)

* update comments + add since

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2025-10-31 12:35:17 +02:00
committed by GitHub
parent d9bd5b867b
commit 0928ded5d3

View File

@@ -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"
}
}
}