joye-backend-utility 7.1.5 → 7.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.
@@ -158,15 +158,15 @@ const Brew = new mongoose_1.Schema({
158
158
  required: false,
159
159
  },
160
160
  dos: {
161
- type: String,
161
+ type: Array,
162
162
  required: false,
163
163
  },
164
164
  donts: {
165
- type: String,
165
+ type: Array,
166
166
  required: false,
167
167
  },
168
168
  hg: {
169
- type: String,
169
+ type: Array,
170
170
  required: false,
171
171
  },
172
172
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "7.1.5",
3
+ "version": "7.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",