@lansweeper/discovery-sensor-proto 2.79.1 → 2.79.2
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-sensor-proto",
|
|
3
3
|
"description": "Discovery Sensor proto",
|
|
4
|
-
"version": "2.79.
|
|
4
|
+
"version": "2.79.2",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "251c4d4af812b114020d48000967f4bc1a861135"
|
|
20
20
|
}
|
|
@@ -95,12 +95,7 @@ message ActiveDirectoryUser {
|
|
|
95
95
|
google.protobuf.StringValue primary_group_object_guid = 54;
|
|
96
96
|
google.protobuf.StringValue manager_object_guid = 55;
|
|
97
97
|
repeated google.protobuf.StringValue member_of_object_guids = 56;
|
|
98
|
-
repeated DirectReport direct_reports = 57;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
message DirectReport {
|
|
102
|
-
google.protobuf.StringValue ad_user_key = 1;
|
|
103
|
-
google.protobuf.StringValue display_name = 2;
|
|
98
|
+
repeated DirectReport direct_reports = 57 [deprecated=true];
|
|
104
99
|
}
|
|
105
100
|
|
|
106
101
|
message ActiveDirectoryGroup {
|
|
@@ -417,6 +412,12 @@ message AzureAdUser {
|
|
|
417
412
|
google.protobuf.StringValue surname = 39;
|
|
418
413
|
google.protobuf.StringValue state = 40;
|
|
419
414
|
google.protobuf.StringValue user_principal_name = 41;
|
|
415
|
+
repeated DirectReport direct_reports = 42;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
message DirectReport {
|
|
419
|
+
google.protobuf.StringValue ad_user_key = 1;
|
|
420
|
+
google.protobuf.StringValue display_name = 2;
|
|
420
421
|
}
|
|
421
422
|
|
|
422
423
|
/* ChromeOS API scanning root object */
|