@undp/carbon-library 1.0.46 → 1.0.47

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,8 +43,20 @@ export declare enum TxType {
43
43
  UNFREEZE = "9"
44
44
  }
45
45
  export declare enum SectoralScope {
46
- "Energy Industry" = "1",
46
+ "Energy Industries (Renewable – / Non-Renewable Sources)" = "1",
47
47
  "Energy Distribution" = "2",
48
+ "Energy Demand" = "3",
49
+ "Manufacturing Industries" = "4",
50
+ "Chemical Industries" = "5",
51
+ "Construction" = "6",
52
+ "Transport" = "7",
53
+ "Mining/Mineral Production" = "8",
54
+ "Metal Production" = "9",
55
+ "Fugitive Emissions From Fuels (Solid, Oil and Gas)" = "10",
56
+ "Fugitive Emissions From Production and Consumption of Halocarbons and Sulphur Hexafluoride" = "11",
57
+ "Solvent Use" = "12",
58
+ "Waste Handling and Disposal" = "13",
59
+ "Afforestation and Reforestation" = "14",
48
60
  "Agriculture" = "15"
49
61
  }
50
62
  export declare enum TypeOfMitigation {
@@ -65,6 +77,7 @@ export declare class UnitField {
65
77
  export declare enum CompanyRole {
66
78
  CERTIFIER = "Certifier",
67
79
  PROGRAMME_DEVELOPER = "ProgrammeDeveloper",
80
+ MINISTRY = "Ministry",
68
81
  MRV = "MRV",
69
82
  GOVERNMENT = "Government",
70
83
  API = "API"
package/dist/index.d.ts CHANGED
@@ -221,8 +221,20 @@ declare enum TxType {
221
221
  UNFREEZE = "9"
222
222
  }
223
223
  declare enum SectoralScope {
224
- "Energy Industry" = "1",
224
+ "Energy Industries (Renewable – / Non-Renewable Sources)" = "1",
225
225
  "Energy Distribution" = "2",
226
+ "Energy Demand" = "3",
227
+ "Manufacturing Industries" = "4",
228
+ "Chemical Industries" = "5",
229
+ "Construction" = "6",
230
+ "Transport" = "7",
231
+ "Mining/Mineral Production" = "8",
232
+ "Metal Production" = "9",
233
+ "Fugitive Emissions From Fuels (Solid, Oil and Gas)" = "10",
234
+ "Fugitive Emissions From Production and Consumption of Halocarbons and Sulphur Hexafluoride" = "11",
235
+ "Solvent Use" = "12",
236
+ "Waste Handling and Disposal" = "13",
237
+ "Afforestation and Reforestation" = "14",
226
238
  "Agriculture" = "15"
227
239
  }
228
240
  declare enum TypeOfMitigation {
@@ -243,6 +255,7 @@ declare class UnitField {
243
255
  declare enum CompanyRole {
244
256
  CERTIFIER = "Certifier",
245
257
  PROGRAMME_DEVELOPER = "ProgrammeDeveloper",
258
+ MINISTRY = "Ministry",
246
259
  MRV = "MRV",
247
260
  GOVERNMENT = "Government",
248
261
  API = "API"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
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": {