lemmy-js-client 0.20.0-alpha.10 → 0.20.0-alpha.12
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -270,3 +270,4 @@ export { UpdateTotp } from "./types/UpdateTotp";
|
|
270
270
|
export { UpdateTotpResponse } from "./types/UpdateTotpResponse";
|
271
271
|
export { VerifyEmail } from "./types/VerifyEmail";
|
272
272
|
export { VoteView } from "./types/VoteView";
|
273
|
+
export { UploadImage, UploadImageResponse, ImageFile, DeleteImage, } from "./other_types";
|
package/dist/types/HidePost.d.ts
CHANGED
package/dist/types/Search.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export type SearchType = "All" | "Comments" | "Posts" | "Communities" | "Users"
|
1
|
+
export type SearchType = "All" | "Comments" | "Posts" | "Communities" | "Users";
|
package/package.json
CHANGED