joye-backend-utility 5.0.41 → 5.0.42

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.
@@ -71,6 +71,10 @@ const Brew = new mongoose_1.Schema({
71
71
  type: Number,
72
72
  required: false,
73
73
  },
74
+ cardBrewCount: {
75
+ type: Number,
76
+ required: false,
77
+ },
74
78
  currentAverage: {
75
79
  type: Number,
76
80
  required: false,
@@ -133,6 +137,10 @@ const Brew = new mongoose_1.Schema({
133
137
  type: Object,
134
138
  required: false,
135
139
  },
140
+ cardSessionData: {
141
+ type: Object,
142
+ required: false,
143
+ },
136
144
  pie: {
137
145
  type: Object,
138
146
  required: false,
@@ -57,6 +57,7 @@ const MasterEmotions = new mongoose_1.Schema({
57
57
  required: false,
58
58
  },
59
59
  questions: { type: Array, required: false },
60
+ cardQuestions: { type: Array, required: false },
60
61
  suggestionData: {
61
62
  type: Object,
62
63
  pie: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "5.0.41",
3
+ "version": "5.0.42",
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",