@twilio/conversations 2.0.0-rc.1 → 2.0.0-rc.3
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 +33 -0
- package/README.md +3 -3
- package/dist/browser.js +2338 -2672
- package/dist/browser.js.map +1 -1
- package/dist/docs/assets/js/search.js +1 -1
- package/dist/docs/classes/AggregatedDeliveryReceipt.html +22 -6
- package/dist/docs/classes/Client.html +78 -33
- package/dist/docs/classes/Conversation.html +33 -17
- package/dist/docs/classes/DetailedDeliveryReceipt.html +22 -6
- package/dist/docs/classes/Media.html +23 -7
- package/dist/docs/classes/Message.html +23 -7
- package/dist/docs/classes/MessageBuilder.html +3280 -0
- package/dist/docs/classes/Participant.html +23 -7
- package/dist/docs/classes/PushNotification.html +24 -8
- package/dist/docs/classes/RestPaginator.html +28 -9
- package/dist/docs/classes/UnsentMessage.html +3144 -0
- package/dist/docs/classes/User.html +25 -9
- package/dist/docs/index.html +67 -26
- package/dist/docs/interfaces/ClientOptions.html +22 -6
- package/dist/docs/interfaces/ConversationState.html +22 -6
- package/dist/docs/interfaces/CreateConversationOptions.html +22 -6
- package/dist/docs/interfaces/LastMessage.html +22 -6
- package/dist/docs/interfaces/Paginator.html +3243 -0
- package/dist/docs/interfaces/PushNotificationData.html +3168 -0
- package/dist/docs/interfaces/SendEmailOptions.html +22 -6
- package/dist/docs/interfaces/SendMediaOptions.html +22 -6
- package/dist/docs/modules.html +66 -25
- package/dist/lib.d.ts +232 -57
- package/dist/lib.js +2263 -2126
- package/dist/lib.js.map +1 -1
- package/dist/react-native.js +487 -868
- package/dist/react-native.js.map +1 -1
- package/dist/twilio-conversations.js +23616 -23207
- package/dist/twilio-conversations.min.js +14 -2
- package/package.json +5 -4
@@ -2702,9 +2702,6 @@ img {
|
|
2702
2702
|
</header>
|
2703
2703
|
<nav class="tsd-navigation secondary">
|
2704
2704
|
<ul>
|
2705
|
-
<li class=" tsd-kind-reference">
|
2706
|
-
<a href="../modules.html#default" class="tsd-kind-icon">default</a>
|
2707
|
-
</li>
|
2708
2705
|
<li class=" tsd-kind-class">
|
2709
2706
|
<a href="AggregatedDeliveryReceipt.html" class="tsd-kind-icon">Aggregated<wbr>Delivery<wbr>Receipt</a>
|
2710
2707
|
</li>
|
@@ -2723,6 +2720,9 @@ img {
|
|
2723
2720
|
<li class=" tsd-kind-class">
|
2724
2721
|
<a href="Message.html" class="tsd-kind-icon">Message</a>
|
2725
2722
|
</li>
|
2723
|
+
<li class=" tsd-kind-class">
|
2724
|
+
<a href="MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a>
|
2725
|
+
</li>
|
2726
2726
|
<li class=" tsd-kind-class">
|
2727
2727
|
<a href="Participant.html" class="tsd-kind-icon">Participant</a>
|
2728
2728
|
</li>
|
@@ -2732,6 +2732,9 @@ img {
|
|
2732
2732
|
<li class=" tsd-kind-class tsd-has-type-parameter">
|
2733
2733
|
<a href="RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a>
|
2734
2734
|
</li>
|
2735
|
+
<li class=" tsd-kind-class">
|
2736
|
+
<a href="UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a>
|
2737
|
+
</li>
|
2735
2738
|
<li class="current tsd-kind-class">
|
2736
2739
|
<a href="User.html" class="tsd-kind-icon">User</a>
|
2737
2740
|
<ul>
|
@@ -2785,6 +2788,12 @@ img {
|
|
2785
2788
|
<li class=" tsd-kind-interface">
|
2786
2789
|
<a href="../interfaces/LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
|
2787
2790
|
</li>
|
2791
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2792
|
+
<a href="../interfaces/Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2793
|
+
</li>
|
2794
|
+
<li class=" tsd-kind-interface">
|
2795
|
+
<a href="../interfaces/PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2796
|
+
</li>
|
2788
2797
|
<li class=" tsd-kind-interface">
|
2789
2798
|
<a href="../interfaces/SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
|
2790
2799
|
</li>
|
@@ -2806,6 +2815,9 @@ img {
|
|
2806
2815
|
<li class=" tsd-kind-type-alias">
|
2807
2816
|
<a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
|
2808
2817
|
</li>
|
2818
|
+
<li class=" tsd-kind-type-alias">
|
2819
|
+
<a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
|
2820
|
+
</li>
|
2809
2821
|
<li class=" tsd-kind-type-alias">
|
2810
2822
|
<a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
|
2811
2823
|
</li>
|
@@ -2827,6 +2839,9 @@ img {
|
|
2827
2839
|
<li class=" tsd-kind-type-alias">
|
2828
2840
|
<a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
|
2829
2841
|
</li>
|
2842
|
+
<li class=" tsd-kind-type-alias">
|
2843
|
+
<a href="../modules.html#State" class="tsd-kind-icon">State</a>
|
2844
|
+
</li>
|
2830
2845
|
<li class=" tsd-kind-type-alias">
|
2831
2846
|
<a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
|
2832
2847
|
</li>
|
@@ -2848,7 +2863,7 @@ img {
|
|
2848
2863
|
<h3>Hierarchy</h3>
|
2849
2864
|
<ul class="tsd-hierarchy">
|
2850
2865
|
<li>
|
2851
|
-
<span class="tsd-signature-type">
|
2866
|
+
<span class="tsd-signature-type">ReplayEventEmitter</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">UserEvents</span><span class="tsd-signature-symbol">></span>
|
2852
2867
|
<ul class="tsd-hierarchy">
|
2853
2868
|
<li>
|
2854
2869
|
<span class="target">User</span>
|
@@ -2906,8 +2921,8 @@ img {
|
|
2906
2921
|
<p>Parameters:</p>
|
2907
2922
|
<ol>
|
2908
2923
|
<li>object <code>data</code> - info object provided with the event. It has the following properties:<ul>
|
2909
|
-
<li><a href="User.html">User</a> user - the user in question</li>
|
2910
|
-
<li><a href="../modules.html#UserUpdateReason">UserUpdateReason</a>[] updateReasons - array of reasons for the update</li>
|
2924
|
+
<li><a href="User.html">User</a> <code>user</code> - the user in question</li>
|
2925
|
+
<li><a href="../modules.html#UserUpdateReason">UserUpdateReason</a>[] <code>updateReasons</code> - array of reasons for the update</li>
|
2911
2926
|
</ul>
|
2912
2927
|
</li>
|
2913
2928
|
</ol>
|
@@ -3170,11 +3185,12 @@ img {
|
|
3170
3185
|
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
3171
3186
|
</ul>
|
3172
3187
|
<ul class="tsd-legend">
|
3173
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
3174
|
-
<li class="tsd-kind-method tsd-parent-kind-
|
3188
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
3189
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
3175
3190
|
</ul>
|
3176
3191
|
<ul class="tsd-legend">
|
3177
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
3192
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
3193
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
3178
3194
|
</ul>
|
3179
3195
|
</div>
|
3180
3196
|
</div>
|
package/dist/docs/index.html
CHANGED
@@ -2700,9 +2700,6 @@ img {
|
|
2700
2700
|
</header>
|
2701
2701
|
<nav class="tsd-navigation secondary">
|
2702
2702
|
<ul>
|
2703
|
-
<li class=" tsd-kind-reference">
|
2704
|
-
<a href="modules.html#default" class="tsd-kind-icon">default</a>
|
2705
|
-
</li>
|
2706
2703
|
<li class=" tsd-kind-class">
|
2707
2704
|
<a href="classes/AggregatedDeliveryReceipt.html" class="tsd-kind-icon">Aggregated<wbr>Delivery<wbr>Receipt</a>
|
2708
2705
|
</li>
|
@@ -2721,6 +2718,9 @@ img {
|
|
2721
2718
|
<li class=" tsd-kind-class">
|
2722
2719
|
<a href="classes/Message.html" class="tsd-kind-icon">Message</a>
|
2723
2720
|
</li>
|
2721
|
+
<li class=" tsd-kind-class">
|
2722
|
+
<a href="classes/MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a>
|
2723
|
+
</li>
|
2724
2724
|
<li class=" tsd-kind-class">
|
2725
2725
|
<a href="classes/Participant.html" class="tsd-kind-icon">Participant</a>
|
2726
2726
|
</li>
|
@@ -2730,6 +2730,9 @@ img {
|
|
2730
2730
|
<li class=" tsd-kind-class tsd-has-type-parameter">
|
2731
2731
|
<a href="classes/RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a>
|
2732
2732
|
</li>
|
2733
|
+
<li class=" tsd-kind-class">
|
2734
|
+
<a href="classes/UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a>
|
2735
|
+
</li>
|
2733
2736
|
<li class=" tsd-kind-class">
|
2734
2737
|
<a href="classes/User.html" class="tsd-kind-icon">User</a>
|
2735
2738
|
</li>
|
@@ -2745,6 +2748,12 @@ img {
|
|
2745
2748
|
<li class=" tsd-kind-interface">
|
2746
2749
|
<a href="interfaces/LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
|
2747
2750
|
</li>
|
2751
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2752
|
+
<a href="interfaces/Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2753
|
+
</li>
|
2754
|
+
<li class=" tsd-kind-interface">
|
2755
|
+
<a href="interfaces/PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2756
|
+
</li>
|
2748
2757
|
<li class=" tsd-kind-interface">
|
2749
2758
|
<a href="interfaces/SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
|
2750
2759
|
</li>
|
@@ -2766,6 +2775,9 @@ img {
|
|
2766
2775
|
<li class=" tsd-kind-type-alias">
|
2767
2776
|
<a href="modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
|
2768
2777
|
</li>
|
2778
|
+
<li class=" tsd-kind-type-alias">
|
2779
|
+
<a href="modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
|
2780
|
+
</li>
|
2769
2781
|
<li class=" tsd-kind-type-alias">
|
2770
2782
|
<a href="modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
|
2771
2783
|
</li>
|
@@ -2787,6 +2799,9 @@ img {
|
|
2787
2799
|
<li class=" tsd-kind-type-alias">
|
2788
2800
|
<a href="modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
|
2789
2801
|
</li>
|
2802
|
+
<li class=" tsd-kind-type-alias">
|
2803
|
+
<a href="modules.html#State" class="tsd-kind-icon">State</a>
|
2804
|
+
</li>
|
2790
2805
|
<li class=" tsd-kind-type-alias">
|
2791
2806
|
<a href="modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
|
2792
2807
|
</li>
|
@@ -2821,7 +2836,7 @@ img {
|
|
2821
2836
|
<span style="color: #008000">// Use client</span>
|
2822
2837
|
</code></pre>
|
2823
2838
|
<p>The SDK could also be imported using the ES module syntax:</p>
|
2824
|
-
<pre><code><span style="color: #AF00DB">import</span><span style="color: #000000"> </span><span style="color: #001080">Conversations</span><span style="color: #000000"> </span><span style="color: #AF00DB">from</span><span style="color: #000000"> </span><span style="color: #A31515">'@twilio/conversations'</span><span style="color: #000000">;</span>
|
2839
|
+
<pre><code><span style="color: #AF00DB">import</span><span style="color: #000000"> { </span><span style="color: #001080">Conversations</span><span style="color: #000000"> } </span><span style="color: #AF00DB">from</span><span style="color: #000000"> </span><span style="color: #A31515">'@twilio/conversations'</span><span style="color: #000000">;</span>
|
2825
2840
|
<span style="color: #0000FF">const</span><span style="color: #000000"> </span><span style="color: #0070C1">client</span><span style="color: #000000"> = </span><span style="color: #AF00DB">await</span><span style="color: #000000"> </span><span style="color: #001080">Conversations</span><span style="color: #000000">.</span><span style="color: #001080">Client</span><span style="color: #000000">.</span><span style="color: #795E26">create</span><span style="color: #000000">(</span><span style="color: #001080">token</span><span style="color: #000000">);</span>
|
2826
2841
|
<span style="color: #008000">// Use client</span>
|
2827
2842
|
</code></pre>
|
@@ -2830,7 +2845,7 @@ img {
|
|
2830
2845
|
</a>
|
2831
2846
|
<p>Releases of <code>twilio-conversations.js</code> are hosted on a CDN, and you can include these
|
2832
2847
|
directly in your web app using a <code><script></code> tag.</p>
|
2833
|
-
<pre><code class="language-html"><span style="color: #800000"><script</span><span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"https://media.twiliocdn.com/sdk/js/conversations/
|
2848
|
+
<pre><code class="language-html"><span style="color: #800000"><script</span><span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"https://media.twiliocdn.com/sdk/js/conversations/v2.0/twilio-conversations.min.js"</span><span style="color: #800000">></script></span>
|
2834
2849
|
</code></pre>
|
2835
2850
|
<p>Using this method, <code>twilio-conversations.js</code> will set a browser global <code>Twilio.Conversations</code> through which you can use the client :</p>
|
2836
2851
|
<pre><code><span style="color: #001080">Twilio</span><span style="color: #000000">.</span><span style="color: #001080">Conversations</span><span style="color: #000000">.</span><span style="color: #001080">Client</span><span style="color: #000000">.</span><span style="color: #795E26">create</span><span style="color: #000000">(</span><span style="color: #001080">token</span><span style="color: #000000">).</span><span style="color: #795E26">then</span><span style="color: #000000">(</span><span style="color: #001080">client</span><span style="color: #000000"> </span><span style="color: #0000FF">=></span><span style="color: #000000"> {</span>
|
@@ -2849,13 +2864,13 @@ img {
|
|
2849
2864
|
<p>If you require more security you will have to consume SDK by using <a href="https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity">SRI</a> and using an exact version
|
2850
2865
|
number. While less flexible it is significantly more secure, which is required by some applications.</p>
|
2851
2866
|
<p>To consume securely use the following script snippet format:</p>
|
2852
|
-
<pre><code class="language-html"><span style="color: #800000"><script</span><span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"https://media.twiliocdn.com/sdk/js/conversations/releases/
|
2867
|
+
<pre><code class="language-html"><span style="color: #800000"><script</span><span style="color: #000000FF"> </span><span style="color: #FF0000">src</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"https://media.twiliocdn.com/sdk/js/conversations/releases/2.0.0/twilio-conversations.min.js"</span>
|
2853
2868
|
<span style="color: #000000FF"> </span><span style="color: #FF0000">integrity</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"sha256-<HASH FROM THE CHANGELOGS PAGE>"</span>
|
2854
2869
|
<span style="color: #000000FF"> </span><span style="color: #FF0000">crossorigin</span><span style="color: #000000FF">=</span><span style="color: #0000FF">"anonymous"</span><span style="color: #800000">></script></span>
|
2855
2870
|
</code></pre>
|
2856
2871
|
<p>Find the hash of each release published on the <a href="#Changelog">Changelog</a> page.</p>
|
2857
2872
|
<a href="#changelog" id="changelog" style="color: inherit; text-decoration: none;">
|
2858
|
-
<h2>Supported Browsers</h2><table><thead><tr><th>Browser</th><th>Supported Versions</th></tr></thead><tbody><tr><td>Chrome for Android</td><td>
|
2873
|
+
<h2>Supported Browsers</h2><table><thead><tr><th>Browser</th><th>Supported Versions</th></tr></thead><tbody><tr><td>Chrome for Android</td><td>94</td></tr><tr><td>Firefox for Android</td><td>92</td></tr><tr><td>UC Browser for Android</td><td>12.12</td></tr><tr><td>Chrome</td><td>94, 93, 92</td></tr><tr><td>Edge</td><td>94, 93, 92</td></tr><tr><td>Firefox</td><td>93, 92, 91</td></tr><tr><td>Internet Explorer</td><td>11</td></tr><tr><td>Safari for iOS</td><td>15, 14.5-14.8</td></tr><tr><td>Safari</td><td>15, 14.1, 14</td></tr><tr><td>Samsung Internet</td><td>15.0, 14.0</td></tr></tbody></table><h3>Changelog</h3>
|
2859
2874
|
</a>
|
2860
2875
|
<p>See this <a href="https://www.twilio.com/docs/conversations/javascript/changelog">link</a>.</p>
|
2861
2876
|
</div>
|
@@ -2864,12 +2879,6 @@ img {
|
|
2864
2879
|
<h2>Index</h2>
|
2865
2880
|
<section class="tsd-panel tsd-index-panel">
|
2866
2881
|
<div class="tsd-index-content">
|
2867
|
-
<section class="tsd-index-section ">
|
2868
|
-
<h3>References</h3>
|
2869
|
-
<ul class="tsd-index-list">
|
2870
|
-
<li class="tsd-kind-reference"><a href="modules.html#default" class="tsd-kind-icon">default</a></li>
|
2871
|
-
</ul>
|
2872
|
-
</section>
|
2873
2882
|
<section class="tsd-index-section ">
|
2874
2883
|
<h3>Classes</h3>
|
2875
2884
|
<ul class="tsd-index-list">
|
@@ -2879,9 +2888,11 @@ img {
|
|
2879
2888
|
<li class="tsd-kind-class"><a href="classes/DetailedDeliveryReceipt.html" class="tsd-kind-icon">Detailed<wbr>Delivery<wbr>Receipt</a></li>
|
2880
2889
|
<li class="tsd-kind-class"><a href="classes/Media.html" class="tsd-kind-icon">Media</a></li>
|
2881
2890
|
<li class="tsd-kind-class"><a href="classes/Message.html" class="tsd-kind-icon">Message</a></li>
|
2891
|
+
<li class="tsd-kind-class"><a href="classes/MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a></li>
|
2882
2892
|
<li class="tsd-kind-class"><a href="classes/Participant.html" class="tsd-kind-icon">Participant</a></li>
|
2883
2893
|
<li class="tsd-kind-class"><a href="classes/PushNotification.html" class="tsd-kind-icon">Push<wbr>Notification</a></li>
|
2884
2894
|
<li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a></li>
|
2895
|
+
<li class="tsd-kind-class"><a href="classes/UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a></li>
|
2885
2896
|
<li class="tsd-kind-class"><a href="classes/User.html" class="tsd-kind-icon">User</a></li>
|
2886
2897
|
</ul>
|
2887
2898
|
</section>
|
@@ -2892,6 +2903,8 @@ img {
|
|
2892
2903
|
<li class="tsd-kind-interface"><a href="interfaces/ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a></li>
|
2893
2904
|
<li class="tsd-kind-interface"><a href="interfaces/CreateConversationOptions.html" class="tsd-kind-icon">Create<wbr>Conversation<wbr>Options</a></li>
|
2894
2905
|
<li class="tsd-kind-interface"><a href="interfaces/LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a></li>
|
2906
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><a href="interfaces/Paginator.html" class="tsd-kind-icon">Paginator</a></li>
|
2907
|
+
<li class="tsd-kind-interface"><a href="interfaces/PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a></li>
|
2895
2908
|
<li class="tsd-kind-interface"><a href="interfaces/SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a></li>
|
2896
2909
|
<li class="tsd-kind-interface"><a href="interfaces/SendMediaOptions.html" class="tsd-kind-icon">Send<wbr>Media<wbr>Options</a></li>
|
2897
2910
|
</ul>
|
@@ -2904,6 +2917,7 @@ img {
|
|
2904
2917
|
<li class="tsd-kind-type-alias"><a href="modules.html#ConversationUpdateReason" class="tsd-kind-icon">Conversation<wbr>Update<wbr>Reason</a></li>
|
2905
2918
|
<li class="tsd-kind-type-alias"><a href="modules.html#DeliveryAmount" class="tsd-kind-icon">Delivery<wbr>Amount</a></li>
|
2906
2919
|
<li class="tsd-kind-type-alias"><a href="modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a></li>
|
2920
|
+
<li class="tsd-kind-type-alias"><a href="modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a></li>
|
2907
2921
|
<li class="tsd-kind-type-alias"><a href="modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a></li>
|
2908
2922
|
<li class="tsd-kind-type-alias"><a href="modules.html#MessageUpdateReason" class="tsd-kind-icon">Message<wbr>Update<wbr>Reason</a></li>
|
2909
2923
|
<li class="tsd-kind-type-alias"><a href="modules.html#NotificationLevel" class="tsd-kind-icon">Notification<wbr>Level</a></li>
|
@@ -2911,20 +2925,13 @@ img {
|
|
2911
2925
|
<li class="tsd-kind-type-alias"><a href="modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a></li>
|
2912
2926
|
<li class="tsd-kind-type-alias"><a href="modules.html#ParticipantUpdateReason" class="tsd-kind-icon">Participant<wbr>Update<wbr>Reason</a></li>
|
2913
2927
|
<li class="tsd-kind-type-alias"><a href="modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a></li>
|
2928
|
+
<li class="tsd-kind-type-alias"><a href="modules.html#State" class="tsd-kind-icon">State</a></li>
|
2914
2929
|
<li class="tsd-kind-type-alias"><a href="modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a></li>
|
2915
2930
|
</ul>
|
2916
2931
|
</section>
|
2917
2932
|
</div>
|
2918
2933
|
</section>
|
2919
2934
|
</section>
|
2920
|
-
<section class="tsd-panel-group tsd-member-group ">
|
2921
|
-
<h2>References</h2>
|
2922
|
-
<section class="tsd-panel tsd-member tsd-kind-reference">
|
2923
|
-
<a name="default" class="tsd-anchor"></a>
|
2924
|
-
<h3>default</h3>
|
2925
|
-
Renames and exports <a href="classes/Client.html">Client</a>
|
2926
|
-
</section>
|
2927
|
-
</section>
|
2928
2935
|
<section class="tsd-panel-group tsd-member-group ">
|
2929
2936
|
<h2>Type aliases</h2>
|
2930
2937
|
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
@@ -2996,6 +3003,23 @@ img {
|
|
2996
3003
|
</div>
|
2997
3004
|
</div>
|
2998
3005
|
</section>
|
3006
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
3007
|
+
<a name="MediaCategory" class="tsd-anchor"></a>
|
3008
|
+
<h3>Media<wbr>Category</h3>
|
3009
|
+
<div class="tsd-signature tsd-kind-icon">Media<wbr>Category<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">McsMediaCategory</span></div>
|
3010
|
+
<aside class="tsd-sources">
|
3011
|
+
</aside>
|
3012
|
+
<div class="tsd-comment tsd-typography">
|
3013
|
+
<div class="lead">
|
3014
|
+
<p>Category of media. Possible values are as follows:</p>
|
3015
|
+
<ul>
|
3016
|
+
<li><code>'media'</code></li>
|
3017
|
+
<li><code>'body'</code></li>
|
3018
|
+
<li><code>'history'</code></li>
|
3019
|
+
</ul>
|
3020
|
+
</div>
|
3021
|
+
</div>
|
3022
|
+
</section>
|
2999
3023
|
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
3000
3024
|
<a name="MessageType" class="tsd-anchor"></a>
|
3001
3025
|
<h3>Message<wbr>Type</h3>
|
@@ -3004,7 +3028,7 @@ img {
|
|
3004
3028
|
</aside>
|
3005
3029
|
<div class="tsd-comment tsd-typography">
|
3006
3030
|
<div class="lead">
|
3007
|
-
<p>
|
3031
|
+
<p>Type of a message.</p>
|
3008
3032
|
</div>
|
3009
3033
|
</div>
|
3010
3034
|
</section>
|
@@ -3059,7 +3083,7 @@ img {
|
|
3059
3083
|
</aside>
|
3060
3084
|
<div class="tsd-comment tsd-typography">
|
3061
3085
|
<div class="lead">
|
3062
|
-
<p>
|
3086
|
+
<p>Type of a participant.</p>
|
3063
3087
|
</div>
|
3064
3088
|
</div>
|
3065
3089
|
</section>
|
@@ -3087,6 +3111,22 @@ img {
|
|
3087
3111
|
</div>
|
3088
3112
|
</div>
|
3089
3113
|
</section>
|
3114
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
3115
|
+
<a name="State" class="tsd-anchor"></a>
|
3116
|
+
<h3>State</h3>
|
3117
|
+
<div class="tsd-signature tsd-kind-icon">State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"failed"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"initialized"</span></div>
|
3118
|
+
<aside class="tsd-sources">
|
3119
|
+
</aside>
|
3120
|
+
<div class="tsd-comment tsd-typography">
|
3121
|
+
<div class="lead">
|
3122
|
+
<p>State of the client. Possible values are as follows:</p>
|
3123
|
+
<ul>
|
3124
|
+
<li><code>'failed'</code> - the client failed to initialize</li>
|
3125
|
+
<li><code>'initialized'</code> - the client successfully initialized</li>
|
3126
|
+
</ul>
|
3127
|
+
</div>
|
3128
|
+
</div>
|
3129
|
+
</section>
|
3090
3130
|
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
3091
3131
|
<a name="UserUpdateReason" class="tsd-anchor"></a>
|
3092
3132
|
<h3>User<wbr>Update<wbr>Reason</h3>
|
@@ -3111,11 +3151,12 @@ img {
|
|
3111
3151
|
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
3112
3152
|
</ul>
|
3113
3153
|
<ul class="tsd-legend">
|
3114
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
3115
|
-
<li class="tsd-kind-method tsd-parent-kind-
|
3154
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
3155
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
3116
3156
|
</ul>
|
3117
3157
|
<ul class="tsd-legend">
|
3118
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
3158
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
3159
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
3119
3160
|
</ul>
|
3120
3161
|
</div>
|
3121
3162
|
</div>
|
@@ -2702,9 +2702,6 @@ img {
|
|
2702
2702
|
</header>
|
2703
2703
|
<nav class="tsd-navigation secondary">
|
2704
2704
|
<ul>
|
2705
|
-
<li class=" tsd-kind-reference">
|
2706
|
-
<a href="../modules.html#default" class="tsd-kind-icon">default</a>
|
2707
|
-
</li>
|
2708
2705
|
<li class=" tsd-kind-class">
|
2709
2706
|
<a href="../classes/AggregatedDeliveryReceipt.html" class="tsd-kind-icon">Aggregated<wbr>Delivery<wbr>Receipt</a>
|
2710
2707
|
</li>
|
@@ -2723,6 +2720,9 @@ img {
|
|
2723
2720
|
<li class=" tsd-kind-class">
|
2724
2721
|
<a href="../classes/Message.html" class="tsd-kind-icon">Message</a>
|
2725
2722
|
</li>
|
2723
|
+
<li class=" tsd-kind-class">
|
2724
|
+
<a href="../classes/MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a>
|
2725
|
+
</li>
|
2726
2726
|
<li class=" tsd-kind-class">
|
2727
2727
|
<a href="../classes/Participant.html" class="tsd-kind-icon">Participant</a>
|
2728
2728
|
</li>
|
@@ -2732,6 +2732,9 @@ img {
|
|
2732
2732
|
<li class=" tsd-kind-class tsd-has-type-parameter">
|
2733
2733
|
<a href="../classes/RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a>
|
2734
2734
|
</li>
|
2735
|
+
<li class=" tsd-kind-class">
|
2736
|
+
<a href="../classes/UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a>
|
2737
|
+
</li>
|
2735
2738
|
<li class=" tsd-kind-class">
|
2736
2739
|
<a href="../classes/User.html" class="tsd-kind-icon">User</a>
|
2737
2740
|
</li>
|
@@ -2752,6 +2755,12 @@ img {
|
|
2752
2755
|
<li class=" tsd-kind-interface">
|
2753
2756
|
<a href="LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
|
2754
2757
|
</li>
|
2758
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2759
|
+
<a href="Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2760
|
+
</li>
|
2761
|
+
<li class=" tsd-kind-interface">
|
2762
|
+
<a href="PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2763
|
+
</li>
|
2755
2764
|
<li class=" tsd-kind-interface">
|
2756
2765
|
<a href="SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
|
2757
2766
|
</li>
|
@@ -2773,6 +2782,9 @@ img {
|
|
2773
2782
|
<li class=" tsd-kind-type-alias">
|
2774
2783
|
<a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
|
2775
2784
|
</li>
|
2785
|
+
<li class=" tsd-kind-type-alias">
|
2786
|
+
<a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
|
2787
|
+
</li>
|
2776
2788
|
<li class=" tsd-kind-type-alias">
|
2777
2789
|
<a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
|
2778
2790
|
</li>
|
@@ -2794,6 +2806,9 @@ img {
|
|
2794
2806
|
<li class=" tsd-kind-type-alias">
|
2795
2807
|
<a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
|
2796
2808
|
</li>
|
2809
|
+
<li class=" tsd-kind-type-alias">
|
2810
|
+
<a href="../modules.html#State" class="tsd-kind-icon">State</a>
|
2811
|
+
</li>
|
2797
2812
|
<li class=" tsd-kind-type-alias">
|
2798
2813
|
<a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
|
2799
2814
|
</li>
|
@@ -2855,11 +2870,12 @@ img {
|
|
2855
2870
|
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
2856
2871
|
</ul>
|
2857
2872
|
<ul class="tsd-legend">
|
2858
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
2859
|
-
<li class="tsd-kind-method tsd-parent-kind-
|
2873
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
2874
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
2860
2875
|
</ul>
|
2861
2876
|
<ul class="tsd-legend">
|
2862
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
2877
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
2878
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
2863
2879
|
</ul>
|
2864
2880
|
</div>
|
2865
2881
|
</div>
|
@@ -2702,9 +2702,6 @@ img {
|
|
2702
2702
|
</header>
|
2703
2703
|
<nav class="tsd-navigation secondary">
|
2704
2704
|
<ul>
|
2705
|
-
<li class=" tsd-kind-reference">
|
2706
|
-
<a href="../modules.html#default" class="tsd-kind-icon">default</a>
|
2707
|
-
</li>
|
2708
2705
|
<li class=" tsd-kind-class">
|
2709
2706
|
<a href="../classes/AggregatedDeliveryReceipt.html" class="tsd-kind-icon">Aggregated<wbr>Delivery<wbr>Receipt</a>
|
2710
2707
|
</li>
|
@@ -2723,6 +2720,9 @@ img {
|
|
2723
2720
|
<li class=" tsd-kind-class">
|
2724
2721
|
<a href="../classes/Message.html" class="tsd-kind-icon">Message</a>
|
2725
2722
|
</li>
|
2723
|
+
<li class=" tsd-kind-class">
|
2724
|
+
<a href="../classes/MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a>
|
2725
|
+
</li>
|
2726
2726
|
<li class=" tsd-kind-class">
|
2727
2727
|
<a href="../classes/Participant.html" class="tsd-kind-icon">Participant</a>
|
2728
2728
|
</li>
|
@@ -2732,6 +2732,9 @@ img {
|
|
2732
2732
|
<li class=" tsd-kind-class tsd-has-type-parameter">
|
2733
2733
|
<a href="../classes/RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a>
|
2734
2734
|
</li>
|
2735
|
+
<li class=" tsd-kind-class">
|
2736
|
+
<a href="../classes/UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a>
|
2737
|
+
</li>
|
2735
2738
|
<li class=" tsd-kind-class">
|
2736
2739
|
<a href="../classes/User.html" class="tsd-kind-icon">User</a>
|
2737
2740
|
</li>
|
@@ -2755,6 +2758,12 @@ img {
|
|
2755
2758
|
<li class=" tsd-kind-interface">
|
2756
2759
|
<a href="LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
|
2757
2760
|
</li>
|
2761
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2762
|
+
<a href="Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2763
|
+
</li>
|
2764
|
+
<li class=" tsd-kind-interface">
|
2765
|
+
<a href="PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2766
|
+
</li>
|
2758
2767
|
<li class=" tsd-kind-interface">
|
2759
2768
|
<a href="SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
|
2760
2769
|
</li>
|
@@ -2776,6 +2785,9 @@ img {
|
|
2776
2785
|
<li class=" tsd-kind-type-alias">
|
2777
2786
|
<a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
|
2778
2787
|
</li>
|
2788
|
+
<li class=" tsd-kind-type-alias">
|
2789
|
+
<a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
|
2790
|
+
</li>
|
2779
2791
|
<li class=" tsd-kind-type-alias">
|
2780
2792
|
<a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
|
2781
2793
|
</li>
|
@@ -2797,6 +2809,9 @@ img {
|
|
2797
2809
|
<li class=" tsd-kind-type-alias">
|
2798
2810
|
<a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
|
2799
2811
|
</li>
|
2812
|
+
<li class=" tsd-kind-type-alias">
|
2813
|
+
<a href="../modules.html#State" class="tsd-kind-icon">State</a>
|
2814
|
+
</li>
|
2800
2815
|
<li class=" tsd-kind-type-alias">
|
2801
2816
|
<a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
|
2802
2817
|
</li>
|
@@ -2871,11 +2886,12 @@ img {
|
|
2871
2886
|
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
2872
2887
|
</ul>
|
2873
2888
|
<ul class="tsd-legend">
|
2874
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
2875
|
-
<li class="tsd-kind-method tsd-parent-kind-
|
2889
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
2890
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
2876
2891
|
</ul>
|
2877
2892
|
<ul class="tsd-legend">
|
2878
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
2893
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
2894
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
2879
2895
|
</ul>
|
2880
2896
|
</div>
|
2881
2897
|
</div>
|
@@ -2702,9 +2702,6 @@ img {
|
|
2702
2702
|
</header>
|
2703
2703
|
<nav class="tsd-navigation secondary">
|
2704
2704
|
<ul>
|
2705
|
-
<li class=" tsd-kind-reference">
|
2706
|
-
<a href="../modules.html#default" class="tsd-kind-icon">default</a>
|
2707
|
-
</li>
|
2708
2705
|
<li class=" tsd-kind-class">
|
2709
2706
|
<a href="../classes/AggregatedDeliveryReceipt.html" class="tsd-kind-icon">Aggregated<wbr>Delivery<wbr>Receipt</a>
|
2710
2707
|
</li>
|
@@ -2723,6 +2720,9 @@ img {
|
|
2723
2720
|
<li class=" tsd-kind-class">
|
2724
2721
|
<a href="../classes/Message.html" class="tsd-kind-icon">Message</a>
|
2725
2722
|
</li>
|
2723
|
+
<li class=" tsd-kind-class">
|
2724
|
+
<a href="../classes/MessageBuilder.html" class="tsd-kind-icon">Message<wbr>Builder</a>
|
2725
|
+
</li>
|
2726
2726
|
<li class=" tsd-kind-class">
|
2727
2727
|
<a href="../classes/Participant.html" class="tsd-kind-icon">Participant</a>
|
2728
2728
|
</li>
|
@@ -2732,6 +2732,9 @@ img {
|
|
2732
2732
|
<li class=" tsd-kind-class tsd-has-type-parameter">
|
2733
2733
|
<a href="../classes/RestPaginator.html" class="tsd-kind-icon">Rest<wbr>Paginator</a>
|
2734
2734
|
</li>
|
2735
|
+
<li class=" tsd-kind-class">
|
2736
|
+
<a href="../classes/UnsentMessage.html" class="tsd-kind-icon">Unsent<wbr>Message</a>
|
2737
|
+
</li>
|
2735
2738
|
<li class=" tsd-kind-class">
|
2736
2739
|
<a href="../classes/User.html" class="tsd-kind-icon">User</a>
|
2737
2740
|
</li>
|
@@ -2758,6 +2761,12 @@ img {
|
|
2758
2761
|
<li class=" tsd-kind-interface">
|
2759
2762
|
<a href="LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a>
|
2760
2763
|
</li>
|
2764
|
+
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2765
|
+
<a href="Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2766
|
+
</li>
|
2767
|
+
<li class=" tsd-kind-interface">
|
2768
|
+
<a href="PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2769
|
+
</li>
|
2761
2770
|
<li class=" tsd-kind-interface">
|
2762
2771
|
<a href="SendEmailOptions.html" class="tsd-kind-icon">Send<wbr>Email<wbr>Options</a>
|
2763
2772
|
</li>
|
@@ -2779,6 +2788,9 @@ img {
|
|
2779
2788
|
<li class=" tsd-kind-type-alias">
|
2780
2789
|
<a href="../modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
|
2781
2790
|
</li>
|
2791
|
+
<li class=" tsd-kind-type-alias">
|
2792
|
+
<a href="../modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
|
2793
|
+
</li>
|
2782
2794
|
<li class=" tsd-kind-type-alias">
|
2783
2795
|
<a href="../modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a>
|
2784
2796
|
</li>
|
@@ -2800,6 +2812,9 @@ img {
|
|
2800
2812
|
<li class=" tsd-kind-type-alias">
|
2801
2813
|
<a href="../modules.html#PushNotificationType" class="tsd-kind-icon">Push<wbr>Notification<wbr>Type</a>
|
2802
2814
|
</li>
|
2815
|
+
<li class=" tsd-kind-type-alias">
|
2816
|
+
<a href="../modules.html#State" class="tsd-kind-icon">State</a>
|
2817
|
+
</li>
|
2803
2818
|
<li class=" tsd-kind-type-alias">
|
2804
2819
|
<a href="../modules.html#UserUpdateReason" class="tsd-kind-icon">User<wbr>Update<wbr>Reason</a>
|
2805
2820
|
</li>
|
@@ -2887,11 +2902,12 @@ img {
|
|
2887
2902
|
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
2888
2903
|
</ul>
|
2889
2904
|
<ul class="tsd-legend">
|
2890
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
2891
|
-
<li class="tsd-kind-method tsd-parent-kind-
|
2905
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
2906
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
2892
2907
|
</ul>
|
2893
2908
|
<ul class="tsd-legend">
|
2894
|
-
<li class="tsd-kind-property tsd-parent-kind-
|
2909
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
2910
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
2895
2911
|
</ul>
|
2896
2912
|
</div>
|
2897
2913
|
</div>
|