From fab08696090530b9624f6a0be86e5adc5249f484 Mon Sep 17 00:00:00 2001 From: Andrew Howe-Ely Date: Wed, 29 Apr 2026 16:38:17 +0100 Subject: [PATCH] feat: add product element uuid --- models/src/main/thrift/content/v1.thrift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/src/main/thrift/content/v1.thrift b/models/src/main/thrift/content/v1.thrift index 380d494..e4c9fbb 100644 --- a/models/src/main/thrift/content/v1.thrift +++ b/models/src/main/thrift/content/v1.thrift @@ -1076,6 +1076,8 @@ struct ProductElementFields { 9: optional ProductImage image; 10: optional list content; + + 11: optional string id; } struct BlockElement {