agrs-sequelize-sdk 1.3.65 → 1.3.67
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.
|
@@ -85,6 +85,12 @@ module.exports = (sequelize, DataTypes) => {
|
|
|
85
85
|
field: "article_creation_payload",
|
|
86
86
|
comment: "Payload sent for article creation (Mine/Predicto/Mobitech specific parameters)",
|
|
87
87
|
},
|
|
88
|
+
original_payload: {
|
|
89
|
+
type: DataTypes.JSONB,
|
|
90
|
+
allowNull: true,
|
|
91
|
+
field: "original_payload",
|
|
92
|
+
comment: "Original createAICampaign request params for this campaign (preset, feed config, AI settings, combo values)",
|
|
93
|
+
},
|
|
88
94
|
},
|
|
89
95
|
{
|
|
90
96
|
tableName: "ai_campaign_queue",
|