@lansweeper/data-platform-outbound-grpc 0.16.3 → 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/CHANGELOG.md +4 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +18 -0
- package/gen-proto/outbound_pb.js +147 -3
- package/generated-go/outbound.pb.go +11910 -11876
- package/java.json +1 -1
- package/model/src/main/proto/outbound.proto +6 -0
- package/model/target/classes/outbound.proto +6 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.16.2-sources.jar → outbound-model-0.16.3-sources.jar} +0 -0
- package/model/target/{outbound-model-0.16.2.jar → outbound-model-0.16.3.jar} +0 -0
- package/package.json +1 -1
- package/proto/outbound.proto +6 -0
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.16.2-sources.jar → outbound-service-0.16.3-sources.jar} +0 -0
- package/service/target/{outbound-service-0.16.2.jar → outbound-service-0.16.3.jar} +0 -0
package/java.json
CHANGED
|
@@ -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 */
|
|
@@ -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 */
|
package/model/target/{outbound-model-0.16.2-sources.jar → outbound-model-0.16.3-sources.jar}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/proto/outbound.proto
CHANGED
|
@@ -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 */
|
package/service/target/{outbound-service-0.16.2-sources.jar → outbound-service-0.16.3-sources.jar}
RENAMED
|
index 458a675..7c8f0fb 100644
|
|
|
Binary file
|
|
index 533edd7..f2be734 100644
|
|
|
Binary file
|