@lansweeper/data-platform-outbound-grpc 0.10.1 → 0.10.3

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 (36) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +21 -0
  4. package/gen-proto/outbound_pb.js +110 -2
  5. package/generated-go/outbound.pb.go +12749 -12660
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +10 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$ScannerType$1.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$ScannerType.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntityOrBuilder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  20. package/model/target/classes/outbound.proto +10 -0
  21. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudEntity.java +249 -0
  22. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudEntityOrBuilder.java +16 -0
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +157 -0
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +17 -0
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3780 -3774
  26. package/model/target/maven-archiver/pom.properties +2 -2
  27. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +2 -0
  28. package/model/target/{outbound-model-0.10.0-sources.jar → outbound-model-0.10.2-sources.jar} +0 -0
  29. package/model/target/{outbound-model-0.10.0.jar → outbound-model-0.10.2.jar} +0 -0
  30. package/package.json +2 -2
  31. package/pom.xml +1 -1
  32. package/proto/outbound.proto +10 -0
  33. package/service/pom.xml +1 -1
  34. package/service/target/maven-archiver/pom.properties +2 -2
  35. package/service/target/{outbound-service-0.10.0-sources.jar → outbound-service-0.10.2-sources.jar} +0 -0
  36. package/service/target/{outbound-service-0.10.0.jar → outbound-service-0.10.2.jar} +0 -0
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Sep 08 12:39:00 UTC 2025
2
+ #Thu Oct 02 14:41:42 UTC 2025
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.10.0
5
+ version=0.10.2
@@ -672,6 +672,7 @@ com/lansweeper/dp/outbound/v1/ComputerLinuxMemoryControllerOrBuilder.class
672
672
  com/lansweeper/dp/outbound/v1/ComputerConnectedPrinter.class
673
673
  com/lansweeper/dp/outbound/v1/CitrixGuestExtraInfo$1.class
674
674
  com/lansweeper/dp/outbound/v1/ActiveDirectoryObjectOrBuilder.class
675
+ com/lansweeper/dp/outbound/v1/CloudEntity$ScannerType.class
675
676
  com/lansweeper/dp/outbound/v1/CorrelationIndexRealignmentResponse$Builder.class
676
677
  com/lansweeper/dp/outbound/v1/CitrixHostPhysicalCpu$Builder.class
677
678
  com/lansweeper/dp/outbound/v1/NetIpAddress$Builder.class
@@ -906,6 +907,7 @@ com/lansweeper/dp/outbound/v1/DirectReport.class
906
907
  com/lansweeper/dp/outbound/v1/WindowsSqlServerChangeEvent$EventType$1.class
907
908
  com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.class
908
909
  com/lansweeper/dp/outbound/v1/SetIpLocationConfigRequestOrBuilder.class
910
+ com/lansweeper/dp/outbound/v1/CloudEntity$ScannerType$1.class
909
911
  com/lansweeper/dp/outbound/v1/DatastoreClusterDrsVmOverride$Builder.class
910
912
  com/lansweeper/dp/outbound/v1/InternetExplorer.class
911
913
  com/lansweeper/dp/outbound/v1/Group$1.class
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
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": "aee6a96fe21bf6637233af274ae4e1dd85ea618c"
12
+ "gitHead": "d106b4bb61a16a8127e5303104be7a14b4023ea4"
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.10.0</version>
9
+ <version>0.10.2</version>
10
10
  <packaging>pom</packaging>
11
11
  <modules>
12
12
  <module>model</module>
@@ -363,6 +363,7 @@ message LegacyFields {
363
363
  repeated AssetGroupLink group_link = 16; // asset group link from the asset.group_link section
364
364
  optional string ip_location_key = 17; // ip location config key. Reference the IP Location collection in mongoDB, and it's currently not store in vNEXT model.
365
365
  optional string ip_location_id = 18; // ip location config ID. Reference the IP Location id in the onprem, if existing.
366
+ optional string asset_type_key = 20;
366
367
  }
367
368
 
368
369
  message AssetCustom {
@@ -735,6 +736,14 @@ message CorrelationInfo {
735
736
  * early heavy mapping and post-pone it only where/when it's needed.
736
737
  */
737
738
  message CloudEntity {
739
+ enum ScannerType {
740
+ M365_ENTRA_ID = 0;
741
+ INTUNE = 1;
742
+ AZURE = 2;
743
+ AWS = 3;
744
+ GCP = 4;
745
+ }
746
+
738
747
  google.protobuf.Any body = 1;
739
748
  string environment_id = 2;
740
749
  string cloud_provider = 3;
@@ -750,6 +759,7 @@ message CloudEntity {
750
759
  repeated PublicCloudLink public_cloud_links = 13;
751
760
  reserved 14;
752
761
  optional string resource_id = 15;
762
+ optional ScannerType scanner_type = 16;
753
763
  }
754
764
 
755
765
  message PublicCloudLink {
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.10.0</version>
9
+ <version>0.10.2</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-service</artifactId>
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Sep 08 12:39:05 UTC 2025
2
+ #Thu Oct 02 14:41:53 UTC 2025
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-service
5
- version=0.10.0
5
+ version=0.10.2
index 89bccdd..2f6922f 100644
Binary file