Skip to content

Commit f40fc4f

Browse files
committed
Release 7.4.0
1 parent 159ac80 commit f40fc4f

File tree

779 files changed

+2146
-797
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

779 files changed

+2146
-797
lines changed

docs/build/doctrees/CHANGES.doctree

8.37 KB
Binary file not shown.

docs/build/doctrees/README.doctree

22 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26.6 KB
Binary file not shown.

docs/build/doctrees/index.doctree

0 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: a0b4f444cf4ecef35865a9ab97a3c549
3+
config: efb1eb8d70d55adfe4e7586e400cd0d9
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/AUTHORS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Authors — twilio-python 7.3.2 documentation</title>
13+
<title>Authors — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/CHANGES.html

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio-python Changelog — twilio-python 7.3.2 documentation</title>
13+
<title>twilio-python Changelog — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
@@ -30,6 +30,38 @@
3030
<div class="section" id="twilio-python-changelog">
3131
<h1>twilio-python Changelog<a class="headerlink" href="#twilio-python-changelog" title="Permalink to this headline"></a></h1>
3232
<p>Here you can see the full list of changes between each twilio-python release.</p>
33+
<div class="section" id="version-7-4-0">
34+
<h2>[2021-12-15] Version 7.4.0<a class="headerlink" href="#version-7-4-0" title="Permalink to this headline"></a></h2>
35+
<p><strong>Library - Feature</strong></p>
36+
<ul class="simple">
37+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/582">PR #582</a>: run tests before deploying. Thanks to <a class="reference external" href="https://github.com/childish-sambino">@childish-sambino</a>!</li>
38+
</ul>
39+
<p><strong>Api</strong></p>
40+
<ul class="simple">
41+
<li>Add optional boolean send_as_mms parameter to the create action of Message resource <strong>(breaking change)</strong></li>
42+
<li>Change team ownership for <code class="docutils literal notranslate"><span class="pre">call</span></code> delete</li>
43+
</ul>
44+
<p><strong>Conversations</strong></p>
45+
<ul class="simple">
46+
<li>Change wording for <code class="docutils literal notranslate"><span class="pre">Service</span> <span class="pre">Webhook</span> <span class="pre">Configuration</span></code> resource fields</li>
47+
</ul>
48+
<p><strong>Insights</strong></p>
49+
<ul class="simple">
50+
<li>Added new APIs for updating and getting voice insights flags by accountSid.</li>
51+
</ul>
52+
<p><strong>Media</strong></p>
53+
<ul class="simple">
54+
<li>Add max_duration param to MediaProcessor</li>
55+
</ul>
56+
<p><strong>Video</strong></p>
57+
<ul class="simple">
58+
<li>Add <code class="docutils literal notranslate"><span class="pre">EmptyRoomTimeout</span></code> and <code class="docutils literal notranslate"><span class="pre">UnusedRoomTimeout</span></code> properties to a room; add corresponding parameters to room creation</li>
59+
</ul>
60+
<p><strong>Voice</strong></p>
61+
<ul class="simple">
62+
<li>Add endpoint to delete archived Calls</li>
63+
</ul>
64+
</div>
3365
<div class="section" id="version-7-3-2">
3466
<h2>[2021-12-01] Version 7.3.2<a class="headerlink" href="#version-7-3-2" title="Permalink to this headline"></a></h2>
3567
<p><strong>Conversations</strong></p>
@@ -3390,6 +3422,7 @@ <h3>Useful Links</h3>
33903422
<h3><a href="index.html">Table of Contents</a></h3>
33913423
<ul>
33923424
<li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
3425+
<li><a class="reference internal" href="#version-7-4-0">[2021-12-15] Version 7.4.0</a></li>
33933426
<li><a class="reference internal" href="#version-7-3-2">[2021-12-01] Version 7.3.2</a></li>
33943427
<li><a class="reference internal" href="#version-7-3-1">[2021-11-17] Version 7.3.1</a></li>
33953428
<li><a class="reference internal" href="#version-7-3-0">[2021-11-03] Version 7.3.0</a></li>

docs/build/html/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Contributor Covenant Code of Conduct — twilio-python 7.3.2 documentation</title>
13+
<title>Contributor Covenant Code of Conduct — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Contributing to twilio-python — twilio-python 7.3.2 documentation</title>
13+
<title>Contributing to twilio-python — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/ISSUE_TEMPLATE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Issue Summary — twilio-python 7.3.2 documentation</title>
13+
<title>Issue Summary — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/PULL_REQUEST_TEMPLATE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Fixes — twilio-python 7.3.2 documentation</title>
13+
<title>Fixes — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio-python — twilio-python 7.3.2 documentation</title>
13+
<title>twilio-python — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
@@ -31,7 +31,7 @@
3131
<div class="body" role="main">
3232
<div class="section" id="twilio-python">
3333
<h1>twilio-python<a class="headerlink" href="#twilio-python" title="Permalink to this headline"></a></h1>
34-
<p><a class="reference external" href="https://github.com/twilio/twilio-python/actions/workflows/test.yml"><img alt="Tests" src="https://github.com/twilio/twilio-python/actions/workflows/test.yml/badge.svg"/></a>
34+
<p><a class="reference external" href="https://github.com/twilio/twilio-python/actions/workflows/test-and-deploy.yml"><img alt="Tests" src="https://github.com/twilio/twilio-python/actions/workflows/test-and-deploy.yml/badge.svg"/></a>
3535
<a class="reference external" href="https://pypi.python.org/pypi/twilio"><img alt="PyPI" src="https://img.shields.io/pypi/v/twilio.svg"/></a>
3636
<a class="reference external" href="https://pypi.python.org/pypi/twilio"><img alt="PyPI" src="https://img.shields.io/pypi/pyversions/twilio.svg"/></a>
3737
<a class="reference external" href="https://twil.io/learn-open-source"><img alt="Learn OSS Contribution in TwilioQuest" src="https://img.shields.io/static/v1?label=TwilioQuest&amp;message=Learn%20to%20contribute%21&amp;color=F22F46&amp;labelColor=1f243c&amp;style=flat-square&amp;logo=data:image/png%3Bbase64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAASFBMVEUAAAAZGRkcHBwjIyMoKCgAAABgYGBoaGiAgICMjIyzs7PJycnMzMzNzc3UoBfd3d3m5ubqrhfrMEDu7u739/f4vSb/3AD///9tbdyEAAAABXRSTlMAAAAAAMJrBrEAAAKoSURBVHgB7ZrRcuI6EESdyxXGYoNFvMD//+l2bSszRgyUYpFAsXOeiJGmj4NkuWx1Qeh+Ekl9DgEXOBwOx+Px5xyQhDykfgq4wG63MxxaR4ddIkg6Ul3g84vCIcjPBA5gmUMeXESrlukuoK33+33uID8TWeLAdOWsKpJYzwVMB7bOzYSGOciyUlXSn0/ABXTosJ1M1SbypZ4O4MbZuIDMU02PMbauhhHMHXbmebmALIiEbbbbbUrpF1gwE9kFfRNAJaP+FQEXCCTGyJ4ngDrjOFo3jEL5JdqjF/pueR4cCeCGgAtwmuRS6gDwaRiGvu+DMFwSBLTE3+jF8JyuV1okPZ+AC4hDFhCHyHQjdjPHUKFDlHSJkHQXMB3KpSwXNGJPcwwTdZiXlRN0gSp0zpWxNtM0beYE0nRH6QIbO7rawwXaBYz0j78gxjokDuv12gVeUuBD0MDi0OQCLvDaAho4juP1Q/jkAncXqIcCfd+7gAu4QLMACCLxpRsSuQh0igu0C9Svhi7weAGZg50L3IE3cai4IfkNZAC8dfdhsUD3CgKBVC9JE5ABAFzg4QL/taYPAAWrHdYcgfLaIgAXWJ7OV38n1LEF8tt2TH29E+QAoDoO5Ve/LtCQDmKM9kPbvCEBApK+IXzbcSJ0cIGF6e8gpcRhUDogWZ8JnaWjPXc/fNnBBUKRngiHgTUSivSzDRDgHZQOLvBQgf8rRt+VdBUUhwkU6VpJ+xcOwQUqZr+mR0kvBUgv6cB4+37hQAkXqE8PwGisGhJtN4xAHMzrsgvI7rccXqSvKh6jltGlrOHA3Xk1At3LC4QiPdX9/0ndHpGVvTjR4bZA1ypAKgVcwE5vx74ulwIugDt8e/X7JgfkucBMIAr26ndnB4UCLnDOqvteQsHlgX9N4A+c4cW3DXSPbwAAAABJRU5ErkJggg=="/></a></p>

docs/build/html/UPGRADE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Upgrade Guide — twilio-python 7.3.2 documentation</title>
13+
<title>Upgrade Guide — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/VERSIONS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Versioning Strategy — twilio-python 7.3.2 documentation</title>
13+
<title>Versioning Strategy — twilio-python 7.4.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Overview: module code — twilio-python 7.3.2 documentation</title>
13+
<title>Overview: module code — twilio-python 7.4.0 documentation</title>
1414
<link href="../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js" type="text/javascript"></script>
@@ -246,7 +246,8 @@ <h1>All modules for which code is available</h1>
246246
</ul><li><a href="twilio/rest/insights/v1/call_summaries.html">twilio.rest.insights.v1.call_summaries</a></li>
247247
<li><a href="twilio/rest/insights/v1/room.html">twilio.rest.insights.v1.room</a></li>
248248
<ul><li><a href="twilio/rest/insights/v1/room/participant.html">twilio.rest.insights.v1.room.participant</a></li>
249-
</ul></ul></ul><li><a href="twilio/rest/ip_messaging.html">twilio.rest.ip_messaging</a></li>
249+
</ul><li><a href="twilio/rest/insights/v1/setting.html">twilio.rest.insights.v1.setting</a></li>
250+
</ul></ul><li><a href="twilio/rest/ip_messaging.html">twilio.rest.ip_messaging</a></li>
250251
<ul><li><a href="twilio/rest/ip_messaging/v1.html">twilio.rest.ip_messaging.v1</a></li>
251252
<ul><li><a href="twilio/rest/ip_messaging/v1/credential.html">twilio.rest.ip_messaging.v1.credential</a></li>
252253
<li><a href="twilio/rest/ip_messaging/v1/service.html">twilio.rest.ip_messaging.v1.service</a></li>
@@ -539,7 +540,8 @@ <h1>All modules for which code is available</h1>
539540
</ul><li><a href="twilio/rest/video/v1/room/room_recording_rule.html">twilio.rest.video.v1.room.room_recording_rule</a></li>
540541
</ul></ul></ul><li><a href="twilio/rest/voice.html">twilio.rest.voice</a></li>
541542
<ul><li><a href="twilio/rest/voice/v1.html">twilio.rest.voice.v1</a></li>
542-
<ul><li><a href="twilio/rest/voice/v1/byoc_trunk.html">twilio.rest.voice.v1.byoc_trunk</a></li>
543+
<ul><li><a href="twilio/rest/voice/v1/archived_call.html">twilio.rest.voice.v1.archived_call</a></li>
544+
<li><a href="twilio/rest/voice/v1/byoc_trunk.html">twilio.rest.voice.v1.byoc_trunk</a></li>
543545
<li><a href="twilio/rest/voice/v1/connection_policy.html">twilio.rest.voice.v1.connection_policy</a></li>
544546
<ul><li><a href="twilio/rest/voice/v1/connection_policy/connection_policy_target.html">twilio.rest.voice.v1.connection_policy.connection_policy_target</a></li>
545547
</ul><li><a href="twilio/rest/voice/v1/dialing_permissions.html">twilio.rest.voice.v1.dialing_permissions</a></li>

docs/build/html/_modules/twilio/base/deserialize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.deserialize — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.deserialize — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/domain.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.domain — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.domain — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/exceptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.exceptions — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.exceptions — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/instance_context.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.instance_context — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.instance_context — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/instance_resource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.instance_resource — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.instance_resource — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/list_resource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.list_resource — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.list_resource — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/obsolete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.obsolete — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.obsolete — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.page — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.page — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/serialize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.serialize — twilio-python 7.3.2 documentation</title>
13+
<title>twilio.base.serialize — twilio-python 7.4.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)