@undp/carbon-library 1.0.122 → 1.0.124-CARBON-276.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,6 @@ export declare enum DocType {
2
2
  DESIGN_DOCUMENT = "0",
3
3
  METHODOLOGY_DOCUMENT = "1",
4
4
  MONITORING_REPORT = "2",
5
- VERIFICATION_REPORT = "3"
5
+ VERIFICATION_REPORT = "3",
6
+ ENVIRONMENTAL_IMPACT_ASSESSMENT = "7"
6
7
  }
@@ -1 +1 @@
1
- export declare const isValidateFileType: (fileType: string) => boolean;
1
+ export declare const isValidateFileType: (fileType: string, docType?: string) => boolean;
package/dist/index.d.ts CHANGED
@@ -674,7 +674,8 @@ declare enum DocType {
674
674
  DESIGN_DOCUMENT = "0",
675
675
  METHODOLOGY_DOCUMENT = "1",
676
676
  MONITORING_REPORT = "2",
677
- VERIFICATION_REPORT = "3"
677
+ VERIFICATION_REPORT = "3",
678
+ ENVIRONMENTAL_IMPACT_ASSESSMENT = "7"
678
679
  }
679
680
 
680
681
  declare enum DocumentStatus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.122",
3
+ "version": "1.0.124-CARBON-276.0",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {