@lansweeper/discovery-cloud-proto 0.0.16 → 0.0.17
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.17",
|
|
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": "d2fe5d5980948c9021dc216fa68733098085b39e"
|
|
20
20
|
}
|
|
@@ -39,6 +39,16 @@ message CloudEntity {
|
|
|
39
39
|
repeated ScanError scan_error = 12;
|
|
40
40
|
string category = 13;
|
|
41
41
|
string environment_name = 14;
|
|
42
|
+
repeated PublicCloudLink public_cloud_links = 15;
|
|
43
|
+
string cloud_asset_id = 16;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Connected Assets
|
|
48
|
+
*/
|
|
49
|
+
message PublicCloudLink {
|
|
50
|
+
google.protobuf.StringValue to_public_cloud_asset_id = 1;
|
|
51
|
+
google.protobuf.StringValue link_type = 2;
|
|
42
52
|
}
|
|
43
53
|
|
|
44
54
|
/**
|