@lansweeper/data-platform-outbound-grpc 0.16.4 → 0.17.0
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 +10 -0
- package/Lansweeper.DataPlatform.Outbound.csproj +29 -0
- package/Lansweeper.DataPlatform.Outbound.sln +25 -0
- package/gen-proto/image.json +1 -1
- package/generated-go/outbound.pb.go +5 -2
- 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.3-sources.jar → outbound-model-0.16.4-sources.jar} +0 -0
- package/model/target/{outbound-model-0.16.3.jar → outbound-model-0.16.4.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.3-sources.jar → outbound-service-0.16.4-sources.jar} +0 -0
- package/service/target/{outbound-service-0.16.3.jar → outbound-service-0.16.4.jar} +0 -0
|
@@ -51235,8 +51235,11 @@ var file_outbound_proto_rawDesc = []byte{
|
|
|
51235
51235
|
0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x1a,
|
|
51236
51236
|
0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
51237
51237
|
0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
|
|
51238
|
-
0x53, 0x69, 0x74, 0x65, 0x42,
|
|
51239
|
-
0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f,
|
|
51238
|
+
0x53, 0x69, 0x74, 0x65, 0x42, 0x35, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65,
|
|
51239
|
+
0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0xaa, 0x02, 0x20, 0x4c, 0x61, 0x6e, 0x73, 0x77,
|
|
51240
|
+
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f,
|
|
51241
|
+
0x72, 0x6d, 0x2e, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
51242
|
+
0x74, 0x6f, 0x33,
|
|
51240
51243
|
}
|
|
51241
51244
|
|
|
51242
51245
|
var (
|
package/java.json
CHANGED
|
@@ -9,6 +9,7 @@ syntax = "proto3";
|
|
|
9
9
|
package com.lansweeper.dp.outbound.v1;
|
|
10
10
|
option go_package = "./generated-go";
|
|
11
11
|
option java_multiple_files = true;
|
|
12
|
+
option csharp_namespace = "Lansweeper.DataPlatform.Outbound";
|
|
12
13
|
|
|
13
14
|
import "google/protobuf/timestamp.proto";
|
|
14
15
|
import "google/protobuf/any.proto";
|
|
@@ -9,6 +9,7 @@ syntax = "proto3";
|
|
|
9
9
|
package com.lansweeper.dp.outbound.v1;
|
|
10
10
|
option go_package = "./generated-go";
|
|
11
11
|
option java_multiple_files = true;
|
|
12
|
+
option csharp_namespace = "Lansweeper.DataPlatform.Outbound";
|
|
12
13
|
|
|
13
14
|
import "google/protobuf/timestamp.proto";
|
|
14
15
|
import "google/protobuf/any.proto";
|
package/model/target/{outbound-model-0.16.3-sources.jar → outbound-model-0.16.4-sources.jar}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -9,6 +9,7 @@ syntax = "proto3";
|
|
|
9
9
|
package com.lansweeper.dp.outbound.v1;
|
|
10
10
|
option go_package = "./generated-go";
|
|
11
11
|
option java_multiple_files = true;
|
|
12
|
+
option csharp_namespace = "Lansweeper.DataPlatform.Outbound";
|
|
12
13
|
|
|
13
14
|
import "google/protobuf/timestamp.proto";
|
|
14
15
|
import "google/protobuf/any.proto";
|
package/service/target/{outbound-service-0.16.3-sources.jar → outbound-service-0.16.4-sources.jar}
RENAMED
|
index 7c8f0fb..feb6371 100644
|
|
|
Binary file
|
|
index f2be734..415ec46 100644
|
|
|
Binary file
|