goldstars-services 1.0.67 → 1.0.68

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.
@@ -37,7 +37,7 @@ var bikeSchema = new _mongoose.default.Schema({
37
37
  },
38
38
  status: {
39
39
  type: String,
40
- enum: ['Disponible', 'Fuera de Servicio'],
40
+ enum: ['Disponible', 'En Reparación', 'Dañada', 'Fuera de Servicio'],
41
41
  default: 'Disponible'
42
42
  },
43
43
  position: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstars-services",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "description": "This is the services layer for GoldStars",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {