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.
package/dist/schema/brew.js
CHANGED
|
@@ -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,
|