@alwaysai/device-agent-schemas 2.4.2 → 2.6.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.
@@ -44,16 +44,16 @@
44
44
  "type": "string"
45
45
  },
46
46
  "cores": {
47
- "type": "number"
47
+ "type": "string"
48
48
  },
49
49
  "physicalCores": {
50
- "type": "number"
50
+ "type": "string"
51
51
  },
52
52
  "efficiencyCores": {
53
- "type": "number"
53
+ "type": "string"
54
54
  },
55
55
  "processors": {
56
- "type": "number"
56
+ "type": "string"
57
57
  }
58
58
  },
59
59
  "additionalProperties": false
@@ -79,13 +79,15 @@
79
79
  "type": "string"
80
80
  },
81
81
  "size": {
82
- "type": "number"
82
+ "type": "string"
83
83
  }
84
- }
84
+ },
85
+ "additionalProperties": false
85
86
  }
86
87
  }
87
88
  },
88
- "additionalProperties": false
89
+ "additionalProperties": false,
90
+ "required": []
89
91
  },
90
92
  "device": {
91
93
  "type": "object",
@@ -51,9 +51,10 @@ export interface SystemInformationShadowUpdate {
51
51
  brand?: string;
52
52
  vendor?: string;
53
53
  model?: string;
54
- cores?: number;
55
- physicalCores?: number;
56
- efficiencyCores?: number;
54
+ cores?: string;
55
+ physicalCores?: string;
56
+ efficiencyCores?: string;
57
+ processors?: string;
57
58
  };
58
59
  disk?: {
59
60
  drives: {
@@ -61,7 +62,7 @@ export interface SystemInformationShadowUpdate {
61
62
  type?: string;
62
63
  name?: string;
63
64
  vendor?: string;
64
- size?: number;
65
+ size?: string;
65
66
  }[];
66
67
  };
67
68
  device?: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alwaysai/device-agent-schemas",
3
3
  "description": "alwaysAI schemas",
4
- "version": "2.4.2",
4
+ "version": "2.6.0",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "files": [