RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.47 → 1.8.48
digicust_types 1.8.47 → 1.8.48
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/customer/project.model.d.ts
+2
-1
package/package.json
+1
-1
package/lib/models/digicust/customer/project.model.d.ts
CHANGED
Viewed
@@ -4,7 +4,8 @@ export declare enum CustomsSystem {
4
4
eZoll = "eZoll"
5
5
}
6
6
export interface Mapping {
7
-
alias
: string;
7
+
name
: string;
8
+
description: string;
8
9
mapping: {
9
10
[key: string]: any;
10
11
};
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
47
",
3
+
"version": "1.8.
48
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",