agrs-sequelize-sdk 1.3.53 → 1.3.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -187,6 +187,14 @@ module.exports = (sequelize, DataTypes) => {
|
|
|
187
187
|
comment: "HTML/CSS preview generated by Gemini AI",
|
|
188
188
|
},
|
|
189
189
|
|
|
190
|
+
// ===== Template Specification (JSON) =====
|
|
191
|
+
templateSpec: {
|
|
192
|
+
type: DataTypes.JSON,
|
|
193
|
+
allowNull: true,
|
|
194
|
+
field: "template_spec",
|
|
195
|
+
comment: "Detailed JSON specification for template reproduction (imageStyle, layout, positions)",
|
|
196
|
+
},
|
|
197
|
+
|
|
190
198
|
// ===== Legacy Grid Config (for backward compatibility) =====
|
|
191
199
|
legacyGridConfig: {
|
|
192
200
|
type: DataTypes.JSON,
|