@twilio/conversations 2.0.1-canary.1 → 2.0.1-rc.12
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.
- package/CHANGELOG.md +313 -0
- package/{dist → builds}/browser.js +2 -1
- package/{dist → builds}/browser.js.map +1 -1
- package/{dist → builds}/lib.d.ts +1 -0
- package/{dist → builds}/lib.js +2 -1
- package/{dist → builds}/lib.js.map +1 -1
- package/{dist → builds}/twilio-conversations.js +8 -188
- package/builds/twilio-conversations.min.js +156 -0
- package/dist/{lib/aggregated-delivery-receipt.js → aggregated-delivery-receipt.js} +0 -0
- package/dist/aggregated-delivery-receipt.js.map +1 -0
- package/dist/{lib/client.js → client.js} +0 -0
- package/dist/client.js.map +1 -0
- package/dist/{lib/command-executor.js → command-executor.js} +0 -0
- package/dist/command-executor.js.map +1 -0
- package/dist/{lib/configuration.js → configuration.js} +0 -0
- package/dist/configuration.js.map +1 -0
- package/dist/{lib/conversation.js → conversation.js} +0 -0
- package/dist/conversation.js.map +1 -0
- package/dist/{lib/data → data}/conversations.js +0 -0
- package/dist/data/conversations.js.map +1 -0
- package/dist/{lib/data → data}/messages.js +0 -0
- package/dist/data/messages.js.map +1 -0
- package/dist/{lib/data → data}/participants.js +0 -0
- package/dist/data/participants.js.map +1 -0
- package/dist/{lib/data → data}/users.js +0 -0
- package/dist/data/users.js.map +1 -0
- package/dist/{lib/detailed-delivery-receipt.js → detailed-delivery-receipt.js} +0 -0
- package/dist/detailed-delivery-receipt.js.map +1 -0
- package/dist/{lib/index.js → index.js} +1 -0
- package/dist/{lib/index.js.map → index.js.map} +1 -1
- package/dist/{lib/interfaces → interfaces}/notification-types.js +0 -0
- package/dist/interfaces/notification-types.js.map +1 -0
- package/dist/{lib/logger.js → logger.js} +0 -0
- package/dist/logger.js.map +1 -0
- package/dist/{lib/media.js → media.js} +0 -0
- package/dist/media.js.map +1 -0
- package/dist/{lib/message-builder.js → message-builder.js} +0 -0
- package/dist/message-builder.js.map +1 -0
- package/dist/{lib/message.js → message.js} +0 -0
- package/dist/message.js.map +1 -0
- package/dist/{lib/node_modules → node_modules}/tslib/tslib.es6.js +0 -0
- package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/{lib/packages → packages}/conversations/package.json.js +1 -1
- package/dist/{lib/packages → packages}/conversations/package.json.js.map +0 -0
- package/dist/{lib/participant.js → participant.js} +0 -0
- package/dist/participant.js.map +1 -0
- package/dist/{lib/push-notification.js → push-notification.js} +0 -0
- package/dist/push-notification.js.map +1 -0
- package/dist/{lib/rest-paginator.js → rest-paginator.js} +0 -0
- package/dist/rest-paginator.js.map +1 -0
- package/dist/{lib/services → services}/network.js +0 -0
- package/dist/services/network.js.map +1 -0
- package/dist/{lib/services → services}/typing-indicator.js +0 -0
- package/dist/services/typing-indicator.js.map +1 -0
- package/dist/{lib/unsent-message.js → unsent-message.js} +0 -0
- package/dist/unsent-message.js.map +1 -0
- package/dist/{lib/user.js → user.js} +0 -0
- package/dist/user.js.map +1 -0
- package/dist/{lib/util → util}/deferred.js +0 -0
- package/dist/util/deferred.js.map +1 -0
- package/dist/{lib/util → util}/index.js +0 -0
- package/dist/util/index.js.map +1 -0
- package/{dist/docs → docs}/assets/css/main.css +0 -0
- package/{dist/docs → docs}/assets/images/icons.png +0 -0
- package/{dist/docs → docs}/assets/images/icons@2x.png +0 -0
- package/{dist/docs → docs}/assets/images/widgets.png +0 -0
- package/{dist/docs → docs}/assets/images/widgets@2x.png +0 -0
- package/{dist/docs → docs}/assets/js/main.js +0 -0
- package/{dist/docs → docs}/assets/js/search.js +0 -0
- package/{dist/docs → docs}/classes/AggregatedDeliveryReceipt.html +0 -0
- package/{dist/docs → docs}/classes/Client.html +0 -0
- package/{dist/docs → docs}/classes/Conversation.html +0 -0
- package/{dist/docs → docs}/classes/DetailedDeliveryReceipt.html +0 -0
- package/{dist/docs → docs}/classes/Media.html +0 -0
- package/{dist/docs → docs}/classes/Message.html +0 -0
- package/{dist/docs → docs}/classes/MessageBuilder.html +0 -0
- package/{dist/docs → docs}/classes/Participant.html +0 -0
- package/{dist/docs → docs}/classes/PushNotification.html +0 -0
- package/{dist/docs → docs}/classes/RestPaginator.html +0 -0
- package/{dist/docs → docs}/classes/UnsentMessage.html +0 -0
- package/{dist/docs → docs}/classes/User.html +0 -0
- package/{dist/docs → docs}/index.html +0 -0
- package/{dist/docs → docs}/interfaces/ClientOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/ConversationState.html +0 -0
- package/{dist/docs → docs}/interfaces/CreateConversationOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/LastMessage.html +0 -0
- package/{dist/docs → docs}/interfaces/Paginator.html +0 -0
- package/{dist/docs → docs}/interfaces/PushNotificationData.html +0 -0
- package/{dist/docs → docs}/interfaces/SendEmailOptions.html +0 -0
- package/{dist/docs → docs}/interfaces/SendMediaOptions.html +0 -0
- package/{dist/docs → docs}/modules.html +0 -0
- package/package.json +24 -25
- package/dist/lib/aggregated-delivery-receipt.js.map +0 -1
- package/dist/lib/client.js.map +0 -1
- package/dist/lib/command-executor.js.map +0 -1
- package/dist/lib/configuration.js.map +0 -1
- package/dist/lib/conversation.js.map +0 -1
- package/dist/lib/data/conversations.js.map +0 -1
- package/dist/lib/data/messages.js.map +0 -1
- package/dist/lib/data/participants.js.map +0 -1
- package/dist/lib/data/users.js.map +0 -1
- package/dist/lib/detailed-delivery-receipt.js.map +0 -1
- package/dist/lib/interfaces/notification-types.js.map +0 -1
- package/dist/lib/logger.js.map +0 -1
- package/dist/lib/media.js.map +0 -1
- package/dist/lib/message-builder.js.map +0 -1
- package/dist/lib/message.js.map +0 -1
- package/dist/lib/node_modules/tslib/tslib.es6.js.map +0 -1
- package/dist/lib/participant.js.map +0 -1
- package/dist/lib/push-notification.js.map +0 -1
- package/dist/lib/rest-paginator.js.map +0 -1
- package/dist/lib/services/network.js.map +0 -1
- package/dist/lib/services/typing-indicator.js.map +0 -1
- package/dist/lib/unsent-message.js.map +0 -1
- package/dist/lib/user.js.map +0 -1
- package/dist/lib/util/deferred.js.map +0 -1
- package/dist/lib/util/index.js.map +0 -1
- package/dist/twilio-conversations.min.js +0 -156
package/CHANGELOG.md
ADDED
@@ -0,0 +1,313 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
|
+
|
6
|
+
### [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)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* Fix import isomorphic form data to conversations ([22d0712](https://github.com/twilio/rtd-sdk-monorepo-js/commit/22d0712e50b74690788642382a5f9d091d9c349d))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
### [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)
|
16
|
+
|
17
|
+
**Note:** Version bump only for package @twilio/conversations
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
### [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)
|
24
|
+
|
25
|
+
**Note:** Version bump only for package @twilio/conversations
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
### [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)
|
32
|
+
|
33
|
+
**Note:** Version bump only for package @twilio/conversations
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
### [2.0.1-rc.6](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.5...@twilio/conversations@2.0.1-rc.6) (2021-11-11)
|
40
|
+
|
41
|
+
|
42
|
+
### Bug Fixes
|
43
|
+
|
44
|
+
* Remove the post-install script in favour of the "react-native" option ([0fe352d](https://github.com/twilio/rtd-sdk-monorepo-js/commit/0fe352d45e50cec78e880affee589009055d5338))
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
### [2.0.1-rc.5](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.4...@twilio/conversations@2.0.1-rc.5) (2021-11-10)
|
49
|
+
|
50
|
+
|
51
|
+
### Bug Fixes
|
52
|
+
|
53
|
+
* Fix the post-install script (yet again) ([c8cb1ee](https://github.com/twilio/rtd-sdk-monorepo-js/commit/c8cb1ee501d1c793497985592d2c1ae97162a219))
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
### [2.0.1-rc.4](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.3...@twilio/conversations@2.0.1-rc.4) (2021-11-09)
|
58
|
+
|
59
|
+
|
60
|
+
### Bug Fixes
|
61
|
+
|
62
|
+
* Fix getChannelBySid returning wrong channels issue ([3eeaf1f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/3eeaf1fc64d77c48305ff7c43b8a92c81e6ead7b))
|
63
|
+
* Fix the post-install script to be runnable cross-platform ([a16eede](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a16eede598dd3dbdda1997fbd2033fa2254f113f))
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
### [2.0.1-rc.3](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.2...@twilio/conversations@2.0.1-rc.3) (2021-10-26)
|
68
|
+
|
69
|
+
|
70
|
+
### Bug Fixes
|
71
|
+
|
72
|
+
* Bump Node required version to current LTS (14) ([ee272b3](https://github.com/twilio/rtd-sdk-monorepo-js/commit/ee272b350f4556a454a18a8aa192c37b54aaaeeb))
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
### [2.0.1-rc.2](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.1...@twilio/conversations@2.0.1-rc.2) (2021-10-25)
|
77
|
+
|
78
|
+
**Note:** Version bump only for package @twilio/conversations
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
### [2.0.1-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.0...@twilio/conversations@2.0.1-rc.1) (2021-10-22)
|
85
|
+
|
86
|
+
**Note:** Version bump only for package @twilio/conversations
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
### [2.0.1-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0...@twilio/conversations@2.0.1-rc.0) (2021-10-22)
|
93
|
+
|
94
|
+
**Note:** Version bump only for package @twilio/conversations
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
## [2.0.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0-rc.4...@twilio/conversations@2.0.0) (2021-10-19)
|
101
|
+
|
102
|
+
|
103
|
+
### Bug Fixes
|
104
|
+
|
105
|
+
* Add an export to NotificationTypes ([0986564](https://github.com/twilio/rtd-sdk-monorepo-js/commit/09865645750f8ae2f930471284de9d9f7445f1e8))
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
## [2.0.0-rc.4](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0-rc.3...@twilio/conversations@2.0.0-rc.4) (2021-10-14)
|
110
|
+
|
111
|
+
|
112
|
+
### Bug Fixes
|
113
|
+
|
114
|
+
* Fix passing JSON attributes into conversation.addNonChatParticipant ([c3da243](https://github.com/twilio/rtd-sdk-monorepo-js/commit/c3da243469f5c33663c756d9f714a38240c4dd48))
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
## [2.0.0-rc.3](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0-rc.2...@twilio/conversations@2.0.0-rc.3) (2021-10-13)
|
119
|
+
|
120
|
+
**Note:** Version bump only for package @twilio/conversations
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
## [2.0.0-rc.2](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0-rc.1...@twilio/conversations@2.0.0-rc.2) (2021-10-13)
|
127
|
+
|
128
|
+
|
129
|
+
### ⚠ BREAKING CHANGES
|
130
|
+
|
131
|
+
* Disallow null Conversation.updateFriendlyName
|
132
|
+
* Disallow null for client options
|
133
|
+
* Remove default exports from Conversations
|
134
|
+
* Client.reachabilityEnabled can now throw an error.
|
135
|
+
|
136
|
+
### Bug Fixes
|
137
|
+
|
138
|
+
* Add missing exports ([74d08ce](https://github.com/twilio/rtd-sdk-monorepo-js/commit/74d08ce00a8a4cf0b961dde3570f5c7bd7a1e1f9))
|
139
|
+
* Allow all JSON values as properties in addNonChatParticipant ([ddbea1c](https://github.com/twilio/rtd-sdk-monorepo-js/commit/ddbea1c0d0d26b488661ef123883316f7926b456))
|
140
|
+
* Disallow null Conversation.updateFriendlyName ([7e4b556](https://github.com/twilio/rtd-sdk-monorepo-js/commit/7e4b5563e2a016f1904d9b37cfc063592712f0a6))
|
141
|
+
* Disallow null for client options ([c5435f9](https://github.com/twilio/rtd-sdk-monorepo-js/commit/c5435f9fb9dadf11483e2c7884c334a040c06330))
|
142
|
+
* Fix client user initialization problem ([043546d](https://github.com/twilio/rtd-sdk-monorepo-js/commit/043546d872300fda4db70d9c04461f944dfa5936))
|
143
|
+
* Remove default exports from Conversations ([38e2e24](https://github.com/twilio/rtd-sdk-monorepo-js/commit/38e2e24512425da4ba0f1670dcf37d8ccf1ac67e))
|
144
|
+
* Reset currentState on push unregister ([590991c](https://github.com/twilio/rtd-sdk-monorepo-js/commit/590991c841a78b3c7e88a05629090a2de5a8f9da))
|
145
|
+
* Resubscribe to push notification on re-register ([709847f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/709847f8462890214197cf1af769f41b56bfbccc))
|
146
|
+
* Throw an error if reachabilityEnabled was accessed before client init ([3fd3293](https://github.com/twilio/rtd-sdk-monorepo-js/commit/3fd32937d7e42d6df815efab35ded3b93a671556))
|
147
|
+
* UnsentMessage.send now returns a proper value ([c71a0a9](https://github.com/twilio/rtd-sdk-monorepo-js/commit/c71a0a9a9618c09f5d02dbee6bc2d122d9008383))
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
## [2.0.0-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.0-rc.0...@twilio/conversations@2.0.0-rc.1) (2021-10-04)
|
152
|
+
|
153
|
+
|
154
|
+
### ⚠ BREAKING CHANGES
|
155
|
+
|
156
|
+
* User.updateFriendlyName no longer accepts
|
157
|
+
null as the value.
|
158
|
+
* Passing null to Conversation.sendMessage
|
159
|
+
will result with the message body being empty.
|
160
|
+
|
161
|
+
### Features
|
162
|
+
|
163
|
+
* Add getCachedTemporaryUrl() ([c453e70](https://github.com/twilio/rtd-sdk-monorepo-js/commit/c453e70d0e0bc8bb6f0cd80ef0e2a3309b5ba804))
|
164
|
+
* Add limits support ([b471295](https://github.com/twilio/rtd-sdk-monorepo-js/commit/b4712954bf6f0cf82c47c77b96a98ed1ebe9c158))
|
165
|
+
* Add Media category field ([0672c20](https://github.com/twilio/rtd-sdk-monorepo-js/commit/0672c202d000736dda37be66387692e2befe24bd))
|
166
|
+
* Add mediaSet GET operation support ([424bd4a](https://github.com/twilio/rtd-sdk-monorepo-js/commit/424bd4abe42312ea01740bc142ed1c6ec3b1913d))
|
167
|
+
* Add multiple media accessors ([99e78e6](https://github.com/twilio/rtd-sdk-monorepo-js/commit/99e78e6239b87d36b23e6bbbd0bc68f19b869f85))
|
168
|
+
* Add sendMessageV2 and prepareMessage() builder ([fd5ae39](https://github.com/twilio/rtd-sdk-monorepo-js/commit/fd5ae39816e45cce83a37120bfff3f2d530f09d3))
|
169
|
+
* Allow specifying filename when uploading media file ([abd6126](https://github.com/twilio/rtd-sdk-monorepo-js/commit/abd61266135b14c27c3d076c009a3fd331a0f810))
|
170
|
+
* Dispose of session in favour of the sessionless protocol ([8b46fbd](https://github.com/twilio/rtd-sdk-monorepo-js/commit/8b46fbdac04d7e2cf55a74fb13b3016661f869b8))
|
171
|
+
* Do not filter out body for media messages ([3eeeabc](https://github.com/twilio/rtd-sdk-monorepo-js/commit/3eeeabc7c32b2798bef40e50466610d155aa68e5))
|
172
|
+
|
173
|
+
|
174
|
+
### Bug Fixes
|
175
|
+
|
176
|
+
* Add token update for notificationClient ([5cda351](https://github.com/twilio/rtd-sdk-monorepo-js/commit/5cda3513c0df4aac8df01034d2764bb0e970a476))
|
177
|
+
* Default addNonChatParticipant options to empty if not provided ([84e205b](https://github.com/twilio/rtd-sdk-monorepo-js/commit/84e205b7e4c4c2faebce6fe79521751765dde8c5))
|
178
|
+
* Deprecate unsetPushRegistrationId and add removePushRegistrations ([82ef892](https://github.com/twilio/rtd-sdk-monorepo-js/commit/82ef892537942efd1e47302dad33086a2d8a5f22))
|
179
|
+
* Fix setPushRegistrationId and unsetPushRegistrationId impls ([9120a65](https://github.com/twilio/rtd-sdk-monorepo-js/commit/9120a65834c9fb38c184c55bfa961d2e1cddb8ca))
|
180
|
+
* Return correct type from function ([5353810](https://github.com/twilio/rtd-sdk-monorepo-js/commit/5353810e32de201415f1e93d25d1b679eac2d974))
|
181
|
+
* Streamline Message state initialization ([a29331f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a29331f3d7e75ed85d4919efd67a5766482af06b))
|
182
|
+
|
183
|
+
|
184
|
+
### Code Refactoring
|
185
|
+
|
186
|
+
* Migrate to Sessionless EditUser command ([060b96b](https://github.com/twilio/rtd-sdk-monorepo-js/commit/060b96b5019311a47e7fdb71b12cbdd4996f3e44))
|
187
|
+
* Migrate to Sessionless SendMessage command ([997e17f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/997e17fd04426aebe04e1fa734752aee4ddecaf5))
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
## [2.0.0-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.12...@twilio/conversations@2.0.0-rc.0) (2021-09-23)
|
192
|
+
|
193
|
+
|
194
|
+
### ⚠ BREAKING CHANGES
|
195
|
+
|
196
|
+
* Add init registrations
|
197
|
+
* Use twilsock connection state
|
198
|
+
|
199
|
+
### Features
|
200
|
+
|
201
|
+
* Add init registrations ([d09c52d](https://github.com/twilio/rtd-sdk-monorepo-js/commit/d09c52d2b1894fb0db2e3a084937350ee1a73f01))
|
202
|
+
* Export Telemetry from Twilsock ([eb261ec](https://github.com/twilio/rtd-sdk-monorepo-js/commit/eb261ecdb366b6381462c377431735c5c09f1094))
|
203
|
+
* Use twilsock connection state ([2a6a4be](https://github.com/twilio/rtd-sdk-monorepo-js/commit/2a6a4be6384037ca80f1a02663cb126cbff3797a))
|
204
|
+
|
205
|
+
|
206
|
+
### Bug Fixes
|
207
|
+
|
208
|
+
* Fix getMessages()' usage of sync pagination ([4563227](https://github.com/twilio/rtd-sdk-monorepo-js/commit/45632271337affeb3af7dcf8bec78b555b5db6b1))
|
209
|
+
* Start client connection state in 'unknown' ([a78acd1](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a78acd1e5dde7532cfd64ed6ed09178d5009399e))
|
210
|
+
* Use Transport from Twilsock ([7f0ce1e](https://github.com/twilio/rtd-sdk-monorepo-js/commit/7f0ce1e8e74b39d38cb4feff685e19807cba5ff0))
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
### [1.2.4-rc.12](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.11...@twilio/conversations@1.2.4-rc.12) (2021-09-12)
|
215
|
+
|
216
|
+
**Note:** Version bump only for package @twilio/conversations
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
### [1.2.4-rc.11](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.10...@twilio/conversations@1.2.4-rc.11) (2021-09-12)
|
223
|
+
|
224
|
+
**Note:** Version bump only for package @twilio/conversations
|
225
|
+
|
226
|
+
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
### [1.2.4-rc.10](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.9...@twilio/conversations@1.2.4-rc.10) (2021-09-12)
|
231
|
+
|
232
|
+
**Note:** Version bump only for package @twilio/conversations
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
### [1.2.4-rc.9](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.8...@twilio/conversations@1.2.4-rc.9) (2021-09-12)
|
239
|
+
|
240
|
+
**Note:** Version bump only for package @twilio/conversations
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
### [1.2.4-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.7...@twilio/conversations@1.2.4-rc.8) (2021-09-12)
|
247
|
+
|
248
|
+
**Note:** Version bump only for package @twilio/conversations
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
### [1.2.4-rc.7](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.5...@twilio/conversations@1.2.4-rc.7) (2021-09-12)
|
255
|
+
|
256
|
+
**Note:** Version bump only for package @twilio/conversations
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
### [1.2.4-rc.6](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.5...@twilio/conversations@1.2.4-rc.6) (2021-09-12)
|
263
|
+
|
264
|
+
**Note:** Version bump only for package @twilio/conversations
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
### [1.2.4-rc.5](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.4...@twilio/conversations@1.2.4-rc.5) (2021-09-10)
|
271
|
+
|
272
|
+
**Note:** Version bump only for package @twilio/conversations
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
### [1.2.4-rc.4](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.3...@twilio/conversations@1.2.4-rc.4) (2021-09-10)
|
279
|
+
|
280
|
+
**Note:** Version bump only for package @twilio/conversations
|
281
|
+
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
### [1.2.4-rc.3](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.4-rc.2...@twilio/conversations@1.2.4-rc.3) (2021-09-09)
|
287
|
+
|
288
|
+
|
289
|
+
### Bug Fixes
|
290
|
+
|
291
|
+
* Fix Rollup type export issue ([02f9d73](https://github.com/twilio/rtd-sdk-monorepo-js/commit/02f9d7307ce982afbd1a8e92f8e8bdd6646b74f0))
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
### [1.2.4-rc.2](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.3-rc.1...@twilio/conversations@1.2.4-rc.2) (2021-09-07)
|
296
|
+
|
297
|
+
**Note:** Version bump only for package @twilio/conversations
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
|
303
|
+
### [1.2.3-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@1.2.3-rc.0...@twilio/conversations@1.2.3-rc.1) (2021-08-23)
|
304
|
+
|
305
|
+
**Note:** Version bump only for package @twilio/conversations
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
### 1.2.3-rc.0 (2021-08-23)
|
312
|
+
|
313
|
+
**Note:** Version bump only for package @twilio/conversations
|
@@ -130,6 +130,7 @@ This software includes platform.js under the following license.
|
|
130
130
|
|
131
131
|
Object.defineProperty(exports, '__esModule', { value: true });
|
132
132
|
|
133
|
+
require('isomorphic-form-data');
|
133
134
|
require('core-js/modules/es.reflect.construct.js');
|
134
135
|
require('core-js/modules/es.object.keys.js');
|
135
136
|
require('core-js/modules/es.symbol.js');
|
@@ -6599,7 +6600,7 @@ function PushNotification(data) {
|
|
6599
6600
|
this.data = data.data || {};
|
6600
6601
|
};
|
6601
6602
|
|
6602
|
-
var version = "2.0.1-rc.
|
6603
|
+
var version = "2.0.1-rc.12";
|
6603
6604
|
|
6604
6605
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
6605
6606
|
|