@lansweeper/data-platform-outbound-grpc 0.1.93 → 0.1.94
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 +24 -22
- package/generated-go/outbound.pb.go +5156 -5158
- 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.94",
|
|
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": "908346fcd709a16c11397b5c0399cfbd19b45a6f"
|
|
13
13
|
}
|
package/proto/outbound.proto
CHANGED
|
@@ -270,7 +270,7 @@ message Computer {
|
|
|
270
270
|
repeated RunningProcess running_process = 206;
|
|
271
271
|
repeated SharedResource shared_resource = 207;
|
|
272
272
|
optional InternetExplorer internet_explorer = 208; // specific to IE on Windows
|
|
273
|
-
|
|
273
|
+
repeated WindowsSqlServer windows_sql_server = 209; // specific to SQL server on Windows
|
|
274
274
|
repeated ComputerWindowsNetworkClient windows_network_client = 210;
|
|
275
275
|
repeated NetworkVolume network_volume = 211;
|
|
276
276
|
repeated ComputerWindowsCertificate windows_cert = 212;
|