@lansweeper/data-platform-outbound-grpc 0.1.70 → 0.1.71

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/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.69",
2
+ "version": "0.1.70",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "service": true
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "Data Platform Outbound gRPC",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -9,5 +9,5 @@
9
9
  "@grpc/grpc-js": "^1.5.1",
10
10
  "google-protobuf": "^3.17.0"
11
11
  },
12
- "gitHead": "841bdbce22642477a6172112f86502afb4354dfe"
12
+ "gitHead": "4fc0f022f841cd2b96f0dabffdfda88f8280f198"
13
13
  }
@@ -290,6 +290,8 @@ message CloudEntity {
290
290
  string environment_id = 2;
291
291
  string cloud_provider = 3;
292
292
  optional string region_id = 4;
293
+ string environment_name = 5;
294
+ string category = 6;
293
295
  }
294
296
 
295
297
  /**