@lansweeper/data-platform-outbound-grpc 0.1.36 → 0.1.37

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/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.35",
2
+ "version": "0.1.36",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "service": true
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "Data Platform Outbound gRPC",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -9,5 +9,5 @@
9
9
  "@grpc/grpc-js": "^1.5.1",
10
10
  "google-protobuf": "^3.17.0"
11
11
  },
12
- "gitHead": "369d8ae0c536fa5ef2506672f736f23113d640bd"
12
+ "gitHead": "0608ad37a077c6f538d347696f1f36562871644d"
13
13
  }
@@ -114,7 +114,7 @@ message Asset {
114
114
  CoreFields core = 6;
115
115
 
116
116
  optional HardwareInfo hw = 7;
117
- optional OperatingSystemInfo deprecated_os = 8;
117
+ optional OperatingSystem os = 8;
118
118
 
119
119
  optional SoftwareInventory software_inventory = 9;
120
120
  optional AntivirusSoftware antivirus = 26;
@@ -291,7 +291,7 @@ message SpecHardwareInfo {
291
291
 
292
292
 
293
293
 
294
- message OperatingSystemInfo {
294
+ message OperatingSystem {
295
295
  // catalog id of: CatalogOs
296
296
  optional int64 id = 1;
297
297