@lansweeper/discovery-cloud-proto 0.0.39 → 0.0.41

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@lansweeper/discovery-cloud-proto",
3
3
  "description": "Discovery Public Cloud (Azure,AWS,GCP) proto",
4
- "version": "0.0.39",
4
+ "version": "0.0.41",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
7
7
  "license": "MIT",
@@ -16,5 +16,5 @@
16
16
  "devDependencies": {
17
17
  "@types/google-protobuf": "^3.15.5"
18
18
  },
19
- "gitHead": "974c76e6d208efc9966799e3cc7d57b5371d41ce"
19
+ "gitHead": "d106b4bb61a16a8127e5303104be7a14b4023ea4"
20
20
  }
@@ -48,6 +48,8 @@ message CloudEntity {
48
48
  string tenant_name = 21;
49
49
  string resource_group = 22;
50
50
  optional string resource_id = 23;
51
+ optional string scanner_type = 24;
52
+ optional string dns_name = 25;
51
53
  }
52
54
 
53
55
  /**
@@ -109,6 +111,9 @@ message GetNextEnvironmentToScanResponse {
109
111
 
110
112
  // The scan input data (only present if has_scan is true)
111
113
  optional ScanInput scan_input = 2;
114
+
115
+ // Is it the first scan for the Site (resets once there is no more scans for the site in the queue)
116
+ optional bool first_scan = 3;
112
117
  }
113
118
 
114
119
  //This file is a first attempt to use protobuf format to send to kafka for ingestion