@twilio/conversations 2.0.1-rc.9 → 2.1.0-rc.0
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 +31 -0
- package/builds/browser.js +248 -64
- package/builds/browser.js.map +1 -1
- package/builds/lib.d.ts +86 -9
- package/builds/lib.js +248 -64
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +246 -63
- package/builds/twilio-conversations.min.js +3 -3
- package/dist/conversation.js +24 -10
- package/dist/conversation.js.map +1 -1
- package/dist/data/messages.js +1 -1
- package/dist/data/messages.js.map +1 -1
- package/dist/data/participants.js +7 -3
- package/dist/data/participants.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/interfaces/attributes.js +147 -0
- package/dist/interfaces/attributes.js.map +1 -0
- package/dist/message-builder.js +52 -0
- package/dist/message-builder.js.map +1 -1
- package/dist/message.js +35 -4
- package/dist/message.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/dist/participant.js +20 -3
- package/dist/participant.js.map +1 -1
- package/dist/user.js +2 -1
- package/dist/user.js.map +1 -1
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/AggregatedDeliveryReceipt.html +15 -0
- package/docs/classes/Client.html +15 -0
- package/docs/classes/Conversation.html +24 -2
- package/docs/classes/DetailedDeliveryReceipt.html +15 -0
- package/docs/classes/Media.html +15 -0
- package/docs/classes/Message.html +83 -2
- package/docs/classes/MessageBuilder.html +91 -0
- package/docs/classes/Participant.html +45 -1
- package/docs/classes/PushNotification.html +15 -0
- package/docs/classes/RestPaginator.html +15 -0
- package/docs/classes/UnsentMessage.html +15 -0
- package/docs/classes/User.html +15 -0
- package/docs/index.html +37 -3
- package/docs/interfaces/ClientOptions.html +15 -0
- package/docs/interfaces/ConversationBindings.html +3118 -0
- package/docs/interfaces/ConversationEmailBinding.html +3118 -0
- package/docs/interfaces/ConversationState.html +15 -0
- package/docs/interfaces/CreateConversationOptions.html +15 -0
- package/docs/interfaces/LastMessage.html +15 -0
- package/docs/interfaces/Paginator.html +15 -0
- package/docs/interfaces/ParticipantBindings.html +3118 -0
- package/docs/interfaces/ParticipantEmailBinding.html +3118 -0
- package/docs/interfaces/PushNotificationData.html +15 -0
- package/docs/interfaces/SendEmailOptions.html +15 -0
- package/docs/interfaces/SendMediaOptions.html +15 -0
- package/docs/modules.html +37 -3
- package/package.json +2 -2
@@ -2741,6 +2741,12 @@ img {
|
|
2741
2741
|
<li class=" tsd-kind-interface">
|
2742
2742
|
<a href="ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a>
|
2743
2743
|
</li>
|
2744
|
+
<li class=" tsd-kind-interface">
|
2745
|
+
<a href="ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a>
|
2746
|
+
</li>
|
2747
|
+
<li class=" tsd-kind-interface">
|
2748
|
+
<a href="ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
|
2749
|
+
</li>
|
2744
2750
|
<li class="current tsd-kind-interface">
|
2745
2751
|
<a href="ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
|
2746
2752
|
<ul>
|
@@ -2761,6 +2767,12 @@ img {
|
|
2761
2767
|
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2762
2768
|
<a href="Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2763
2769
|
</li>
|
2770
|
+
<li class=" tsd-kind-interface">
|
2771
|
+
<a href="ParticipantBindings.html" class="tsd-kind-icon">Participant<wbr>Bindings</a>
|
2772
|
+
</li>
|
2773
|
+
<li class=" tsd-kind-interface">
|
2774
|
+
<a href="ParticipantEmailBinding.html" class="tsd-kind-icon">Participant<wbr>Email<wbr>Binding</a>
|
2775
|
+
</li>
|
2764
2776
|
<li class=" tsd-kind-interface">
|
2765
2777
|
<a href="PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2766
2778
|
</li>
|
@@ -2800,6 +2812,9 @@ img {
|
|
2800
2812
|
<li class=" tsd-kind-type-alias">
|
2801
2813
|
<a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
|
2802
2814
|
</li>
|
2815
|
+
<li class=" tsd-kind-type-alias">
|
2816
|
+
<a href="../modules.html#ParticipantEmailLevel" class="tsd-kind-icon">Participant<wbr>Email<wbr>Level</a>
|
2817
|
+
</li>
|
2803
2818
|
<li class=" tsd-kind-type-alias">
|
2804
2819
|
<a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
|
2805
2820
|
</li>
|
@@ -2741,6 +2741,12 @@ img {
|
|
2741
2741
|
<li class=" tsd-kind-interface">
|
2742
2742
|
<a href="ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a>
|
2743
2743
|
</li>
|
2744
|
+
<li class=" tsd-kind-interface">
|
2745
|
+
<a href="ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a>
|
2746
|
+
</li>
|
2747
|
+
<li class=" tsd-kind-interface">
|
2748
|
+
<a href="ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
|
2749
|
+
</li>
|
2744
2750
|
<li class=" tsd-kind-interface">
|
2745
2751
|
<a href="ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
|
2746
2752
|
</li>
|
@@ -2764,6 +2770,12 @@ img {
|
|
2764
2770
|
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2765
2771
|
<a href="Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2766
2772
|
</li>
|
2773
|
+
<li class=" tsd-kind-interface">
|
2774
|
+
<a href="ParticipantBindings.html" class="tsd-kind-icon">Participant<wbr>Bindings</a>
|
2775
|
+
</li>
|
2776
|
+
<li class=" tsd-kind-interface">
|
2777
|
+
<a href="ParticipantEmailBinding.html" class="tsd-kind-icon">Participant<wbr>Email<wbr>Binding</a>
|
2778
|
+
</li>
|
2767
2779
|
<li class=" tsd-kind-interface">
|
2768
2780
|
<a href="PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2769
2781
|
</li>
|
@@ -2803,6 +2815,9 @@ img {
|
|
2803
2815
|
<li class=" tsd-kind-type-alias">
|
2804
2816
|
<a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
|
2805
2817
|
</li>
|
2818
|
+
<li class=" tsd-kind-type-alias">
|
2819
|
+
<a href="../modules.html#ParticipantEmailLevel" class="tsd-kind-icon">Participant<wbr>Email<wbr>Level</a>
|
2820
|
+
</li>
|
2806
2821
|
<li class=" tsd-kind-type-alias">
|
2807
2822
|
<a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
|
2808
2823
|
</li>
|
@@ -2741,6 +2741,12 @@ img {
|
|
2741
2741
|
<li class=" tsd-kind-interface">
|
2742
2742
|
<a href="ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a>
|
2743
2743
|
</li>
|
2744
|
+
<li class=" tsd-kind-interface">
|
2745
|
+
<a href="ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a>
|
2746
|
+
</li>
|
2747
|
+
<li class=" tsd-kind-interface">
|
2748
|
+
<a href="ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
|
2749
|
+
</li>
|
2744
2750
|
<li class=" tsd-kind-interface">
|
2745
2751
|
<a href="ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
|
2746
2752
|
</li>
|
@@ -2761,6 +2767,12 @@ img {
|
|
2761
2767
|
<li class=" tsd-kind-interface tsd-has-type-parameter">
|
2762
2768
|
<a href="Paginator.html" class="tsd-kind-icon">Paginator</a>
|
2763
2769
|
</li>
|
2770
|
+
<li class=" tsd-kind-interface">
|
2771
|
+
<a href="ParticipantBindings.html" class="tsd-kind-icon">Participant<wbr>Bindings</a>
|
2772
|
+
</li>
|
2773
|
+
<li class=" tsd-kind-interface">
|
2774
|
+
<a href="ParticipantEmailBinding.html" class="tsd-kind-icon">Participant<wbr>Email<wbr>Binding</a>
|
2775
|
+
</li>
|
2764
2776
|
<li class=" tsd-kind-interface">
|
2765
2777
|
<a href="PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2766
2778
|
</li>
|
@@ -2800,6 +2812,9 @@ img {
|
|
2800
2812
|
<li class=" tsd-kind-type-alias">
|
2801
2813
|
<a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
|
2802
2814
|
</li>
|
2815
|
+
<li class=" tsd-kind-type-alias">
|
2816
|
+
<a href="../modules.html#ParticipantEmailLevel" class="tsd-kind-icon">Participant<wbr>Email<wbr>Level</a>
|
2817
|
+
</li>
|
2803
2818
|
<li class=" tsd-kind-type-alias">
|
2804
2819
|
<a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
|
2805
2820
|
</li>
|
@@ -2741,6 +2741,12 @@ img {
|
|
2741
2741
|
<li class=" tsd-kind-interface">
|
2742
2742
|
<a href="ClientOptions.html" class="tsd-kind-icon">Client<wbr>Options</a>
|
2743
2743
|
</li>
|
2744
|
+
<li class=" tsd-kind-interface">
|
2745
|
+
<a href="ConversationBindings.html" class="tsd-kind-icon">Conversation<wbr>Bindings</a>
|
2746
|
+
</li>
|
2747
|
+
<li class=" tsd-kind-interface">
|
2748
|
+
<a href="ConversationEmailBinding.html" class="tsd-kind-icon">Conversation<wbr>Email<wbr>Binding</a>
|
2749
|
+
</li>
|
2744
2750
|
<li class=" tsd-kind-interface">
|
2745
2751
|
<a href="ConversationState.html" class="tsd-kind-icon">Conversation<wbr>State</a>
|
2746
2752
|
</li>
|
@@ -2770,6 +2776,12 @@ img {
|
|
2770
2776
|
</li>
|
2771
2777
|
</ul>
|
2772
2778
|
</li>
|
2779
|
+
<li class=" tsd-kind-interface">
|
2780
|
+
<a href="ParticipantBindings.html" class="tsd-kind-icon">Participant<wbr>Bindings</a>
|
2781
|
+
</li>
|
2782
|
+
<li class=" tsd-kind-interface">
|
2783
|
+
<a href="ParticipantEmailBinding.html" class="tsd-kind-icon">Participant<wbr>Email<wbr>Binding</a>
|
2784
|
+
</li>
|
2773
2785
|
<li class=" tsd-kind-interface">
|
2774
2786
|
<a href="PushNotificationData.html" class="tsd-kind-icon">Push<wbr>Notification<wbr>Data</a>
|
2775
2787
|
</li>
|
@@ -2809,6 +2821,9 @@ img {
|
|
2809
2821
|
<li class=" tsd-kind-type-alias">
|
2810
2822
|
<a href="../modules.html#NotificationsChannelType" class="tsd-kind-icon">Notifications<wbr>Channel<wbr>Type</a>
|
2811
2823
|
</li>
|
2824
|
+
<li class=" tsd-kind-type-alias">
|
2825
|
+
<a href="../modules.html#ParticipantEmailLevel" class="tsd-kind-icon">Participant<wbr>Email<wbr>Level</a>
|
2826
|
+
</li>
|
2812
2827
|
<li class=" tsd-kind-type-alias">
|
2813
2828
|
<a href="../modules.html#ParticipantType" class="tsd-kind-icon">Participant<wbr>Type</a>
|
2814
2829
|
</li>
|