@lansweeper/data-platform-outbound-grpc 0.1.129 → 0.1.131

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.128",
2
+ "version": "0.1.130",
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.129",
3
+ "version": "0.1.131",
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": "5fe1bf76c6a3ae478a50e14d52d7488703ddc743"
12
+ "gitHead": "297332186896b6c85bfd506c5d557264b6d1a707"
13
13
  }
@@ -449,16 +449,25 @@ message ReconciliationInfo {
449
449
  EntryState state = 2;
450
450
  optional MasterType master_type = 3; // NULL | ENGINE | USER
451
451
 
452
- optional EntityPath master = 4; // NULL if GOLDEN / Filled with ID of master if overriden
453
- optional EntityPath reference = 5; // Filled by ENGINE with the Master ID chosen, if any: To preserve history of engine decisions vs user decisions.
454
- repeated EntityPath alias = 6; // Master is keeping a link to all aliases
452
+ reserved 4,5,6,7,8;
455
453
 
456
- optional int32 confidence = 7; // Numeric value 0-100 of correlation confidence.
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
457
+ }
458
+
459
+ message CorrelationInfo {
460
+ EntityPath entity = 1;
461
+
462
+ reserved 2; // deprecated tags
463
+
464
+ optional int32 confidence = 3; // Numeric value 0-100 of correlation confidence.
457
465
 
458
466
  // For future use of correlation leads that brought to merge.
459
- optional string debug_string = 8;
460
- }
467
+ optional string debug_string = 4;
461
468
 
469
+ optional CorrelationFields correlation_fields = 5;
470
+ }
462
471
 
463
472
  /**
464
473
  * Cloud entity coming from CDK scanner.