@lansweeper/data-platform-outbound-grpc 0.1.125 → 0.1.126

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.124",
2
+ "version": "0.1.125",
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.125",
3
+ "version": "0.1.126",
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": "a5191070958dc00c9a6a0741bd470a90a8681c1a"
12
+ "gitHead": "1d7a08aa2d46187d0eab2612d1a79fbe5d6b2046"
13
13
  }
@@ -358,7 +358,7 @@ message Tag {
358
358
  */
359
359
  message Relation {
360
360
  optional EntityPath from = 1; // if missing, 'self' assumed
361
- optional EntityPath to = 2; // if missing, 'self' assumed
361
+ repeated EntityPath to = 2; // if missing, 'self' assumed
362
362
  google.protobuf.Timestamp start = 3;
363
363
  optional google.protobuf.Timestamp end = 4; // if end is marked, it's over
364
364
  string name = 5;