@justair/justair-library 4.8.27 → 4.8.28

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.8.27",
3
+ "version": "4.8.28",
4
4
  "description": "JustAir Internal Library",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -213,6 +213,9 @@ const monitorsSchema = mongoose.Schema(
213
213
  },
214
214
  sponsor: { type: mongoose.Types.ObjectId, ref: "Organizations" },
215
215
  sponsorName: String,
216
+ // Sponsored By, Managed By (both optional strings for display purposes)
217
+ sponsoredBy: String,
218
+ managedBy: String,
216
219
  monitorLatitude: Number,
217
220
  monitorLongitude: Number,
218
221
  gpsLocation: {