digicust_types 1.8.226 → 1.8.227

Sign up to get free protection for your applications and to get access to all the features.
@@ -121,6 +121,7 @@ export interface AggregatedCaseDataModel {
121
121
  description: string;
122
122
  quantity: string;
123
123
  itemSpecialUnit: UnitOfMeasurement;
124
+ itemSpecialUnitMeasure: Meta<number>;
124
125
  }[];
125
126
  countrySpecific?: CountrySpecificAggregated;
126
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.226",
3
+ "version": "1.8.227",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",