goldstars-services 1.0.24 → 1.0.25

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.
@@ -15,6 +15,12 @@ var bikeSchema = new _mongoose.default.Schema({
15
15
  type: String,
16
16
  required: true
17
17
  },
18
+ location: {
19
+ type: String,
20
+ enum: ['C.C Las Virtudes', 'Sambil Paraguaná', 'MULTISEDE'],
21
+ // Sedes donde el plan es válido
22
+ required: true
23
+ },
18
24
  model: {
19
25
  type: String,
20
26
  required: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstars-services",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "This is the services layer for GoldStars",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {