@twilio/conversations 2.1.0-rc.5 → 2.1.0-rc.9
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 +34 -0
- package/builds/browser.js +9 -7
- package/builds/browser.js.map +1 -1
- package/builds/lib.d.ts +36 -6
- package/builds/lib.js +9 -7
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +81 -64
- package/builds/twilio-conversations.min.js +2 -2
- package/dist/configuration.js.map +1 -1
- package/dist/conversation.js +3 -0
- package/dist/conversation.js.map +1 -1
- package/dist/message-builder.js.map +1 -1
- package/dist/message.js +4 -5
- package/dist/message.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/AggregatedDeliveryReceipt.html +0 -117
- package/docs/classes/Client.html +0 -117
- package/docs/classes/Conversation.html +35 -129
- package/docs/classes/DetailedDeliveryReceipt.html +0 -117
- package/docs/classes/Media.html +0 -117
- package/docs/classes/Message.html +4 -121
- package/docs/classes/MessageBuilder.html +2 -119
- package/docs/classes/Participant.html +4 -121
- package/docs/classes/PushNotification.html +0 -117
- package/docs/classes/RestPaginator.html +0 -117
- package/docs/classes/UnsentMessage.html +0 -117
- package/docs/classes/User.html +4 -121
- package/docs/index.html +60 -0
- package/docs/interfaces/ClientOptions.html +0 -117
- package/docs/interfaces/ConversationBindings.html +0 -117
- package/docs/interfaces/ConversationEmailBinding.html +0 -117
- package/docs/interfaces/ConversationLimits.html +3098 -0
- package/docs/interfaces/ConversationState.html +0 -117
- package/docs/interfaces/CreateConversationOptions.html +1 -118
- package/docs/interfaces/LastMessage.html +0 -117
- package/docs/interfaces/Paginator.html +0 -117
- package/docs/interfaces/ParticipantBindings.html +0 -117
- package/docs/interfaces/ParticipantEmailBinding.html +0 -117
- package/docs/interfaces/PushNotificationData.html +0 -117
- package/docs/interfaces/SendEmailOptions.html +0 -117
- package/docs/interfaces/SendMediaOptions.html +0 -117
- package/docs/modules.html +60 -0
- package/package.json +2 -2
package/docs/modules.html
CHANGED
@@ -2747,6 +2747,9 @@ img {
|
|
2747
2747
|
<li class=" tsd-kind-interface">
|
2748
2748
|
<a href="interfaces/ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
|
2749
2749
|
</li>
|
2750
|
+
<li class=" tsd-kind-interface">
|
2751
|
+
<a href="interfaces/ConversationLimits.html" class="tsd-kind-icon">Conversation<wbr>Limits</a>
|
2752
|
+
</li>
|
2750
2753
|
<li class=" tsd-kind-interface">
|
2751
2754
|
<a href="interfaces/ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
|
2752
2755
|
</li>
|
@@ -2789,6 +2792,15 @@ img {
|
|
2789
2792
|
<li class=" tsd-kind-type-alias">
|
2790
2793
|
<a href="modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a>
|
2791
2794
|
</li>
|
2795
|
+
<li class=" tsd-kind-type-alias">
|
2796
|
+
<a href="modules.html#JSONArray" class="tsd-kind-icon">JSONArray</a>
|
2797
|
+
</li>
|
2798
|
+
<li class=" tsd-kind-type-alias">
|
2799
|
+
<a href="modules.html#JSONObject" class="tsd-kind-icon">JSONObject</a>
|
2800
|
+
</li>
|
2801
|
+
<li class=" tsd-kind-type-alias">
|
2802
|
+
<a href="modules.html#JSONValue" class="tsd-kind-icon">JSONValue</a>
|
2803
|
+
</li>
|
2792
2804
|
<li class=" tsd-kind-type-alias">
|
2793
2805
|
<a href="modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a>
|
2794
2806
|
</li>
|
@@ -2919,6 +2931,7 @@ img {
|
|
2919
2931
|
<li class="tsd-kind-interface"><a href="interfaces/ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a></li>
|
2920
2932
|
<li class="tsd-kind-interface"><a href="interfaces/ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a></li>
|
2921
2933
|
<li class="tsd-kind-interface"><a href="interfaces/ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a></li>
|
2934
|
+
<li class="tsd-kind-interface"><a href="interfaces/ConversationLimits.html" class="tsd-kind-icon">Conversation<wbr>Limits</a></li>
|
2922
2935
|
<li class="tsd-kind-interface"><a href="interfaces/ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a></li>
|
2923
2936
|
<li class="tsd-kind-interface"><a href="interfaces/CreateConversationOptions.html" class="tsd-kind-icon">Create<wbr>Conversation<wbr>Options</a></li>
|
2924
2937
|
<li class="tsd-kind-interface"><a href="interfaces/LastMessage.html" class="tsd-kind-icon">Last<wbr>Message</a></li>
|
@@ -2938,6 +2951,9 @@ img {
|
|
2938
2951
|
<li class="tsd-kind-type-alias"><a href="modules.html#ConversationUpdateReason" class="tsd-kind-icon">Conversation<wbr>Update<wbr>Reason</a></li>
|
2939
2952
|
<li class="tsd-kind-type-alias"><a href="modules.html#DeliveryAmount" class="tsd-kind-icon">Delivery<wbr>Amount</a></li>
|
2940
2953
|
<li class="tsd-kind-type-alias"><a href="modules.html#DeliveryStatus" class="tsd-kind-icon">Delivery<wbr>Status</a></li>
|
2954
|
+
<li class="tsd-kind-type-alias"><a href="modules.html#JSONArray" class="tsd-kind-icon">JSONArray</a></li>
|
2955
|
+
<li class="tsd-kind-type-alias"><a href="modules.html#JSONObject" class="tsd-kind-icon">JSONObject</a></li>
|
2956
|
+
<li class="tsd-kind-type-alias"><a href="modules.html#JSONValue" class="tsd-kind-icon">JSONValue</a></li>
|
2941
2957
|
<li class="tsd-kind-type-alias"><a href="modules.html#MediaCategory" class="tsd-kind-icon">Media<wbr>Category</a></li>
|
2942
2958
|
<li class="tsd-kind-type-alias"><a href="modules.html#MessageType" class="tsd-kind-icon">Message<wbr>Type</a></li>
|
2943
2959
|
<li class="tsd-kind-type-alias"><a href="modules.html#MessageUpdateReason" class="tsd-kind-icon">Message<wbr>Update<wbr>Reason</a></li>
|
@@ -3025,6 +3041,50 @@ img {
|
|
3025
3041
|
</div>
|
3026
3042
|
</div>
|
3027
3043
|
</section>
|
3044
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
3045
|
+
<a name="JSONArray" class="tsd-anchor"></a>
|
3046
|
+
<h3>JSONArray</h3>
|
3047
|
+
<div class="tsd-signature tsd-kind-icon">JSONArray<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></div>
|
3048
|
+
<aside class="tsd-sources">
|
3049
|
+
</aside>
|
3050
|
+
<div class="tsd-comment tsd-typography">
|
3051
|
+
<div class="lead">
|
3052
|
+
<p>Represents a JSON array.</p>
|
3053
|
+
</div>
|
3054
|
+
</div>
|
3055
|
+
</section>
|
3056
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
3057
|
+
<a name="JSONObject" class="tsd-anchor"></a>
|
3058
|
+
<h3>JSONObject</h3>
|
3059
|
+
<div class="tsd-signature tsd-kind-icon">JSONObject<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{}</span></div>
|
3060
|
+
<aside class="tsd-sources">
|
3061
|
+
</aside>
|
3062
|
+
<div class="tsd-comment tsd-typography">
|
3063
|
+
<div class="lead">
|
3064
|
+
<p>Represents a JSON object.</p>
|
3065
|
+
</div>
|
3066
|
+
</div>
|
3067
|
+
<div class="tsd-type-declaration">
|
3068
|
+
<h4>Type declaration</h4>
|
3069
|
+
<ul class="tsd-parameters">
|
3070
|
+
<li class="tsd-parameter-index-signature">
|
3071
|
+
<h5><span class="tsd-signature-symbol">[</span>x: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="modules.html#JSONValue" class="tsd-signature-type" data-tsd-kind="Type alias">JSONValue</a></h5>
|
3072
|
+
</li>
|
3073
|
+
</ul>
|
3074
|
+
</div>
|
3075
|
+
</section>
|
3076
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
3077
|
+
<a name="JSONValue" class="tsd-anchor"></a>
|
3078
|
+
<h3>JSONValue</h3>
|
3079
|
+
<div class="tsd-signature tsd-kind-icon">JSONValue<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="modules.html#JSONObject" class="tsd-signature-type" data-tsd-kind="Type alias">JSONObject</a><span class="tsd-signature-symbol"> | </span><a href="modules.html#JSONArray" class="tsd-signature-type" data-tsd-kind="Type alias">JSONArray</a></div>
|
3080
|
+
<aside class="tsd-sources">
|
3081
|
+
</aside>
|
3082
|
+
<div class="tsd-comment tsd-typography">
|
3083
|
+
<div class="lead">
|
3084
|
+
<p>Represents a JSON value.</p>
|
3085
|
+
</div>
|
3086
|
+
</div>
|
3087
|
+
</section>
|
3028
3088
|
<section class="tsd-panel tsd-member tsd-kind-type-alias">
|
3029
3089
|
<a name="MediaCategory" class="tsd-anchor"></a>
|
3030
3090
|
<h3>Media<wbr>Category</h3>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@twilio/conversations",
|
3
|
-
"version": "2.1.0-rc.
|
3
|
+
"version": "2.1.0-rc.9",
|
4
4
|
"description": "Twilio Conversations client library",
|
5
5
|
"main": "./builds/lib.js",
|
6
6
|
"browser": "./builds/browser.js",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"lodash.isequal": "^4.5.0",
|
48
48
|
"loglevel": "^1.6.6",
|
49
49
|
"platform": "^1.3.6",
|
50
|
-
"twilio-sync": "^3.0
|
50
|
+
"twilio-sync": "^3.1.0-rc.0",
|
51
51
|
"twilsock": "^0.12.2-rc.0",
|
52
52
|
"uuid": "^3.4.0"
|
53
53
|
},
|