aws-sdk-entityresolution 1.26.0 → 1.28.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-entityresolution/client.rb +543 -538
- data/lib/aws-sdk-entityresolution/client_api.rb +160 -159
- data/lib/aws-sdk-entityresolution/types.rb +916 -857
- data/lib/aws-sdk-entityresolution.rb +1 -1
- data/sig/client.rbs +249 -249
- data/sig/types.rbs +156 -155
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5db8c7eb8d313e31e83c12e7d2c9205b760236ef063712aab92546bac8c265c
|
4
|
+
data.tar.gz: 2a17af36245d417336ca98c106fa7b20e4ecb7fb6089284f2effed5a47c3cbd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48d0883f4e26488db1a65b0a9a10bc3034ab25e9f734a97fb52fd9db0d7f65967da65a0ac089feafd4f0e89f7b926c61de67303e8b4c4ba0f42ba180d50274b9
|
7
|
+
data.tar.gz: cd0395748842ee6ad3bb7de104271445497c879d02dc34f00b72825f7bf1fc9f1def6bc732ade40ad377079f820b4a3820a074e2890f2e02a9c2dc0c393d2860
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.28.0 (2025-04-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - To expand support for matching records using digital identifiers with TransUnion
|
8
|
+
|
9
|
+
1.27.0 (2025-04-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This is to add new metrics to our GetIdMappingJob API and also update uniqueId naming for batchDeleteUniqueIds API to be more accurate
|
13
|
+
|
4
14
|
1.26.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|