@justair/justair-library 4.10.0 → 4.11.0-alpha.01d9e98

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.
@@ -1 +1 @@
1
- {"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../src/models/monitors.js"],"names":[],"mappings":"AAiLA,iCAsHE;AA6IF,2BAA4D;AArS5D,qCA4BE;AAGF,+BAAwE;AA7KxE,sCAsBE"}
1
+ {"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../src/models/monitors.js"],"names":[],"mappings":"AAiLA,iCAwHE;AA6IF,2BAA4D;AAvS5D,qCA4BE;AAGF,+BAAwE;AA7KxE,sCAsBE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justair/justair-library",
3
- "version": "4.10.0",
3
+ "version": "4.11.0-alpha.01d9e98",
4
4
  "description": "JustAir Internal Library",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -289,6 +289,8 @@ const monitorsSchema = mongoose.Schema(
289
289
  enum: Object.values(deploymentTypesEnum),
290
290
  default: deploymentTypesEnum.STATIONARY,
291
291
  },
292
+ // Optional black carbon device ID for Clarity
293
+ blackCarbonDeviceId: { type: String, required: false },
292
294
  },
293
295
  {
294
296
  timestamps: true,