@webitel/chat-web-sdk 0.0.2 → 0.0.4-1

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 (110) hide show
  1. package/README.md +3 -1
  2. package/dist/gen/ws/AckPayload.d.ts +18 -0
  3. package/dist/gen/ws/AckPayload.d.ts.map +1 -0
  4. package/dist/gen/ws/ConnectedPayload.d.ts +22 -0
  5. package/dist/gen/ws/ConnectedPayload.d.ts.map +1 -0
  6. package/dist/gen/ws/DisconnectedPayload.d.ts +22 -0
  7. package/dist/gen/ws/DisconnectedPayload.d.ts.map +1 -0
  8. package/dist/gen/ws/ErrorPayload.d.ts +22 -0
  9. package/dist/gen/ws/ErrorPayload.d.ts.map +1 -0
  10. package/dist/gen/ws/EventPayload.d.ts +45 -0
  11. package/dist/gen/ws/EventPayload.d.ts.map +1 -0
  12. package/dist/gen/ws/EventPriority.d.ts +8 -0
  13. package/dist/gen/ws/EventPriority.d.ts.map +1 -0
  14. package/dist/gen/ws/PingPayload.d.ts +14 -0
  15. package/dist/gen/ws/PingPayload.d.ts.map +1 -0
  16. package/dist/gen/ws/ServerEventPayload.d.ts +28 -0
  17. package/dist/gen/ws/ServerEventPayload.d.ts.map +1 -0
  18. package/dist/gen/ws/WsMessage.d.ts +51 -0
  19. package/dist/gen/ws/WsMessage.d.ts.map +1 -0
  20. package/dist/gen/ws/WsPeer.d.ts +30 -0
  21. package/dist/gen/ws/WsPeer.d.ts.map +1 -0
  22. package/dist/gen/ws/WsThread.d.ts +35 -0
  23. package/dist/gen/ws/WsThread.d.ts.map +1 -0
  24. package/dist/index.d.ts +16 -112
  25. package/dist/index.d.ts.map +1 -0
  26. package/dist/index.js +5840 -7329
  27. package/dist/index.js.map +1 -1
  28. package/dist/modules/account/accountSevice.d.ts +5 -0
  29. package/dist/modules/account/accountSevice.d.ts.map +1 -0
  30. package/dist/modules/account/api/Account.api.d.ts +10 -0
  31. package/dist/modules/account/api/Account.api.d.ts.map +1 -0
  32. package/dist/modules/account/index.d.ts +3 -0
  33. package/dist/modules/account/index.d.ts.map +1 -0
  34. package/dist/modules/account/types/Account.types.d.ts +3 -0
  35. package/dist/modules/account/types/Account.types.d.ts.map +1 -0
  36. package/dist/modules/account/utils/fetchAccount.d.ts +7 -0
  37. package/dist/modules/account/utils/fetchAccount.d.ts.map +1 -0
  38. package/dist/modules/configs/index.d.ts +4 -0
  39. package/dist/modules/configs/index.d.ts.map +1 -0
  40. package/dist/modules/configs/serviceConfig/ServiceConfig.class.d.ts +14 -0
  41. package/dist/modules/configs/serviceConfig/ServiceConfig.class.d.ts.map +1 -0
  42. package/dist/modules/configs/socketConfig/SocketConfig.class.d.ts +11 -0
  43. package/dist/modules/configs/socketConfig/SocketConfig.class.d.ts.map +1 -0
  44. package/dist/modules/configs/types/ServiceConfigurable.types.d.ts +5 -0
  45. package/dist/modules/configs/types/ServiceConfigurable.types.d.ts.map +1 -0
  46. package/dist/modules/contacts/api/Contacts.api.d.ts +6 -0
  47. package/dist/modules/contacts/api/Contacts.api.d.ts.map +1 -0
  48. package/dist/modules/contacts/classes/Contact.class.d.ts +6 -0
  49. package/dist/modules/contacts/classes/Contact.class.d.ts.map +1 -0
  50. package/dist/modules/contacts/contactsSevice.d.ts +6 -0
  51. package/dist/modules/contacts/contactsSevice.d.ts.map +1 -0
  52. package/dist/modules/contacts/index.d.ts +4 -0
  53. package/dist/modules/contacts/index.d.ts.map +1 -0
  54. package/dist/modules/contacts/types/Contact.types.d.ts +11 -0
  55. package/dist/modules/contacts/types/Contact.types.d.ts.map +1 -0
  56. package/dist/modules/contacts/utils/fetchContacts.d.ts +9 -0
  57. package/dist/modules/contacts/utils/fetchContacts.d.ts.map +1 -0
  58. package/dist/modules/messages/api/Messages.api.d.ts +14 -0
  59. package/dist/modules/messages/api/Messages.api.d.ts.map +1 -0
  60. package/dist/modules/messages/classes/Message.class.d.ts +6 -0
  61. package/dist/modules/messages/classes/Message.class.d.ts.map +1 -0
  62. package/dist/modules/messages/index.d.ts +4 -0
  63. package/dist/modules/messages/index.d.ts.map +1 -0
  64. package/dist/modules/messages/messagesSevice.d.ts +11 -0
  65. package/dist/modules/messages/messagesSevice.d.ts.map +1 -0
  66. package/dist/modules/messages/types/Message.types.d.ts +22 -0
  67. package/dist/modules/messages/types/Message.types.d.ts.map +1 -0
  68. package/dist/modules/messages/utils/fetchMessageHistory.d.ts +9 -0
  69. package/dist/modules/messages/utils/fetchMessageHistory.d.ts.map +1 -0
  70. package/dist/modules/messages/utils/sendFileMessage.d.ts +5 -0
  71. package/dist/modules/messages/utils/sendFileMessage.d.ts.map +1 -0
  72. package/dist/modules/messages/utils/sendImageMessage.d.ts +5 -0
  73. package/dist/modules/messages/utils/sendImageMessage.d.ts.map +1 -0
  74. package/dist/modules/messages/utils/sendTextMessage.d.ts +5 -0
  75. package/dist/modules/messages/utils/sendTextMessage.d.ts.map +1 -0
  76. package/dist/modules/socket/classes/ChatsSoketClient.d.ts +25 -0
  77. package/dist/modules/socket/classes/ChatsSoketClient.d.ts.map +1 -0
  78. package/dist/modules/socket/enums/ChatsSocketMessage.enum.d.ts +12 -0
  79. package/dist/modules/socket/enums/ChatsSocketMessage.enum.d.ts.map +1 -0
  80. package/dist/modules/socket/enums/SocketClientConnectionStatus.enum.d.ts +9 -0
  81. package/dist/modules/socket/enums/SocketClientConnectionStatus.enum.d.ts.map +1 -0
  82. package/dist/modules/socket/index.d.ts +4 -0
  83. package/dist/modules/socket/index.d.ts.map +1 -0
  84. package/dist/modules/socket/types/ChatsSocketClientEventsPayload.types.d.ts +9 -0
  85. package/dist/modules/socket/types/ChatsSocketClientEventsPayload.types.d.ts.map +1 -0
  86. package/dist/modules/socket/utils/getSocketMessageNameFromEvent.d.ts +4 -0
  87. package/dist/modules/socket/utils/getSocketMessageNameFromEvent.d.ts.map +1 -0
  88. package/dist/modules/threads/api/Threads.api.d.ts +6 -0
  89. package/dist/modules/threads/api/Threads.api.d.ts.map +1 -0
  90. package/dist/modules/threads/classes/Thread.class.d.ts +6 -0
  91. package/dist/modules/threads/classes/Thread.class.d.ts.map +1 -0
  92. package/dist/modules/threads/index.d.ts +4 -0
  93. package/dist/modules/threads/index.d.ts.map +1 -0
  94. package/dist/modules/threads/threadsSevice.d.ts +6 -0
  95. package/dist/modules/threads/threadsSevice.d.ts.map +1 -0
  96. package/dist/modules/threads/types/Thread.types.d.ts +18 -0
  97. package/dist/modules/threads/types/Thread.types.d.ts.map +1 -0
  98. package/dist/modules/threads/utils/fetchThreads.d.ts +13 -0
  99. package/dist/modules/threads/utils/fetchThreads.d.ts.map +1 -0
  100. package/dist/modules/ui/components/WtChatAvatar.ce.d.ts +7 -0
  101. package/dist/modules/ui/components/WtChatAvatar.ce.d.ts.map +1 -0
  102. package/dist/modules/ui/components/WtChatAvatar.vue.d.ts +12 -0
  103. package/dist/modules/ui/components/WtChatAvatar.vue.d.ts.map +1 -0
  104. package/dist/modules/ui/components/WtChatMessageBubble.ce.d.ts +8 -0
  105. package/dist/modules/ui/components/WtChatMessageBubble.ce.d.ts.map +1 -0
  106. package/dist/modules/ui/components/WtChatMessageBubble.vue.d.ts +29 -0
  107. package/dist/modules/ui/components/WtChatMessageBubble.vue.d.ts.map +1 -0
  108. package/dist/modules/ui/index.d.ts +8 -0
  109. package/dist/modules/ui/index.d.ts.map +1 -0
  110. package/package.json +42 -34

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.