@lansweeper/data-platform-outbound-grpc 0.4.2 → 0.4.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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +18 -18
- package/gen-proto/outbound_pb.js +30 -30
- package/generated-go/outbound.pb.go +1577 -1575
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +3 -3
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$2.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$CitrixDataCase.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CitrixOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +3 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Citrix.java +180 -180
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CitrixOrBuilder.java +24 -24
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +512 -512
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.4.1-sources.jar → outbound-model-0.4.2-sources.jar} +0 -0
- package/model/target/{outbound-model-0.4.1.jar → outbound-model-0.4.2.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +3 -3
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.4.1-sources.jar → outbound-service-0.4.2-sources.jar} +0 -0
- package/service/target/{outbound-service-0.4.1.jar → outbound-service-0.4.2.jar} +0 -0
package/java.json
CHANGED
package/model/pom.xml
CHANGED
|
@@ -4196,9 +4196,9 @@ An asset can be:
|
|
|
4196
4196
|
*/
|
|
4197
4197
|
message Citrix {
|
|
4198
4198
|
oneof citrix_data {
|
|
4199
|
-
CitrixPool
|
|
4200
|
-
CitrixHost
|
|
4201
|
-
CitrixGuest
|
|
4199
|
+
CitrixPool citrix_pool = 1;
|
|
4200
|
+
CitrixHost citrix_host = 2;
|
|
4201
|
+
CitrixGuest citrix_guest = 3;
|
|
4202
4202
|
}
|
|
4203
4203
|
}
|
|
4204
4204
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -4196,9 +4196,9 @@ An asset can be:
|
|
|
4196
4196
|
*/
|
|
4197
4197
|
message Citrix {
|
|
4198
4198
|
oneof citrix_data {
|
|
4199
|
-
CitrixPool
|
|
4200
|
-
CitrixHost
|
|
4201
|
-
CitrixGuest
|
|
4199
|
+
CitrixPool citrix_pool = 1;
|
|
4200
|
+
CitrixHost citrix_host = 2;
|
|
4201
|
+
CitrixGuest citrix_guest = 3;
|
|
4202
4202
|
}
|
|
4203
4203
|
}
|
|
4204
4204
|
|