@twilio/conversations 2.1.0-rc.1 → 2.1.0-rc.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/NOTICE.txt +679 -0
  3. package/builds/browser.js +674 -587
  4. package/builds/browser.js.map +1 -1
  5. package/builds/lib.d.ts +319 -122
  6. package/builds/lib.js +674 -587
  7. package/builds/lib.js.map +1 -1
  8. package/builds/twilio-conversations.js +852 -909
  9. package/builds/twilio-conversations.min.js +2 -14
  10. package/dist/aggregated-delivery-receipt.js +6 -1
  11. package/dist/aggregated-delivery-receipt.js.map +1 -1
  12. package/dist/client.js +165 -142
  13. package/dist/client.js.map +1 -1
  14. package/dist/command-executor.js +16 -14
  15. package/dist/command-executor.js.map +1 -1
  16. package/dist/configuration.js +14 -10
  17. package/dist/configuration.js.map +1 -1
  18. package/dist/conversation.js +212 -153
  19. package/dist/conversation.js.map +1 -1
  20. package/dist/data/conversations.js +81 -77
  21. package/dist/data/conversations.js.map +1 -1
  22. package/dist/data/messages.js +42 -38
  23. package/dist/data/messages.js.map +1 -1
  24. package/dist/data/participants.js +93 -75
  25. package/dist/data/participants.js.map +1 -1
  26. package/dist/data/users.js +24 -22
  27. package/dist/data/users.js.map +1 -1
  28. package/dist/detailed-delivery-receipt.js +1 -1
  29. package/dist/detailed-delivery-receipt.js.map +1 -1
  30. package/dist/interfaces/attributes.js +4 -4
  31. package/dist/interfaces/attributes.js.map +1 -1
  32. package/dist/interfaces/notification-types.js +5 -5
  33. package/dist/interfaces/notification-types.js.map +1 -1
  34. package/dist/logger.js +36 -15
  35. package/dist/logger.js.map +1 -1
  36. package/dist/media.js +21 -9
  37. package/dist/media.js.map +1 -1
  38. package/dist/message-builder.js +10 -9
  39. package/dist/message-builder.js.map +1 -1
  40. package/dist/message.js +131 -83
  41. package/dist/message.js.map +1 -1
  42. package/dist/packages/conversations/package.json.js +1 -1
  43. package/dist/participant.js +85 -51
  44. package/dist/participant.js.map +1 -1
  45. package/dist/push-notification.js.map +1 -1
  46. package/dist/rest-paginator.js +16 -6
  47. package/dist/rest-paginator.js.map +1 -1
  48. package/dist/services/network.js +18 -14
  49. package/dist/services/network.js.map +1 -1
  50. package/dist/services/typing-indicator.js +20 -17
  51. package/dist/services/typing-indicator.js.map +1 -1
  52. package/dist/unsent-message.js.map +1 -1
  53. package/dist/user.js +85 -59
  54. package/dist/user.js.map +1 -1
  55. package/dist/util/deferred.js +3 -1
  56. package/dist/util/deferred.js.map +1 -1
  57. package/dist/util/index.js +6 -6
  58. package/dist/util/index.js.map +1 -1
  59. package/docs/assets/js/search.js +1 -1
  60. package/docs/classes/AggregatedDeliveryReceipt.html +0 -117
  61. package/docs/classes/Client.html +24 -147
  62. package/docs/classes/Conversation.html +30 -147
  63. package/docs/classes/DetailedDeliveryReceipt.html +1 -118
  64. package/docs/classes/Media.html +0 -117
  65. package/docs/classes/Message.html +7 -124
  66. package/docs/classes/MessageBuilder.html +2 -119
  67. package/docs/classes/Participant.html +7 -124
  68. package/docs/classes/PushNotification.html +0 -117
  69. package/docs/classes/RestPaginator.html +0 -117
  70. package/docs/classes/UnsentMessage.html +0 -117
  71. package/docs/classes/User.html +7 -124
  72. package/docs/index.html +60 -0
  73. package/docs/interfaces/ClientOptions.html +0 -117
  74. package/docs/interfaces/ConversationBindings.html +0 -117
  75. package/docs/interfaces/ConversationEmailBinding.html +0 -117
  76. package/docs/interfaces/ConversationLimits.html +3098 -0
  77. package/docs/interfaces/ConversationState.html +0 -117
  78. package/docs/interfaces/CreateConversationOptions.html +1 -118
  79. package/docs/interfaces/LastMessage.html +0 -117
  80. package/docs/interfaces/Paginator.html +0 -117
  81. package/docs/interfaces/ParticipantBindings.html +0 -117
  82. package/docs/interfaces/ParticipantEmailBinding.html +0 -117
  83. package/docs/interfaces/PushNotificationData.html +0 -117
  84. package/docs/interfaces/SendEmailOptions.html +0 -117
  85. package/docs/interfaces/SendMediaOptions.html +0 -117
  86. package/docs/modules.html +60 -0
  87. 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,117 +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/ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a>
2889
- </li>
2890
- <li class=" tsd-kind-interface">
2891
- <a href="../interfaces/ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
2892
- </li>
2893
- <li class=" tsd-kind-interface">
2894
- <a href="../interfaces/ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
2895
- </li>
2896
- <li class=" tsd-kind-interface">
2897
- <a href="../interfaces/CreateConversationOptions.html" class="tsd-kind-icon">Create<wbr>Conversation<wbr>Options</a>
2898
- </li>
2899
- <li class=" tsd-kind-interface">
2900
- <a href="../interfaces/LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
2901
- </li>
2902
- <li class=" tsd-kind-interface tsd-has-type-parameter">
2903
- <a href="../interfaces/Paginator.html" class="tsd-kind-icon">Paginator</a>
2904
- </li>
2905
- <li class=" tsd-kind-interface">
2906
- <a href="../interfaces/ParticipantBindings.html" class="tsd-kind-icon">Participant<wbr>Bindings</a>
2907
- </li>
2908
- <li class=" tsd-kind-interface">
2909
- <a href="../interfaces/ParticipantEmailBinding.html" class="tsd-kind-icon">Participant<wbr>Email<wbr>Binding</a>
2910
- </li>
2911
- <li class=" tsd-kind-interface">
2912
- <a href="../interfaces/PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
2913
- </li>
2914
- <li class=" tsd-kind-interface">
2915
- <a href="../interfaces/SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
2916
- </li>
2917
- <li class=" tsd-kind-interface">
2918
- <a href="../interfaces/SendMediaOptions.html" class="tsd-kind-icon">Send<wbr>Media<wbr>Options</a>
2919
- </li>
2920
- <li class=" tsd-kind-type-alias">
2921
- <a href="../modules.html#ConnectionState" class="tsd-kind-icon">Connection<wbr>State</a>
2922
- </li>
2923
- <li class=" tsd-kind-type-alias">
2924
- <a href="../modules.html#ConversationStatus" class="tsd-kind-icon">Conversation<wbr>Status</a>
2925
- </li>
2926
- <li class=" tsd-kind-type-alias">
2927
- <a href="../modules.html#ConversationUpdateReason" class="tsd-kind-icon">Conversation<wbr>Update<wbr>Reason</a>
2928
- </li>
2929
- <li class=" tsd-kind-type-alias">
2930
- <a href="../modules.html#DeliveryAmount" class="tsd-kind-icon">Delivery<wbr>Amount</a>
2931
- </li>
2932
- <li class=" tsd-kind-type-alias">
2933
- <a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
2934
- </li>
2935
- <li class=" tsd-kind-type-alias">
2936
- <a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
2937
- </li>
2938
- <li class=" tsd-kind-type-alias">
2939
- <a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
2940
- </li>
2941
- <li class=" tsd-kind-type-alias">
2942
- <a href="../modules.html#MessageUpdateReason" class="tsd-kind-icon">Message<wbr>Update<wbr>Reason</a>
2943
- </li>
2944
- <li class=" tsd-kind-type-alias">
2945
- <a href="../modules.html#NotificationLevel" class="tsd-kind-icon">Notification<wbr>Level</a>
2946
- </li>
2947
- <li class=" tsd-kind-type-alias">
2948
- <a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
2949
- </li>
2950
- <li class=" tsd-kind-type-alias">
2951
- <a href="../modules.html#ParticipantEmailLevel" class="tsd-kind-icon">Participant<wbr>Email<wbr>Level</a>
2952
- </li>
2953
- <li class=" tsd-kind-type-alias">
2954
- <a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
2955
- </li>
2956
- <li class=" tsd-kind-type-alias">
2957
- <a href="../modules.html#ParticipantUpdateReason" class="tsd-kind-icon">Participant<wbr>Update<wbr>Reason</a>
2958
- </li>
2959
- <li class=" tsd-kind-type-alias">
2960
- <a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
2961
- </li>
2962
- <li class=" tsd-kind-type-alias">
2963
- <a href="../modules.html#State" class="tsd-kind-icon">State</a>
2964
- </li>
2965
- <li class=" tsd-kind-type-alias">
2966
- <a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
2967
- </li>
2968
2851
  </ul>
2969
2852
  </nav>
2970
2853
  <div class="container container-main">
@@ -3068,7 +2951,7 @@ img {
3068
2951
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3069
2952
  <a name="messageAdded" class="tsd-anchor"></a>
3070
2953
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Added</h3>
3071
- <div class="tsd-signature tsd-kind-icon">message<wbr>Added<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;messageAdded&quot;</span><span class="tsd-signature-symbol"> = &#x27;messageAdded&#x27;</span></div>
2954
+ <div class="tsd-signature tsd-kind-icon">message<wbr>Added<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;messageAdded&quot;</span><span class="tsd-signature-symbol"> = &quot;messageAdded&quot;</span></div>
3072
2955
  <aside class="tsd-sources">
3073
2956
  </aside>
3074
2957
  <div class="tsd-comment tsd-typography">
@@ -3084,7 +2967,7 @@ img {
3084
2967
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3085
2968
  <a name="messageRemoved" class="tsd-anchor"></a>
3086
2969
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Removed</h3>
3087
- <div class="tsd-signature tsd-kind-icon">message<wbr>Removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;messageRemoved&quot;</span><span class="tsd-signature-symbol"> = &#x27;messageRemoved&#x27;</span></div>
2970
+ <div class="tsd-signature tsd-kind-icon">message<wbr>Removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;messageRemoved&quot;</span><span class="tsd-signature-symbol"> = &quot;messageRemoved&quot;</span></div>
3088
2971
  <aside class="tsd-sources">
3089
2972
  </aside>
3090
2973
  <div class="tsd-comment tsd-typography">
@@ -3100,7 +2983,7 @@ img {
3100
2983
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3101
2984
  <a name="messageUpdated" class="tsd-anchor"></a>
3102
2985
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> message<wbr>Updated</h3>
3103
- <div class="tsd-signature tsd-kind-icon">message<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;messageUpdated&quot;</span><span class="tsd-signature-symbol"> = &#x27;messageUpdated&#x27;</span></div>
2986
+ <div class="tsd-signature tsd-kind-icon">message<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;messageUpdated&quot;</span><span class="tsd-signature-symbol"> = &quot;messageUpdated&quot;</span></div>
3104
2987
  <aside class="tsd-sources">
3105
2988
  </aside>
3106
2989
  <div class="tsd-comment tsd-typography">
@@ -3120,7 +3003,7 @@ img {
3120
3003
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3121
3004
  <a name="participantJoined" class="tsd-anchor"></a>
3122
3005
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Joined</h3>
3123
- <div class="tsd-signature tsd-kind-icon">participant<wbr>Joined<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;participantJoined&quot;</span><span class="tsd-signature-symbol"> = &#x27;participantJoined&#x27;</span></div>
3006
+ <div class="tsd-signature tsd-kind-icon">participant<wbr>Joined<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;participantJoined&quot;</span><span class="tsd-signature-symbol"> = &quot;participantJoined&quot;</span></div>
3124
3007
  <aside class="tsd-sources">
3125
3008
  </aside>
3126
3009
  <div class="tsd-comment tsd-typography">
@@ -3136,7 +3019,7 @@ img {
3136
3019
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3137
3020
  <a name="participantLeft" class="tsd-anchor"></a>
3138
3021
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Left</h3>
3139
- <div class="tsd-signature tsd-kind-icon">participant<wbr>Left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;participantLeft&quot;</span><span class="tsd-signature-symbol"> = &#x27;participantLeft&#x27;</span></div>
3022
+ <div class="tsd-signature tsd-kind-icon">participant<wbr>Left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;participantLeft&quot;</span><span class="tsd-signature-symbol"> = &quot;participantLeft&quot;</span></div>
3140
3023
  <aside class="tsd-sources">
3141
3024
  </aside>
3142
3025
  <div class="tsd-comment tsd-typography">
@@ -3152,7 +3035,7 @@ img {
3152
3035
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3153
3036
  <a name="participantUpdated" class="tsd-anchor"></a>
3154
3037
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> participant<wbr>Updated</h3>
3155
- <div class="tsd-signature tsd-kind-icon">participant<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;participantUpdated&quot;</span><span class="tsd-signature-symbol"> = &#x27;participantUpdated&#x27;</span></div>
3038
+ <div class="tsd-signature tsd-kind-icon">participant<wbr>Updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;participantUpdated&quot;</span><span class="tsd-signature-symbol"> = &quot;participantUpdated&quot;</span></div>
3156
3039
  <aside class="tsd-sources">
3157
3040
  </aside>
3158
3041
  <div class="tsd-comment tsd-typography">
@@ -3172,7 +3055,7 @@ img {
3172
3055
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3173
3056
  <a name="removed" class="tsd-anchor"></a>
3174
3057
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> removed</h3>
3175
- <div class="tsd-signature tsd-kind-icon">removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;removed&quot;</span><span class="tsd-signature-symbol"> = &#x27;removed&#x27;</span></div>
3058
+ <div class="tsd-signature tsd-kind-icon">removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;removed&quot;</span><span class="tsd-signature-symbol"> = &quot;removed&quot;</span></div>
3176
3059
  <aside class="tsd-sources">
3177
3060
  </aside>
3178
3061
  <div class="tsd-comment tsd-typography">
@@ -3188,7 +3071,7 @@ img {
3188
3071
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3189
3072
  <a name="typingEnded" class="tsd-anchor"></a>
3190
3073
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> typing<wbr>Ended</h3>
3191
- <div class="tsd-signature tsd-kind-icon">typing<wbr>Ended<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;typingEnded&quot;</span><span class="tsd-signature-symbol"> = &#x27;typingEnded&#x27;</span></div>
3074
+ <div class="tsd-signature tsd-kind-icon">typing<wbr>Ended<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;typingEnded&quot;</span><span class="tsd-signature-symbol"> = &quot;typingEnded&quot;</span></div>
3192
3075
  <aside class="tsd-sources">
3193
3076
  </aside>
3194
3077
  <div class="tsd-comment tsd-typography">
@@ -3204,7 +3087,7 @@ img {
3204
3087
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3205
3088
  <a name="typingStarted" class="tsd-anchor"></a>
3206
3089
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> typing<wbr>Started</h3>
3207
- <div class="tsd-signature tsd-kind-icon">typing<wbr>Started<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;typingStarted&quot;</span><span class="tsd-signature-symbol"> = &#x27;typingStarted&#x27;</span></div>
3090
+ <div class="tsd-signature tsd-kind-icon">typing<wbr>Started<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;typingStarted&quot;</span><span class="tsd-signature-symbol"> = &quot;typingStarted&quot;</span></div>
3208
3091
  <aside class="tsd-sources">
3209
3092
  </aside>
3210
3093
  <div class="tsd-comment tsd-typography">
@@ -3220,7 +3103,7 @@ img {
3220
3103
  <section class="tsd-panel tsd-member tsd-kind-event tsd-parent-kind-class tsd-is-static">
3221
3104
  <a name="updated" class="tsd-anchor"></a>
3222
3105
  <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> updated</h3>
3223
- <div class="tsd-signature tsd-kind-icon">updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;updated&quot;</span><span class="tsd-signature-symbol"> = &#x27;updated&#x27;</span></div>
3106
+ <div class="tsd-signature tsd-kind-icon">updated<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;updated&quot;</span><span class="tsd-signature-symbol"> = &quot;updated&quot;</span></div>
3224
3107
  <aside class="tsd-sources">
3225
3108
  </aside>
3226
3109
  <div class="tsd-comment tsd-typography">
@@ -3259,7 +3142,7 @@ img {
3259
3142
  <a name="attributes" class="tsd-anchor"></a>
3260
3143
  <h3>attributes</h3>
3261
3144
  <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
3262
- <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><span class="tsd-signature-type">any</span></li>
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>
3263
3146
  </ul>
3264
3147
  <ul class="tsd-descriptions">
3265
3148
  <li class="tsd-description">
@@ -3270,7 +3153,7 @@ img {
3270
3153
  <p>Custom attributes of the conversation.</p>
3271
3154
  </div>
3272
3155
  </div>
3273
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
3156
+ <h4 class="tsd-returns-title">Returns <a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></h4>
3274
3157
  </li>
3275
3158
  </ul>
3276
3159
  </section>
@@ -3297,7 +3180,7 @@ img {
3297
3180
  <a name="dateCreated" class="tsd-anchor"></a>
3298
3181
  <h3>date<wbr>Created</h3>
3299
3182
  <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
3300
- <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">any</span></li>
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>
3301
3184
  </ul>
3302
3185
  <ul class="tsd-descriptions">
3303
3186
  <li class="tsd-description">
@@ -3308,7 +3191,7 @@ img {
3308
3191
  <p>Date this conversation was created on.</p>
3309
3192
  </div>
3310
3193
  </div>
3311
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
3194
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Date</span></h4>
3312
3195
  </li>
3313
3196
  </ul>
3314
3197
  </section>
@@ -3316,7 +3199,7 @@ img {
3316
3199
  <a name="dateUpdated" class="tsd-anchor"></a>
3317
3200
  <h3>date<wbr>Updated</h3>
3318
3201
  <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
3319
- <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">any</span></li>
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>
3320
3203
  </ul>
3321
3204
  <ul class="tsd-descriptions">
3322
3205
  <li class="tsd-description">
@@ -3327,7 +3210,7 @@ img {
3327
3210
  <p>Date this conversation was last updated on.</p>
3328
3211
  </div>
3329
3212
  </div>
3330
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
3213
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Date</span></h4>
3331
3214
  </li>
3332
3215
  </ul>
3333
3216
  </section>
@@ -3471,7 +3354,7 @@ img {
3471
3354
  <a name="add" class="tsd-anchor"></a>
3472
3355
  <h3>add</h3>
3473
3356
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
3474
- <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><span class="tsd-signature-type">any</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
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">&lt;</span><span class="tsd-signature-type">ParticipantResponse</span><span class="tsd-signature-symbol">&gt;</span></li>
3475
3358
  </ul>
3476
3359
  <ul class="tsd-descriptions">
3477
3360
  <li class="tsd-description">
@@ -3491,13 +3374,13 @@ img {
3491
3374
  </div>
3492
3375
  </li>
3493
3376
  <li>
3494
- <h5><span class="tsd-flag ts-flagOptional">Optional</span> attributes: <span class="tsd-signature-type">any</span></h5>
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>
3495
3378
  <div class="tsd-comment tsd-typography">
3496
3379
  <p>Attributes to be attached to the participant.</p>
3497
3380
  </div>
3498
3381
  </li>
3499
3382
  </ul>
3500
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
3383
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ParticipantResponse</span><span class="tsd-signature-symbol">&gt;</span></h4>
3501
3384
  </li>
3502
3385
  </ul>
3503
3386
  </section>
@@ -3505,7 +3388,7 @@ img {
3505
3388
  <a name="addNonChatParticipant" class="tsd-anchor"></a>
3506
3389
  <h3>add<wbr>Non<wbr>Chat<wbr>Participant</h3>
3507
3390
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
3508
- <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">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span>, 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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
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">&lt;</span><span class="tsd-signature-type">ParticipantResponse</span><span class="tsd-signature-symbol">&gt;</span></li>
3509
3392
  </ul>
3510
3393
  <ul class="tsd-descriptions">
3511
3394
  <li class="tsd-description">
@@ -3531,7 +3414,7 @@ img {
3531
3414
  </div>
3532
3415
  </li>
3533
3416
  <li>
3534
- <h5>attributes: <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = {}</span></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>
3535
3418
  <div class="tsd-comment tsd-typography">
3536
3419
  <p>Attributes to be attached to the participant.</p>
3537
3420
  </div>
@@ -3543,7 +3426,7 @@ img {
3543
3426
  </div>
3544
3427
  </li>
3545
3428
  </ul>
3546
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
3429
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ParticipantResponse</span><span class="tsd-signature-symbol">&gt;</span></h4>
3547
3430
  </li>
3548
3431
  </ul>
3549
3432
  </section>
@@ -3601,7 +3484,7 @@ img {
3601
3484
  <a name="getAttributes" class="tsd-anchor"></a>
3602
3485
  <h3>get<wbr>Attributes</h3>
3603
3486
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
3604
- <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">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li>
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">&lt;</span><a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a><span class="tsd-signature-symbol">&gt;</span></li>
3605
3488
  </ul>
3606
3489
  <ul class="tsd-descriptions">
3607
3490
  <li class="tsd-description">
@@ -3612,7 +3495,7 @@ img {
3612
3495
  <p>Get the custom attributes of this Conversation.</p>
3613
3496
  </div>
3614
3497
  </div>
3615
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4>
3498
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a><span class="tsd-signature-symbol">&gt;</span></h4>
3616
3499
  </li>
3617
3500
  </ul>
3618
3501
  </section>
@@ -3686,7 +3569,7 @@ img {
3686
3569
  <a name="getParticipantByIdentity" class="tsd-anchor"></a>
3687
3570
  <h3>get<wbr>Participant<wbr>ByIdentity</h3>
3688
3571
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
3689
- <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">&lt;</span><a href="Participant.html" class="tsd-signature-type" data-tsd-kind="Class">Participant</a><span class="tsd-signature-symbol">&gt;</span></li>
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">&lt;</span><a href="Participant.html" class="tsd-signature-type" data-tsd-kind="Class">Participant</a><span class="tsd-signature-symbol">&gt;</span></li>
3690
3573
  </ul>
3691
3574
  <ul class="tsd-descriptions">
3692
3575
  <li class="tsd-description">
@@ -3700,7 +3583,7 @@ img {
3700
3583
  <h4 class="tsd-parameters-title">Parameters</h4>
3701
3584
  <ul class="tsd-parameters">
3702
3585
  <li>
3703
- <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"> = &quot;&quot;</span></h5>
3704
3587
  <div class="tsd-comment tsd-typography">
3705
3588
  <p>Participant identity.</p>
3706
3589
  </div>
@@ -3901,7 +3784,7 @@ img {
3901
3784
  <a name="sendMessage" class="tsd-anchor"></a>
3902
3785
  <h3>send<wbr>Message</h3>
3903
3786
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
3904
- <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><span class="tsd-signature-type">any</span>, 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">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></li>
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">&lt;</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></li>
3905
3788
  </ul>
3906
3789
  <ul class="tsd-descriptions">
3907
3790
  <li class="tsd-description">
@@ -3922,7 +3805,7 @@ img {
3922
3805
  </div>
3923
3806
  </li>
3924
3807
  <li>
3925
- <h5><span class="tsd-flag ts-flagOptional">Optional</span> messageAttributes: <span class="tsd-signature-type">any</span></h5>
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>
3926
3809
  <div class="tsd-comment tsd-typography">
3927
3810
  <p>Attributes for the message.</p>
3928
3811
  </div>
@@ -4031,7 +3914,7 @@ img {
4031
3914
  <a name="updateAttributes" class="tsd-anchor"></a>
4032
3915
  <h3>update<wbr>Attributes</h3>
4033
3916
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
4034
- <li class="tsd-signature tsd-kind-icon">update<wbr>Attributes<span class="tsd-signature-symbol">(</span>attributes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</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">&lt;</span><a href="Conversation.html" class="tsd-signature-type" data-tsd-kind="Class">Conversation</a><span class="tsd-signature-symbol">&gt;</span></li>
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">&lt;</span><a href="Conversation.html" class="tsd-signature-type" data-tsd-kind="Class">Conversation</a><span class="tsd-signature-symbol">&gt;</span></li>
4035
3918
  </ul>
4036
3919
  <ul class="tsd-descriptions">
4037
3920
  <li class="tsd-description">
@@ -4045,7 +3928,7 @@ img {
4045
3928
  <h4 class="tsd-parameters-title">Parameters</h4>
4046
3929
  <ul class="tsd-parameters">
4047
3930
  <li>
4048
- <h5>attributes: <span class="tsd-signature-type">any</span></h5>
3931
+ <h5>attributes: <a href="../modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></h5>
4049
3932
  <div class="tsd-comment tsd-typography">
4050
3933
  <p>New attributes.</p>
4051
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,114 +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/ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a>
2775
- </li>
2776
- <li class=" tsd-kind-interface">
2777
- <a href="../interfaces/ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
2778
- </li>
2779
- <li class=" tsd-kind-interface">
2780
- <a href="../interfaces/ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
2781
- </li>
2782
- <li class=" tsd-kind-interface">
2783
- <a href="../interfaces/CreateConversationOptions.html" class="tsd-kind-icon">Create<wbr>Conversation<wbr>Options</a>
2784
- </li>
2785
- <li class=" tsd-kind-interface">
2786
- <a href="../interfaces/LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
2787
- </li>
2788
- <li class=" tsd-kind-interface tsd-has-type-parameter">
2789
- <a href="../interfaces/Paginator.html" class="tsd-kind-icon">Paginator</a>
2790
- </li>
2791
- <li class=" tsd-kind-interface">
2792
- <a href="../interfaces/ParticipantBindings.html" class="tsd-kind-icon">Participant<wbr>Bindings</a>
2793
- </li>
2794
- <li class=" tsd-kind-interface">
2795
- <a href="../interfaces/ParticipantEmailBinding.html" class="tsd-kind-icon">Participant<wbr>Email<wbr>Binding</a>
2796
- </li>
2797
- <li class=" tsd-kind-interface">
2798
- <a href="../interfaces/PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
2799
- </li>
2800
- <li class=" tsd-kind-interface">
2801
- <a href="../interfaces/SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
2802
- </li>
2803
- <li class=" tsd-kind-interface">
2804
- <a href="../interfaces/SendMediaOptions.html" class="tsd-kind-icon">Send<wbr>Media<wbr>Options</a>
2805
- </li>
2806
- <li class=" tsd-kind-type-alias">
2807
- <a href="../modules.html#ConnectionState" class="tsd-kind-icon">Connection<wbr>State</a>
2808
- </li>
2809
- <li class=" tsd-kind-type-alias">
2810
- <a href="../modules.html#ConversationStatus" class="tsd-kind-icon">Conversation<wbr>Status</a>
2811
- </li>
2812
- <li class=" tsd-kind-type-alias">
2813
- <a href="../modules.html#ConversationUpdateReason" class="tsd-kind-icon">Conversation<wbr>Update<wbr>Reason</a>
2814
- </li>
2815
- <li class=" tsd-kind-type-alias">
2816
- <a href="../modules.html#DeliveryAmount" class="tsd-kind-icon">Delivery<wbr>Amount</a>
2817
- </li>
2818
- <li class=" tsd-kind-type-alias">
2819
- <a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
2820
- </li>
2821
- <li class=" tsd-kind-type-alias">
2822
- <a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
2823
- </li>
2824
- <li class=" tsd-kind-type-alias">
2825
- <a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
2826
- </li>
2827
- <li class=" tsd-kind-type-alias">
2828
- <a href="../modules.html#MessageUpdateReason" class="tsd-kind-icon">Message<wbr>Update<wbr>Reason</a>
2829
- </li>
2830
- <li class=" tsd-kind-type-alias">
2831
- <a href="../modules.html#NotificationLevel" class="tsd-kind-icon">Notification<wbr>Level</a>
2832
- </li>
2833
- <li class=" tsd-kind-type-alias">
2834
- <a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
2835
- </li>
2836
- <li class=" tsd-kind-type-alias">
2837
- <a href="../modules.html#ParticipantEmailLevel" class="tsd-kind-icon">Participant<wbr>Email<wbr>Level</a>
2838
- </li>
2839
- <li class=" tsd-kind-type-alias">
2840
- <a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
2841
- </li>
2842
- <li class=" tsd-kind-type-alias">
2843
- <a href="../modules.html#ParticipantUpdateReason" class="tsd-kind-icon">Participant<wbr>Update<wbr>Reason</a>
2844
- </li>
2845
- <li class=" tsd-kind-type-alias">
2846
- <a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
2847
- </li>
2848
- <li class=" tsd-kind-type-alias">
2849
- <a href="../modules.html#State" class="tsd-kind-icon">State</a>
2850
- </li>
2851
- <li class=" tsd-kind-type-alias">
2852
- <a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
2853
- </li>
2854
2737
  </ul>
2855
2738
  </nav>
2856
2739
  <div class="container container-main">
@@ -2944,7 +2827,7 @@ img {
2944
2827
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
2945
2828
  <a name="errorCode" class="tsd-anchor"></a>
2946
2829
  <h3>error<wbr>Code</h3>
2947
- <div class="tsd-signature tsd-kind-icon">error<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
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>
2948
2831
  <aside class="tsd-sources">
2949
2832
  </aside>
2950
2833
  <div class="tsd-comment tsd-typography">