alicezetion 1.1.3 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. package/.cache/replit/__replit_disk_meta.json +1 -1
  2. package/.cache/replit/nix/env.json +1 -1
  3. package/index.js +6 -7
  4. package/leiamnash/addExternalModule.js +0 -0
  5. package/leiamnash/addUserToGroup.js +0 -0
  6. package/leiamnash/changeAdminStatus.js +0 -0
  7. package/leiamnash/changeArchivedStatus.js +0 -0
  8. package/leiamnash/changeBio.js +0 -0
  9. package/leiamnash/changeBlockedStatus.js +0 -0
  10. package/leiamnash/changeGroupImage.js +0 -0
  11. package/leiamnash/changeNickname.js +0 -0
  12. package/leiamnash/changeThreadColor.js +0 -0
  13. package/leiamnash/changeThreadEmoji.js +0 -0
  14. package/leiamnash/chat.js +0 -0
  15. package/leiamnash/createNewGroup.js +0 -0
  16. package/leiamnash/createPoll.js +0 -0
  17. package/leiamnash/deleteMessage.js +0 -0
  18. package/leiamnash/deleteThread.js +0 -0
  19. package/leiamnash/forwardAttachment.js +0 -0
  20. package/leiamnash/getCurrentUserID.js +0 -0
  21. package/leiamnash/getEmojiUrl.js +0 -0
  22. package/leiamnash/getFriendsList.js +0 -0
  23. package/leiamnash/getThreadHistory.js +0 -0
  24. package/leiamnash/getThreadHistoryDeprecated.js +0 -0
  25. package/leiamnash/getThreadInfo.js +0 -0
  26. package/leiamnash/getThreadInfoDeprecated.js +0 -0
  27. package/leiamnash/getThreadList.js +0 -0
  28. package/leiamnash/getThreadListDeprecated.js +0 -0
  29. package/leiamnash/getThreadPictures.js +0 -0
  30. package/leiamnash/getUserID.js +0 -0
  31. package/leiamnash/getUserInfo.js +0 -0
  32. package/leiamnash/handleFriendRequest.js +0 -0
  33. package/leiamnash/handleMessageRequest.js +0 -0
  34. package/leiamnash/httpGet.js +0 -0
  35. package/leiamnash/httpPost.js +0 -0
  36. package/leiamnash/listenMqtt.js +656 -666
  37. package/leiamnash/logout.js +0 -0
  38. package/leiamnash/markAsDelivered.js +0 -0
  39. package/leiamnash/markAsRead.js +0 -0
  40. package/leiamnash/markAsReadAll.js +0 -0
  41. package/leiamnash/markAsSeen.js +0 -0
  42. package/leiamnash/muteThread.js +0 -0
  43. package/leiamnash/removeUserFromGroup.js +0 -0
  44. package/leiamnash/resolvePhotoUrl.js +0 -0
  45. package/leiamnash/searchForThread.js +0 -0
  46. package/leiamnash/sendTypingIndicator.js +0 -0
  47. package/leiamnash/setMessageReaction.js +0 -0
  48. package/leiamnash/setPostReaction.js +0 -0
  49. package/leiamnash/setTitle.js +0 -0
  50. package/leiamnash/threadColors.js +0 -0
  51. package/leiamnash/unfriend.js +0 -0
  52. package/leiamnash/unsendMessage.js +0 -0
  53. package/package.json +1 -1
  54. package/replit.nix +3 -1
  55. package/utils.js +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "mocha",
package/replit.nix CHANGED
@@ -1,5 +1,7 @@
1
1
  { pkgs }: {
2
2
  deps = [
3
3
  pkgs.nodejs-16_x
4
+ pkgs.unzip
4
5
  ];
5
- }
6
+ }
7
+ #leiamnash project
package/utils.js CHANGED
File without changes