@undp/carbon-library 1.0.82 → 1.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -1093,6 +1093,7 @@ exports.TxType = void 0;
1093
1093
  TxType["FREEZE"] = "7";
1094
1094
  TxType["AUTH"] = "8";
1095
1095
  TxType["UNFREEZE"] = "9";
1096
+ TxType["OWNERSHIP_UPDATE"] = "12";
1096
1097
  })(exports.TxType || (exports.TxType = {}));
1097
1098
 
1098
1099
  exports.RetireType = void 0;