@pintahub/database-schemas 3.2.1 → 3.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/database-schemas",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -272,6 +272,11 @@ const Product = new Schema({
272
272
  default: false,
273
273
  },
274
274
 
275
+ media_size: {
276
+ type: Number,
277
+ trim: true,
278
+ },
279
+
275
280
  stage: {//temporary field for edit product
276
281
  type: String,
277
282
  trim: true,