lemmy-js-client 0.19.0-rc.13 → 0.19.0-rc.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/http.d.ts +47 -20
  2. package/dist/http.js +56 -14
  3. package/dist/index.d.ts +6 -9
  4. package/dist/{types/others.d.ts → other_types.d.ts} +4 -4
  5. package/dist/types/ActivityId.d.ts +1 -0
  6. package/dist/types/CommentAggregates.d.ts +0 -3
  7. package/dist/types/CommentReplyView.d.ts +2 -0
  8. package/dist/types/CommentView.d.ts +2 -0
  9. package/dist/types/CommunityAggregates.d.ts +0 -2
  10. package/dist/types/CustomEmojiKeyword.d.ts +0 -1
  11. package/dist/types/FederatedInstances.d.ts +4 -4
  12. package/dist/types/ImageUpload.d.ts +0 -2
  13. package/dist/types/InstanceWithFederationState.d.ts +11 -0
  14. package/dist/types/LemmyErrorType.d.ts +171 -138
  15. package/dist/types/LocalSite.d.ts +1 -0
  16. package/dist/types/LocalSiteRateLimit.d.ts +2 -1
  17. package/dist/types/LocalUser.d.ts +3 -2
  18. package/dist/types/LoginToken.d.ts +7 -0
  19. package/dist/types/LoginToken.js +2 -0
  20. package/dist/types/MarkPostAsRead.d.ts +2 -1
  21. package/dist/types/ModRemoveCommunity.d.ts +0 -1
  22. package/dist/types/PersonAggregates.d.ts +0 -3
  23. package/dist/types/PersonMentionView.d.ts +2 -0
  24. package/dist/types/PersonView.d.ts +1 -0
  25. package/dist/types/PostAggregates.d.ts +0 -15
  26. package/dist/types/PostView.d.ts +2 -0
  27. package/dist/types/ReadableFederationState.d.ts +10 -0
  28. package/dist/types/ReadableFederationState.js +2 -0
  29. package/dist/types/RemoveCommunity.d.ts +0 -1
  30. package/dist/types/SaveUserSettings.d.ts +5 -1
  31. package/dist/types/SiteAggregates.d.ts +0 -1
  32. package/dist/types/SuccessResponse.d.ts +3 -0
  33. package/package.json +1 -1
  34. package/dist/types/CommunityBlockId.d.ts +0 -1
  35. package/dist/types/DeleteAccountResponse.d.ts +0 -1
  36. package/dist/types/DeleteCustomEmojiResponse.d.ts +0 -5
  37. package/dist/types/ImageUploadId.d.ts +0 -1
  38. package/dist/types/ImageUploadId.js +0 -3
  39. package/dist/types/PasswordResetResponse.d.ts +0 -1
  40. package/dist/types/PasswordResetResponse.js +0 -3
  41. package/dist/types/PersonSortType.d.ts +0 -1
  42. package/dist/types/PersonSortType.js +0 -3
  43. package/dist/types/PurgeItemResponse.d.ts +0 -3
  44. package/dist/types/PurgeItemResponse.js +0 -3
  45. package/dist/types/VerifyEmailResponse.d.ts +0 -1
  46. package/dist/types/VerifyEmailResponse.js +0 -3
  47. package/dist/utils.d.ts +0 -0
  48. package/dist/utils.js +0 -0
  49. /package/dist/{types/others.js → other_types.js} +0 -0
  50. /package/dist/types/{CommunityBlockId.js → ActivityId.js} +0 -0
  51. /package/dist/types/{DeleteCustomEmojiResponse.js → InstanceWithFederationState.js} +0 -0
  52. /package/dist/types/{DeleteAccountResponse.js → SuccessResponse.js} +0 -0
@@ -1,5 +0,0 @@
1
- import type { CustomEmojiId } from "./CustomEmojiId";
2
- export interface DeleteCustomEmojiResponse {
3
- id: CustomEmojiId;
4
- success: boolean;
5
- }
@@ -1 +0,0 @@
1
- export type ImageUploadId = number;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export type PasswordResetResponse = Record<string, never>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export type PersonSortType = "New" | "Old" | "MostComments" | "CommentScore" | "PostScore" | "PostCount";
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- export interface PurgeItemResponse {
2
- success: boolean;
3
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export type VerifyEmailResponse = Record<string, never>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
- Object.defineProperty(exports, "__esModule", { value: true });
package/dist/utils.d.ts DELETED
File without changes
package/dist/utils.js DELETED
File without changes
File without changes