@twilio/conversations 2.0.1-rc.7 → 2.1.0-rc.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 (57) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/builds/browser.js +249 -65
  3. package/builds/browser.js.map +1 -1
  4. package/builds/lib.d.ts +86 -9
  5. package/builds/lib.js +249 -65
  6. package/builds/lib.js.map +1 -1
  7. package/builds/twilio-conversations.js +254 -251
  8. package/builds/twilio-conversations.min.js +3 -3
  9. package/dist/conversation.js +24 -10
  10. package/dist/conversation.js.map +1 -1
  11. package/dist/data/conversations.js +1 -1
  12. package/dist/data/conversations.js.map +1 -1
  13. package/dist/data/messages.js +1 -1
  14. package/dist/data/messages.js.map +1 -1
  15. package/dist/data/participants.js +7 -3
  16. package/dist/data/participants.js.map +1 -1
  17. package/dist/index.js +1 -0
  18. package/dist/index.js.map +1 -1
  19. package/dist/interfaces/attributes.js +147 -0
  20. package/dist/interfaces/attributes.js.map +1 -0
  21. package/dist/message-builder.js +52 -0
  22. package/dist/message-builder.js.map +1 -1
  23. package/dist/message.js +35 -4
  24. package/dist/message.js.map +1 -1
  25. package/dist/packages/conversations/package.json.js +1 -1
  26. package/dist/participant.js +20 -3
  27. package/dist/participant.js.map +1 -1
  28. package/dist/user.js +2 -1
  29. package/dist/user.js.map +1 -1
  30. package/docs/assets/js/search.js +1 -1
  31. package/docs/classes/AggregatedDeliveryReceipt.html +15 -0
  32. package/docs/classes/Client.html +15 -0
  33. package/docs/classes/Conversation.html +24 -2
  34. package/docs/classes/DetailedDeliveryReceipt.html +15 -0
  35. package/docs/classes/Media.html +15 -0
  36. package/docs/classes/Message.html +83 -2
  37. package/docs/classes/MessageBuilder.html +91 -0
  38. package/docs/classes/Participant.html +45 -1
  39. package/docs/classes/PushNotification.html +15 -0
  40. package/docs/classes/RestPaginator.html +15 -0
  41. package/docs/classes/UnsentMessage.html +15 -0
  42. package/docs/classes/User.html +15 -0
  43. package/docs/index.html +37 -3
  44. package/docs/interfaces/ClientOptions.html +15 -0
  45. package/docs/interfaces/ConversationBindings.html +3118 -0
  46. package/docs/interfaces/ConversationEmailBinding.html +3118 -0
  47. package/docs/interfaces/ConversationState.html +15 -0
  48. package/docs/interfaces/CreateConversationOptions.html +15 -0
  49. package/docs/interfaces/LastMessage.html +15 -0
  50. package/docs/interfaces/Paginator.html +15 -0
  51. package/docs/interfaces/ParticipantBindings.html +3118 -0
  52. package/docs/interfaces/ParticipantEmailBinding.html +3118 -0
  53. package/docs/interfaces/PushNotificationData.html +15 -0
  54. package/docs/interfaces/SendEmailOptions.html +15 -0
  55. package/docs/interfaces/SendMediaOptions.html +15 -0
  56. package/docs/modules.html +37 -3
  57. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,62 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.1.0-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.1.0-rc.0...@twilio/conversations@2.1.0-rc.1) (2021-11-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Fix last read message index not getting properly resolved in events ([97ea57f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/97ea57f8a8dc76521601ced925237b64044d558a))
12
+
13
+
14
+
15
+ ## [2.1.0-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.10...@twilio/conversations@2.1.0-rc.0) (2021-11-19)
16
+
17
+
18
+ ### Features
19
+
20
+ * Add bindings to Participant & Conversation ([56afcc3](https://github.com/twilio/rtd-sdk-monorepo-js/commit/56afcc38020f024e0ec952117cb5dcc6e4f61e92))
21
+ * Add email body and history accessors ([be2de67](https://github.com/twilio/rtd-sdk-monorepo-js/commit/be2de674c5215a3054665756c85a22e35d145f58))
22
+ * Update MessageBuilder to support email payload ([ee0d00a](https://github.com/twilio/rtd-sdk-monorepo-js/commit/ee0d00a8c7e1dea478000731018c89fd2b8eb6c2))
23
+ * Use shared attributesValidator ([6d2a13f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/6d2a13f87e9ad445399e5615a2eb6e4fe8b9518e))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * Fix bindings update always coming in participantUpdated reasons ([70f554d](https://github.com/twilio/rtd-sdk-monorepo-js/commit/70f554d3b81e3f662abc4e9a573aec6028c24c9d))
29
+ * Fix docs and signatures for single media. ([99d3512](https://github.com/twilio/rtd-sdk-monorepo-js/commit/99d3512ef5c382fe19346f0ebefe8902e332abad))
30
+ * Improve validator for attachTemporaryUrlsFor ([3e9f199](https://github.com/twilio/rtd-sdk-monorepo-js/commit/3e9f199464b4891b2d114ebdc71bcbe8c2fefd76))
31
+ * Invalid access when no email media attached ([6b1a40d](https://github.com/twilio/rtd-sdk-monorepo-js/commit/6b1a40de5a477b8047362074673788ee5ee45732))
32
+ * Prevent use of FormData in non-browser environment ([eaa2ba4](https://github.com/twilio/rtd-sdk-monorepo-js/commit/eaa2ba495506508ac531a257d78696d297581a64))
33
+ * Remove old conflicts ([2c505e7](https://github.com/twilio/rtd-sdk-monorepo-js/commit/2c505e76e054274ac3dd4352b2c951189311d67b))
34
+
35
+
36
+
37
+ ### [2.0.1-rc.10](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.9...@twilio/conversations@2.0.1-rc.10) (2021-11-16)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * Fix import isomorphic form data to conversations ([22d0712](https://github.com/twilio/rtd-sdk-monorepo-js/commit/22d0712e50b74690788642382a5f9d091d9c349d))
43
+
44
+
45
+
46
+ ### [2.0.1-rc.9](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.8...@twilio/conversations@2.0.1-rc.9) (2021-11-12)
47
+
48
+ **Note:** Version bump only for package @twilio/conversations
49
+
50
+
51
+
52
+
53
+
54
+ ### [2.0.1-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.7...@twilio/conversations@2.0.1-rc.8) (2021-11-12)
55
+
56
+ **Note:** Version bump only for package @twilio/conversations
57
+
58
+
59
+
60
+
61
+
6
62
  ### [2.0.1-rc.7](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.6...@twilio/conversations@2.0.1-rc.7) (2021-11-12)
7
63
 
8
64
  **Note:** Version bump only for package @twilio/conversations