fireblocks-sdk
Advanced tools
Comparing version 5.28.0 to 5.28.1
{ | ||
"name": "fireblocks-sdk", | ||
"version": "5.28.0", | ||
"version": "5.28.1", | ||
"main": "dist/src/fireblocks-sdk.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/fireblocks-sdk.d.ts", |
@@ -1731,5 +1731,5 @@ import { AxiosResponseHeaders } from "axios"; | ||
export interface TokenMetadataAttributesDto { | ||
traitType: string; | ||
trait_type: string; | ||
value: string; | ||
displayType?: string; | ||
display_type?: string; | ||
} | ||
@@ -1740,4 +1740,4 @@ export interface TokenMetadataDto { | ||
image?: string; | ||
animationUrl?: string; | ||
externalUrl?: string; | ||
animation_url?: string; | ||
external_url?: string; | ||
attributes?: TokenMetadataAttributesDto[]; | ||
@@ -1744,0 +1744,0 @@ } |
{ | ||
"name": "fireblocks-sdk", | ||
"version": "5.28.0", | ||
"version": "5.28.1", | ||
"main": "dist/src/fireblocks-sdk.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/fireblocks-sdk.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
351957