flykup_model_development 3.1.67 → 3.1.68

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.
@@ -177,6 +177,12 @@ const showSchema = new Schema(
177
177
  enum: ['created', 'live', 'cancelled', 'ended'],
178
178
  default: 'created'
179
179
  },
180
+ viewerCount: {
181
+ type: Number,
182
+ default: 0,
183
+ min: 0
184
+ },
185
+
180
186
  likes: {
181
187
  type: Number,
182
188
  default: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.1.67",
3
+ "version": "3.1.68",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,