@lansweeper/scanningconfig-grpc 0.5.1 → 0.5.2

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/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.4",
2
+ "version": "0.5.1",
3
3
  "package": "lansweeper.scanningconfig.v1",
4
4
  "name": "scanningconfig",
5
5
  "service": true
@@ -76,6 +76,7 @@ message Component {
76
76
  optional OperationalConfig op_config = 4 [deprecated = true];
77
77
  bool enabled = 5;
78
78
  optional ApplicationConfig app_config = 6;
79
+ optional string display_name = 7;
79
80
  }
80
81
 
81
82
  message AssetRadar{
@@ -76,6 +76,7 @@ message Component {
76
76
  optional OperationalConfig op_config = 4 [deprecated = true];
77
77
  bool enabled = 5;
78
78
  optional ApplicationConfig app_config = 6;
79
+ optional string display_name = 7;
79
80
  }
80
81
 
81
82
  message AssetRadar{
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Mar 02 13:42:56 UTC 2026
2
+ #Tue Apr 14 13:36:25 UTC 2026
3
3
  groupId=lansweeper.scanningconfig.v1
4
4
  artifactId=scanningconfig-model
5
- version=0.5.0
5
+ version=0.5.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/scanningconfig-grpc",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Lansweeper/lansweeperapis.git"
@@ -76,6 +76,7 @@ message Component {
76
76
  optional OperationalConfig op_config = 4 [deprecated = true];
77
77
  bool enabled = 5;
78
78
  optional ApplicationConfig app_config = 6;
79
+ optional string display_name = 7;
79
80
  }
80
81
 
81
82
  message AssetRadar{
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Mar 02 13:42:57 UTC 2026
2
+ #Tue Apr 14 13:36:31 UTC 2026
3
3
  groupId=lansweeper.scanningconfig.v1
4
4
  artifactId=scanningconfig-service
5
- version=0.5.0
5
+ version=0.5.1