@openmdm/core 0.3.0 → 0.4.0
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/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/schema.js +2 -0
- package/dist/schema.js.map +1 -1
- package/dist/types.d.ts +3 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
- package/src/schema.ts +1 -0
- package/src/types.ts +3 -0
package/dist/index.js
CHANGED
|
@@ -1378,6 +1378,8 @@ var mdmSchema = {
|
|
|
1378
1378
|
nullable: true,
|
|
1379
1379
|
references: { table: "mdm_policies", column: "id", onDelete: "set null" }
|
|
1380
1380
|
},
|
|
1381
|
+
agent_version: { type: "string", nullable: true },
|
|
1382
|
+
// MDM agent version installed on device
|
|
1381
1383
|
last_heartbeat: { type: "datetime", nullable: true },
|
|
1382
1384
|
last_sync: { type: "datetime", nullable: true },
|
|
1383
1385
|
// Telemetry (denormalized for quick access)
|