@lansweeper/data-platform-outbound-grpc 0.9.1 → 0.10.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 +14 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +18 -0
- package/gen-proto/outbound_pb.js +145 -1
- package/generated-go/outbound.pb.go +11657 -11623
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +3 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +3 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +782 -203
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +87 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3807 -3804
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.9.0-sources.jar → outbound-model-0.10.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.9.0.jar → outbound-model-0.10.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +3 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.9.0-sources.jar → outbound-service-0.10.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.9.0.jar → outbound-service-0.10.0.jar} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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.10.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.10.0...@lansweeper/data-platform-outbound-grpc@0.10.1) (2025-09-08)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **ACME-40173:** add asset id from on-prem into legacy fields ([17d416b](https://github.com/Lansweeper/lansweeperapis/commit/17d416b8cc6f4a4b6d857a8884bb192206810b8b))
|
|
11
|
+
- **ACME-40173:** clarify string ([688eedb](https://github.com/Lansweeper/lansweeperapis/commit/688eedb5ff568cbdc03817f0be2b0e0975ec3ed4))
|
|
12
|
+
|
|
13
|
+
# [0.10.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.9.1...@lansweeper/data-platform-outbound-grpc@0.10.0) (2025-09-03)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
- **ACME-40173:** add ip location collection key from asset.proto model ([62dbcfa](https://github.com/Lansweeper/lansweeperapis/commit/62dbcfa02ae03a2e29a6cc07d65d0318e80739a3))
|
|
18
|
+
- **ACME-40173:** add ip location id field ([8cfa119](https://github.com/Lansweeper/lansweeperapis/commit/8cfa119ee27c81ed31eb3b6a95b392d8fbdba0e2))
|
|
19
|
+
|
|
6
20
|
## [0.9.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/data-platform-outbound-grpc@0.9.0...@lansweeper/data-platform-outbound-grpc@0.9.1) (2025-08-25)
|
|
7
21
|
|
|
8
22
|
**Note:** Version bump only for package @lansweeper/data-platform-outbound-grpc
|