@lansweeper/discovery-sensor-proto 2.76.2 → 2.78.0
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.
|
|
4
|
+
"version": "2.78.0",
|
|
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": "3908eb311d004eff98b9751ef54e07c397218c8c"
|
|
20
20
|
}
|
|
@@ -33,6 +33,7 @@ message ActiveDirectoryObject {
|
|
|
33
33
|
ActiveDirectoryUser user = 11;
|
|
34
34
|
ActiveDirectoryGroup group = 12;
|
|
35
35
|
ActiveDirectoryComputer computer = 13;
|
|
36
|
+
ActiveDirectoryPrinter printer = 14;
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
39
|
|
|
@@ -137,6 +138,48 @@ message ActiveDirectoryComputer {
|
|
|
137
138
|
google.protobuf.StringValue dns_hostname = 15;
|
|
138
139
|
}
|
|
139
140
|
|
|
141
|
+
message ActiveDirectoryPrinter {
|
|
142
|
+
google.protobuf.StringValue description = 1;
|
|
143
|
+
google.protobuf.StringValue cn = 2;
|
|
144
|
+
google.protobuf.StringValue driver_version = 3;
|
|
145
|
+
google.protobuf.StringValue server_name = 4;
|
|
146
|
+
google.protobuf.StringValue d_score_propagation_data = 5;
|
|
147
|
+
google.protobuf.StringValue nt_security_descriptor = 6;
|
|
148
|
+
google.protobuf.StringValue print_start_time = 7;
|
|
149
|
+
google.protobuf.StringValue print_bin_names = 8;
|
|
150
|
+
google.protobuf.StringValue print_color = 9;
|
|
151
|
+
google.protobuf.StringValue print_keep_printed_jobs = 10;
|
|
152
|
+
google.protobuf.StringValue print_spooling = 11;
|
|
153
|
+
google.protobuf.StringValue print_duplex_supported = 12;
|
|
154
|
+
google.protobuf.StringValue print_min_y_extent = 13;
|
|
155
|
+
google.protobuf.StringValue print_max_y_extent = 14;
|
|
156
|
+
google.protobuf.StringValue print_min_x_extent = 15;
|
|
157
|
+
google.protobuf.StringValue print_max_x_extent = 16;
|
|
158
|
+
google.protobuf.StringValue print_max_resolution_supported = 17;
|
|
159
|
+
google.protobuf.StringValue print_pages_per_minute = 18;
|
|
160
|
+
google.protobuf.StringValue print_stapling_supported = 19;
|
|
161
|
+
google.protobuf.StringValue instance_type = 20;
|
|
162
|
+
google.protobuf.StringValue print_collate = 21;
|
|
163
|
+
google.protobuf.StringValue print_rate_unit = 22;
|
|
164
|
+
google.protobuf.StringValue print_end_time = 23;
|
|
165
|
+
google.protobuf.StringValue port_name = 24;
|
|
166
|
+
google.protobuf.StringValue priority = 25;
|
|
167
|
+
google.protobuf.StringValue version_number = 26;
|
|
168
|
+
google.protobuf.StringValue printer_name = 27;
|
|
169
|
+
google.protobuf.StringValue short_server_name = 28;
|
|
170
|
+
google.protobuf.StringValue print_media_ready = 29;
|
|
171
|
+
google.protobuf.StringValue print_media_supported = 30;
|
|
172
|
+
google.protobuf.StringValue unc_name = 31;
|
|
173
|
+
google.protobuf.StringValue usn_changed = 32;
|
|
174
|
+
google.protobuf.StringValue usn_created = 33;
|
|
175
|
+
google.protobuf.StringValue category = 34;
|
|
176
|
+
google.protobuf.StringValue driver_name = 35;
|
|
177
|
+
google.protobuf.StringValue print_orientations_supported = 36;
|
|
178
|
+
google.protobuf.StringValue print_share_name = 37;
|
|
179
|
+
google.protobuf.StringValue print_rate = 38;
|
|
180
|
+
google.protobuf.StringValue ip_address = 39;
|
|
181
|
+
}
|
|
182
|
+
|
|
140
183
|
/* AirWatch API scanning root object */
|
|
141
184
|
message AirWatchOrganizationGroups {
|
|
142
185
|
repeated AirWatchOrganizationGroup entries = 1;
|