lemmy-js-client 1.0.0-api-updates-6.0 → 1.0.0-api-updates-6.1
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.
- package/dist/http.d.ts +1 -1
- package/package.json +1 -1
package/dist/http.d.ts
CHANGED
|
@@ -559,7 +559,7 @@ export declare class LemmyHttp extends Controller {
|
|
|
559
559
|
/**
|
|
560
560
|
* @summary List your read content.
|
|
561
561
|
*/
|
|
562
|
-
listPersonRead(form: ListPersonReadI, options?: RequestOptions): Promise<PagedResponse<
|
|
562
|
+
listPersonRead(form: ListPersonReadI, options?: RequestOptions): Promise<PagedResponse<PostView>>;
|
|
563
563
|
/**
|
|
564
564
|
* @summary List your hidden content.
|
|
565
565
|
*/
|
package/package.json
CHANGED