lemmy-js-client 0.20.0-alpha.11 → 0.20.0-alpha.13
Sign up to get free protection for your applications and to get access to all the features.
package/dist/types/EditPost.d.ts
CHANGED
@@ -321,6 +321,10 @@ export type LemmyErrorType = {
|
|
321
321
|
message: string;
|
322
322
|
} | {
|
323
323
|
error: "cant_delete_site";
|
324
|
+
} | {
|
325
|
+
error: "post_schedule_time_must_be_in_future";
|
326
|
+
} | {
|
327
|
+
error: "too_many_scheduled_posts";
|
324
328
|
} | {
|
325
329
|
error: "url_length_overflow";
|
326
330
|
} | {
|
package/dist/types/Post.d.ts
CHANGED
package/package.json
CHANGED