@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/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.101",
2
+ "version": "0.1.102",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "service": true
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.1.102",
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": "88919f79e45f33b2eabe40db336a34487d99f700"
12
+ "gitHead": "5f93ee193c693299c7484d15bd01533a249549ab"
13
13
  }
@@ -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 string install_date = 2;
2560
+ optional google.protobuf.Timestamp install_date = 2;
2561
2561
  optional string install_version = 3;
2562
2562
  optional string package_source = 4;
2563
2563
  }