joye-backend-utility 7.1.4 → 7.1.5

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.
@@ -153,6 +153,22 @@ const Brew = new mongoose_1.Schema({
153
153
  type: Object,
154
154
  required: false,
155
155
  },
156
+ pieTitle: {
157
+ type: String,
158
+ required: false,
159
+ },
160
+ dos: {
161
+ type: String,
162
+ required: false,
163
+ },
164
+ donts: {
165
+ type: String,
166
+ required: false,
167
+ },
168
+ hg: {
169
+ type: String,
170
+ required: false,
171
+ },
156
172
  });
157
173
  Brew.index({ userId: 1, date: -1 }, {
158
174
  unique: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "7.1.4",
3
+ "version": "7.1.5",
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",