@lansweeper/data-platform-outbound-grpc 0.1.76 → 0.1.78
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +11 -10
- package/gen-proto/outbound_pb.js +85 -87
- package/generated-go/outbound.pb.go +4323 -4321
- 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.78",
|
|
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": "dc5c078e7b45b1670d69212acd66d4f91dbe9dea"
|
|
13
13
|
}
|
package/proto/outbound.proto
CHANGED
|
@@ -215,7 +215,6 @@ message Computer {
|
|
|
215
215
|
repeated Driver driver = 205;
|
|
216
216
|
repeated RunningProcess running_process = 206;
|
|
217
217
|
repeated SharedResource shared_resource = 207;
|
|
218
|
-
repeated SharedPermission shared_permission = 212;
|
|
219
218
|
optional InternetExplorer internet_explorer = 208; // specific to IE on Windows
|
|
220
219
|
optional WindowsSqlServer windows_sql_server = 209; // specific to SQL server on Windows
|
|
221
220
|
repeated ComputerWindowsNetworkClient windows_network_client = 210;
|
|
@@ -1080,6 +1079,7 @@ message SharedResource {
|
|
|
1080
1079
|
optional string name = 2;
|
|
1081
1080
|
optional string path = 3;
|
|
1082
1081
|
optional MappedValue type = 4;
|
|
1082
|
+
repeated SharedPermission shared_permission = 5;
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
1085
|
/**
|
|
@@ -1790,7 +1790,7 @@ message ComputerWindowsIdeController {
|
|
|
1790
1790
|
optional string caption = 1;
|
|
1791
1791
|
optional string device_id = 2;
|
|
1792
1792
|
optional string manufacturer = 3;
|
|
1793
|
-
|
|
1793
|
+
optional MappedValue protocol_supported = 4;
|
|
1794
1794
|
}
|
|
1795
1795
|
|
|
1796
1796
|
/**
|