@lansweeper/data-platform-outbound-grpc 0.3.2 → 0.3.3

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.3.1",
2
+ "version": "0.3.2",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "name": "outbound",
5
5
  "service": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
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": "6bc99e60bb646b731af008d66d8c297ae9603b95"
12
+ "gitHead": "7687cf0e1a5a56cb9e501bf619c6ee405453f178"
13
13
  }
@@ -529,6 +529,7 @@ message CloudEntity {
529
529
  optional string location = 8;
530
530
  optional string tenant_id = 9;
531
531
  optional string tenant_name = 10;
532
+
532
533
  }
533
534
 
534
535
  /**