shuttlepro-shared 1.4.91 → 1.4.93

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.
@@ -366,6 +366,10 @@ const workspaceSchema = new mongoose.Schema(
366
366
  type: Boolean,
367
367
  default: false,
368
368
  },
369
+ isOrderConfirmedViaConversation: {
370
+ type: Boolean,
371
+ default: false,
372
+ },
369
373
  },
370
374
  { timestamps: true, toJSON: { virtuals: true }, toObject: { virtuals: true } }
371
375
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.91",
3
+ "version": "1.4.93",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {