@lansweeper/data-platform-outbound-grpc 0.1.5 → 0.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Data Platform Outbound gRPC",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -9,5 +9,5 @@
9
9
  "@grpc/grpc-js": "^1.5.1",
10
10
  "google-protobuf": "^3.17.0"
11
11
  },
12
- "gitHead": "672571015542643753d824c0eee48c3f3c009666"
12
+ "gitHead": "e94e0c33bd16d8d244bc76be432719a3c32af022"
13
13
  }
package/pom.xml CHANGED
@@ -4,7 +4,7 @@
4
4
  <groupId>com.lansweeper.dp</groupId>
5
5
  <artifactId>outbound.v1</artifactId>
6
6
  <packaging>jar</packaging>
7
- <version>0.1.4</version>
7
+ <version>0.1.6</version>
8
8
  <name>Data Platform Outbound gRPC</name>
9
9
  <url>http://maven.apache.org</url>
10
10
  <properties>
@@ -227,16 +227,16 @@ message RawSoftware {
227
227
  optional string source_type = 8; // Registry | System | MsStore | Package | Custom | etc
228
228
 
229
229
  optional string sw_id = 9; // optional SW id on the client side
230
+
231
+ optional bool is_current_user = 10;
230
232
  }
231
233
 
232
234
  // <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< CATALOG ENTITIES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
233
235
 
234
236
  message CatalogBrand {
235
237
  int64 id = 1;
236
- string make_key = 2;
237
238
  string make_name = 3;
238
239
 
239
- optional int64 override_id = 4;
240
240
  optional int64 parent_id = 18;
241
241
  optional int64 last_update_time = 5;
242
242
 
@@ -270,16 +270,13 @@ message CatalogBrand {
270
270
 
271
271
  message CatalogModel {
272
272
  int64 id = 1;
273
- string key = 2;
273
+
274
274
  int64 make_id = 3;
275
275
  string device_model = 4;
276
276
 
277
- optional string device_type = 5;
278
- optional string device_model_code = 6;
279
- optional int64 override_id = 7;
277
+ optional int64 device_type_id = 5;
278
+ repeated string device_model_code = 6;
280
279
 
281
- optional int64 os_default_id = 8;
282
- optional int64 os_latest_id = 9;
283
280
  optional int64 family_id = 10;
284
281
  optional bool is_family = 11;
285
282
  optional string manual_url = 12;
@@ -301,7 +298,7 @@ message CatalogModel {
301
298
 
302
299
  optional string nist_cpe = 28;
303
300
 
304
- optional double spread_in_type = 23;
301
+ optional int32 popularity = 23;
305
302
 
306
303
  optional int64 last_update_time = 16;
307
304
 
@@ -310,7 +307,7 @@ message CatalogModel {
310
307
 
311
308
  message CatalogOs {
312
309
  int64 id = 1;
313
- string os_key = 2;
310
+
314
311
  string os_name = 3;
315
312
 
316
313
  optional string os_version = 4;