@twilio/conversations 2.0.1-rc.9 → 2.1.0-rc.5
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 +74 -0
- package/NOTICE.txt +679 -0
- package/builds/browser.js +892 -619
- package/builds/browser.js.map +1 -1
- package/builds/lib.d.ts +371 -124
- package/builds/lib.js +892 -619
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +1067 -939
- package/builds/twilio-conversations.min.js +2 -14
- package/dist/aggregated-delivery-receipt.js +6 -1
- package/dist/aggregated-delivery-receipt.js.map +1 -1
- package/dist/client.js +165 -142
- package/dist/client.js.map +1 -1
- package/dist/command-executor.js +16 -14
- package/dist/command-executor.js.map +1 -1
- package/dist/configuration.js +14 -10
- package/dist/configuration.js.map +1 -1
- package/dist/conversation.js +232 -159
- package/dist/conversation.js.map +1 -1
- package/dist/data/conversations.js +82 -78
- package/dist/data/conversations.js.map +1 -1
- package/dist/data/messages.js +43 -39
- package/dist/data/messages.js.map +1 -1
- package/dist/data/participants.js +100 -78
- package/dist/data/participants.js.map +1 -1
- package/dist/data/users.js +24 -22
- package/dist/data/users.js.map +1 -1
- package/dist/detailed-delivery-receipt.js +1 -1
- package/dist/detailed-delivery-receipt.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/interfaces/attributes.js +147 -0
- package/dist/interfaces/attributes.js.map +1 -0
- package/dist/interfaces/notification-types.js +5 -5
- package/dist/interfaces/notification-types.js.map +1 -1
- package/dist/logger.js +36 -15
- package/dist/logger.js.map +1 -1
- package/dist/media.js +21 -9
- package/dist/media.js.map +1 -1
- package/dist/message-builder.js +56 -3
- package/dist/message-builder.js.map +1 -1
- package/dist/message.js +158 -78
- package/dist/message.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/dist/participant.js +101 -50
- package/dist/participant.js.map +1 -1
- package/dist/push-notification.js.map +1 -1
- package/dist/rest-paginator.js +16 -6
- package/dist/rest-paginator.js.map +1 -1
- package/dist/services/network.js +18 -14
- package/dist/services/network.js.map +1 -1
- package/dist/services/typing-indicator.js +20 -17
- package/dist/services/typing-indicator.js.map +1 -1
- package/dist/unsent-message.js.map +1 -1
- package/dist/user.js +87 -60
- package/dist/user.js.map +1 -1
- package/dist/util/deferred.js +3 -1
- package/dist/util/deferred.js.map +1 -1
- package/dist/util/index.js +6 -6
- package/dist/util/index.js.map +1 -1
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/AggregatedDeliveryReceipt.html +15 -0
- package/docs/classes/Client.html +39 -30
- package/docs/classes/Conversation.html +52 -30
- package/docs/classes/DetailedDeliveryReceipt.html +16 -1
- package/docs/classes/Media.html +15 -0
- package/docs/classes/Message.html +88 -7
- package/docs/classes/MessageBuilder.html +93 -2
- package/docs/classes/Participant.html +52 -8
- package/docs/classes/PushNotification.html +15 -0
- package/docs/classes/RestPaginator.html +15 -0
- package/docs/classes/UnsentMessage.html +15 -0
- package/docs/classes/User.html +22 -7
- package/docs/index.html +37 -3
- package/docs/interfaces/ClientOptions.html +15 -0
- package/docs/interfaces/ConversationBindings.html +3118 -0
- package/docs/interfaces/ConversationEmailBinding.html +3118 -0
- package/docs/interfaces/ConversationState.html +15 -0
- package/docs/interfaces/CreateConversationOptions.html +16 -1
- package/docs/interfaces/LastMessage.html +15 -0
- package/docs/interfaces/Paginator.html +15 -0
- package/docs/interfaces/ParticipantBindings.html +3118 -0
- package/docs/interfaces/ParticipantEmailBinding.html +3118 -0
- package/docs/interfaces/PushNotificationData.html +15 -0
- package/docs/interfaces/SendEmailOptions.html +15 -0
- package/docs/interfaces/SendMediaOptions.html +15 -0
- package/docs/modules.html +37 -3
- package/package.json +24 -18
package/docs/classes/Client.html
CHANGED
@@ -2866,6 +2866,12 @@ img {
|
|
2866
2866
|
<li class=" tsd-kind-interface">
|
2867
2867
|
<a href="../interfaces/ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a>
|
2868
2868
|
</li>
|
2869
|
+
<li class=" tsd-kind-interface">
|
2870
|
+
<a href="../interfaces/ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a>
|
2871
|
+
</li>
|
2872
|
+
<li class=" tsd-kind-interface">
|
2873
|
+
<a href="../interfaces/ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
|
2874
|
+
</li>
|
2869
2875
|
<li class=" tsd-kind-interface">
|
2870
2876
|
<a href="../interfaces/ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
|
2871
2877
|
</li>
|
@@ -2878,6 +2884,12 @@ img {
|
|
2878
2884
|
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2879
2885
|
<a href="../interfaces/Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2880
2886
|
</li>
|
2887
|
+
<li class=" tsd-kind-interface">
|
2888
|
+
<a href="../interfaces/ParticipantBindings.html" class="tsd-kind-icon">Participant<wbr>Bindings</a>
|
2889
|
+
</li>
|
2890
|
+
<li class=" tsd-kind-interface">
|
2891
|
+
<a href="../interfaces/ParticipantEmailBinding.html" class="tsd-kind-icon">Participant<wbr>Email<wbr>Binding</a>
|
2892
|
+
</li>
|
2881
2893
|
<li class=" tsd-kind-interface">
|
2882
2894
|
<a href="../interfaces/PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2883
2895
|
</li>
|
@@ -2917,6 +2929,9 @@ img {
|
|
2917
2929
|
<li class=" tsd-kind-type-alias">
|
2918
2930
|
<a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
|
2919
2931
|
</li>
|
2932
|
+
<li class=" tsd-kind-type-alias">
|
2933
|
+
<a href="../modules.html#ParticipantEmailLevel" class="tsd-kind-icon">Participant<wbr>Email<wbr>Level</a>
|
2934
|
+
</li>
|
2920
2935
|
<li class=" tsd-kind-type-alias">
|
2921
2936
|
<a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
|
2922
2937
|
</li>
|
@@ -3079,7 +3094,7 @@ img {
|
|
3079
3094
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3080
3095
|
<a name="connectionError" class="tsd-anchor"></a>
|
3081
3096
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> connection<wbr>Error</h3>
|
3082
|
-
<div class="tsd-signature tsd-kind-icon">connection<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"connectionError"</span><span class="tsd-signature-symbol"> =
|
3097
|
+
<div class="tsd-signature tsd-kind-icon">connection<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"connectionError"</span><span class="tsd-signature-symbol"> = "connectionError"</span></div>
|
3083
3098
|
<aside class="tsd-sources">
|
3084
3099
|
</aside>
|
3085
3100
|
<div class="tsd-comment tsd-typography">
|
@@ -3101,7 +3116,7 @@ img {
|
|
3101
3116
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3102
3117
|
<a name="connectionStateChanged" class="tsd-anchor"></a>
|
3103
3118
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> connection<wbr>State<wbr>Changed</h3>
|
3104
|
-
<div class="tsd-signature tsd-kind-icon">connection<wbr>State<wbr>Changed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"connectionStateChanged"</span><span class="tsd-signature-symbol"> =
|
3119
|
+
<div class="tsd-signature tsd-kind-icon">connection<wbr>State<wbr>Changed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"connectionStateChanged"</span><span class="tsd-signature-symbol"> = "connectionStateChanged"</span></div>
|
3105
3120
|
<aside class="tsd-sources">
|
3106
3121
|
</aside>
|
3107
3122
|
<div class="tsd-comment tsd-typography">
|
@@ -3117,7 +3132,7 @@ img {
|
|
3117
3132
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3118
3133
|
<a name="conversationAdded" class="tsd-anchor"></a>
|
3119
3134
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> conversation<wbr>Added</h3>
|
3120
|
-
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Added<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationAdded"</span><span class="tsd-signature-symbol"> =
|
3135
|
+
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Added<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationAdded"</span><span class="tsd-signature-symbol"> = "conversationAdded"</span></div>
|
3121
3136
|
<aside class="tsd-sources">
|
3122
3137
|
</aside>
|
3123
3138
|
<div class="tsd-comment tsd-typography">
|
@@ -3134,7 +3149,7 @@ img {
|
|
3134
3149
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3135
3150
|
<a name="conversationJoined" class="tsd-anchor"></a>
|
3136
3151
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> conversation<wbr>Joined</h3>
|
3137
|
-
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Joined<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationJoined"</span><span class="tsd-signature-symbol"> =
|
3152
|
+
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Joined<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationJoined"</span><span class="tsd-signature-symbol"> = "conversationJoined"</span></div>
|
3138
3153
|
<aside class="tsd-sources">
|
3139
3154
|
</aside>
|
3140
3155
|
<div class="tsd-comment tsd-typography">
|
@@ -3150,7 +3165,7 @@ img {
|
|
3150
3165
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3151
3166
|
<a name="conversationLeft" class="tsd-anchor"></a>
|
3152
3167
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> conversation<wbr>Left</h3>
|
3153
|
-
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationLeft"</span><span class="tsd-signature-symbol"> =
|
3168
|
+
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationLeft"</span><span class="tsd-signature-symbol"> = "conversationLeft"</span></div>
|
3154
3169
|
<aside class="tsd-sources">
|
3155
3170
|
</aside>
|
3156
3171
|
<div class="tsd-comment tsd-typography">
|
@@ -3166,7 +3181,7 @@ img {
|
|
3166
3181
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3167
3182
|
<a name="conversationRemoved" class="tsd-anchor"></a>
|
3168
3183
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> conversation<wbr>Removed</h3>
|
3169
|
-
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationRemoved"</span><span class="tsd-signature-symbol"> =
|
3184
|
+
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationRemoved"</span><span class="tsd-signature-symbol"> = "conversationRemoved"</span></div>
|
3170
3185
|
<aside class="tsd-sources">
|
3171
3186
|
</aside>
|
3172
3187
|
<div class="tsd-comment tsd-typography">
|
@@ -3182,7 +3197,7 @@ img {
|
|
3182
3197
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3183
3198
|
<a name="conversationUpdated" class="tsd-anchor"></a>
|
3184
3199
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> conversation<wbr>Updated</h3>
|
3185
|
-
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationUpdated"</span><span class="tsd-signature-symbol"> =
|
3200
|
+
<div class="tsd-signature tsd-kind-icon">conversation<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"conversationUpdated"</span><span class="tsd-signature-symbol"> = "conversationUpdated"</span></div>
|
3186
3201
|
<aside class="tsd-sources">
|
3187
3202
|
</aside>
|
3188
3203
|
<div class="tsd-comment tsd-typography">
|
@@ -3204,7 +3219,7 @@ img {
|
|
3204
3219
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3205
3220
|
<a name="messageAdded" class="tsd-anchor"></a>
|
3206
3221
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Added</h3>
|
3207
|
-
<div class="tsd-signature tsd-kind-icon">message<wbr>Added<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"messageAdded"</span><span class="tsd-signature-symbol"> =
|
3222
|
+
<div class="tsd-signature tsd-kind-icon">message<wbr>Added<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"messageAdded"</span><span class="tsd-signature-symbol"> = "messageAdded"</span></div>
|
3208
3223
|
<aside class="tsd-sources">
|
3209
3224
|
</aside>
|
3210
3225
|
<div class="tsd-comment tsd-typography">
|
@@ -3220,7 +3235,7 @@ img {
|
|
3220
3235
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3221
3236
|
<a name="messageRemoved" class="tsd-anchor"></a>
|
3222
3237
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Removed</h3>
|
3223
|
-
<div class="tsd-signature tsd-kind-icon">message<wbr>Removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"messageRemoved"</span><span class="tsd-signature-symbol"> =
|
3238
|
+
<div class="tsd-signature tsd-kind-icon">message<wbr>Removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"messageRemoved"</span><span class="tsd-signature-symbol"> = "messageRemoved"</span></div>
|
3224
3239
|
<aside class="tsd-sources">
|
3225
3240
|
</aside>
|
3226
3241
|
<div class="tsd-comment tsd-typography">
|
@@ -3236,7 +3251,7 @@ img {
|
|
3236
3251
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3237
3252
|
<a name="messageUpdated" class="tsd-anchor"></a>
|
3238
3253
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Updated</h3>
|
3239
|
-
<div class="tsd-signature tsd-kind-icon">message<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"messageUpdated"</span><span class="tsd-signature-symbol"> =
|
3254
|
+
<div class="tsd-signature tsd-kind-icon">message<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"messageUpdated"</span><span class="tsd-signature-symbol"> = "messageUpdated"</span></div>
|
3240
3255
|
<aside class="tsd-sources">
|
3241
3256
|
</aside>
|
3242
3257
|
<div class="tsd-comment tsd-typography">
|
@@ -3256,7 +3271,7 @@ img {
|
|
3256
3271
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3257
3272
|
<a name="participantJoined" class="tsd-anchor"></a>
|
3258
3273
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Joined</h3>
|
3259
|
-
<div class="tsd-signature tsd-kind-icon">participant<wbr>Joined<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"participantJoined"</span><span class="tsd-signature-symbol"> =
|
3274
|
+
<div class="tsd-signature tsd-kind-icon">participant<wbr>Joined<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"participantJoined"</span><span class="tsd-signature-symbol"> = "participantJoined"</span></div>
|
3260
3275
|
<aside class="tsd-sources">
|
3261
3276
|
</aside>
|
3262
3277
|
<div class="tsd-comment tsd-typography">
|
@@ -3272,7 +3287,7 @@ img {
|
|
3272
3287
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3273
3288
|
<a name="participantLeft" class="tsd-anchor"></a>
|
3274
3289
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Left</h3>
|
3275
|
-
<div class="tsd-signature tsd-kind-icon">participant<wbr>Left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"participantLeft"</span><span class="tsd-signature-symbol"> =
|
3290
|
+
<div class="tsd-signature tsd-kind-icon">participant<wbr>Left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"participantLeft"</span><span class="tsd-signature-symbol"> = "participantLeft"</span></div>
|
3276
3291
|
<aside class="tsd-sources">
|
3277
3292
|
</aside>
|
3278
3293
|
<div class="tsd-comment tsd-typography">
|
@@ -3288,7 +3303,7 @@ img {
|
|
3288
3303
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3289
3304
|
<a name="participantUpdated" class="tsd-anchor"></a>
|
3290
3305
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Updated</h3>
|
3291
|
-
<div class="tsd-signature tsd-kind-icon">participant<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"participantUpdated"</span><span class="tsd-signature-symbol"> =
|
3306
|
+
<div class="tsd-signature tsd-kind-icon">participant<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"participantUpdated"</span><span class="tsd-signature-symbol"> = "participantUpdated"</span></div>
|
3292
3307
|
<aside class="tsd-sources">
|
3293
3308
|
</aside>
|
3294
3309
|
<div class="tsd-comment tsd-typography">
|
@@ -3308,7 +3323,7 @@ img {
|
|
3308
3323
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3309
3324
|
<a name="pushNotification" class="tsd-anchor"></a>
|
3310
3325
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> push<wbr>Notification</h3>
|
3311
|
-
<div class="tsd-signature tsd-kind-icon">push<wbr>Notification<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"pushNotification"</span><span class="tsd-signature-symbol"> =
|
3326
|
+
<div class="tsd-signature tsd-kind-icon">push<wbr>Notification<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"pushNotification"</span><span class="tsd-signature-symbol"> = "pushNotification"</span></div>
|
3312
3327
|
<aside class="tsd-sources">
|
3313
3328
|
</aside>
|
3314
3329
|
<div class="tsd-comment tsd-typography">
|
@@ -3324,7 +3339,7 @@ img {
|
|
3324
3339
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3325
3340
|
<a name="stateChanged" class="tsd-anchor"></a>
|
3326
3341
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> state<wbr>Changed</h3>
|
3327
|
-
<div class="tsd-signature tsd-kind-icon">state<wbr>Changed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"stateChanged"</span><span class="tsd-signature-symbol"> =
|
3342
|
+
<div class="tsd-signature tsd-kind-icon">state<wbr>Changed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"stateChanged"</span><span class="tsd-signature-symbol"> = "stateChanged"</span></div>
|
3328
3343
|
<aside class="tsd-sources">
|
3329
3344
|
</aside>
|
3330
3345
|
<div class="tsd-comment tsd-typography">
|
@@ -3340,7 +3355,7 @@ img {
|
|
3340
3355
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3341
3356
|
<a name="tokenAboutToExpire" class="tsd-anchor"></a>
|
3342
3357
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> token<wbr>About<wbr>ToExpire</h3>
|
3343
|
-
<div class="tsd-signature tsd-kind-icon">token<wbr>About<wbr>ToExpire<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"tokenAboutToExpire"</span><span class="tsd-signature-symbol"> =
|
3358
|
+
<div class="tsd-signature tsd-kind-icon">token<wbr>About<wbr>ToExpire<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"tokenAboutToExpire"</span><span class="tsd-signature-symbol"> = "tokenAboutToExpire"</span></div>
|
3344
3359
|
<aside class="tsd-sources">
|
3345
3360
|
</aside>
|
3346
3361
|
<div class="tsd-comment tsd-typography">
|
@@ -3358,7 +3373,7 @@ img {
|
|
3358
3373
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3359
3374
|
<a name="tokenExpired" class="tsd-anchor"></a>
|
3360
3375
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> token<wbr>Expired</h3>
|
3361
|
-
<div class="tsd-signature tsd-kind-icon">token<wbr>Expired<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"tokenExpired"</span><span class="tsd-signature-symbol"> =
|
3376
|
+
<div class="tsd-signature tsd-kind-icon">token<wbr>Expired<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"tokenExpired"</span><span class="tsd-signature-symbol"> = "tokenExpired"</span></div>
|
3362
3377
|
<aside class="tsd-sources">
|
3363
3378
|
</aside>
|
3364
3379
|
<div class="tsd-comment tsd-typography">
|
@@ -3370,7 +3385,7 @@ img {
|
|
3370
3385
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3371
3386
|
<a name="typingEnded" class="tsd-anchor"></a>
|
3372
3387
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> typing<wbr>Ended</h3>
|
3373
|
-
<div class="tsd-signature tsd-kind-icon">typing<wbr>Ended<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"typingEnded"</span><span class="tsd-signature-symbol"> =
|
3388
|
+
<div class="tsd-signature tsd-kind-icon">typing<wbr>Ended<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"typingEnded"</span><span class="tsd-signature-symbol"> = "typingEnded"</span></div>
|
3374
3389
|
<aside class="tsd-sources">
|
3375
3390
|
</aside>
|
3376
3391
|
<div class="tsd-comment tsd-typography">
|
@@ -3386,7 +3401,7 @@ img {
|
|
3386
3401
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3387
3402
|
<a name="typingStarted" class="tsd-anchor"></a>
|
3388
3403
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> typing<wbr>Started</h3>
|
3389
|
-
<div class="tsd-signature tsd-kind-icon">typing<wbr>Started<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"typingStarted"</span><span class="tsd-signature-symbol"> =
|
3404
|
+
<div class="tsd-signature tsd-kind-icon">typing<wbr>Started<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"typingStarted"</span><span class="tsd-signature-symbol"> = "typingStarted"</span></div>
|
3390
3405
|
<aside class="tsd-sources">
|
3391
3406
|
</aside>
|
3392
3407
|
<div class="tsd-comment tsd-typography">
|
@@ -3402,7 +3417,7 @@ img {
|
|
3402
3417
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3403
3418
|
<a name="userSubscribed" class="tsd-anchor"></a>
|
3404
3419
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> user<wbr>Subscribed</h3>
|
3405
|
-
<div class="tsd-signature tsd-kind-icon">user<wbr>Subscribed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"userSubscribed"</span><span class="tsd-signature-symbol"> =
|
3420
|
+
<div class="tsd-signature tsd-kind-icon">user<wbr>Subscribed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"userSubscribed"</span><span class="tsd-signature-symbol"> = "userSubscribed"</span></div>
|
3406
3421
|
<aside class="tsd-sources">
|
3407
3422
|
</aside>
|
3408
3423
|
<div class="tsd-comment tsd-typography">
|
@@ -3418,7 +3433,7 @@ img {
|
|
3418
3433
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3419
3434
|
<a name="userUnsubscribed" class="tsd-anchor"></a>
|
3420
3435
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> user<wbr>Unsubscribed</h3>
|
3421
|
-
<div class="tsd-signature tsd-kind-icon">user<wbr>Unsubscribed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"userUnsubscribed"</span><span class="tsd-signature-symbol"> =
|
3436
|
+
<div class="tsd-signature tsd-kind-icon">user<wbr>Unsubscribed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"userUnsubscribed"</span><span class="tsd-signature-symbol"> = "userUnsubscribed"</span></div>
|
3422
3437
|
<aside class="tsd-sources">
|
3423
3438
|
</aside>
|
3424
3439
|
<div class="tsd-comment tsd-typography">
|
@@ -3434,7 +3449,7 @@ img {
|
|
3434
3449
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3435
3450
|
<a name="userUpdated" class="tsd-anchor"></a>
|
3436
3451
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> user<wbr>Updated</h3>
|
3437
|
-
<div class="tsd-signature tsd-kind-icon">user<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"userUpdated"</span><span class="tsd-signature-symbol"> =
|
3452
|
+
<div class="tsd-signature tsd-kind-icon">user<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"userUpdated"</span><span class="tsd-signature-symbol"> = "userUpdated"</span></div>
|
3438
3453
|
<aside class="tsd-sources">
|
3439
3454
|
</aside>
|
3440
3455
|
<div class="tsd-comment tsd-typography">
|
@@ -3457,7 +3472,7 @@ img {
|
|
3457
3472
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
3458
3473
|
<a name="connectionState" class="tsd-anchor"></a>
|
3459
3474
|
<h3>connection<wbr>State</h3>
|
3460
|
-
<div class="tsd-signature tsd-kind-icon">connection<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ConnectionState</span><span class="tsd-signature-symbol"> =
|
3475
|
+
<div class="tsd-signature tsd-kind-icon">connection<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ConnectionState</span><span class="tsd-signature-symbol"> = "unknown"</span></div>
|
3461
3476
|
<aside class="tsd-sources">
|
3462
3477
|
</aside>
|
3463
3478
|
<div class="tsd-comment tsd-typography">
|
@@ -3626,7 +3641,7 @@ img {
|
|
3626
3641
|
<a name="getSubscribedConversations" class="tsd-anchor"></a>
|
3627
3642
|
<h3>get<wbr>Subscribed<wbr>Conversations</h3>
|
3628
3643
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
3629
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>Subscribed<wbr>Conversations<span class="tsd-signature-symbol">(</span
|
3644
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Subscribed<wbr>Conversations<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Paginator.html" class="tsd-signature-type" data-tsd-kind="Interface">Paginator</a><span class="tsd-signature-symbol"><</span><a href="Conversation.html" class="tsd-signature-type" data-tsd-kind="Class">Conversation</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></li>
|
3630
3645
|
</ul>
|
3631
3646
|
<ul class="tsd-descriptions">
|
3632
3647
|
<li class="tsd-description">
|
@@ -3637,12 +3652,6 @@ img {
|
|
3637
3652
|
<p>Get the current list of all the subscribed conversations.</p>
|
3638
3653
|
</div>
|
3639
3654
|
</div>
|
3640
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
3641
|
-
<ul class="tsd-parameters">
|
3642
|
-
<li>
|
3643
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> args: <span class="tsd-signature-type">any</span></h5>
|
3644
|
-
</li>
|
3645
|
-
</ul>
|
3646
3655
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Paginator.html" class="tsd-signature-type" data-tsd-kind="Interface">Paginator</a><span class="tsd-signature-symbol"><</span><a href="Conversation.html" class="tsd-signature-type" data-tsd-kind="Class">Conversation</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4>
|
3647
3656
|
</li>
|
3648
3657
|
</ul>
|