@lansweeper/data-platform-outbound-grpc 0.1.102 → 0.1.103
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 +3 -3
- package/gen-proto/outbound_pb.js +16 -13
- package/generated-go/outbound.pb.go +651 -648
- 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.103",
|
|
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": "5f93ee193c693299c7484d15bd01533a249549ab"
|
|
13
13
|
}
|
package/proto/outbound.proto
CHANGED
|
@@ -2557,7 +2557,7 @@ message SoftwareChangeEvent {
|
|
|
2557
2557
|
// macOS installation history - To be mapped from inbound entity: MacInstallHistory
|
|
2558
2558
|
message ComputerMacInstallHistory {
|
|
2559
2559
|
optional string name = 1;
|
|
2560
|
-
optional
|
|
2560
|
+
optional google.protobuf.Timestamp install_date = 2;
|
|
2561
2561
|
optional string install_version = 3;
|
|
2562
2562
|
optional string package_source = 4;
|
|
2563
2563
|
}
|