@lansweeper/data-platform-outbound-grpc 0.15.1 → 0.16.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 +6 -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 +9593 -9556
- package/model/src/main/proto/outbound.proto +5 -0
- package/model/target/classes/outbound.proto +5 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.15.0-sources.jar → outbound-model-0.15.1-sources.jar} +0 -0
- package/model/target/{outbound-model-0.15.0.jar → outbound-model-0.15.1.jar} +0 -0
- package/package.json +1 -1
- package/proto/outbound.proto +5 -0
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.15.0-sources.jar → outbound-service-0.15.1-sources.jar} +0 -0
- package/service/target/{outbound-service-0.15.0.jar → outbound-service-0.15.1.jar} +0 -0
|
@@ -1335,6 +1335,9 @@ message HardwareInfo {
|
|
|
1335
1335
|
optional string type_caption = 14; // e.g.: "Smart Device"
|
|
1336
1336
|
optional string type_group = 15; // e.g.: "Smart Home"
|
|
1337
1337
|
|
|
1338
|
+
optional string specific_type_name = 25;
|
|
1339
|
+
optional string specific_type_caption = 26;
|
|
1340
|
+
|
|
1338
1341
|
optional string make_name = 11;
|
|
1339
1342
|
optional string model_name = 12;
|
|
1340
1343
|
optional string family_name = 13;
|
|
@@ -3892,6 +3895,8 @@ message CatalogOs {
|
|
|
3892
3895
|
optional google.protobuf.Timestamp last_update_time = 11;
|
|
3893
3896
|
|
|
3894
3897
|
optional int32 match_score = 24; // filled only when a result of search
|
|
3898
|
+
|
|
3899
|
+
optional string os_family = 27;
|
|
3895
3900
|
}
|
|
3896
3901
|
|
|
3897
3902
|
message CatalogSoftware {
|
|
@@ -1335,6 +1335,9 @@ message HardwareInfo {
|
|
|
1335
1335
|
optional string type_caption = 14; // e.g.: "Smart Device"
|
|
1336
1336
|
optional string type_group = 15; // e.g.: "Smart Home"
|
|
1337
1337
|
|
|
1338
|
+
optional string specific_type_name = 25;
|
|
1339
|
+
optional string specific_type_caption = 26;
|
|
1340
|
+
|
|
1338
1341
|
optional string make_name = 11;
|
|
1339
1342
|
optional string model_name = 12;
|
|
1340
1343
|
optional string family_name = 13;
|
|
@@ -3892,6 +3895,8 @@ message CatalogOs {
|
|
|
3892
3895
|
optional google.protobuf.Timestamp last_update_time = 11;
|
|
3893
3896
|
|
|
3894
3897
|
optional int32 match_score = 24; // filled only when a result of search
|
|
3898
|
+
|
|
3899
|
+
optional string os_family = 27;
|
|
3895
3900
|
}
|
|
3896
3901
|
|
|
3897
3902
|
message CatalogSoftware {
|
package/model/target/{outbound-model-0.15.0-sources.jar → outbound-model-0.15.1-sources.jar}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -1335,6 +1335,9 @@ message HardwareInfo {
|
|
|
1335
1335
|
optional string type_caption = 14; // e.g.: "Smart Device"
|
|
1336
1336
|
optional string type_group = 15; // e.g.: "Smart Home"
|
|
1337
1337
|
|
|
1338
|
+
optional string specific_type_name = 25;
|
|
1339
|
+
optional string specific_type_caption = 26;
|
|
1340
|
+
|
|
1338
1341
|
optional string make_name = 11;
|
|
1339
1342
|
optional string model_name = 12;
|
|
1340
1343
|
optional string family_name = 13;
|
|
@@ -3892,6 +3895,8 @@ message CatalogOs {
|
|
|
3892
3895
|
optional google.protobuf.Timestamp last_update_time = 11;
|
|
3893
3896
|
|
|
3894
3897
|
optional int32 match_score = 24; // filled only when a result of search
|
|
3898
|
+
|
|
3899
|
+
optional string os_family = 27;
|
|
3895
3900
|
}
|
|
3896
3901
|
|
|
3897
3902
|
message CatalogSoftware {
|
package/service/target/{outbound-service-0.15.0-sources.jar → outbound-service-0.15.1-sources.jar}
RENAMED
|
index 1e0de05..b6e501f 100644
|
|
|
Binary file
|
|
index be26392..2a8318b 100644
|
|
|
Binary file
|