@undp/carbon-library 1.0.124-CARBON-315.4 → 1.0.124-CARBON-315.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,5 +5,5 @@ export declare enum CompanyManagementColumns {
5
5
  companyRole = "companyRole",
6
6
  programmeCount = "programmeCount",
7
7
  creditBalance = "creditBalance",
8
- companyState = "state"
8
+ companyState = "status"
9
9
  }
package/dist/index.d.ts CHANGED
@@ -392,7 +392,7 @@ declare enum CompanyManagementColumns {
392
392
  companyRole = "companyRole",
393
393
  programmeCount = "programmeCount",
394
394
  creditBalance = "creditBalance",
395
- companyState = "state"
395
+ companyState = "status"
396
396
  }
397
397
 
398
398
  declare enum UserManagementColumns {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.124-CARBON-315.4",
3
+ "version": "1.0.124-CARBON-315.5",
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": {