@lansweeper/discovery-cloud-proto 0.0.39 → 0.0.40
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.
|
|
4
|
+
"version": "0.0.40",
|
|
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": "
|
|
19
|
+
"gitHead": "b935ae8a8907ec20aca2db0ebcfb105b48f789e1"
|
|
20
20
|
}
|
|
@@ -109,6 +109,9 @@ message GetNextEnvironmentToScanResponse {
|
|
|
109
109
|
|
|
110
110
|
// The scan input data (only present if has_scan is true)
|
|
111
111
|
optional ScanInput scan_input = 2;
|
|
112
|
+
|
|
113
|
+
// Is it the first scan for the Site (resets once there is no more scans for the site in the queue)
|
|
114
|
+
optional bool first_scan = 3;
|
|
112
115
|
}
|
|
113
116
|
|
|
114
117
|
//This file is a first attempt to use protobuf format to send to kafka for ingestion
|