shuttlepro-shared 1.4.60 → 1.4.62

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.
Files changed (2) hide show
  1. package/models/Order.js +1 -0
  2. package/package.json +1 -1
package/models/Order.js CHANGED
@@ -125,6 +125,7 @@ const OrderSchema = new Schema(
125
125
  priority: { type: String, default: "" },
126
126
  isBulk: { type: String, default: "" },
127
127
  conversationId: { type: String, default: "" },
128
+ platformId: { type: String, default: "" },
128
129
  createdBy: { type: Schema.Types.ObjectId, ref: "User", default: null },
129
130
  updatedBy: { type: Schema.Types.ObjectId, ref: "User", default: null },
130
131
  publishedStatus: { type: String, default: "pending" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.60",
3
+ "version": "1.4.62",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {