@xoxno/sdk-js 0.1.341 → 0.1.343
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.
|
@@ -378,7 +378,6 @@ export interface SuggestNFTsArgs {
|
|
|
378
378
|
skip?: number;
|
|
379
379
|
/** The order of the results based on a field */
|
|
380
380
|
orderBy?: SuggestOrderBy[];
|
|
381
|
-
chain?: ActivityChain[];
|
|
382
381
|
}
|
|
383
382
|
export interface SearchNFTsResponse {
|
|
384
383
|
/** The total count of the results for the specific query */
|