@pintahub/database-schemas 2.2.0 → 2.2.1

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": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -122,6 +122,10 @@ const Product = new Schema({
122
122
  type: Schema.Types.ObjectId,
123
123
  },
124
124
 
125
+ raw: {
126
+ type: Schema.Types.ObjectId,
127
+ },
128
+
125
129
  is_sale_off: {
126
130
  type: Boolean,
127
131
  default: false,