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 85d618d + 63d3c0b commit 10eb9a5Copy full SHA for 10eb9a5
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@unicef-polymer/etools-types",
3
"description": "Etools types",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"contributors": [
6
"eTools Team"
7
],
src/models-and-classes/intervention.classes.ts
@@ -273,6 +273,7 @@ export class Intervention {
273
partner_accepted = false;
274
date_sent_to_partner = '';
275
cancel_justification = '';
276
+ date_partnership_review_performed?: string;
277
}
278
279
export type RiskData = {
0 commit comments