We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 302f3c7 + 9252ae5 commit f9d2686Copy full SHA for f9d2686
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@unicef-polymer/etools-types",
3
"description": "Etools types",
4
- "version": "1.0.3",
+ "version": "1.0.4",
5
"contributors": [
6
"eTools Team"
7
],
src/models-and-classes/intervention.classes.ts
@@ -75,6 +75,8 @@ export class PlannedBudget {
75
total_local?: number;
76
total_unicef_contribution_local?: number;
77
total_cash_local?: number;
78
+ total_hq_cash_local?: number;
79
+ total_unicef_cash_local_wo_hq?: number;
80
}
81
82
export class InterventionAttachment {
0 commit comments