@lansweeper/data-platform-outbound-grpc 0.5.0 → 0.6.1
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 +24 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +254 -0
- package/gen-proto/outbound_pb.js +2055 -0
- package/generated-go/outbound.pb.go +12402 -11863
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +43 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinterOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +43 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter.java +5697 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinterOrBuilder.java +649 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +299 -114
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3674 -3613
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +3 -1
- package/model/target/{outbound-model-0.4.10-sources.jar → outbound-model-0.6.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.4.10.jar → outbound-model-0.6.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +43 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.4.10-sources.jar → outbound-service-0.6.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.4.10.jar → outbound-service-0.6.0.jar} +0 -0
package/java.json
CHANGED
package/model/pom.xml
CHANGED
|
@@ -314,6 +314,7 @@ message Asset {
|
|
|
314
314
|
optional ActiveDirectoryComputer ad_computer = 88;
|
|
315
315
|
optional HyperV hyper_v_computer = 89;
|
|
316
316
|
|
|
317
|
+
optional ActiveDirectoryPrinter ad_printer = 96;
|
|
317
318
|
optional Printer printer = 84;
|
|
318
319
|
optional Ups ups = 85;
|
|
319
320
|
|
|
@@ -3887,6 +3888,48 @@ message ActiveDirectoryComputer {
|
|
|
3887
3888
|
optional string managed_by_group_oid = 15; // translated into relation
|
|
3888
3889
|
}
|
|
3889
3890
|
|
|
3891
|
+
message ActiveDirectoryPrinter {
|
|
3892
|
+
optional string description = 1;
|
|
3893
|
+
optional string cn = 2;
|
|
3894
|
+
optional uint32 driver_version = 3;
|
|
3895
|
+
optional string server_name = 4;
|
|
3896
|
+
optional string d_score_propagation_data = 5;
|
|
3897
|
+
optional string nt_security_descriptor = 6;
|
|
3898
|
+
optional uint32 print_start_time = 7;
|
|
3899
|
+
repeated string print_bin_names = 8; // from a ; separated list of bin names
|
|
3900
|
+
optional bool print_color = 9;
|
|
3901
|
+
optional bool print_keep_printed_jobs = 10;
|
|
3902
|
+
optional string print_spooling = 11;
|
|
3903
|
+
optional bool print_duplex_supported = 12;
|
|
3904
|
+
optional uint32 print_min_y_extent = 13;
|
|
3905
|
+
optional uint32 print_max_y_extent = 14;
|
|
3906
|
+
optional uint32 print_min_x_extent = 15;
|
|
3907
|
+
optional uint32 print_max_x_extent = 16;
|
|
3908
|
+
optional uint32 print_max_resolution_supported = 17;
|
|
3909
|
+
optional uint32 print_pages_per_minute = 18;
|
|
3910
|
+
optional bool print_stapling_supported = 19;
|
|
3911
|
+
optional uint32 instance_type = 20;
|
|
3912
|
+
optional bool print_collate = 21;
|
|
3913
|
+
optional uint32 print_rate = 38;
|
|
3914
|
+
optional string print_rate_unit = 22;
|
|
3915
|
+
optional uint32 print_end_time = 23;
|
|
3916
|
+
optional string port_name = 24;
|
|
3917
|
+
optional string priority = 25;
|
|
3918
|
+
optional string version_number = 26;
|
|
3919
|
+
optional string printer_name = 27;
|
|
3920
|
+
optional string short_server_name = 28;
|
|
3921
|
+
optional string print_media_ready = 29;
|
|
3922
|
+
repeated string print_media_supported = 30; // from a ; separated list of supported media types
|
|
3923
|
+
optional string unc_name = 31;
|
|
3924
|
+
optional string usn_changed = 32;
|
|
3925
|
+
optional string usn_created = 33;
|
|
3926
|
+
optional string category = 34;
|
|
3927
|
+
optional string driver_name = 35;
|
|
3928
|
+
repeated string print_orientations_supported = 36; // from a ; separated list of supported orientations
|
|
3929
|
+
optional string print_share_name = 37;
|
|
3930
|
+
optional string ip_address = 39;
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3890
3933
|
message ActiveDirectoryDomain {
|
|
3891
3934
|
ActiveDirectoryObject ad_object = 1;
|
|
3892
3935
|
|
|
Binary file
|
package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter$Builder.class
ADDED
|
Binary file
|
|
Binary file
|
package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinterOrBuilder.class
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -314,6 +314,7 @@ message Asset {
|
|
|
314
314
|
optional ActiveDirectoryComputer ad_computer = 88;
|
|
315
315
|
optional HyperV hyper_v_computer = 89;
|
|
316
316
|
|
|
317
|
+
optional ActiveDirectoryPrinter ad_printer = 96;
|
|
317
318
|
optional Printer printer = 84;
|
|
318
319
|
optional Ups ups = 85;
|
|
319
320
|
|
|
@@ -3887,6 +3888,48 @@ message ActiveDirectoryComputer {
|
|
|
3887
3888
|
optional string managed_by_group_oid = 15; // translated into relation
|
|
3888
3889
|
}
|
|
3889
3890
|
|
|
3891
|
+
message ActiveDirectoryPrinter {
|
|
3892
|
+
optional string description = 1;
|
|
3893
|
+
optional string cn = 2;
|
|
3894
|
+
optional uint32 driver_version = 3;
|
|
3895
|
+
optional string server_name = 4;
|
|
3896
|
+
optional string d_score_propagation_data = 5;
|
|
3897
|
+
optional string nt_security_descriptor = 6;
|
|
3898
|
+
optional uint32 print_start_time = 7;
|
|
3899
|
+
repeated string print_bin_names = 8; // from a ; separated list of bin names
|
|
3900
|
+
optional bool print_color = 9;
|
|
3901
|
+
optional bool print_keep_printed_jobs = 10;
|
|
3902
|
+
optional string print_spooling = 11;
|
|
3903
|
+
optional bool print_duplex_supported = 12;
|
|
3904
|
+
optional uint32 print_min_y_extent = 13;
|
|
3905
|
+
optional uint32 print_max_y_extent = 14;
|
|
3906
|
+
optional uint32 print_min_x_extent = 15;
|
|
3907
|
+
optional uint32 print_max_x_extent = 16;
|
|
3908
|
+
optional uint32 print_max_resolution_supported = 17;
|
|
3909
|
+
optional uint32 print_pages_per_minute = 18;
|
|
3910
|
+
optional bool print_stapling_supported = 19;
|
|
3911
|
+
optional uint32 instance_type = 20;
|
|
3912
|
+
optional bool print_collate = 21;
|
|
3913
|
+
optional uint32 print_rate = 38;
|
|
3914
|
+
optional string print_rate_unit = 22;
|
|
3915
|
+
optional uint32 print_end_time = 23;
|
|
3916
|
+
optional string port_name = 24;
|
|
3917
|
+
optional string priority = 25;
|
|
3918
|
+
optional string version_number = 26;
|
|
3919
|
+
optional string printer_name = 27;
|
|
3920
|
+
optional string short_server_name = 28;
|
|
3921
|
+
optional string print_media_ready = 29;
|
|
3922
|
+
repeated string print_media_supported = 30; // from a ; separated list of supported media types
|
|
3923
|
+
optional string unc_name = 31;
|
|
3924
|
+
optional string usn_changed = 32;
|
|
3925
|
+
optional string usn_created = 33;
|
|
3926
|
+
optional string category = 34;
|
|
3927
|
+
optional string driver_name = 35;
|
|
3928
|
+
repeated string print_orientations_supported = 36; // from a ; separated list of supported orientations
|
|
3929
|
+
optional string print_share_name = 37;
|
|
3930
|
+
optional string ip_address = 39;
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3890
3933
|
message ActiveDirectoryDomain {
|
|
3891
3934
|
ActiveDirectoryObject ad_object = 1;
|
|
3892
3935
|
|