@undp/carbon-library 1.0.82 → 1.0.83

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,5 +8,6 @@ export declare enum TxType {
8
8
  REVOKE = "6",
9
9
  FREEZE = "7",
10
10
  AUTH = "8",
11
- UNFREEZE = "9"
11
+ UNFREEZE = "9",
12
+ OWNERSHIP_UPDATE = "12"
12
13
  }
package/dist/index.d.ts CHANGED
@@ -538,7 +538,8 @@ declare enum TxType {
538
538
  REVOKE = "6",
539
539
  FREEZE = "7",
540
540
  AUTH = "8",
541
- UNFREEZE = "9"
541
+ UNFREEZE = "9",
542
+ OWNERSHIP_UPDATE = "12"
542
543
  }
543
544
 
544
545
  declare enum CompanyRole {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
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": {