RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.193 → 1.8.194
digicust_types 1.8.193 → 1.8.194
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/lib/models/digicust/customs/tariff-number/customs-tariff-number.model.d.ts
+2
-0
package/lib/models/digicust/customs/tariff-number/tariff-number-suggestion.model.d.ts
+1
-1
package/package.json
+1
-1
package/lib/models/digicust/customs/tariff-number/customs-tariff-number.model.d.ts
CHANGED
Viewed
@@ -5,6 +5,8 @@ export interface CustomsTariffNumber extends Meta<string> {
5
5
processedByTaric?: boolean;
6
6
toBeProcessed?: boolean;
7
7
classificationType?: ClassificationTypes;
8
+
isError?: boolean;
9
+
error?: any;
8
10
};
9
11
userEdited?: boolean;
10
12
additionalCodes?: Meta<string>[];
package/lib/models/digicust/customs/tariff-number/tariff-number-suggestion.model.d.ts
CHANGED
Viewed
@@ -81,7 +81,7 @@ export type TariffWSMessage = {
81
81
customer_id: string;
82
82
project_id: string;
83
83
tariff_system: TariffSystem;
84
-
language:
"en" | "de"
;
84
+
language:
string
;
85
85
type?: TariffWSMessageType;
86
86
number?: string;
87
87
};
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
193
",
3
+
"version": "1.8.
194
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",