@lansweeper/data-platform-outbound-grpc 0.1.32 → 0.1.33
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 +5 -6
- package/gen-proto/outbound_pb.js +31 -22
- package/generated-go/outbound.pb.go +1513 -1515
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +1 -1
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.33",
|
|
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": "c740d732cf6fdd31b4a7c68254fb82aaf301469b"
|
|
13
13
|
}
|
package/proto/outbound.proto
CHANGED
|
@@ -343,7 +343,7 @@ message OperatingSystem {
|
|
|
343
343
|
optional string service_pack_name = 31; //Service Pack 3 Windows
|
|
344
344
|
optional int32 sp_major_version = 32; //3 Windows
|
|
345
345
|
optional int32 sp_minor_version = 33; // 0 Windows
|
|
346
|
-
|
|
346
|
+
repeated MappedValue suite_mask = 34; //Communications,Datacenter Edition Windows
|
|
347
347
|
optional MappedValue system_role = 35; // workstation (1), domain controller (2) or server (3) Windows
|
|
348
348
|
optional string uuid = 36; // 241F0742-E4BD-42F9-5B77-D243F25C3188 Windows, Linux, Mac
|
|
349
349
|
optional string version = 37; // 22H2 Windows
|