digicust_types 1.8.219 → 1.8.220

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ export interface StakeholderMatchResult {
5
5
  matchesVATUserEdited?: boolean;
6
6
  matchesName?: boolean;
7
7
  matchesNameUserEdited?: boolean;
8
- matchesCountry?: boolean;
8
+ matchesAlpha2Code?: boolean;
9
9
  matchesStreetNumber?: boolean;
10
10
  matchesStreetName?: boolean;
11
11
  matchesPostalCode?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.219",
3
+ "version": "1.8.220",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",