RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.244 → 1.8.245
digicust_types 1.8.244 → 1.8.245
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/country-specific/DE/DE-specific-aggregated.d.ts
+2
-2
package/package.json
+1
-1
package/lib/models/digicust/country-specific/DE/DE-specific-aggregated.d.ts
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
import { Meta } from "../../meta";
2
2
export interface DESpecificAggregated {
3
3
/** e.g. "2" */
4
-
security
:
Meta<string>;
4
+
security
?:
Meta<string>;
5
5
/** e.g. EX, CO */
6
-
declarationType
:
Meta<string>;
6
+
declarationType
?:
Meta<string>;
7
7
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
244
",
3
+
"version": "1.8.
245
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",