@lansweeper/data-platform-outbound-grpc 0.1.97 → 0.1.98

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.96",
2
+ "version": "0.1.97",
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.97",
3
+ "version": "0.1.98",
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": "150d31590c1ee9346e597cb94023140fa17f4a32"
12
+ "gitHead": "31437d502d9efac4cc9f6ec368e26f25ce3e22f6"
13
13
  }
@@ -283,6 +283,7 @@ message Computer {
283
283
  repeated ComputerWindowsSat windows_sat = 218;
284
284
  repeated ComputerWindowsCodec windows_codec = 219;
285
285
  optional ComputerMacAccessibility mac_accessibility = 220;
286
+ repeated ComputerMacOsFramework mac_framework = 221;
286
287
 
287
288
  // USERS AND ACCOUNT
288
289
  optional LastUser last_user = 301; // i.e. computer current user
@@ -2310,9 +2311,18 @@ message PortableBattery {
2310
2311
  optional string smart_battery_version = 11;
2311
2312
  }
2312
2313
 
2313
-
2314
-
2315
-
2314
+ // MacOS Frameworks system library. To be mapped from MacFramework inbound model
2315
+ message ComputerMacOsFramework {
2316
+ optional string name = 1;
2317
+ optional string arch_kind = 2;
2318
+ optional string info = 3;
2319
+ optional google.protobuf.Timestamp last_modified = 4;
2320
+ optional string obtained_from = 5;
2321
+ optional string path_location = 6;
2322
+ optional string private_framework = 7;
2323
+ repeated string signed_by = 8;
2324
+ optional string version = 9;
2325
+ }
2316
2326
 
2317
2327
  /**
2318
2328
  * A Mapped value is a numeric field that can optionally have a text looked up value.