@twilio/conversations 2.0.1 → 2.1.0-rc.6
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 +889 -619
- package/builds/browser.js.map +1 -1
- package/builds/lib.d.ts +384 -129
- package/builds/lib.js +889 -619
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +1065 -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/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 +157 -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 +0 -102
- package/docs/classes/Client.html +24 -132
- package/docs/classes/Conversation.html +37 -132
- package/docs/classes/DetailedDeliveryReceipt.html +1 -103
- package/docs/classes/Media.html +0 -102
- package/docs/classes/Message.html +73 -109
- package/docs/classes/MessageBuilder.html +78 -104
- package/docs/classes/Participant.html +37 -110
- package/docs/classes/PushNotification.html +0 -102
- package/docs/classes/RestPaginator.html +0 -102
- package/docs/classes/UnsentMessage.html +0 -102
- package/docs/classes/User.html +7 -109
- package/docs/index.html +93 -3
- package/docs/interfaces/ClientOptions.html +0 -102
- package/docs/interfaces/ConversationBindings.html +3001 -0
- package/docs/interfaces/ConversationEmailBinding.html +3001 -0
- package/docs/interfaces/ConversationState.html +0 -102
- package/docs/interfaces/CreateConversationOptions.html +1 -103
- package/docs/interfaces/LastMessage.html +0 -102
- package/docs/interfaces/Paginator.html +0 -102
- package/docs/interfaces/ParticipantBindings.html +3001 -0
- package/docs/interfaces/ParticipantEmailBinding.html +3001 -0
- package/docs/interfaces/PushNotificationData.html +0 -102
- package/docs/interfaces/SendEmailOptions.html +0 -102
- package/docs/interfaces/SendMediaOptions.html +0 -102
- package/docs/modules.html +93 -3
- package/package.json +23 -17
@@ -2702,12 +2702,6 @@ img {
|
|
2702
2702
|
</header>
|
2703
2703
|
<nav class="tsd-navigation secondary">
|
2704
2704
|
<ul>
|
2705
|
-
<li class=" tsd-kind-class">
|
2706
|
-
<a href="AggregatedDeliveryReceipt.html" class="tsd-kind-icon">Aggregated<wbr>Delivery<wbr>Receipt</a>
|
2707
|
-
</li>
|
2708
|
-
<li class=" tsd-kind-class">
|
2709
|
-
<a href="Client.html" class="tsd-kind-icon">Client</a>
|
2710
|
-
</li>
|
2711
2705
|
<li class="current tsd-kind-class">
|
2712
2706
|
<a href="Conversation.html" class="tsd-kind-icon">Conversation</a>
|
2713
2707
|
<ul>
|
@@ -2854,102 +2848,6 @@ img {
|
|
2854
2848
|
</li>
|
2855
2849
|
</ul>
|
2856
2850
|
</li>
|
2857
|
-
<li class=" tsd-kind-class">
|
2858
|
-
<a href="DetailedDeliveryReceipt.html" class="tsd-kind-icon">Detailed<wbr>Delivery<wbr>Receipt</a>
|
2859
|
-
</li>
|
2860
|
-
<li class=" tsd-kind-class">
|
2861
|
-
<a href="Media.html" class="tsd-kind-icon">Media</a>
|
2862
|
-
</li>
|
2863
|
-
<li class=" tsd-kind-class">
|
2864
|
-
<a href="Message.html" class="tsd-kind-icon">Message</a>
|
2865
|
-
</li>
|
2866
|
-
<li class=" tsd-kind-class">
|
2867
|
-
<a href="MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a>
|
2868
|
-
</li>
|
2869
|
-
<li class=" tsd-kind-class">
|
2870
|
-
<a href="Participant.html" class="tsd-kind-icon">Participant</a>
|
2871
|
-
</li>
|
2872
|
-
<li class=" tsd-kind-class">
|
2873
|
-
<a href="PushNotification.html" class="tsd-kind-icon">Push<wbr>Notification</a>
|
2874
|
-
</li>
|
2875
|
-
<li class=" tsd-kind-class tsd-has-type-parameter">
|
2876
|
-
<a href="RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a>
|
2877
|
-
</li>
|
2878
|
-
<li class=" tsd-kind-class">
|
2879
|
-
<a href="UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a>
|
2880
|
-
</li>
|
2881
|
-
<li class=" tsd-kind-class">
|
2882
|
-
<a href="User.html" class="tsd-kind-icon">User</a>
|
2883
|
-
</li>
|
2884
|
-
<li class=" tsd-kind-interface">
|
2885
|
-
<a href="../interfaces/ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a>
|
2886
|
-
</li>
|
2887
|
-
<li class=" tsd-kind-interface">
|
2888
|
-
<a href="../interfaces/ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
|
2889
|
-
</li>
|
2890
|
-
<li class=" tsd-kind-interface">
|
2891
|
-
<a href="../interfaces/CreateConversationOptions.html" class="tsd-kind-icon">Create<wbr>Conversation<wbr>Options</a>
|
2892
|
-
</li>
|
2893
|
-
<li class=" tsd-kind-interface">
|
2894
|
-
<a href="../interfaces/LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
|
2895
|
-
</li>
|
2896
|
-
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2897
|
-
<a href="../interfaces/Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2898
|
-
</li>
|
2899
|
-
<li class=" tsd-kind-interface">
|
2900
|
-
<a href="../interfaces/PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2901
|
-
</li>
|
2902
|
-
<li class=" tsd-kind-interface">
|
2903
|
-
<a href="../interfaces/SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
|
2904
|
-
</li>
|
2905
|
-
<li class=" tsd-kind-interface">
|
2906
|
-
<a href="../interfaces/SendMediaOptions.html" class="tsd-kind-icon">Send<wbr>Media<wbr>Options</a>
|
2907
|
-
</li>
|
2908
|
-
<li class=" tsd-kind-type-alias">
|
2909
|
-
<a href="../modules.html#ConnectionState" class="tsd-kind-icon">Connection<wbr>State</a>
|
2910
|
-
</li>
|
2911
|
-
<li class=" tsd-kind-type-alias">
|
2912
|
-
<a href="../modules.html#ConversationStatus" class="tsd-kind-icon">Conversation<wbr>Status</a>
|
2913
|
-
</li>
|
2914
|
-
<li class=" tsd-kind-type-alias">
|
2915
|
-
<a href="../modules.html#ConversationUpdateReason" class="tsd-kind-icon">Conversation<wbr>Update<wbr>Reason</a>
|
2916
|
-
</li>
|
2917
|
-
<li class=" tsd-kind-type-alias">
|
2918
|
-
<a href="../modules.html#DeliveryAmount" class="tsd-kind-icon">Delivery<wbr>Amount</a>
|
2919
|
-
</li>
|
2920
|
-
<li class=" tsd-kind-type-alias">
|
2921
|
-
<a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
|
2922
|
-
</li>
|
2923
|
-
<li class=" tsd-kind-type-alias">
|
2924
|
-
<a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
|
2925
|
-
</li>
|
2926
|
-
<li class=" tsd-kind-type-alias">
|
2927
|
-
<a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
|
2928
|
-
</li>
|
2929
|
-
<li class=" tsd-kind-type-alias">
|
2930
|
-
<a href="../modules.html#MessageUpdateReason" class="tsd-kind-icon">Message<wbr>Update<wbr>Reason</a>
|
2931
|
-
</li>
|
2932
|
-
<li class=" tsd-kind-type-alias">
|
2933
|
-
<a href="../modules.html#NotificationLevel" class="tsd-kind-icon">Notification<wbr>Level</a>
|
2934
|
-
</li>
|
2935
|
-
<li class=" tsd-kind-type-alias">
|
2936
|
-
<a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
|
2937
|
-
</li>
|
2938
|
-
<li class=" tsd-kind-type-alias">
|
2939
|
-
<a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
|
2940
|
-
</li>
|
2941
|
-
<li class=" tsd-kind-type-alias">
|
2942
|
-
<a href="../modules.html#ParticipantUpdateReason" class="tsd-kind-icon">Participant<wbr>Update<wbr>Reason</a>
|
2943
|
-
</li>
|
2944
|
-
<li class=" tsd-kind-type-alias">
|
2945
|
-
<a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
|
2946
|
-
</li>
|
2947
|
-
<li class=" tsd-kind-type-alias">
|
2948
|
-
<a href="../modules.html#State" class="tsd-kind-icon">State</a>
|
2949
|
-
</li>
|
2950
|
-
<li class=" tsd-kind-type-alias">
|
2951
|
-
<a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
|
2952
|
-
</li>
|
2953
2851
|
</ul>
|
2954
2852
|
</nav>
|
2955
2853
|
<div class="container container-main">
|
@@ -3053,7 +2951,7 @@ img {
|
|
3053
2951
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3054
2952
|
<a name="messageAdded" class="tsd-anchor"></a>
|
3055
2953
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Added</h3>
|
3056
|
-
<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"> =
|
2954
|
+
<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>
|
3057
2955
|
<aside class="tsd-sources">
|
3058
2956
|
</aside>
|
3059
2957
|
<div class="tsd-comment tsd-typography">
|
@@ -3069,7 +2967,7 @@ img {
|
|
3069
2967
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3070
2968
|
<a name="messageRemoved" class="tsd-anchor"></a>
|
3071
2969
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Removed</h3>
|
3072
|
-
<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"> =
|
2970
|
+
<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>
|
3073
2971
|
<aside class="tsd-sources">
|
3074
2972
|
</aside>
|
3075
2973
|
<div class="tsd-comment tsd-typography">
|
@@ -3085,7 +2983,7 @@ img {
|
|
3085
2983
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3086
2984
|
<a name="messageUpdated" class="tsd-anchor"></a>
|
3087
2985
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Updated</h3>
|
3088
|
-
<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"> =
|
2986
|
+
<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>
|
3089
2987
|
<aside class="tsd-sources">
|
3090
2988
|
</aside>
|
3091
2989
|
<div class="tsd-comment tsd-typography">
|
@@ -3105,7 +3003,7 @@ img {
|
|
3105
3003
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3106
3004
|
<a name="participantJoined" class="tsd-anchor"></a>
|
3107
3005
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Joined</h3>
|
3108
|
-
<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"> =
|
3006
|
+
<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>
|
3109
3007
|
<aside class="tsd-sources">
|
3110
3008
|
</aside>
|
3111
3009
|
<div class="tsd-comment tsd-typography">
|
@@ -3121,7 +3019,7 @@ img {
|
|
3121
3019
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3122
3020
|
<a name="participantLeft" class="tsd-anchor"></a>
|
3123
3021
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Left</h3>
|
3124
|
-
<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"> =
|
3022
|
+
<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>
|
3125
3023
|
<aside class="tsd-sources">
|
3126
3024
|
</aside>
|
3127
3025
|
<div class="tsd-comment tsd-typography">
|
@@ -3137,7 +3035,7 @@ img {
|
|
3137
3035
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3138
3036
|
<a name="participantUpdated" class="tsd-anchor"></a>
|
3139
3037
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Updated</h3>
|
3140
|
-
<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"> =
|
3038
|
+
<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>
|
3141
3039
|
<aside class="tsd-sources">
|
3142
3040
|
</aside>
|
3143
3041
|
<div class="tsd-comment tsd-typography">
|
@@ -3157,7 +3055,7 @@ img {
|
|
3157
3055
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3158
3056
|
<a name="removed" class="tsd-anchor"></a>
|
3159
3057
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> removed</h3>
|
3160
|
-
<div class="tsd-signature tsd-kind-icon">removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"removed"</span><span class="tsd-signature-symbol"> =
|
3058
|
+
<div class="tsd-signature tsd-kind-icon">removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"removed"</span><span class="tsd-signature-symbol"> = "removed"</span></div>
|
3161
3059
|
<aside class="tsd-sources">
|
3162
3060
|
</aside>
|
3163
3061
|
<div class="tsd-comment tsd-typography">
|
@@ -3173,7 +3071,7 @@ img {
|
|
3173
3071
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3174
3072
|
<a name="typingEnded" class="tsd-anchor"></a>
|
3175
3073
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> typing<wbr>Ended</h3>
|
3176
|
-
<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"> =
|
3074
|
+
<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>
|
3177
3075
|
<aside class="tsd-sources">
|
3178
3076
|
</aside>
|
3179
3077
|
<div class="tsd-comment tsd-typography">
|
@@ -3189,7 +3087,7 @@ img {
|
|
3189
3087
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3190
3088
|
<a name="typingStarted" class="tsd-anchor"></a>
|
3191
3089
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> typing<wbr>Started</h3>
|
3192
|
-
<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"> =
|
3090
|
+
<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>
|
3193
3091
|
<aside class="tsd-sources">
|
3194
3092
|
</aside>
|
3195
3093
|
<div class="tsd-comment tsd-typography">
|
@@ -3205,7 +3103,7 @@ img {
|
|
3205
3103
|
<section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
|
3206
3104
|
<a name="updated" class="tsd-anchor"></a>
|
3207
3105
|
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> updated</h3>
|
3208
|
-
<div class="tsd-signature tsd-kind-icon">updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"updated"</span><span class="tsd-signature-symbol"> =
|
3106
|
+
<div class="tsd-signature tsd-kind-icon">updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"updated"</span><span class="tsd-signature-symbol"> = "updated"</span></div>
|
3209
3107
|
<aside class="tsd-sources">
|
3210
3108
|
</aside>
|
3211
3109
|
<div class="tsd-comment tsd-typography">
|
@@ -3244,7 +3142,7 @@ img {
|
|
3244
3142
|
<a name="attributes" class="tsd-anchor"></a>
|
3245
3143
|
<h3>attributes</h3>
|
3246
3144
|
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
|
3247
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> attributes<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><
|
3145
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> attributes<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></li>
|
3248
3146
|
</ul>
|
3249
3147
|
<ul class="tsd-descriptions">
|
3250
3148
|
<li class="tsd-description">
|
@@ -3255,7 +3153,7 @@ img {
|
|
3255
3153
|
<p>Custom attributes of the conversation.</p>
|
3256
3154
|
</div>
|
3257
3155
|
</div>
|
3258
|
-
<h4 class="tsd-returns-title">Returns <
|
3156
|
+
<h4 class="tsd-returns-title">Returns <a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></h4>
|
3259
3157
|
</li>
|
3260
3158
|
</ul>
|
3261
3159
|
</section>
|
@@ -3282,7 +3180,7 @@ img {
|
|
3282
3180
|
<a name="dateCreated" class="tsd-anchor"></a>
|
3283
3181
|
<h3>date<wbr>Created</h3>
|
3284
3182
|
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
|
3285
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> dateCreated<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">
|
3183
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> dateCreated<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Date</span></li>
|
3286
3184
|
</ul>
|
3287
3185
|
<ul class="tsd-descriptions">
|
3288
3186
|
<li class="tsd-description">
|
@@ -3293,7 +3191,7 @@ img {
|
|
3293
3191
|
<p>Date this conversation was created on.</p>
|
3294
3192
|
</div>
|
3295
3193
|
</div>
|
3296
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">
|
3194
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Date</span></h4>
|
3297
3195
|
</li>
|
3298
3196
|
</ul>
|
3299
3197
|
</section>
|
@@ -3301,7 +3199,7 @@ img {
|
|
3301
3199
|
<a name="dateUpdated" class="tsd-anchor"></a>
|
3302
3200
|
<h3>date<wbr>Updated</h3>
|
3303
3201
|
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
|
3304
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> dateUpdated<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">
|
3202
|
+
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> dateUpdated<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Date</span></li>
|
3305
3203
|
</ul>
|
3306
3204
|
<ul class="tsd-descriptions">
|
3307
3205
|
<li class="tsd-description">
|
@@ -3312,7 +3210,7 @@ img {
|
|
3312
3210
|
<p>Date this conversation was last updated on.</p>
|
3313
3211
|
</div>
|
3314
3212
|
</div>
|
3315
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">
|
3213
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Date</span></h4>
|
3316
3214
|
</li>
|
3317
3215
|
</ul>
|
3318
3216
|
</section>
|
@@ -3456,7 +3354,7 @@ img {
|
|
3456
3354
|
<a name="add" class="tsd-anchor"></a>
|
3457
3355
|
<h3>add</h3>
|
3458
3356
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
3459
|
-
<li class="tsd-signature tsd-kind-icon">add<span class="tsd-signature-symbol">(</span>identity<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, attributes<span class="tsd-signature-symbol">?: </span><
|
3357
|
+
<li class="tsd-signature tsd-kind-icon">add<span class="tsd-signature-symbol">(</span>identity<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, attributes<span class="tsd-signature-symbol">?: </span><a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a><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><span class="tsd-signature-type">ParticipantResponse</span><span class="tsd-signature-symbol">></span></li>
|
3460
3358
|
</ul>
|
3461
3359
|
<ul class="tsd-descriptions">
|
3462
3360
|
<li class="tsd-description">
|
@@ -3476,13 +3374,13 @@ img {
|
|
3476
3374
|
</div>
|
3477
3375
|
</li>
|
3478
3376
|
<li>
|
3479
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> attributes: <
|
3377
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> attributes: <a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></h5>
|
3480
3378
|
<div class="tsd-comment tsd-typography">
|
3481
3379
|
<p>Attributes to be attached to the participant.</p>
|
3482
3380
|
</div>
|
3483
3381
|
</li>
|
3484
3382
|
</ul>
|
3485
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">
|
3383
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ParticipantResponse</span><span class="tsd-signature-symbol">></span></h4>
|
3486
3384
|
</li>
|
3487
3385
|
</ul>
|
3488
3386
|
</section>
|
@@ -3490,7 +3388,7 @@ img {
|
|
3490
3388
|
<a name="addNonChatParticipant" class="tsd-anchor"></a>
|
3491
3389
|
<h3>add<wbr>Non<wbr>Chat<wbr>Participant</h3>
|
3492
3390
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
3493
|
-
<li class="tsd-signature tsd-kind-icon">add<wbr>Non<wbr>Chat<wbr>Participant<span class="tsd-signature-symbol">(</span>proxyAddress<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, address<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, attributes<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">
|
3391
|
+
<li class="tsd-signature tsd-kind-icon">add<wbr>Non<wbr>Chat<wbr>Participant<span class="tsd-signature-symbol">(</span>proxyAddress<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, address<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, attributes<span class="tsd-signature-symbol">?: </span><a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a>, bindingOptions<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ParticipantBindingOptions</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><span class="tsd-signature-type">ParticipantResponse</span><span class="tsd-signature-symbol">></span></li>
|
3494
3392
|
</ul>
|
3495
3393
|
<ul class="tsd-descriptions">
|
3496
3394
|
<li class="tsd-description">
|
@@ -3516,13 +3414,19 @@ img {
|
|
3516
3414
|
</div>
|
3517
3415
|
</li>
|
3518
3416
|
<li>
|
3519
|
-
<h5
|
3417
|
+
<h5>attributes: <a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a><span class="tsd-signature-symbol"> = {}</span></h5>
|
3520
3418
|
<div class="tsd-comment tsd-typography">
|
3521
3419
|
<p>Attributes to be attached to the participant.</p>
|
3522
3420
|
</div>
|
3523
3421
|
</li>
|
3422
|
+
<li>
|
3423
|
+
<h5>bindingOptions: <span class="tsd-signature-type">ParticipantBindingOptions</span><span class="tsd-signature-symbol"> = {}</span></h5>
|
3424
|
+
<div class="tsd-comment tsd-typography">
|
3425
|
+
<p>Options for adding email participants - name and CC/To level.</p>
|
3426
|
+
</div>
|
3427
|
+
</li>
|
3524
3428
|
</ul>
|
3525
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">
|
3429
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ParticipantResponse</span><span class="tsd-signature-symbol">></span></h4>
|
3526
3430
|
</li>
|
3527
3431
|
</ul>
|
3528
3432
|
</section>
|
@@ -3580,7 +3484,7 @@ img {
|
|
3580
3484
|
<a name="getAttributes" class="tsd-anchor"></a>
|
3581
3485
|
<h3>get<wbr>Attributes</h3>
|
3582
3486
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
3583
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>Attributes<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><
|
3487
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Attributes<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="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a><span class="tsd-signature-symbol">></span></li>
|
3584
3488
|
</ul>
|
3585
3489
|
<ul class="tsd-descriptions">
|
3586
3490
|
<li class="tsd-description">
|
@@ -3591,7 +3495,7 @@ img {
|
|
3591
3495
|
<p>Get the custom attributes of this Conversation.</p>
|
3592
3496
|
</div>
|
3593
3497
|
</div>
|
3594
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><
|
3498
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a><span class="tsd-signature-symbol">></span></h4>
|
3595
3499
|
</li>
|
3596
3500
|
</ul>
|
3597
3501
|
</section>
|
@@ -3665,7 +3569,7 @@ img {
|
|
3665
3569
|
<a name="getParticipantByIdentity" class="tsd-anchor"></a>
|
3666
3570
|
<h3>get<wbr>Participant<wbr>ByIdentity</h3>
|
3667
3571
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
3668
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>Participant<wbr>ByIdentity<span class="tsd-signature-symbol">(</span>identity<span class="tsd-signature-symbol"
|
3572
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Participant<wbr>ByIdentity<span class="tsd-signature-symbol">(</span>identity<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</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="Participant.html" class="tsd-signature-type" data-tsd-kind="Class">Participant</a><span class="tsd-signature-symbol">></span></li>
|
3669
3573
|
</ul>
|
3670
3574
|
<ul class="tsd-descriptions">
|
3671
3575
|
<li class="tsd-description">
|
@@ -3679,7 +3583,7 @@ img {
|
|
3679
3583
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
3680
3584
|
<ul class="tsd-parameters">
|
3681
3585
|
<li>
|
3682
|
-
<h5>identity: <span class="tsd-signature-type">string</span></h5>
|
3586
|
+
<h5>identity: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ""</span></h5>
|
3683
3587
|
<div class="tsd-comment tsd-typography">
|
3684
3588
|
<p>Participant identity.</p>
|
3685
3589
|
</div>
|
@@ -3843,6 +3747,7 @@ img {
|
|
3843
3747
|
</div>
|
3844
3748
|
</div>
|
3845
3749
|
<h4 class="tsd-returns-title">Returns <a href="MessageBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">MessageBuilder</a></h4>
|
3750
|
+
<p>A MessageBuilder to help set all message sending options.</p>
|
3846
3751
|
</li>
|
3847
3752
|
</ul>
|
3848
3753
|
</section>
|
@@ -3879,7 +3784,7 @@ img {
|
|
3879
3784
|
<a name="sendMessage" class="tsd-anchor"></a>
|
3880
3785
|
<h3>send<wbr>Message</h3>
|
3881
3786
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
3882
|
-
<li class="tsd-signature tsd-kind-icon">send<wbr>Message<span class="tsd-signature-symbol">(</span>message<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">FormData</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/SendMediaOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">SendMediaOptions</a>, messageAttributes<span class="tsd-signature-symbol">?: </span><
|
3787
|
+
<li class="tsd-signature tsd-kind-icon">send<wbr>Message<span class="tsd-signature-symbol">(</span>message<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">FormData</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/SendMediaOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">SendMediaOptions</a>, messageAttributes<span class="tsd-signature-symbol">?: </span><a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a>, emailOptions<span class="tsd-signature-symbol">?: </span><a href="../interfaces/SendEmailOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">SendEmailOptions</a><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><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">></span></li>
|
3883
3788
|
</ul>
|
3884
3789
|
<ul class="tsd-descriptions">
|
3885
3790
|
<li class="tsd-description">
|
@@ -3900,7 +3805,7 @@ img {
|
|
3900
3805
|
</div>
|
3901
3806
|
</li>
|
3902
3807
|
<li>
|
3903
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> messageAttributes: <
|
3808
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> messageAttributes: <a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></h5>
|
3904
3809
|
<div class="tsd-comment tsd-typography">
|
3905
3810
|
<p>Attributes for the message.</p>
|
3906
3811
|
</div>
|
@@ -4009,7 +3914,7 @@ img {
|
|
4009
3914
|
<a name="updateAttributes" class="tsd-anchor"></a>
|
4010
3915
|
<h3>update<wbr>Attributes</h3>
|
4011
3916
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
4012
|
-
<li class="tsd-signature tsd-kind-icon">update<wbr>Attributes<span class="tsd-signature-symbol">(</span>attributes<span class="tsd-signature-symbol">: </span><
|
3917
|
+
<li class="tsd-signature tsd-kind-icon">update<wbr>Attributes<span class="tsd-signature-symbol">(</span>attributes<span class="tsd-signature-symbol">: </span><a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a><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="Conversation.html" class="tsd-signature-type" data-tsd-kind="Class">Conversation</a><span class="tsd-signature-symbol">></span></li>
|
4013
3918
|
</ul>
|
4014
3919
|
<ul class="tsd-descriptions">
|
4015
3920
|
<li class="tsd-description">
|
@@ -4023,7 +3928,7 @@ img {
|
|
4023
3928
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
4024
3929
|
<ul class="tsd-parameters">
|
4025
3930
|
<li>
|
4026
|
-
<h5>attributes: <
|
3931
|
+
<h5>attributes: <a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></h5>
|
4027
3932
|
<div class="tsd-comment tsd-typography">
|
4028
3933
|
<p>New attributes.</p>
|
4029
3934
|
</div>
|
@@ -2702,15 +2702,6 @@ img {
|
|
2702
2702
|
</header>
|
2703
2703
|
<nav class="tsd-navigation secondary">
|
2704
2704
|
<ul>
|
2705
|
-
<li class=" tsd-kind-class">
|
2706
|
-
<a href="AggregatedDeliveryReceipt.html" class="tsd-kind-icon">Aggregated<wbr>Delivery<wbr>Receipt</a>
|
2707
|
-
</li>
|
2708
|
-
<li class=" tsd-kind-class">
|
2709
|
-
<a href="Client.html" class="tsd-kind-icon">Client</a>
|
2710
|
-
</li>
|
2711
|
-
<li class=" tsd-kind-class">
|
2712
|
-
<a href="Conversation.html" class="tsd-kind-icon">Conversation</a>
|
2713
|
-
</li>
|
2714
2705
|
<li class="current tsd-kind-class">
|
2715
2706
|
<a href="DetailedDeliveryReceipt.html" class="tsd-kind-icon">Detailed<wbr>Delivery<wbr>Receipt</a>
|
2716
2707
|
<ul>
|
@@ -2743,99 +2734,6 @@ img {
|
|
2743
2734
|
</li>
|
2744
2735
|
</ul>
|
2745
2736
|
</li>
|
2746
|
-
<li class=" tsd-kind-class">
|
2747
|
-
<a href="Media.html" class="tsd-kind-icon">Media</a>
|
2748
|
-
</li>
|
2749
|
-
<li class=" tsd-kind-class">
|
2750
|
-
<a href="Message.html" class="tsd-kind-icon">Message</a>
|
2751
|
-
</li>
|
2752
|
-
<li class=" tsd-kind-class">
|
2753
|
-
<a href="MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a>
|
2754
|
-
</li>
|
2755
|
-
<li class=" tsd-kind-class">
|
2756
|
-
<a href="Participant.html" class="tsd-kind-icon">Participant</a>
|
2757
|
-
</li>
|
2758
|
-
<li class=" tsd-kind-class">
|
2759
|
-
<a href="PushNotification.html" class="tsd-kind-icon">Push<wbr>Notification</a>
|
2760
|
-
</li>
|
2761
|
-
<li class=" tsd-kind-class tsd-has-type-parameter">
|
2762
|
-
<a href="RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a>
|
2763
|
-
</li>
|
2764
|
-
<li class=" tsd-kind-class">
|
2765
|
-
<a href="UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a>
|
2766
|
-
</li>
|
2767
|
-
<li class=" tsd-kind-class">
|
2768
|
-
<a href="User.html" class="tsd-kind-icon">User</a>
|
2769
|
-
</li>
|
2770
|
-
<li class=" tsd-kind-interface">
|
2771
|
-
<a href="../interfaces/ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a>
|
2772
|
-
</li>
|
2773
|
-
<li class=" tsd-kind-interface">
|
2774
|
-
<a href="../interfaces/ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
|
2775
|
-
</li>
|
2776
|
-
<li class=" tsd-kind-interface">
|
2777
|
-
<a href="../interfaces/CreateConversationOptions.html" class="tsd-kind-icon">Create<wbr>Conversation<wbr>Options</a>
|
2778
|
-
</li>
|
2779
|
-
<li class=" tsd-kind-interface">
|
2780
|
-
<a href="../interfaces/LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
|
2781
|
-
</li>
|
2782
|
-
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2783
|
-
<a href="../interfaces/Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2784
|
-
</li>
|
2785
|
-
<li class=" tsd-kind-interface">
|
2786
|
-
<a href="../interfaces/PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2787
|
-
</li>
|
2788
|
-
<li class=" tsd-kind-interface">
|
2789
|
-
<a href="../interfaces/SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
|
2790
|
-
</li>
|
2791
|
-
<li class=" tsd-kind-interface">
|
2792
|
-
<a href="../interfaces/SendMediaOptions.html" class="tsd-kind-icon">Send<wbr>Media<wbr>Options</a>
|
2793
|
-
</li>
|
2794
|
-
<li class=" tsd-kind-type-alias">
|
2795
|
-
<a href="../modules.html#ConnectionState" class="tsd-kind-icon">Connection<wbr>State</a>
|
2796
|
-
</li>
|
2797
|
-
<li class=" tsd-kind-type-alias">
|
2798
|
-
<a href="../modules.html#ConversationStatus" class="tsd-kind-icon">Conversation<wbr>Status</a>
|
2799
|
-
</li>
|
2800
|
-
<li class=" tsd-kind-type-alias">
|
2801
|
-
<a href="../modules.html#ConversationUpdateReason" class="tsd-kind-icon">Conversation<wbr>Update<wbr>Reason</a>
|
2802
|
-
</li>
|
2803
|
-
<li class=" tsd-kind-type-alias">
|
2804
|
-
<a href="../modules.html#DeliveryAmount" class="tsd-kind-icon">Delivery<wbr>Amount</a>
|
2805
|
-
</li>
|
2806
|
-
<li class=" tsd-kind-type-alias">
|
2807
|
-
<a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
|
2808
|
-
</li>
|
2809
|
-
<li class=" tsd-kind-type-alias">
|
2810
|
-
<a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
|
2811
|
-
</li>
|
2812
|
-
<li class=" tsd-kind-type-alias">
|
2813
|
-
<a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
|
2814
|
-
</li>
|
2815
|
-
<li class=" tsd-kind-type-alias">
|
2816
|
-
<a href="../modules.html#MessageUpdateReason" class="tsd-kind-icon">Message<wbr>Update<wbr>Reason</a>
|
2817
|
-
</li>
|
2818
|
-
<li class=" tsd-kind-type-alias">
|
2819
|
-
<a href="../modules.html#NotificationLevel" class="tsd-kind-icon">Notification<wbr>Level</a>
|
2820
|
-
</li>
|
2821
|
-
<li class=" tsd-kind-type-alias">
|
2822
|
-
<a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
|
2823
|
-
</li>
|
2824
|
-
<li class=" tsd-kind-type-alias">
|
2825
|
-
<a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
|
2826
|
-
</li>
|
2827
|
-
<li class=" tsd-kind-type-alias">
|
2828
|
-
<a href="../modules.html#ParticipantUpdateReason" class="tsd-kind-icon">Participant<wbr>Update<wbr>Reason</a>
|
2829
|
-
</li>
|
2830
|
-
<li class=" tsd-kind-type-alias">
|
2831
|
-
<a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
|
2832
|
-
</li>
|
2833
|
-
<li class=" tsd-kind-type-alias">
|
2834
|
-
<a href="../modules.html#State" class="tsd-kind-icon">State</a>
|
2835
|
-
</li>
|
2836
|
-
<li class=" tsd-kind-type-alias">
|
2837
|
-
<a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
|
2838
|
-
</li>
|
2839
2737
|
</ul>
|
2840
2738
|
</nav>
|
2841
2739
|
<div class="container container-main">
|
@@ -2929,7 +2827,7 @@ img {
|
|
2929
2827
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
2930
2828
|
<a name="errorCode" class="tsd-anchor"></a>
|
2931
2829
|
<h3>error<wbr>Code</h3>
|
2932
|
-
<div class="tsd-signature tsd-kind-icon">error<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">
|
2830
|
+
<div class="tsd-signature tsd-kind-icon">error<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">0</span></div>
|
2933
2831
|
<aside class="tsd-sources">
|
2934
2832
|
</aside>
|
2935
2833
|
<div class="tsd-comment tsd-typography">
|