tango-api-schema 1.0.36 → 1.0.37

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.37",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -135,7 +135,7 @@ const clientSchema = new mongoose.Schema(
135
135
  },
136
136
  ratio: {
137
137
  type:mongoose.Schema.Types.Double,
138
- default: "0.75",
138
+ default: 0.75,
139
139
  },
140
140
  },
141
141
  ticketConfigs: {