shuttlepro-shared 1.5.9 → 1.5.10

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.
@@ -390,6 +390,11 @@ const workspaceSchema = new mongoose.Schema(
390
390
  type: Boolean,
391
391
  default: false,
392
392
  },
393
+ /** When true, the conversation module opens on the Pending tab instead of All. */
394
+ defaultPendingTab: {
395
+ type: Boolean,
396
+ default: false,
397
+ },
393
398
  /** When true (default), ShuttleBot includes product photos with product detail replies. */
394
399
  chatbotShowProductImages: {
395
400
  type: Boolean,
@@ -400,6 +405,7 @@ const workspaceSchema = new mongoose.Schema(
400
405
  type: Boolean,
401
406
  default: true,
402
407
  },
408
+
403
409
  enableInternalChat: {
404
410
  type: Boolean,
405
411
  default: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.5.09",
3
+ "version": "1.5.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {