@undp/carbon-library 1.0.42 → 1.0.44

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 = "Pending",
9
+ AwaitingAuthorization = "AwaitingAuthorization",
10
10
  Authorised = "Authorised",
11
11
  Approved = "Approved",
12
12
  Rejected = "Rejected"
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 = "Pending",
187
+ AwaitingAuthorization = "AwaitingAuthorization",
188
188
  Authorised = "Authorised",
189
189
  Approved = "Approved",
190
190
  Rejected = "Rejected"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
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": {