@lansweeper/data-platform-outbound-grpc 0.1.56 → 0.1.57

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.55",
2
+ "version": "0.1.56",
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.56",
3
+ "version": "0.1.57",
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": "d32b73dede8284da613af1f3f7bbd6cbffae9eab"
12
+ "gitHead": "b166b32c55f18b7b5cbb4b108a8560d594e4a7a3"
13
13
  }
@@ -117,7 +117,8 @@ message Asset {
117
117
 
118
118
  repeated ScanError scan_error = 33;
119
119
 
120
- optional string last_synced_source = 39; // last synced source name and version
120
+ optional string last_synced_source_agent = 39; // last synced source agent name and version
121
+ optional string last_synced_source_name = 49; // last synced source name
121
122
 
122
123
  repeated Tag tag = 14;
123
124
  repeated Relation relation = 20; // e.g. relations to and from OT parent module to sub-modules