lemmy-js-client 0.19.0-rc.13 → 0.19.0-rc.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/http.d.ts +47 -20
- package/dist/http.js +56 -14
- package/dist/index.d.ts +6 -9
- package/dist/{types/others.d.ts → other_types.d.ts} +4 -4
- package/dist/types/ActivityId.d.ts +1 -0
- 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/CommunityAggregates.d.ts +0 -2
- package/dist/types/CustomEmojiKeyword.d.ts +0 -1
- package/dist/types/FederatedInstances.d.ts +4 -4
- package/dist/types/ImageUpload.d.ts +0 -2
- package/dist/types/InstanceWithFederationState.d.ts +11 -0
- package/dist/types/LemmyErrorType.d.ts +171 -138
- package/dist/types/LocalSite.d.ts +1 -0
- package/dist/types/LocalSiteRateLimit.d.ts +2 -1
- package/dist/types/LocalUser.d.ts +3 -2
- package/dist/types/LoginToken.d.ts +7 -0
- package/dist/types/LoginToken.js +2 -0
- package/dist/types/MarkPostAsRead.d.ts +2 -1
- package/dist/types/ModRemoveCommunity.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 -15
- package/dist/types/PostView.d.ts +2 -0
- package/dist/types/ReadableFederationState.d.ts +10 -0
- package/dist/types/ReadableFederationState.js +2 -0
- package/dist/types/RemoveCommunity.d.ts +0 -1
- package/dist/types/SaveUserSettings.d.ts +5 -1
- package/dist/types/SiteAggregates.d.ts +0 -1
- package/dist/types/SuccessResponse.d.ts +3 -0
- package/package.json +1 -1
- package/dist/types/CommunityBlockId.d.ts +0 -1
- package/dist/types/DeleteAccountResponse.d.ts +0 -1
- package/dist/types/DeleteCustomEmojiResponse.d.ts +0 -5
- package/dist/types/ImageUploadId.d.ts +0 -1
- package/dist/types/ImageUploadId.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/PurgeItemResponse.d.ts +0 -3
- package/dist/types/PurgeItemResponse.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/{DeleteCustomEmojiResponse.js → InstanceWithFederationState.js} +0 -0
- /package/dist/types/{DeleteAccountResponse.js → SuccessResponse.js} +0 -0
@@ -1 +0,0 @@
|
|
1
|
-
export type ImageUploadId = number;
|
@@ -1 +0,0 @@
|
|
1
|
-
export type PasswordResetResponse = Record<string, never>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export type PersonSortType = "New" | "Old" | "MostComments" | "CommentScore" | "PostScore" | "PostCount";
|
@@ -1 +0,0 @@
|
|
1
|
-
export type VerifyEmailResponse = Record<string, never>;
|
package/dist/utils.d.ts
DELETED
File without changes
|
package/dist/utils.js
DELETED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|