agrs-sequelize-sdk 1.2.52 → 1.2.53

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.
@@ -97,6 +97,11 @@ module.exports = (sequelize, DataTypes) => {
97
97
  allowNull: true,
98
98
  defaultValue: "RSOC",
99
99
  },
100
+ feedType: {
101
+ type: DataTypes.STRING,
102
+ allowNull: true,
103
+ comment: "Type of feed campaign",
104
+ },
100
105
  adTitle: {
101
106
  type: DataTypes.STRING,
102
107
  allowNull: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",