RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.58 → 1.8.59
digicust_types 1.8.58 → 1.8.59
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/customs/tariff-number/tariff-number-suggestion.model.d.ts
+6
-0
package/package.json
+1
-1
package/lib/models/digicust/customs/tariff-number/tariff-number-suggestion.model.d.ts
CHANGED
Viewed
@@ -12,4 +12,10 @@ export interface TariffClassifyV2Payload {
12
12
export interface TariffClassifyV2Result {
13
13
tariff_code: string;
14
14
description: string;
15
+
details: {
16
+
level: string;
17
+
confidence: number;
18
+
explanation: string;
19
+
details: string;
20
+
}[];
15
21
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
58
",
3
+
"version": "1.8.
59
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",