@undp/carbon-library 1.0.97 → 1.0.99

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  export declare enum ProgrammeStageR {
2
2
  AwaitingAuthorization = "Pending",
3
+ Approved = "Approved",
3
4
  Authorised = "Authorised",
4
5
  Rejected = "Rejected"
5
6
  }
package/dist/index.d.ts CHANGED
@@ -183,6 +183,7 @@ declare class ProgrammeTransfer implements BaseEntity {
183
183
 
184
184
  declare enum ProgrammeStageR {
185
185
  AwaitingAuthorization = "Pending",
186
+ Approved = "Approved",
186
187
  Authorised = "Authorised",
187
188
  Rejected = "Rejected"
188
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.97",
3
+ "version": "1.0.99",
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": {