picker-db 4.4.0 → 4.5.1

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.
@@ -168,6 +168,9 @@ module.exports = (connection) => {
168
168
  workspaceName: {
169
169
  type: String,
170
170
  },
171
+ workspaceUniqueID: {
172
+ type: String,
173
+ },
171
174
  // #endregion
172
175
  // #region Customer Info
173
176
  customer: {
@@ -842,10 +845,6 @@ module.exports = (connection) => {
842
845
  restartByBusiness: { type: Number, default: 0 },
843
846
  restartByBusinessWithPenalty: { type: Number, default: 0 },
844
847
  },
845
- bookingAutoAccepted: {
846
- type: Boolean,
847
- default: false,
848
- },
849
848
  pendingToProcess: {
850
849
  type: Boolean,
851
850
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "4.4.0",
3
+ "version": "4.5.1",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {