@lansweeper/data-platform-outbound-grpc 0.16.3 → 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/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.16.2",
2
+ "version": "0.16.4",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "name": "outbound",
5
5
  "service": true
@@ -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";
@@ -379,6 +380,8 @@ message Asset {
379
380
  optional LockedFields manual_asset_locked_fields = 97; // fields locked by the user in the manual asset UI
380
381
 
381
382
  repeated AiDetection ai_detections = 99; // AI scan results from LS Discovery
383
+
384
+ optional bool is_licensed = 100;
382
385
  }
383
386
 
384
387
  message AiDetection {
@@ -4111,6 +4114,8 @@ message User {
4111
4114
  optional ActiveDirectoryUser ad_user = 21;
4112
4115
  optional Office365User office_365_user = 22;
4113
4116
  // optional LastUser asset_user = 22; <- refine here with also link/relation to originating asset?
4117
+
4118
+ optional bool is_licensed = 24;
4114
4119
  }
4115
4120
 
4116
4121
  /* Core fields for users */
@@ -4158,6 +4163,8 @@ message Group {
4158
4163
 
4159
4164
  optional ActiveDirectoryGroup ad_group = 21;
4160
4165
  optional Office365Group office_365_group = 23;
4166
+
4167
+ optional bool is_licensed = 24;
4161
4168
  }
4162
4169
 
4163
4170
  /* Core fields for groups */
@@ -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";
@@ -379,6 +380,8 @@ message Asset {
379
380
  optional LockedFields manual_asset_locked_fields = 97; // fields locked by the user in the manual asset UI
380
381
 
381
382
  repeated AiDetection ai_detections = 99; // AI scan results from LS Discovery
383
+
384
+ optional bool is_licensed = 100;
382
385
  }
383
386
 
384
387
  message AiDetection {
@@ -4111,6 +4114,8 @@ message User {
4111
4114
  optional ActiveDirectoryUser ad_user = 21;
4112
4115
  optional Office365User office_365_user = 22;
4113
4116
  // optional LastUser asset_user = 22; <- refine here with also link/relation to originating asset?
4117
+
4118
+ optional bool is_licensed = 24;
4114
4119
  }
4115
4120
 
4116
4121
  /* Core fields for users */
@@ -4158,6 +4163,8 @@ message Group {
4158
4163
 
4159
4164
  optional ActiveDirectoryGroup ad_group = 21;
4160
4165
  optional Office365Group office_365_group = 23;
4166
+
4167
+ optional bool is_licensed = 24;
4161
4168
  }
4162
4169
 
4163
4170
  /* Core fields for groups */
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Fri Mar 20 11:46:47 UTC 2026
2
+ #Fri Apr 10 09:30:51 UTC 2026
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.16.2
5
+ version=0.16.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.16.3",
3
+ "version": "0.17.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Lansweeper/lansweeperapis.git"
@@ -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";
@@ -379,6 +380,8 @@ message Asset {
379
380
  optional LockedFields manual_asset_locked_fields = 97; // fields locked by the user in the manual asset UI
380
381
 
381
382
  repeated AiDetection ai_detections = 99; // AI scan results from LS Discovery
383
+
384
+ optional bool is_licensed = 100;
382
385
  }
383
386
 
384
387
  message AiDetection {
@@ -4111,6 +4114,8 @@ message User {
4111
4114
  optional ActiveDirectoryUser ad_user = 21;
4112
4115
  optional Office365User office_365_user = 22;
4113
4116
  // optional LastUser asset_user = 22; <- refine here with also link/relation to originating asset?
4117
+
4118
+ optional bool is_licensed = 24;
4114
4119
  }
4115
4120
 
4116
4121
  /* Core fields for users */
@@ -4158,6 +4163,8 @@ message Group {
4158
4163
 
4159
4164
  optional ActiveDirectoryGroup ad_group = 21;
4160
4165
  optional Office365Group office_365_group = 23;
4166
+
4167
+ optional bool is_licensed = 24;
4161
4168
  }
4162
4169
 
4163
4170
  /* Core fields for groups */
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Fri Mar 20 11:46:55 UTC 2026
2
+ #Fri Apr 10 09:30:58 UTC 2026
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-service
5
- version=0.16.2
5
+ version=0.16.4
index 533edd7..415ec46 100644
Binary file