@lansweeper/discovery-cloud-proto 0.0.29 → 0.0.31

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.29",
4
+ "version": "0.0.31",
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": "b856442d5431ce36b83c02570efe9db8e60720b4"
19
+ "gitHead": "6449d08f7d54112d1495446181175350d602f97b"
20
20
  }
@@ -47,6 +47,7 @@ message CloudEntity {
47
47
  string tenant_id = 20;
48
48
  string tenant_name = 21;
49
49
  string resource_group = 22;
50
+ optional string resource_id = 23;
50
51
  }
51
52
 
52
53
  /**
@@ -7801,3 +7802,6 @@ message AmazonVpcPeeringConnection {
7801
7802
  //An external IP address is the IP address that is reserved for your project
7802
7803
  message GcpExternalIpAddress {
7803
7804
  }
7805
+ //A subscription is a container of multiple resources
7806
+ message AzureMicrosoftAzureSubscription {
7807
+ }