@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.js CHANGED
@@ -15679,6 +15679,9 @@ var zMintDto = external_exports.object({
15679
15679
  address: zPubkeyDto,
15680
15680
  decimals: external_exports.int().min(-2147483648, { error: "Invalid value: Expected int32 to be >= -2147483648" }).max(2147483647, { error: "Invalid value: Expected int32 to be <= 2147483647" }),
15681
15681
  logo: external_exports.string(),
15682
+ logo128: external_exports.string(),
15683
+ logo32: external_exports.string(),
15684
+ logo64: external_exports.string(),
15682
15685
  name: external_exports.string(),
15683
15686
  symbol: external_exports.string()
15684
15687
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crypticdot/defituna-api",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",