joye-backend-utility 5.1.20 → 5.1.21

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.
@@ -111,5 +111,9 @@ const MasterEmotions = new mongoose_1.Schema({
111
111
  type: String,
112
112
  required: false,
113
113
  },
114
+ podcasts: {
115
+ type: Array,
116
+ required: false,
117
+ },
114
118
  });
115
119
  exports.MasterEmotionsSchema = MasterEmotions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "5.1.20",
3
+ "version": "5.1.21",
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",