@lansweeper/data-platform-outbound-grpc 0.2.0 → 0.3.0

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,6 @@
1
1
  {
2
- "version": "0.1.142",
2
+ "version": "0.2.1",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
+ "name": "outbound",
4
5
  "service": true
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
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": "d6a87f230cb5409f4343c9317bbf654443f9a9ad"
12
+ "gitHead": "48bad8fc4a7dfdccad5951c9310079695893dc5c"
13
13
  }
@@ -7,7 +7,6 @@
7
7
  */
8
8
  syntax = "proto3";
9
9
  package com.lansweeper.dp.outbound.v1;
10
-
11
10
  option go_package = "./generated-go";
12
11
  option java_multiple_files = true;
13
12
 
@@ -527,6 +526,7 @@ message CloudEntity {
527
526
  string environment_name = 5;
528
527
  string category = 6;
529
528
  repeated Tag cdk_tags = 7; // Displayable tags from CDK scanner
529
+ optional string location = 8;
530
530
  }
531
531
 
532
532
  /**