flykup_model_development 3.1.83 → 3.1.84

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