@0xobelisk/sui-common 1.0.2 → 1.0.4

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/index.d.ts CHANGED
@@ -29,7 +29,7 @@ type U128 = number;
29
29
  type Vector<T> = T[];
30
30
  type BaseValueType = String | Address | Bool | U8 | U32 | U64 | U128 | Vector<Address> | Vector<Bool> | Vector<U8> | Vector<Vector<U8>> | Vector<U64> | Vector<U128>;
31
31
  type SchemaData = Record<string, string> | string[];
32
- type SchemaType = Record<string, string>;
32
+ type SchemaType = string;
33
33
  type EventData = Record<string, string>;
34
34
  type ErrorData = Record<string, string>;
35
35
  type DubheConfig = {