tango-api-schema 1.0.36 → 1.0.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "1.0.36",
3
+ "version": "1.0.38",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -421,7 +421,7 @@ const brandSchema =
421
421
  default: '',
422
422
  },
423
423
  ratio: {
424
- type: mongoose.Types.Decimal128,
424
+ type: mongoose.Schema.Types.Number,
425
425
  default: 0.75,
426
426
  },
427
427
 
@@ -134,8 +134,8 @@ const clientSchema = new mongoose.Schema(
134
134
  default: "",
135
135
  },
136
136
  ratio: {
137
- type:mongoose.Schema.Types.Double,
138
- default: "0.75",
137
+ type:mongoose.Schema.Types.Number,
138
+ default: 0.75,
139
139
  },
140
140
  },
141
141
  ticketConfigs: {