@lansweeper/discovery-cloud-proto 0.0.21 → 0.0.23

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.21",
4
+ "version": "0.0.23",
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": "790c43a8a071d71b8658c0adf80703a8f558195c"
19
+ "gitHead": "811053a439a5799d541b42c4155d9d2c103a6875"
20
20
  }
@@ -43,6 +43,7 @@ message CloudEntity {
43
43
  string cloud_asset_id = 16;
44
44
  google.protobuf.Timestamp first_seen = 17;
45
45
  repeated CloudockitTag tags = 18;
46
+ string location = 19;
46
47
  }
47
48
 
48
49
  /**
@@ -219,6 +220,7 @@ message CloudockitTag {
219
220
  google.protobuf.StringValue _key = 1;
220
221
  google.protobuf.StringValue _value = 2;
221
222
  }
223
+
222
224
  //Event-driven serverless compute platform.
223
225
  message GCPCloudFunction {
224
226
  google.protobuf.StringValue _g_c_p_function_name = 1;