@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.
@@ -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 {
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Mar 02 13:42:09 UTC 2026
2
+ #Fri Mar 06 09:15:47 UTC 2026
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.15.0
5
+ version=0.15.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.15.1",
3
+ "version": "0.16.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Lansweeper/lansweeperapis.git"
@@ -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 {
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Mar 02 13:42:13 UTC 2026
2
+ #Fri Mar 06 09:15:54 UTC 2026
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-service
5
- version=0.15.0
5
+ version=0.15.1
index be26392..2a8318b 100644
Binary file