@atproto/api
Advanced tools
Comparing version 0.4.0 to 0.4.1
import { Headers } from '@atproto/xrpc'; | ||
import * as AppBskyFeedDefs from '../feed/defs'; | ||
export interface QueryParams { | ||
limit?: number; | ||
cursor?: string; | ||
} | ||
export declare type InputSchema = undefined; | ||
export interface OutputSchema { | ||
cursor?: string; | ||
feeds: AppBskyFeedDefs.GeneratorView[]; | ||
@@ -8,0 +11,0 @@ [k: string]: unknown; |
@@ -6,2 +6,3 @@ import { Headers } from '@atproto/xrpc'; | ||
ignoreSubjects?: string[]; | ||
actionedBy?: string; | ||
reporters?: string[]; | ||
@@ -8,0 +9,0 @@ resolved?: boolean; |
{ | ||
"name": "@atproto/api", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,3 +11,6 @@ /** | ||
export interface QueryParams {} | ||
export interface QueryParams { | ||
limit?: number | ||
cursor?: string | ||
} | ||
@@ -17,2 +20,3 @@ export type InputSchema = undefined | ||
export interface OutputSchema { | ||
cursor?: string | ||
feeds: AppBskyFeedDefs.GeneratorView[] | ||
@@ -19,0 +23,0 @@ [k: string]: unknown |
@@ -14,2 +14,4 @@ /** | ||
ignoreSubjects?: string[] | ||
/** Get all reports that were actioned by a specific moderator */ | ||
actionedBy?: string | ||
/** Filter reports made by one or more DIDs */ | ||
@@ -16,0 +18,0 @@ reporters?: string[] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
3755176
277
53554