shuttlepro-shared 1.5.6 → 1.5.8

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.
@@ -386,6 +386,16 @@ const workspaceSchema = new mongoose.Schema(
386
386
  type: Boolean,
387
387
  default: false,
388
388
  },
389
+ /** When true (default), ShuttleBot includes product photos with product detail replies. */
390
+ chatbotShowProductImages: {
391
+ type: Boolean,
392
+ default: true,
393
+ },
394
+ /** When true (default), ShuttleBot adds a tappable link to browse more same-name products beyond the first 3. */
395
+ chatbotShowMoreSameNameProducts: {
396
+ type: Boolean,
397
+ default: true,
398
+ },
389
399
  enableInternalChat: {
390
400
  type: Boolean,
391
401
  default: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.5.06",
3
+ "version": "1.5.08",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {