digicust_types 1.8.157 → 1.8.158

Sign up to get free protection for your applications and to get access to all the features.
@@ -113,7 +113,7 @@ export interface AggregatedCaseDataModel {
113
113
  /**
114
114
  * Contains (experimental) aggregated descriptions by tariff number and country of origin code
115
115
  */
116
- aggregatedDescriptions: {
116
+ aggregatedDescriptions?: {
117
117
  [tariffNumber: string]: {
118
118
  [alpha2Code: string]: string;
119
119
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.157",
3
+ "version": "1.8.158",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",