@lansweeper/data-platform-outbound-grpc 0.1.132 → 0.1.133

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.131",
2
+ "version": "0.1.132",
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.132",
3
+ "version": "0.1.133",
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": "32d39239a39417f75a9a2341f6f33963795f9c13"
12
+ "gitHead": "19693a89739834b83db841706df91be2147b9942"
13
13
  }
@@ -451,9 +451,10 @@ message ReconciliationInfo {
451
451
 
452
452
  reserved 4,5,6,7,8;
453
453
 
454
- optional CorrelationInfo master_asset = 9; // null if GOLDEN / Filled with ID of master if overridden
455
- optional CorrelationInfo reference_asset = 10; // Filled by ENGINE with the Master ID chosen, if any: To preserve history of engine decisions vs user decisions.
456
- repeated CorrelationInfo alias_asset = 11; // Master is keeping a link to all aliases
454
+ optional CorrelationInfo master_asset = 9; // null if GOLDEN / Filled with ID of master if overridden
455
+ optional CorrelationInfo reference_asset = 10; // Filled by ENGINE with the Master ID chosen, if any: To preserve history of engine decisions vs user decisions.
456
+ repeated CorrelationInfo alias_asset = 11; // Master is keeping a link to aliases
457
+ repeated CorrelationInfo unlinked_alias_asset = 12; // Master is keeping a link to unlink aliases, too
457
458
  }
458
459
 
459
460
  message CorrelationInfo {