@twilio/conversations 2.2.2 → 2.3.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.
@@ -2798,6 +2798,9 @@ img {
2798
2798
  <li class=" tsd-kind-method tsd-parent-kind-class">
2799
2799
  <a href="Client.html#createConversation" class="tsd-kind-icon">create<wbr>Conversation</a>
2800
2800
  </li>
2801
+ <li class=" tsd-kind-method tsd-parent-kind-class">
2802
+ <a href="Client.html#getContentTemplates" class="tsd-kind-icon">get<wbr>Content<wbr>Templates</a>
2803
+ </li>
2801
2804
  <li class=" tsd-kind-method tsd-parent-kind-class">
2802
2805
  <a href="Client.html#getConversationBySid" class="tsd-kind-icon">get<wbr>Conversation<wbr>BySid</a>
2803
2806
  </li>
@@ -2927,6 +2930,7 @@ img {
2927
2930
  <h3>Methods</h3>
2928
2931
  <ul class="tsd-index-list">
2929
2932
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Client.html#createConversation" class="tsd-kind-icon">create<wbr>Conversation</a></li>
2933
+ <li class="tsd-kind-method tsd-parent-kind-class"><a href="Client.html#getContentTemplates" class="tsd-kind-icon">get<wbr>Content<wbr>Templates</a></li>
2930
2934
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Client.html#getConversationBySid" class="tsd-kind-icon">get<wbr>Conversation<wbr>BySid</a></li>
2931
2935
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Client.html#getConversationByUniqueName" class="tsd-kind-icon">get<wbr>Conversation<wbr>ByUnique<wbr>Name</a></li>
2932
2936
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="Client.html#getSubscribedConversations" class="tsd-kind-icon">get<wbr>Subscribed<wbr>Conversations</a></li>
@@ -3552,6 +3556,26 @@ img {
3552
3556
  </li>
3553
3557
  </ul>
3554
3558
  </section>
3559
+ <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
3560
+ <a name="getContentTemplates" class="tsd-anchor"></a>
3561
+ <h3>get<wbr>Content<wbr>Templates</h3>
3562
+ <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
3563
+ <li class="tsd-signature tsd-kind-icon">get<wbr>Content<wbr>Templates<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-symbol">readonly </span><a href="ContentTemplate.html" class="tsd-signature-type" data-tsd-kind="Class">ContentTemplate</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
3564
+ </ul>
3565
+ <ul class="tsd-descriptions">
3566
+ <li class="tsd-description">
3567
+ <aside class="tsd-sources">
3568
+ </aside>
3569
+ <div class="tsd-comment tsd-typography">
3570
+ <div class="lead">
3571
+ <p>Returns rich content templates belonging to the account. Rich content
3572
+ templates can be created via the Twilio console or the REST API.</p>
3573
+ </div>
3574
+ </div>
3575
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">readonly </span><a href="ContentTemplate.html" class="tsd-signature-type" data-tsd-kind="Class">ContentTemplate</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
3576
+ </li>
3577
+ </ul>
3578
+ </section>
3555
3579
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
3556
3580
  <a name="getConversationBySid" class="tsd-anchor"></a>
3557
3581
  <h3>get<wbr>Conversation<wbr>BySid</h3>