@justair/justair-library 4.14.0 → 4.15.0-alpha.6e95323

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": "@justair/justair-library",
3
- "version": "4.14.0",
3
+ "version": "4.15.0-alpha.6e95323",
4
4
  "description": "JustAir Internal Library",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -97,7 +97,7 @@ const organizationsSchema = mongoose.Schema(
97
97
  orgCode: String,
98
98
  orgDescription: String,
99
99
  orgLogo: String,
100
- customAlertLevels: [Object],
100
+ customAlertLevels: { type: [Object], default: [{ parameter: "AQI", startAlertLevel: "Unhealthy for SG" }] },
101
101
  connectedMonitors: [{ type: mongoose.Types.ObjectId, ref: "Monitors" }],
102
102
  communityMessages: [Object],
103
103
  weeklyReportData: [Object],