@xoxno/sdk-js 0.1.340 → 0.1.341

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,6 +378,7 @@ 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[];
381
382
  }
382
383
  export interface SearchNFTsResponse {
383
384
  /** The total count of the results for the specific query */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.340",
3
+ "version": "0.1.341",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {