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