@lansweeper/data-platform-outbound-grpc 0.16.2 → 0.16.4

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.16.1",
2
+ "version": "0.16.3",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "name": "outbound",
5
5
  "service": true
@@ -379,6 +379,8 @@ message Asset {
379
379
  optional LockedFields manual_asset_locked_fields = 97; // fields locked by the user in the manual asset UI
380
380
 
381
381
  repeated AiDetection ai_detections = 99; // AI scan results from LS Discovery
382
+
383
+ optional bool is_licensed = 100;
382
384
  }
383
385
 
384
386
  message AiDetection {
@@ -4111,6 +4113,8 @@ message User {
4111
4113
  optional ActiveDirectoryUser ad_user = 21;
4112
4114
  optional Office365User office_365_user = 22;
4113
4115
  // optional LastUser asset_user = 22; <- refine here with also link/relation to originating asset?
4116
+
4117
+ optional bool is_licensed = 24;
4114
4118
  }
4115
4119
 
4116
4120
  /* Core fields for users */
@@ -4158,6 +4162,8 @@ message Group {
4158
4162
 
4159
4163
  optional ActiveDirectoryGroup ad_group = 21;
4160
4164
  optional Office365Group office_365_group = 23;
4165
+
4166
+ optional bool is_licensed = 24;
4161
4167
  }
4162
4168
 
4163
4169
  /* Core fields for groups */
@@ -4649,6 +4655,7 @@ message CitrixPool {
4649
4655
  repeated CitrixPhysicalInterface physical_interfaces = 24;
4650
4656
  repeated CitrixVirtualInterface virtual_interfaces = 25;
4651
4657
  repeated CitrixUser citrix_user = 26;
4658
+ repeated string host_asset_refs = 27;
4652
4659
  }
4653
4660
 
4654
4661
  message CitrixUser {
@@ -379,6 +379,8 @@ message Asset {
379
379
  optional LockedFields manual_asset_locked_fields = 97; // fields locked by the user in the manual asset UI
380
380
 
381
381
  repeated AiDetection ai_detections = 99; // AI scan results from LS Discovery
382
+
383
+ optional bool is_licensed = 100;
382
384
  }
383
385
 
384
386
  message AiDetection {
@@ -4111,6 +4113,8 @@ message User {
4111
4113
  optional ActiveDirectoryUser ad_user = 21;
4112
4114
  optional Office365User office_365_user = 22;
4113
4115
  // optional LastUser asset_user = 22; <- refine here with also link/relation to originating asset?
4116
+
4117
+ optional bool is_licensed = 24;
4114
4118
  }
4115
4119
 
4116
4120
  /* Core fields for users */
@@ -4158,6 +4162,8 @@ message Group {
4158
4162
 
4159
4163
  optional ActiveDirectoryGroup ad_group = 21;
4160
4164
  optional Office365Group office_365_group = 23;
4165
+
4166
+ optional bool is_licensed = 24;
4161
4167
  }
4162
4168
 
4163
4169
  /* Core fields for groups */
@@ -4649,6 +4655,7 @@ message CitrixPool {
4649
4655
  repeated CitrixPhysicalInterface physical_interfaces = 24;
4650
4656
  repeated CitrixVirtualInterface virtual_interfaces = 25;
4651
4657
  repeated CitrixUser citrix_user = 26;
4658
+ repeated string host_asset_refs = 27;
4652
4659
  }
4653
4660
 
4654
4661
  message CitrixUser {
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Thu Mar 19 11:35:08 UTC 2026
2
+ #Thu Apr 02 10:06:27 UTC 2026
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.16.1
5
+ version=0.16.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.16.2",
3
+ "version": "0.16.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Lansweeper/lansweeperapis.git"
@@ -379,6 +379,8 @@ message Asset {
379
379
  optional LockedFields manual_asset_locked_fields = 97; // fields locked by the user in the manual asset UI
380
380
 
381
381
  repeated AiDetection ai_detections = 99; // AI scan results from LS Discovery
382
+
383
+ optional bool is_licensed = 100;
382
384
  }
383
385
 
384
386
  message AiDetection {
@@ -4111,6 +4113,8 @@ message User {
4111
4113
  optional ActiveDirectoryUser ad_user = 21;
4112
4114
  optional Office365User office_365_user = 22;
4113
4115
  // optional LastUser asset_user = 22; <- refine here with also link/relation to originating asset?
4116
+
4117
+ optional bool is_licensed = 24;
4114
4118
  }
4115
4119
 
4116
4120
  /* Core fields for users */
@@ -4158,6 +4162,8 @@ message Group {
4158
4162
 
4159
4163
  optional ActiveDirectoryGroup ad_group = 21;
4160
4164
  optional Office365Group office_365_group = 23;
4165
+
4166
+ optional bool is_licensed = 24;
4161
4167
  }
4162
4168
 
4163
4169
  /* Core fields for groups */
@@ -4649,6 +4655,7 @@ message CitrixPool {
4649
4655
  repeated CitrixPhysicalInterface physical_interfaces = 24;
4650
4656
  repeated CitrixVirtualInterface virtual_interfaces = 25;
4651
4657
  repeated CitrixUser citrix_user = 26;
4658
+ repeated string host_asset_refs = 27;
4652
4659
  }
4653
4660
 
4654
4661
  message CitrixUser {
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Thu Mar 19 11:35:15 UTC 2026
2
+ #Thu Apr 02 10:06:33 UTC 2026
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-service
5
- version=0.16.1
5
+ version=0.16.3
index 9867268..f2be734 100644
Binary file