shuttlepro-shared 1.4.94 → 1.4.96

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.
@@ -371,6 +371,15 @@ const workspaceSchema = new mongoose.Schema(
371
371
  type: Boolean,
372
372
  default: false,
373
373
  },
374
+ autoSubmitResolutionType: {
375
+ type: Boolean,
376
+ default: false,
377
+ },
378
+ /** When false (default), after sending a message the reply panel stays open. When true, after a successful send the inline reply is closed (same as the X control). */
379
+ resolveChatAfterSending: {
380
+ type: Boolean,
381
+ default: false,
382
+ },
374
383
  },
375
384
  { timestamps: true, toJSON: { virtuals: true }, toObject: { virtuals: true } }
376
385
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.94",
3
+ "version": "1.4.96",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {