@crypticdot/defituna-api 4.0.6 → 4.0.7

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.cjs CHANGED
@@ -15965,6 +15965,9 @@ var zMintDto = external_exports.object({
15965
15965
  address: zPubkeyDto,
15966
15966
  decimals: external_exports.int().min(-2147483648, { error: "Invalid value: Expected int32 to be >= -2147483648" }).max(2147483647, { error: "Invalid value: Expected int32 to be <= 2147483647" }),
15967
15967
  logo: external_exports.string(),
15968
+ logo128: external_exports.string(),
15969
+ logo32: external_exports.string(),
15970
+ logo64: external_exports.string(),
15968
15971
  name: external_exports.string(),
15969
15972
  symbol: external_exports.string()
15970
15973
  });