tango-api-schema 1.0.35 → 1.0.36

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