@undp/carbon-library 1.0.44 → 1.0.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -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"
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"
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.45",
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": {