lemmy-js-client 0.19.0-rc.9 → 0.19.2-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/http.d.ts +99 -33
- package/dist/http.js +119 -31
- package/dist/index.d.ts +16 -25
- package/dist/{types/others.d.ts → other_types.d.ts} +4 -4
- package/dist/types/ActivityId.d.ts +1 -0
- package/dist/types/AddAdmin.d.ts +0 -1
- package/dist/types/AddModToCommunity.d.ts +0 -1
- package/dist/types/ApproveRegistrationApplication.d.ts +0 -1
- package/dist/types/BanFromCommunity.d.ts +0 -1
- package/dist/types/BanPerson.d.ts +0 -1
- package/dist/types/BlockCommunity.d.ts +0 -1
- package/dist/types/BlockInstance.d.ts +0 -1
- package/dist/types/BlockPerson.d.ts +0 -1
- package/dist/types/ChangePassword.d.ts +0 -1
- package/dist/types/CommentAggregates.d.ts +0 -3
- package/dist/types/CommentReplyView.d.ts +2 -0
- package/dist/types/CommentView.d.ts +2 -0
- package/dist/types/Community.d.ts +0 -2
- package/dist/types/CommunityAggregates.d.ts +0 -2
- package/dist/types/CreateComment.d.ts +0 -1
- package/dist/types/CreateCommentLike.d.ts +0 -1
- package/dist/types/CreateCommentReport.d.ts +0 -1
- package/dist/types/CreateCommunity.d.ts +0 -1
- package/dist/types/CreateCustomEmoji.d.ts +0 -1
- package/dist/types/CreatePost.d.ts +0 -1
- package/dist/types/CreatePostLike.d.ts +0 -1
- package/dist/types/CreatePostReport.d.ts +0 -1
- package/dist/types/CreatePrivateMessage.d.ts +0 -1
- package/dist/types/CreatePrivateMessageReport.d.ts +0 -1
- package/dist/types/CreateSite.d.ts +0 -1
- package/dist/types/CustomEmojiKeyword.d.ts +0 -1
- package/dist/types/DeleteAccount.d.ts +0 -1
- package/dist/types/DeleteComment.d.ts +0 -1
- package/dist/types/DeleteCommunity.d.ts +0 -1
- package/dist/types/DeleteCustomEmoji.d.ts +0 -1
- package/dist/types/DeletePost.d.ts +0 -1
- package/dist/types/DeletePrivateMessage.d.ts +0 -1
- package/dist/types/DistinguishComment.d.ts +0 -1
- package/dist/types/EditComment.d.ts +0 -1
- package/dist/types/EditCommunity.d.ts +0 -1
- package/dist/types/EditCustomEmoji.d.ts +0 -1
- package/dist/types/EditPost.d.ts +0 -1
- package/dist/types/EditPrivateMessage.d.ts +0 -1
- package/dist/types/EditSite.d.ts +0 -1
- package/dist/types/FeaturePost.d.ts +0 -1
- package/dist/types/FederatedInstances.d.ts +4 -4
- package/dist/types/FollowCommunity.d.ts +0 -1
- package/dist/types/GenerateTotpSecretResponse.d.ts +3 -0
- package/dist/types/GetComment.d.ts +0 -1
- package/dist/types/GetComments.d.ts +0 -1
- package/dist/types/GetCommunity.d.ts +0 -1
- package/dist/types/GetModlog.d.ts +0 -1
- package/dist/types/GetPersonDetails.d.ts +0 -1
- package/dist/types/GetPersonMentions.d.ts +0 -1
- package/dist/types/GetPost.d.ts +0 -1
- package/dist/types/GetPosts.d.ts +2 -1
- package/dist/types/GetPostsResponse.d.ts +2 -0
- package/dist/types/GetPrivateMessages.d.ts +0 -1
- package/dist/types/GetReplies.d.ts +0 -1
- package/dist/types/GetReportCount.d.ts +0 -1
- package/dist/types/HideCommunity.d.ts +0 -1
- package/dist/types/ImageUpload.d.ts +7 -0
- package/dist/types/InstanceWithFederationState.d.ts +11 -0
- package/dist/types/LemmyErrorType.d.ts +171 -138
- package/dist/types/ListCommentLikes.d.ts +6 -0
- package/dist/types/ListCommentLikesResponse.d.ts +4 -0
- package/dist/types/ListCommentReports.d.ts +0 -1
- package/dist/types/ListCommunities.d.ts +0 -1
- package/dist/types/ListPostLikes.d.ts +6 -0
- package/dist/types/ListPostLikesResponse.d.ts +4 -0
- package/dist/types/ListPostLikesResponse.js +2 -0
- package/dist/types/ListPostReports.d.ts +0 -1
- package/dist/types/ListPrivateMessageReports.d.ts +0 -1
- package/dist/types/ListRegistrationApplications.d.ts +0 -1
- package/dist/types/LocalSite.d.ts +1 -0
- package/dist/types/LocalSiteRateLimit.d.ts +2 -1
- package/dist/types/LocalUser.d.ts +4 -3
- package/dist/types/LockPost.d.ts +0 -1
- package/dist/types/LoginToken.d.ts +7 -0
- package/dist/types/LoginToken.js +2 -0
- package/dist/types/MarkCommentReplyAsRead.d.ts +0 -1
- package/dist/types/MarkPersonMentionAsRead.d.ts +0 -1
- package/dist/types/MarkPostAsRead.d.ts +2 -2
- package/dist/types/MarkPrivateMessageAsRead.d.ts +0 -1
- package/dist/types/ModRemoveCommunity.d.ts +0 -1
- package/dist/types/PaginationCursor.d.ts +1 -0
- package/dist/types/Person.d.ts +0 -1
- package/dist/types/PersonAggregates.d.ts +0 -3
- package/dist/types/PersonMentionView.d.ts +2 -0
- package/dist/types/PersonView.d.ts +1 -0
- package/dist/types/PostAggregates.d.ts +0 -14
- package/dist/types/PostView.d.ts +2 -0
- package/dist/types/PurgeComment.d.ts +0 -1
- package/dist/types/PurgeCommunity.d.ts +0 -1
- package/dist/types/PurgePerson.d.ts +0 -1
- package/dist/types/PurgePost.d.ts +0 -1
- package/dist/types/ReadableFederationState.d.ts +10 -0
- package/dist/types/ReadableFederationState.js +2 -0
- package/dist/types/RemoveComment.d.ts +0 -1
- package/dist/types/RemoveCommunity.d.ts +0 -2
- package/dist/types/RemovePost.d.ts +0 -1
- package/dist/types/ResolveCommentReport.d.ts +0 -1
- package/dist/types/ResolveObject.d.ts +0 -1
- package/dist/types/ResolvePostReport.d.ts +0 -1
- package/dist/types/ResolvePrivateMessageReport.d.ts +0 -1
- package/dist/types/SaveComment.d.ts +0 -1
- package/dist/types/SavePost.d.ts +0 -1
- package/dist/types/SaveUserSettings.d.ts +5 -3
- package/dist/types/Search.d.ts +0 -1
- package/dist/types/SiteAggregates.d.ts +0 -1
- package/dist/types/SortType.d.ts +1 -1
- package/dist/types/SuccessResponse.d.ts +3 -0
- package/dist/types/TransferCommunity.d.ts +0 -1
- package/dist/types/UpdateTotp.d.ts +4 -0
- package/dist/types/UpdateTotpResponse.d.ts +3 -0
- package/dist/types/VoteView.d.ts +5 -0
- package/dist/types/VoteView.js +2 -0
- package/package.json +12 -12
- package/dist/types/CommunityBlockId.d.ts +0 -1
- package/dist/types/CommunityJoin.d.ts +0 -4
- package/dist/types/CommunityJoinResponse.d.ts +0 -3
- package/dist/types/DeleteAccountResponse.d.ts +0 -1
- package/dist/types/DeleteCustomEmojiResponse.d.ts +0 -5
- package/dist/types/GetBannedPersons.d.ts +0 -3
- package/dist/types/GetCaptcha.d.ts +0 -3
- package/dist/types/GetFederatedInstances.d.ts +0 -3
- package/dist/types/GetSite.d.ts +0 -3
- package/dist/types/GetSite.js +0 -3
- package/dist/types/GetUnreadCount.d.ts +0 -3
- package/dist/types/GetUnreadCount.js +0 -3
- package/dist/types/GetUnreadRegistrationApplicationCount.d.ts +0 -3
- package/dist/types/GetUnreadRegistrationApplicationCount.js +0 -3
- package/dist/types/LeaveAdmin.d.ts +0 -3
- package/dist/types/LeaveAdmin.js +0 -3
- package/dist/types/MarkAllAsRead.d.ts +0 -3
- package/dist/types/MarkAllAsRead.js +0 -3
- package/dist/types/ModJoin.d.ts +0 -4
- package/dist/types/ModJoinResponse.d.ts +0 -3
- package/dist/types/ModJoinResponse.js +0 -3
- package/dist/types/PasswordResetResponse.d.ts +0 -1
- package/dist/types/PasswordResetResponse.js +0 -3
- package/dist/types/PersonSortType.d.ts +0 -1
- package/dist/types/PersonSortType.js +0 -3
- package/dist/types/PostJoin.d.ts +0 -4
- package/dist/types/PostJoinResponse.d.ts +0 -3
- package/dist/types/PostJoinResponse.js +0 -3
- package/dist/types/PostOrCommentId.d.ts +0 -7
- package/dist/types/PurgeItemResponse.d.ts +0 -3
- package/dist/types/PurgeItemResponse.js +0 -3
- package/dist/types/UserJoin.d.ts +0 -3
- package/dist/types/UserJoin.js +0 -3
- package/dist/types/UserJoinResponse.d.ts +0 -3
- package/dist/types/UserJoinResponse.js +0 -3
- package/dist/types/VerifyEmailResponse.d.ts +0 -1
- package/dist/types/VerifyEmailResponse.js +0 -3
- package/dist/utils.d.ts +0 -0
- package/dist/utils.js +0 -0
- /package/dist/{types/others.js → other_types.js} +0 -0
- /package/dist/types/{CommunityBlockId.js → ActivityId.js} +0 -0
- /package/dist/types/{CommunityJoinResponse.js → GenerateTotpSecretResponse.js} +0 -0
- /package/dist/types/{CommunityJoin.js → ImageUpload.js} +0 -0
- /package/dist/types/{DeleteCustomEmojiResponse.js → InstanceWithFederationState.js} +0 -0
- /package/dist/types/{ModJoin.js → ListCommentLikes.js} +0 -0
- /package/dist/types/{PostJoin.js → ListCommentLikesResponse.js} +0 -0
- /package/dist/types/{PostOrCommentId.js → ListPostLikes.js} +0 -0
- /package/dist/types/{DeleteAccountResponse.js → PaginationCursor.js} +0 -0
- /package/dist/types/{GetBannedPersons.js → SuccessResponse.js} +0 -0
- /package/dist/types/{GetCaptcha.js → UpdateTotp.js} +0 -0
- /package/dist/types/{GetFederatedInstances.js → UpdateTotpResponse.js} +0 -0
@@ -1,277 +1,310 @@
|
|
1
1
|
export type LemmyErrorType = {
|
2
|
-
|
2
|
+
error: "report_reason_required";
|
3
3
|
} | {
|
4
|
-
|
4
|
+
error: "report_too_long";
|
5
5
|
} | {
|
6
|
-
|
6
|
+
error: "not_a_moderator";
|
7
7
|
} | {
|
8
|
-
|
8
|
+
error: "not_an_admin";
|
9
9
|
} | {
|
10
|
-
|
10
|
+
error: "cant_block_yourself";
|
11
11
|
} | {
|
12
|
-
|
12
|
+
error: "cant_block_admin";
|
13
13
|
} | {
|
14
|
-
|
14
|
+
error: "couldnt_update_user";
|
15
15
|
} | {
|
16
|
-
|
16
|
+
error: "passwords_do_not_match";
|
17
17
|
} | {
|
18
|
-
|
18
|
+
error: "email_not_verified";
|
19
19
|
} | {
|
20
|
-
|
20
|
+
error: "email_required";
|
21
21
|
} | {
|
22
|
-
|
22
|
+
error: "couldnt_update_comment";
|
23
23
|
} | {
|
24
|
-
|
24
|
+
error: "couldnt_update_private_message";
|
25
25
|
} | {
|
26
|
-
|
26
|
+
error: "cannot_leave_admin";
|
27
27
|
} | {
|
28
|
-
|
28
|
+
error: "no_lines_in_html";
|
29
29
|
} | {
|
30
|
-
|
30
|
+
error: "site_metadata_page_is_not_doctype_html";
|
31
31
|
} | {
|
32
|
-
|
33
|
-
} | {
|
34
|
-
error_type: "PictrsResponseError";
|
32
|
+
error: "pictrs_response_error";
|
35
33
|
message: string;
|
36
34
|
} | {
|
37
|
-
|
35
|
+
error: "pictrs_purge_response_error";
|
38
36
|
message: string;
|
39
37
|
} | {
|
40
|
-
|
38
|
+
error: "pictrs_caching_disabled";
|
41
39
|
} | {
|
42
|
-
|
40
|
+
error: "image_url_missing_path_segments";
|
43
41
|
} | {
|
44
|
-
|
42
|
+
error: "image_url_missing_last_path_segment";
|
45
43
|
} | {
|
46
|
-
|
44
|
+
error: "pictrs_api_key_not_provided";
|
47
45
|
} | {
|
48
|
-
|
46
|
+
error: "no_content_type_header";
|
49
47
|
} | {
|
50
|
-
|
48
|
+
error: "not_an_image_type";
|
51
49
|
} | {
|
52
|
-
|
50
|
+
error: "not_a_mod_or_admin";
|
53
51
|
} | {
|
54
|
-
|
52
|
+
error: "no_admins";
|
55
53
|
} | {
|
56
|
-
|
54
|
+
error: "not_top_admin";
|
57
55
|
} | {
|
58
|
-
|
56
|
+
error: "not_top_mod";
|
59
57
|
} | {
|
60
|
-
|
58
|
+
error: "not_logged_in";
|
61
59
|
} | {
|
62
|
-
|
60
|
+
error: "site_ban";
|
63
61
|
} | {
|
64
|
-
|
62
|
+
error: "deleted";
|
65
63
|
} | {
|
66
|
-
|
64
|
+
error: "banned_from_community";
|
67
65
|
} | {
|
68
|
-
|
66
|
+
error: "couldnt_find_community";
|
69
67
|
} | {
|
70
|
-
|
68
|
+
error: "couldnt_find_person";
|
71
69
|
} | {
|
72
|
-
|
70
|
+
error: "person_is_blocked";
|
73
71
|
} | {
|
74
|
-
|
72
|
+
error: "community_is_blocked";
|
75
73
|
} | {
|
76
|
-
|
74
|
+
error: "instance_is_blocked";
|
77
75
|
} | {
|
78
|
-
|
76
|
+
error: "downvotes_are_disabled";
|
79
77
|
} | {
|
80
|
-
|
78
|
+
error: "instance_is_private";
|
81
79
|
} | {
|
82
|
-
|
80
|
+
error: "invalid_password";
|
83
81
|
} | {
|
84
|
-
|
82
|
+
error: "site_description_length_overflow";
|
85
83
|
} | {
|
86
|
-
|
84
|
+
error: "honeypot_failed";
|
87
85
|
} | {
|
88
|
-
|
86
|
+
error: "registration_application_is_pending";
|
89
87
|
} | {
|
90
|
-
|
88
|
+
error: "cant_enable_private_instance_and_federation_together";
|
91
89
|
} | {
|
92
|
-
|
90
|
+
error: "locked";
|
93
91
|
} | {
|
94
|
-
|
92
|
+
error: "couldnt_create_comment";
|
95
93
|
} | {
|
96
|
-
|
94
|
+
error: "max_comment_depth_reached";
|
97
95
|
} | {
|
98
|
-
|
96
|
+
error: "no_comment_edit_allowed";
|
99
97
|
} | {
|
100
|
-
|
98
|
+
error: "only_admins_can_create_communities";
|
101
99
|
} | {
|
102
|
-
|
100
|
+
error: "community_already_exists";
|
103
101
|
} | {
|
104
|
-
|
102
|
+
error: "language_not_allowed";
|
105
103
|
} | {
|
106
|
-
|
104
|
+
error: "only_mods_can_post_in_community";
|
107
105
|
} | {
|
108
|
-
|
106
|
+
error: "couldnt_update_post";
|
109
107
|
} | {
|
110
|
-
|
108
|
+
error: "no_post_edit_allowed";
|
111
109
|
} | {
|
112
|
-
|
110
|
+
error: "couldnt_find_post";
|
113
111
|
} | {
|
114
|
-
|
112
|
+
error: "edit_private_message_not_allowed";
|
115
113
|
} | {
|
116
|
-
|
114
|
+
error: "site_already_exists";
|
117
115
|
} | {
|
118
|
-
|
116
|
+
error: "application_question_required";
|
119
117
|
} | {
|
120
|
-
|
121
|
-
|
118
|
+
error: "invalid_default_post_listing_type";
|
119
|
+
} | {
|
120
|
+
error: "registration_closed";
|
122
121
|
} | {
|
123
|
-
|
122
|
+
error: "registration_application_answer_required";
|
124
123
|
} | {
|
125
|
-
|
124
|
+
error: "email_already_exists";
|
126
125
|
} | {
|
127
|
-
|
126
|
+
error: "federation_forbidden_by_strict_allow_list";
|
128
127
|
} | {
|
129
|
-
|
128
|
+
error: "person_is_banned_from_community";
|
130
129
|
} | {
|
131
|
-
|
130
|
+
error: "object_is_not_public";
|
132
131
|
} | {
|
133
|
-
|
132
|
+
error: "invalid_community";
|
134
133
|
} | {
|
135
|
-
|
134
|
+
error: "cannot_create_post_or_comment_in_deleted_or_removed_community";
|
136
135
|
} | {
|
137
|
-
|
136
|
+
error: "cannot_receive_page";
|
138
137
|
} | {
|
139
|
-
|
138
|
+
error: "new_post_cannot_be_locked";
|
140
139
|
} | {
|
141
|
-
|
140
|
+
error: "only_local_admin_can_remove_community";
|
142
141
|
} | {
|
143
|
-
|
142
|
+
error: "only_local_admin_can_restore_community";
|
144
143
|
} | {
|
145
|
-
|
144
|
+
error: "no_id_given";
|
146
145
|
} | {
|
147
|
-
|
146
|
+
error: "incorrect_login";
|
148
147
|
} | {
|
149
|
-
|
148
|
+
error: "invalid_query";
|
150
149
|
} | {
|
151
|
-
|
150
|
+
error: "object_not_local";
|
151
|
+
} | {
|
152
|
+
error: "post_is_locked";
|
153
|
+
} | {
|
154
|
+
error: "person_is_banned_from_site";
|
155
|
+
message: string;
|
152
156
|
} | {
|
153
|
-
|
157
|
+
error: "invalid_vote_value";
|
154
158
|
} | {
|
155
|
-
|
159
|
+
error: "page_does_not_specify_creator";
|
156
160
|
} | {
|
157
|
-
|
161
|
+
error: "page_does_not_specify_group";
|
158
162
|
} | {
|
159
|
-
|
163
|
+
error: "no_community_found_in_cc";
|
160
164
|
} | {
|
161
|
-
|
165
|
+
error: "no_email_setup";
|
162
166
|
} | {
|
163
|
-
|
167
|
+
error: "email_smtp_server_needs_a_port";
|
164
168
|
} | {
|
165
|
-
|
169
|
+
error: "missing_an_email";
|
166
170
|
} | {
|
167
|
-
|
171
|
+
error: "rate_limit_error";
|
168
172
|
} | {
|
169
|
-
|
173
|
+
error: "invalid_name";
|
170
174
|
} | {
|
171
|
-
|
175
|
+
error: "invalid_display_name";
|
172
176
|
} | {
|
173
|
-
|
177
|
+
error: "invalid_matrix_id";
|
174
178
|
} | {
|
175
|
-
|
179
|
+
error: "invalid_post_title";
|
176
180
|
} | {
|
177
|
-
|
181
|
+
error: "invalid_body_field";
|
178
182
|
} | {
|
179
|
-
|
183
|
+
error: "bio_length_overflow";
|
180
184
|
} | {
|
181
|
-
|
185
|
+
error: "missing_totp_token";
|
182
186
|
} | {
|
183
|
-
|
187
|
+
error: "missing_totp_secret";
|
184
188
|
} | {
|
185
|
-
|
189
|
+
error: "incorrect_totp_token";
|
186
190
|
} | {
|
187
|
-
|
191
|
+
error: "couldnt_parse_totp_secret";
|
188
192
|
} | {
|
189
|
-
|
193
|
+
error: "couldnt_generate_totp";
|
190
194
|
} | {
|
191
|
-
|
195
|
+
error: "totp_already_enabled";
|
192
196
|
} | {
|
193
|
-
|
197
|
+
error: "couldnt_like_comment";
|
194
198
|
} | {
|
195
|
-
|
199
|
+
error: "couldnt_save_comment";
|
196
200
|
} | {
|
197
|
-
|
201
|
+
error: "couldnt_create_report";
|
198
202
|
} | {
|
199
|
-
|
203
|
+
error: "couldnt_resolve_report";
|
200
204
|
} | {
|
201
|
-
|
205
|
+
error: "community_moderator_already_exists";
|
202
206
|
} | {
|
203
|
-
|
207
|
+
error: "community_user_already_banned";
|
204
208
|
} | {
|
205
|
-
|
209
|
+
error: "community_block_already_exists";
|
206
210
|
} | {
|
207
|
-
|
211
|
+
error: "community_follower_already_exists";
|
208
212
|
} | {
|
209
|
-
|
213
|
+
error: "couldnt_update_community_hidden_status";
|
210
214
|
} | {
|
211
|
-
|
215
|
+
error: "person_block_already_exists";
|
212
216
|
} | {
|
213
|
-
|
217
|
+
error: "user_already_exists";
|
214
218
|
} | {
|
215
|
-
|
219
|
+
error: "token_not_found";
|
216
220
|
} | {
|
217
|
-
|
221
|
+
error: "couldnt_like_post";
|
218
222
|
} | {
|
219
|
-
|
223
|
+
error: "couldnt_save_post";
|
220
224
|
} | {
|
221
|
-
|
225
|
+
error: "couldnt_mark_post_as_read";
|
222
226
|
} | {
|
223
|
-
|
227
|
+
error: "couldnt_update_community";
|
224
228
|
} | {
|
225
|
-
|
229
|
+
error: "couldnt_update_replies";
|
226
230
|
} | {
|
227
|
-
|
231
|
+
error: "couldnt_update_person_mentions";
|
228
232
|
} | {
|
229
|
-
|
233
|
+
error: "post_title_too_long";
|
230
234
|
} | {
|
231
|
-
|
235
|
+
error: "couldnt_create_post";
|
232
236
|
} | {
|
233
|
-
|
237
|
+
error: "couldnt_create_private_message";
|
234
238
|
} | {
|
235
|
-
|
239
|
+
error: "couldnt_update_private";
|
236
240
|
} | {
|
237
|
-
|
241
|
+
error: "system_err_login";
|
238
242
|
} | {
|
239
|
-
|
243
|
+
error: "couldnt_set_all_registrations_accepted";
|
240
244
|
} | {
|
241
|
-
|
245
|
+
error: "couldnt_set_all_email_verified";
|
242
246
|
} | {
|
243
|
-
|
247
|
+
error: "banned";
|
244
248
|
} | {
|
245
|
-
|
249
|
+
error: "couldnt_get_comments";
|
246
250
|
} | {
|
247
|
-
|
251
|
+
error: "couldnt_get_posts";
|
248
252
|
} | {
|
249
|
-
|
253
|
+
error: "invalid_url";
|
250
254
|
} | {
|
251
|
-
|
255
|
+
error: "email_send_failed";
|
252
256
|
} | {
|
253
|
-
|
257
|
+
error: "slurs";
|
258
|
+
} | {
|
259
|
+
error: "couldnt_find_object";
|
260
|
+
} | {
|
261
|
+
error: "registration_denied";
|
262
|
+
message: string | null;
|
263
|
+
} | {
|
264
|
+
error: "federation_disabled";
|
265
|
+
} | {
|
266
|
+
error: "domain_blocked";
|
254
267
|
message: string;
|
255
268
|
} | {
|
256
|
-
|
269
|
+
error: "domain_not_in_allow_list";
|
270
|
+
message: string;
|
257
271
|
} | {
|
258
|
-
|
272
|
+
error: "federation_disabled_by_strict_allow_list";
|
259
273
|
} | {
|
260
|
-
|
274
|
+
error: "site_name_required";
|
261
275
|
} | {
|
262
|
-
|
276
|
+
error: "site_name_length_overflow";
|
263
277
|
} | {
|
264
|
-
|
278
|
+
error: "permissive_regex";
|
265
279
|
} | {
|
266
|
-
|
280
|
+
error: "invalid_regex";
|
267
281
|
} | {
|
268
|
-
|
282
|
+
error: "captcha_incorrect";
|
269
283
|
} | {
|
270
|
-
|
284
|
+
error: "password_reset_limit_reached";
|
271
285
|
} | {
|
272
|
-
|
286
|
+
error: "couldnt_create_audio_captcha";
|
273
287
|
} | {
|
274
|
-
|
288
|
+
error: "invalid_url_scheme";
|
275
289
|
} | {
|
276
|
-
|
290
|
+
error: "couldnt_send_webmention";
|
291
|
+
} | {
|
292
|
+
error: "contradicting_filters";
|
293
|
+
} | {
|
294
|
+
error: "instance_block_already_exists";
|
295
|
+
} | {
|
296
|
+
error: "too_many_items";
|
297
|
+
} | {
|
298
|
+
error: "community_has_no_followers";
|
299
|
+
} | {
|
300
|
+
error: "ban_expiration_in_past";
|
301
|
+
} | {
|
302
|
+
error: "invalid_unix_time";
|
303
|
+
} | {
|
304
|
+
error: "invalid_bot_action";
|
305
|
+
} | {
|
306
|
+
error: "cant_block_local_instance";
|
307
|
+
} | {
|
308
|
+
error: "unknown";
|
309
|
+
message: string;
|
277
310
|
};
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import type { LocalSiteId } from "./LocalSiteId";
|
2
2
|
export interface LocalSiteRateLimit {
|
3
|
-
id: number;
|
4
3
|
local_site_id: LocalSiteId;
|
5
4
|
message: number;
|
6
5
|
message_per_second: number;
|
@@ -16,4 +15,6 @@ export interface LocalSiteRateLimit {
|
|
16
15
|
search_per_second: number;
|
17
16
|
published: string;
|
18
17
|
updated?: string;
|
18
|
+
import_user_settings: number;
|
19
|
+
import_user_settings_per_second: number;
|
19
20
|
}
|
@@ -14,18 +14,19 @@ export interface LocalUser {
|
|
14
14
|
interface_language: string;
|
15
15
|
show_avatars: boolean;
|
16
16
|
send_notifications_to_email: boolean;
|
17
|
-
validator_time: string;
|
18
17
|
show_scores: boolean;
|
19
18
|
show_bot_accounts: boolean;
|
20
19
|
show_read_posts: boolean;
|
21
|
-
show_new_post_notifs: boolean;
|
22
20
|
email_verified: boolean;
|
23
21
|
accepted_application: boolean;
|
24
|
-
totp_2fa_url?: string;
|
25
22
|
open_links_in_new_tab: boolean;
|
26
23
|
blur_nsfw: boolean;
|
27
24
|
auto_expand: boolean;
|
28
25
|
infinite_scroll_enabled: boolean;
|
29
26
|
admin: boolean;
|
30
27
|
post_listing_mode: PostListingMode;
|
28
|
+
totp_2fa_enabled: boolean;
|
29
|
+
enable_keyboard_navigation: boolean;
|
30
|
+
enable_animated_images: boolean;
|
31
|
+
collapse_bot_comments: boolean;
|
31
32
|
}
|
package/dist/types/LockPost.d.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export type PaginationCursor = string;
|
package/dist/types/Person.d.ts
CHANGED
@@ -14,6 +14,8 @@ export interface PersonMentionView {
|
|
14
14
|
recipient: Person;
|
15
15
|
counts: CommentAggregates;
|
16
16
|
creator_banned_from_community: boolean;
|
17
|
+
creator_is_moderator: boolean;
|
18
|
+
creator_is_admin: boolean;
|
17
19
|
subscribed: SubscribedType;
|
18
20
|
saved: boolean;
|
19
21
|
creator_blocked: boolean;
|