@undp/carbon-library 1.0.45 → 1.0.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,8 @@ export declare enum CompanyRole {
66
66
  CERTIFIER = "Certifier",
67
67
  PROGRAMME_DEVELOPER = "ProgrammeDeveloper",
68
68
  MRV = "MRV",
69
- GOVERNMENT = "Government"
69
+ GOVERNMENT = "Government",
70
+ API = "API"
70
71
  }
71
72
  export interface ProgrammeProperties {
72
73
  maxInternationalTransferAmount: string;
package/dist/index.d.ts CHANGED
@@ -244,7 +244,8 @@ declare enum CompanyRole {
244
244
  CERTIFIER = "Certifier",
245
245
  PROGRAMME_DEVELOPER = "ProgrammeDeveloper",
246
246
  MRV = "MRV",
247
- GOVERNMENT = "Government"
247
+ GOVERNMENT = "Government",
248
+ API = "API"
248
249
  }
249
250
  interface ProgrammeProperties {
250
251
  maxInternationalTransferAmount: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
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": {