@lansweeper/data-platform-outbound-grpc 0.3.32 → 0.3.34

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +24 -0
  4. package/gen-proto/outbound_pb.js +202 -1
  5. package/generated-go/outbound.pb.go +7369 -7311
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +9 -5
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroupOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Processor$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Processor$Builder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Processor.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/ProcessorOrBuilder.class +0 -0
  26. package/model/target/classes/outbound.proto +9 -5
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.java +323 -138
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.java +15 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup.java +286 -101
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroupOrBuilder.java +15 -0
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +801 -616
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +15 -0
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2357 -2349
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Processor.java +247 -54
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ProcessorOrBuilder.java +44 -15
  36. package/model/target/maven-archiver/pom.properties +2 -2
  37. package/model/target/{outbound-model-0.3.31-sources.jar → outbound-model-0.3.33-sources.jar} +0 -0
  38. package/model/target/{outbound-model-0.3.31.jar → outbound-model-0.3.33.jar} +0 -0
  39. package/package.json +2 -2
  40. package/pom.xml +1 -1
  41. package/proto/outbound.proto +9 -5
  42. package/service/pom.xml +1 -1
  43. package/service/target/maven-archiver/pom.properties +2 -2
  44. package/service/target/{outbound-service-0.3.31-sources.jar → outbound-service-0.3.33-sources.jar} +0 -0
  45. package/service/target/{outbound-service-0.3.31.jar → outbound-service-0.3.33.jar} +0 -0
@@ -574,7 +574,7 @@ public interface ProcessorOrBuilder extends
574
574
 
575
575
  /**
576
576
  * <pre>
577
- * Windows-only, probably not used much by customers due to its complexity
577
+ * Windows and Linux, for Windows probably not used much by customers due to its complexity
578
578
  * </pre>
579
579
  *
580
580
  * <code>optional string processor_id = 28;</code>
@@ -583,7 +583,7 @@ public interface ProcessorOrBuilder extends
583
583
  boolean hasProcessorId();
584
584
  /**
585
585
  * <pre>
586
- * Windows-only, probably not used much by customers due to its complexity
586
+ * Windows and Linux, for Windows probably not used much by customers due to its complexity
587
587
  * </pre>
588
588
  *
589
589
  * <code>optional string processor_id = 28;</code>
@@ -592,7 +592,7 @@ public interface ProcessorOrBuilder extends
592
592
  java.lang.String getProcessorId();
593
593
  /**
594
594
  * <pre>
595
- * Windows-only, probably not used much by customers due to its complexity
595
+ * Windows and Linux, for Windows probably not used much by customers due to its complexity
596
596
  * </pre>
597
597
  *
598
598
  * <code>optional string processor_id = 28;</code>
@@ -603,7 +603,7 @@ public interface ProcessorOrBuilder extends
603
603
 
604
604
  /**
605
605
  * <pre>
606
- * Windows-only
606
+ * Windows and Linux
607
607
  * </pre>
608
608
  *
609
609
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue processor_type = 29;</code>
@@ -612,7 +612,7 @@ public interface ProcessorOrBuilder extends
612
612
  boolean hasProcessorType();
613
613
  /**
614
614
  * <pre>
615
- * Windows-only
615
+ * Windows and Linux
616
616
  * </pre>
617
617
  *
618
618
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue processor_type = 29;</code>
@@ -621,7 +621,7 @@ public interface ProcessorOrBuilder extends
621
621
  com.lansweeper.dp.outbound.v1.MappedValue getProcessorType();
622
622
  /**
623
623
  * <pre>
624
- * Windows-only
624
+ * Windows and Linux
625
625
  * </pre>
626
626
  *
627
627
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue processor_type = 29;</code>
@@ -697,7 +697,7 @@ public interface ProcessorOrBuilder extends
697
697
 
698
698
  /**
699
699
  * <pre>
700
- * Windows-only
700
+ * Windows and Linux
701
701
  * </pre>
702
702
  *
703
703
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue status = 33;</code>
@@ -706,7 +706,7 @@ public interface ProcessorOrBuilder extends
706
706
  boolean hasStatus();
707
707
  /**
708
708
  * <pre>
709
- * Windows-only
709
+ * Windows and Linux
710
710
  * </pre>
711
711
  *
712
712
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue status = 33;</code>
@@ -715,7 +715,7 @@ public interface ProcessorOrBuilder extends
715
715
  com.lansweeper.dp.outbound.v1.MappedValue getStatus();
716
716
  /**
717
717
  * <pre>
718
- * Windows-only
718
+ * Windows and Linux
719
719
  * </pre>
720
720
  *
721
721
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue status = 33;</code>
@@ -818,7 +818,7 @@ public interface ProcessorOrBuilder extends
818
818
 
819
819
  /**
820
820
  * <pre>
821
- * Windows-only
821
+ * Windows and Linux
822
822
  * </pre>
823
823
  *
824
824
  * <code>optional string version = 38;</code>
@@ -827,7 +827,7 @@ public interface ProcessorOrBuilder extends
827
827
  boolean hasVersion();
828
828
  /**
829
829
  * <pre>
830
- * Windows-only
830
+ * Windows and Linux
831
831
  * </pre>
832
832
  *
833
833
  * <code>optional string version = 38;</code>
@@ -836,7 +836,7 @@ public interface ProcessorOrBuilder extends
836
836
  java.lang.String getVersion();
837
837
  /**
838
838
  * <pre>
839
- * Windows-only
839
+ * Windows and Linux
840
840
  * </pre>
841
841
  *
842
842
  * <code>optional string version = 38;</code>
@@ -876,7 +876,7 @@ public interface ProcessorOrBuilder extends
876
876
 
877
877
  /**
878
878
  * <pre>
879
- * Windows-only
879
+ * Windows and Linux
880
880
  * </pre>
881
881
  *
882
882
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue voltage_capabilities = 40;</code>
@@ -885,7 +885,7 @@ public interface ProcessorOrBuilder extends
885
885
  boolean hasVoltageCapabilities();
886
886
  /**
887
887
  * <pre>
888
- * Windows-only
888
+ * Windows and Linux
889
889
  * </pre>
890
890
  *
891
891
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue voltage_capabilities = 40;</code>
@@ -894,10 +894,39 @@ public interface ProcessorOrBuilder extends
894
894
  com.lansweeper.dp.outbound.v1.MappedValue getVoltageCapabilities();
895
895
  /**
896
896
  * <pre>
897
- * Windows-only
897
+ * Windows and Linux
898
898
  * </pre>
899
899
  *
900
900
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue voltage_capabilities = 40;</code>
901
901
  */
902
902
  com.lansweeper.dp.outbound.v1.MappedValueOrBuilder getVoltageCapabilitiesOrBuilder();
903
+
904
+ /**
905
+ * <pre>
906
+ * Linux-only
907
+ * </pre>
908
+ *
909
+ * <code>optional string serial_number = 41;</code>
910
+ * @return Whether the serialNumber field is set.
911
+ */
912
+ boolean hasSerialNumber();
913
+ /**
914
+ * <pre>
915
+ * Linux-only
916
+ * </pre>
917
+ *
918
+ * <code>optional string serial_number = 41;</code>
919
+ * @return The serialNumber.
920
+ */
921
+ java.lang.String getSerialNumber();
922
+ /**
923
+ * <pre>
924
+ * Linux-only
925
+ * </pre>
926
+ *
927
+ * <code>optional string serial_number = 41;</code>
928
+ * @return The bytes for serialNumber.
929
+ */
930
+ com.google.protobuf.ByteString
931
+ getSerialNumberBytes();
903
932
  }
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Tue Nov 12 10:36:54 UTC 2024
2
+ #Wed Nov 20 08:45:56 UTC 2024
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.3.31
5
+ version=0.3.33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.3.32",
3
+ "version": "0.3.34",
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": "e8ca20a46c3e43e2dcfc31b107f3100d3d58cf92"
12
+ "gitHead": "229077380c4f647fc8e15d326a607cf3beb7a2b1"
13
13
  }
package/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <groupId>com.lansweeper.dp.outbound.v1</groupId>
8
8
  <artifactId>parent</artifactId>
9
- <version>0.3.31</version>
9
+ <version>0.3.33</version>
10
10
  <packaging>pom</packaging>
11
11
  <modules>
12
12
  <module>model</module>
@@ -1488,19 +1488,20 @@ message Processor {
1488
1488
  optional int32 model_number = 25; // Linux-only, standardize to numeric
1489
1489
  optional string op_modes = 26; // Linux-only
1490
1490
  optional int32 physical_cores_count = 27 ;
1491
- optional string processor_id = 28; // Windows-only, probably not used much by customers due to its complexity
1492
- optional MappedValue processor_type = 29; // Windows-only
1491
+ optional string processor_id = 28; // Windows and Linux, for Windows probably not used much by customers due to its complexity
1492
+ optional MappedValue processor_type = 29; // Windows and Linux
1493
1493
  optional int32 revision = 30; // Windows-only
1494
1494
  optional string socket_designation = 31; // Windows-only
1495
1495
  optional int32 sockets = 32; // Linux-only
1496
- optional MappedValue status = 33; // Windows-only
1496
+ optional MappedValue status = 33; // Windows and Linux
1497
1497
  optional int32 stepping = 34; // Consolidate on-prem fields into single numeric list
1498
1498
  optional int32 threads_per_physical_core_count = 35; // Linux-only and Esxi
1499
1499
  optional string unique_id = 36; // Windows-only
1500
1500
  optional MappedValue upgrade_method = 37; // Windows-only
1501
- optional string version = 38; // Windows-only
1501
+ optional string version = 38; // Windows and Linux
1502
1502
  optional string virtualization = 39; // Linux-only
1503
- optional MappedValue voltage_capabilities = 40; // Windows-only
1503
+ optional MappedValue voltage_capabilities = 40; // Windows and Linux
1504
+ optional string serial_number = 41; // Linux-only
1504
1505
  }
1505
1506
 
1506
1507
  /** Chassis **/
@@ -3818,6 +3819,7 @@ message ActiveDirectoryObject {
3818
3819
  message ActiveDirectoryComputer {
3819
3820
 
3820
3821
  ActiveDirectoryObject ad_object = 1;
3822
+ optional ActiveDirectoryDomain ad_domain = 16;
3821
3823
 
3822
3824
  optional string sam_account_name = 2;
3823
3825
  optional string cn = 3;
@@ -3849,6 +3851,7 @@ message ActiveDirectoryDomain {
3849
3851
  */
3850
3852
  message ActiveDirectoryUser {
3851
3853
  ActiveDirectoryObject ad_object = 1;
3854
+ optional ActiveDirectoryDomain ad_domain = 59;
3852
3855
 
3853
3856
  optional string sam_account_name = 2;
3854
3857
  optional string cn = 3;
@@ -3915,6 +3918,7 @@ message ActiveDirectoryUser {
3915
3918
  */
3916
3919
  message ActiveDirectoryGroup {
3917
3920
  ActiveDirectoryObject ad_object = 1;
3921
+ optional ActiveDirectoryDomain ad_domain = 13;
3918
3922
 
3919
3923
  optional string sam_account_name = 2;
3920
3924
  optional string cn = 3;
package/service/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
  <parent>
7
7
  <groupId>com.lansweeper.dp.outbound.v1</groupId>
8
8
  <artifactId>parent</artifactId>
9
- <version>0.3.31</version>
9
+ <version>0.3.33</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-service</artifactId>
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Tue Nov 12 10:37:00 UTC 2024
2
+ #Wed Nov 20 08:46:01 UTC 2024
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-service
5
- version=0.3.31
5
+ version=0.3.33
index 815ae17..2139e19 100644
Binary file