@xoxno/sdk-js 0.1.336 → 0.1.337

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.
@@ -712,7 +712,7 @@ export type CollectionStatsResults = {
712
712
  };
713
713
  export type GetCollectionStatsArgs = {
714
714
  filters?: {
715
- chain?: ActivityChain;
715
+ chain?: ActivityChain[];
716
716
  collection?: string[];
717
717
  verifiedOnly?: boolean;
718
718
  range?: RangeFilter[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.336",
3
+ "version": "0.1.337",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {