@francesco_ksh/app-ksh-mgd-schemas 2.5.4 → 2.5.5

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.
package/models/Listing.js CHANGED
@@ -394,6 +394,12 @@ const listingSchema = new Schema(
394
394
  type: Date,
395
395
  default: Date.now,
396
396
  },
397
+ ebayId: {
398
+ type: String,
399
+ },
400
+ ebayUrl: {
401
+ type: String,
402
+ },
397
403
  bedSize: { type: String },
398
404
  tableHeight: { type: Number },
399
405
  armHeight: { type: Number },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {