@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/esm/index.js CHANGED
@@ -1073,6 +1073,7 @@ var TxType;
1073
1073
  TxType["FREEZE"] = "7";
1074
1074
  TxType["AUTH"] = "8";
1075
1075
  TxType["UNFREEZE"] = "9";
1076
+ TxType["OWNERSHIP_UPDATE"] = "12";
1076
1077
  })(TxType || (TxType = {}));
1077
1078
 
1078
1079
  var RetireType;