@lansweeper/data-platform-outbound-grpc 0.1.142 → 0.2.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,5 @@
1
1
  {
2
- "version": "0.1.141",
2
+ "version": "0.1.142",
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.142",
3
+ "version": "0.2.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": "24b04a3fff899899a40562ed30d191439dbb3d9c"
12
+ "gitHead": "d6a87f230cb5409f4343c9317bbf654443f9a9ad"
13
13
  }
@@ -526,6 +526,7 @@ message CloudEntity {
526
526
  optional string region_id = 4;
527
527
  string environment_name = 5;
528
528
  string category = 6;
529
+ repeated Tag cdk_tags = 7; // Displayable tags from CDK scanner
529
530
  }
530
531
 
531
532
  /**