Skip to content

Commit

Permalink
Bump lemmy js client (#42)
Browse files Browse the repository at this point in the history
* Bump lemmy types

* Include submodule bump
  • Loading branch information
MV-GH authored Jun 24, 2024
1 parent d27a63f commit 95f56f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemmy-js-client
Submodule lemmy-js-client updated 44 files
+0 −44 .eslintrc.json
+18 −5 README.md
+1 −1 copy_generated_types_from_lemmy.sh
+49 −0 eslint.config.mjs
+7 −7 package.json
+1,529 −1,287 pnpm-lock.yaml
+5 −0 renovate.json
+6 −1 src/http.ts
+1 −0 src/index.ts
+1 −1 src/types/ActivityId.ts
+1 −1 src/types/BanFromCommunity.ts
+1 −1 src/types/BanPerson.ts
+3 −3 src/types/CommentAggregates.ts
+8 −8 src/types/CommunityAggregates.ts
+2 −2 src/types/GetComments.ts
+2 −2 src/types/GetModlog.ts
+2 −2 src/types/GetPersonDetails.ts
+2 −2 src/types/GetPersonMentions.ts
+2 −2 src/types/GetPosts.ts
+2 −2 src/types/GetPrivateMessages.ts
+2 −2 src/types/GetReplies.ts
+3 −3 src/types/GetReportCountResponse.ts
+3 −3 src/types/GetUnreadCountResponse.ts
+1 −1 src/types/GetUnreadRegistrationApplicationCountResponse.ts
+13 −3 src/types/LemmyErrorType.ts
+2 −2 src/types/ListCommentLikes.ts
+2 −2 src/types/ListCommentReports.ts
+2 −2 src/types/ListCommunities.ts
+2 −2 src/types/ListMedia.ts
+2 −2 src/types/ListMediaResponse.ts
+2 −2 src/types/ListPostLikes.ts
+2 −2 src/types/ListPostReports.ts
+2 −2 src/types/ListPrivateMessageReports.ts
+2 −2 src/types/ListRegistrationApplications.ts
+8 −0 src/types/LocalImageView.ts
+2 −2 src/types/ModlogListParams.ts
+2 −2 src/types/PersonAggregates.ts
+4 −4 src/types/PostAggregates.ts
+1 −1 src/types/PostReportView.ts
+1 −1 src/types/PostView.ts
+1 −1 src/types/Register.ts
+2 −2 src/types/Search.ts
+1 −0 src/types/Site.ts
+8 −8 src/types/SiteAggregates.ts

0 comments on commit 95f56f2

Please sign in to comment.