@lansweeper/data-platform-outbound-grpc 0.3.6 → 0.3.7

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 (37) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +58 -0
  4. package/gen-proto/outbound_pb.js +456 -1
  5. package/generated-go/outbound.pb.go +10099 -9933
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +13 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$1.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder$UnlinkedInstallationsConverter.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$UnlinkedInstallationsDefaultEntryHolder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/SiteOrBuilder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata$1.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata$Builder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadataOrBuilder.class +0 -0
  20. package/model/target/classes/outbound.proto +13 -0
  21. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2947 -2909
  22. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Site.java +900 -0
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SiteOrBuilder.java +106 -0
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata.java +794 -0
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadataOrBuilder.java +40 -0
  26. package/model/target/maven-archiver/pom.properties +2 -2
  27. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +6 -0
  28. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  29. package/model/target/{outbound-model-0.3.5-sources.jar → outbound-model-0.3.6-sources.jar} +0 -0
  30. package/model/target/{outbound-model-0.3.5.jar → outbound-model-0.3.6.jar} +0 -0
  31. package/package.json +2 -2
  32. package/pom.xml +1 -1
  33. package/proto/outbound.proto +13 -0
  34. package/service/pom.xml +1 -1
  35. package/service/target/maven-archiver/pom.properties +2 -2
  36. package/service/target/{outbound-service-0.3.5-sources.jar → outbound-service-0.3.6-sources.jar} +0 -0
  37. package/service/target/{outbound-service-0.3.5.jar → outbound-service-0.3.6.jar} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.3.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.6...@lansweeper/data-platform-outbound-grpc@0.3.7) (2024-06-14)
7
+
8
+
9
+ ### Reverts
10
+
11
+ * Revert "ACME-21090: Align Site proto with vNEXT model" ([3f65d65](https://github.com/Lansweeper/lansweeperapis/commit/3f65d657921e3a389ea1d383b42935d66d767bf3))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.3.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.3.5...@lansweeper/data-platform-outbound-grpc@0.3.6) (2024-06-10)
7
18
 
8
19
  **Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc