goldstars-services 1.0.56 → 1.0.57

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.
@@ -27,6 +27,10 @@ var attachmentSchema = new _mongoose.default.Schema({
27
27
  type: String,
28
28
  required: true
29
29
  },
30
+ webPath: {
31
+ type: String,
32
+ required: true
33
+ },
30
34
  uploadDate: {
31
35
  type: Date,
32
36
  default: Date.now
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstars-services",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "This is the services layer for GoldStars",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {