@replicode/parallax
Advanced tools
Comparing version 1.1.46 to 1.1.47
@@ -36,19 +36,11 @@ export declare namespace Parallax { | ||
} | ||
interface CollectionInfo { | ||
interface Collection { | ||
id: string; | ||
blockchain: string; | ||
network: string; | ||
contractAddress: string; | ||
slug: string; | ||
name: string; | ||
description: string; | ||
imageUrl: string; | ||
slug: string; | ||
isVerified: boolean; | ||
externalUrl?: string; | ||
sellerFee?: number; | ||
} | ||
interface Collection { | ||
info?: CollectionInfo; | ||
stats?: CollectionStats; | ||
} | ||
interface CollectionStatsResponse { | ||
imageURL: string; | ||
stats: CollectionStats; | ||
info: CollectionInfo; | ||
} | ||
@@ -55,0 +47,0 @@ interface Wallet { |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.1.46", | ||
"version": "1.1.47", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -42,23 +42,11 @@ export namespace Parallax { | ||
export interface CollectionInfo { | ||
export interface Collection { | ||
id: string | ||
blockchain: string | ||
network: string | ||
contractAddress: string | ||
slug: string | ||
name: string | ||
description: string | ||
imageUrl: string | ||
slug: string | ||
isVerified: boolean | ||
externalUrl?: string | ||
sellerFee?: number | ||
} | ||
export interface Collection { | ||
info?: CollectionInfo | ||
stats?: CollectionStats | ||
} | ||
export interface CollectionStatsResponse { | ||
imageURL: string | ||
stats: CollectionStats | ||
info: CollectionInfo | ||
} | ||
@@ -65,0 +53,0 @@ |
Sorry, the diff of this file is not supported yet
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
33247
708