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.
@@ -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
@@ -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",