RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.218 → 1.8.219
digicust_types 1.8.218 → 1.8.219
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/lib/models/digicust/masterdata/stakeholder-match-input.d.ts
+1
-1
package/package.json
+1
-1
package/lib/models/digicust/masterdata/stakeholder-match-input.d.ts
CHANGED
Viewed
@@ -3,6 +3,6 @@ export interface StakeholderMatchInput {
3
3
name?: string;
4
4
EORI?: string;
5
5
VAT?: string;
6
-
country
?: string;
6
+
alpha2Code
?: string;
7
7
address?: AddressModel;
8
8
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
218
",
3
+
"version": "1.8.
219
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",