RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.226 → 1.8.227
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.
Files changed (2)
hide
show
package/lib/models/digicust/case/aggregated-case-data.model.d.ts
+1
-0
package/package.json
+1
-1
package/lib/models/digicust/case/aggregated-case-data.model.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",