agrs-sequelize-sdk 1.2.27 → 1.2.28

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.
package/models/Article.js CHANGED
@@ -109,7 +109,7 @@ module.exports = (sequelize, DataTypes) => {
109
109
  allowNull: false,
110
110
  defaultValue: "slug",
111
111
  validate: {
112
- isIn: [["search", "slug"]],
112
+ isIn: [["search", "slug", "manual-tonic"]],
113
113
  },
114
114
  },
115
115
  createdAt: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agrs-sequelize-sdk",
3
- "version": "1.2.27",
3
+ "version": "1.2.28",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "start": "node index.js",