@lansweeper/data-platform-outbound-grpc 0.16.2 → 0.16.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 +4 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +5 -0
- package/gen-proto/outbound_pb.js +51 -2
- package/generated-go/outbound.pb.go +1518 -1508
- package/java.json +1 -1
- package/model/src/main/proto/outbound.proto +1 -0
- package/model/target/classes/outbound.proto +1 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.16.1-sources.jar → outbound-model-0.16.2-sources.jar} +0 -0
- package/model/target/{outbound-model-0.16.1.jar → outbound-model-0.16.2.jar} +0 -0
- package/package.json +1 -1
- package/proto/outbound.proto +1 -0
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.16.1-sources.jar → outbound-service-0.16.2-sources.jar} +0 -0
- package/service/target/{outbound-service-0.16.1.jar → outbound-service-0.16.2.jar} +0 -0
package/java.json
CHANGED
|
@@ -4649,6 +4649,7 @@ message CitrixPool {
|
|
|
4649
4649
|
repeated CitrixPhysicalInterface physical_interfaces = 24;
|
|
4650
4650
|
repeated CitrixVirtualInterface virtual_interfaces = 25;
|
|
4651
4651
|
repeated CitrixUser citrix_user = 26;
|
|
4652
|
+
repeated string host_asset_refs = 27;
|
|
4652
4653
|
}
|
|
4653
4654
|
|
|
4654
4655
|
message CitrixUser {
|
|
@@ -4649,6 +4649,7 @@ message CitrixPool {
|
|
|
4649
4649
|
repeated CitrixPhysicalInterface physical_interfaces = 24;
|
|
4650
4650
|
repeated CitrixVirtualInterface virtual_interfaces = 25;
|
|
4651
4651
|
repeated CitrixUser citrix_user = 26;
|
|
4652
|
+
repeated string host_asset_refs = 27;
|
|
4652
4653
|
}
|
|
4653
4654
|
|
|
4654
4655
|
message CitrixUser {
|
package/model/target/{outbound-model-0.16.1-sources.jar → outbound-model-0.16.2-sources.jar}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -4649,6 +4649,7 @@ message CitrixPool {
|
|
|
4649
4649
|
repeated CitrixPhysicalInterface physical_interfaces = 24;
|
|
4650
4650
|
repeated CitrixVirtualInterface virtual_interfaces = 25;
|
|
4651
4651
|
repeated CitrixUser citrix_user = 26;
|
|
4652
|
+
repeated string host_asset_refs = 27;
|
|
4652
4653
|
}
|
|
4653
4654
|
|
|
4654
4655
|
message CitrixUser {
|
package/service/target/{outbound-service-0.16.1-sources.jar → outbound-service-0.16.2-sources.jar}
RENAMED
|
index 12ce632..458a675 100644
|
|
|
Binary file
|
|
index 9867268..533edd7 100644
|
|
|
Binary file
|