@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/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +25 -25
- package/gen-proto/outbound_pb.js +117 -117
- package/generated-go/outbound.pb.go +1899 -1901
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +2 -2
package/java.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/data-platform-outbound-grpc",
|
|
3
|
-
"version": "0.1.
|
|
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": "
|
|
12
|
+
"gitHead": "0608ad37a077c6f538d347696f1f36562871644d"
|
|
13
13
|
}
|
package/proto/outbound.proto
CHANGED
|
@@ -114,7 +114,7 @@ message Asset {
|
|
|
114
114
|
CoreFields core = 6;
|
|
115
115
|
|
|
116
116
|
optional HardwareInfo hw = 7;
|
|
117
|
-
optional
|
|
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
|
|
294
|
+
message OperatingSystem {
|
|
295
295
|
// catalog id of: CatalogOs
|
|
296
296
|
optional int64 id = 1;
|
|
297
297
|
|