joye-backend-utility 4.1.5 → 4.1.6

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.
@@ -121,6 +121,14 @@ const Brew = new mongoose_1.Schema({
121
121
  type: Object,
122
122
  required: false,
123
123
  },
124
+ pie: {
125
+ type: Object,
126
+ required: false,
127
+ },
128
+ pieMessage: {
129
+ type: Object,
130
+ required: false,
131
+ },
124
132
  });
125
133
  Brew.index({ userId: 1, date: -1 }, {
126
134
  unique: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "description": "Joye backend utility for db functions and common functions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",