@undp/carbon-library 1.0.44 → 1.0.46

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.
@@ -6,7 +6,7 @@ export declare enum ProgrammeStage {
6
6
  Rejected = "Rejected"
7
7
  }
8
8
  export declare enum ProgrammeStageMRV {
9
- AwaitingAuthorization = "AwaitingAuthorization",
9
+ AwaitingAuthorization = "Pending",
10
10
  Authorised = "Authorised",
11
11
  Approved = "Approved",
12
12
  Rejected = "Rejected"
@@ -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
@@ -184,7 +184,7 @@ declare enum ProgrammeStage {
184
184
  Rejected = "Rejected"
185
185
  }
186
186
  declare enum ProgrammeStageMRV {
187
- AwaitingAuthorization = "AwaitingAuthorization",
187
+ AwaitingAuthorization = "Pending",
188
188
  Authorised = "Authorised",
189
189
  Approved = "Approved",
190
190
  Rejected = "Rejected"
@@ -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.44",
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": {