diff --git a/www/utils/generated/dml-output/order.json b/www/utils/generated/dml-output/order.json index 6759cbe75c..f493ae258c 100644 --- a/www/utils/generated/dml-output/order.json +++ b/www/utils/generated/dml-output/order.json @@ -367,7 +367,8 @@ "transactions": "The associated transactions, which include amounts captured and refunded.\n\n@expandable", "credit_lines": "The associated credit lines, which include additional payment amounts for an order.\n\n@expandable", "returns": "The associated returns.\n\n@expandable", - "custom_display_id": "The custom display ID of the order" + "custom_display_id": "The custom display ID of the order", + "locale": "The locale of the order" }, "deprecated": { "is_deprecated": false diff --git a/www/utils/generated/dml-output/store.json b/www/utils/generated/dml-output/store.json index c7c9a0ded9..21d1ec745e 100644 --- a/www/utils/generated/dml-output/store.json +++ b/www/utils/generated/dml-output/store.json @@ -32,9 +32,9 @@ "properties": { "id": "The ID of the store locale.", "locale_code": "The locale code in BCP 47 format. For example, `en-US`.", - "is_default": "Whether the store locale is default.", "store": "The associated store.\n\n@expandable" }, + "since": "2.12.3", "deprecated": { "is_deprecated": false } diff --git a/www/utils/generated/dml-output/translation.json b/www/utils/generated/dml-output/translation.json index 952ef82089..b78fbec99a 100644 --- a/www/utils/generated/dml-output/translation.json +++ b/www/utils/generated/dml-output/translation.json @@ -17,7 +17,8 @@ "reference_id": "The ID of the resource that this translation belongs to. For example, the product ID.", "reference": "The name of the table that the resource belongs to. For example, `product`.", "locale_code": "The translation's locale code in BCP 47 format. For example, `en-US`.", - "translations": "The key-value pairs of the translated fields. The key is a property in the referenced resource, and the value is the translated value for that property." + "translations": "The key-value pairs of the translated fields. The key is a property in the referenced resource, and the value is the translated value for that property.", + "translated_field_count": "The translated field count of the translation" }, "deprecated": { "is_deprecated": false