@atproto/api 0.3.11 → 0.3.12

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.
@@ -771,6 +771,13 @@ export declare const schemaDict: {
771
771
  type: string;
772
772
  };
773
773
  };
774
+ reporters: {
775
+ type: string;
776
+ items: {
777
+ type: string;
778
+ };
779
+ description: string;
780
+ };
774
781
  resolved: {
775
782
  type: string;
776
783
  };
@@ -3,6 +3,7 @@ import * as ComAtprotoAdminDefs from './defs';
3
3
  export interface QueryParams {
4
4
  subject?: string;
5
5
  ignoreSubjects?: string[];
6
+ reporters?: string[];
6
7
  resolved?: boolean;
7
8
  actionType?: 'com.atproto.admin.defs#takedown' | 'com.atproto.admin.defs#flag' | 'com.atproto.admin.defs#acknowledge' | 'com.atproto.admin.defs#escalate' | (string & {});
8
9
  limit?: number;
package/dist/index.js CHANGED
@@ -17568,6 +17568,13 @@ var schemaDict = {
17568
17568
  type: "string"
17569
17569
  }
17570
17570
  },
17571
+ reporters: {
17572
+ type: "array",
17573
+ items: {
17574
+ type: "string"
17575
+ },
17576
+ description: "Filter reports made by one or more DIDs"
17577
+ },
17571
17578
  resolved: {
17572
17579
  type: "boolean"
17573
17580
  },