@undp/carbon-library 1.0.274-CARBON-404.6 → 1.0.274-CARBON-419.1

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.
@@ -76,6 +76,7 @@ export interface Programme {
76
76
  geographicalLocationCordintes: any;
77
77
  mitigationActions: any;
78
78
  environmentalAssessmentRegistrationNo: any;
79
+ article6trade: boolean;
79
80
  }
80
81
  export interface ProgrammeR extends Programme {
81
82
  currentStage: ProgrammeStageR;
@@ -74,7 +74,6 @@ export declare enum GovDepartment {
74
74
  "Electricity Regulatory Commission" = "72",
75
75
  "Content Monitoring and Development Board" = "73",
76
76
  "National Petroleum Corporation" = "74",
77
- "Nuclear Regulatory Authority Science & Technology" = "75",
78
77
  "Petroleum Product Pricing Regulatory Agency" = "76",
79
78
  "Power Holding Company (defunct)" = "77",
80
79
  "Rural Electrification Agency" = "78",
@@ -106,7 +105,6 @@ export declare enum GovDepartment {
106
105
  "Broadcasting Organisation" = "104",
107
106
  "News Agency" = "105",
108
107
  "Press Council" = "106",
109
- "Television Authority Media" = "107",
110
108
  "Agency For Science and Engineering Infrastructure" = "108",
111
109
  "Biotechnology Development Agency" = "109",
112
110
  "Centre for Remote Sensing" = "110",
package/dist/index.d.ts CHANGED
@@ -304,6 +304,7 @@ interface Programme {
304
304
  geographicalLocationCordintes: any;
305
305
  mitigationActions: any;
306
306
  environmentalAssessmentRegistrationNo: any;
307
+ article6trade: boolean;
307
308
  }
308
309
  interface ProgrammeR extends Programme {
309
310
  currentStage: ProgrammeStageR;
@@ -1007,7 +1008,6 @@ declare enum GovDepartment {
1007
1008
  "Electricity Regulatory Commission" = "72",
1008
1009
  "Content Monitoring and Development Board" = "73",
1009
1010
  "National Petroleum Corporation" = "74",
1010
- "Nuclear Regulatory Authority Science & Technology" = "75",
1011
1011
  "Petroleum Product Pricing Regulatory Agency" = "76",
1012
1012
  "Power Holding Company (defunct)" = "77",
1013
1013
  "Rural Electrification Agency" = "78",
@@ -1039,7 +1039,6 @@ declare enum GovDepartment {
1039
1039
  "Broadcasting Organisation" = "104",
1040
1040
  "News Agency" = "105",
1041
1041
  "Press Council" = "106",
1042
- "Television Authority Media" = "107",
1043
1042
  "Agency For Science and Engineering Infrastructure" = "108",
1044
1043
  "Biotechnology Development Agency" = "109",
1045
1044
  "Centre for Remote Sensing" = "110",
@@ -5,6 +5,10 @@
5
5
  "addProgramme2": "Project Financing Sought",
6
6
  "addProgramme3": "Activity Details",
7
7
  "addProgramme4": "Co-Benefits",
8
+ "article6trading": "Article 6 Trading",
9
+ "governmentDepartment": "Government Department",
10
+ "ownership": "Ownership",
11
+ "creditReduction":"Estimated Reductions",
8
12
  "inNDC": "Included in NDC",
9
13
  "inNDCToolTip": "Nationally Determined Contributions (NDC)",
10
14
  "inNAP": "Included in NAP",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.274-CARBON-404.6",
3
+ "version": "1.0.274-CARBON-419.1",
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": {