@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,
|
|
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
package/src/models/monitors.js
CHANGED
|
@@ -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,
|