@undp/carbon-library 1.0.117 → 1.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +52 -27
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Definitions/Definitions/programme.definitions.d.ts +1 -0
- package/dist/esm/index.js +52 -27
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Definitions/Definitions/programme.definitions.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
@@ -75,6 +75,7 @@ export interface Programme {
|
|
75
75
|
typeOfMitigation: TypeOfMitigation;
|
76
76
|
geographicalLocationCordintes: any;
|
77
77
|
mitigationActions: any;
|
78
|
+
environmentalAssessmentRegistrationNo: any;
|
78
79
|
}
|
79
80
|
export interface ProgrammeR extends Programme {
|
80
81
|
currentStage: ProgrammeStageR;
|
package/dist/index.d.ts
CHANGED
@@ -287,6 +287,7 @@ interface Programme {
|
|
287
287
|
typeOfMitigation: TypeOfMitigation;
|
288
288
|
geographicalLocationCordintes: any;
|
289
289
|
mitigationActions: any;
|
290
|
+
environmentalAssessmentRegistrationNo: any;
|
290
291
|
}
|
291
292
|
interface ProgrammeR extends Programme {
|
292
293
|
currentStage: ProgrammeStageR;
|