Skip to content

Commit c9c68a0

Browse files
committed
Release 7.14.0
1 parent ab346fd commit c9c68a0

File tree

803 files changed

+4025
-862
lines changed

Some content is hidden

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

803 files changed

+4025
-862
lines changed

docs/build/doctrees/CHANGES.doctree

5.21 KB
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.
79.2 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: 8e43b0f1ba6a388ac84b9ba921f0cdf3
3+
config: 575ad194d8a192e14b106931268564d1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/.pytest_cache/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>pytest cache directory &#8212; twilio-python 7.13.0 documentation</title>
9+
<title>pytest cache directory &#8212; twilio-python 7.14.0 documentation</title>
1010
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
1111
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1212
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>

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.13.0 documentation</title>
13+
<title>Authors — twilio-python 7.14.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: 30 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.13.0 documentation</title>
13+
<title>twilio-python Changelog — twilio-python 7.14.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,34 @@
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-14-0">
34+
<h2>[2022-09-07] Version 7.14.0<a class="headerlink" href="#version-7-14-0" title="Permalink to this headline"></a></h2>
35+
<p><strong>Library - Fix</strong></p>
36+
<ul class="simple">
37+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/615">PR #615</a>: support duplicate query param values. Thanks to <a class="reference external" href="https://github.com/childish-sambino">@childish-sambino</a>!</li>
38+
</ul>
39+
<p><strong>Flex</strong></p>
40+
<ul class="simple">
41+
<li>Removed redundant <code class="docutils literal notranslate"><span class="pre">close</span></code> status from Flex Interactions flow <strong>(breaking change)</strong></li>
42+
<li>Adding <code class="docutils literal notranslate"><span class="pre">debugger_integration</span></code> and <code class="docutils literal notranslate"><span class="pre">flex_ui_status_report</span></code> to Flex Configuration</li>
43+
</ul>
44+
<p><strong>Messaging</strong></p>
45+
<ul class="simple">
46+
<li>Add create, list and get tollfree verification API</li>
47+
</ul>
48+
<p><strong>Verify</strong></p>
49+
<ul class="simple">
50+
<li>Verify SafeList API endpoints added.</li>
51+
</ul>
52+
<p><strong>Video</strong></p>
53+
<ul class="simple">
54+
<li>Add <code class="docutils literal notranslate"><span class="pre">Anonymize</span></code> API</li>
55+
</ul>
56+
<p><strong>Twiml</strong></p>
57+
<ul class="simple">
58+
<li>Update <code class="docutils literal notranslate"><span class="pre">event</span></code> value <code class="docutils literal notranslate"><span class="pre">call-in-progress</span></code> to <code class="docutils literal notranslate"><span class="pre">call-answered</span></code></li>
59+
</ul>
60+
</div>
3361
<div class="section" id="version-7-13-0">
3462
<h2>[2022-08-24] Version 7.13.0<a class="headerlink" href="#version-7-13-0" title="Permalink to this headline"></a></h2>
3563
<p><strong>Library - Test</strong></p>
@@ -3787,6 +3815,7 @@ <h3>Useful Links</h3>
37873815
<h3><a href="index.html">Table of Contents</a></h3>
37883816
<ul>
37893817
<li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
3818+
<li><a class="reference internal" href="#version-7-14-0">[2022-09-07] Version 7.14.0</a></li>
37903819
<li><a class="reference internal" href="#version-7-13-0">[2022-08-24] Version 7.13.0</a></li>
37913820
<li><a class="reference internal" href="#version-7-12-1">[2022-08-10] Version 7.12.1</a></li>
37923821
<li><a class="reference internal" href="#version-7-12-0">[2022-07-21] Version 7.12.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.13.0 documentation</title>
13+
<title>Contributor Covenant Code of Conduct — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>Contributing to twilio-python — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>Issue Summary — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>Fixes — twilio-python 7.14.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: 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-python — twilio-python 7.13.0 documentation</title>
13+
<title>twilio-python — twilio-python 7.14.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/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.13.0 documentation</title>
13+
<title>Upgrade Guide — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>Versioning Strategy — twilio-python 7.14.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: 6 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.13.0 documentation</title>
13+
<title>Overview: module code — twilio-python 7.14.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>
@@ -301,7 +301,8 @@ <h1>All modules for which code is available</h1>
301301
<li><a href="twilio/rest/messaging/v1/service/short_code.html">twilio.rest.messaging.v1.service.short_code</a></li>
302302
<li><a href="twilio/rest/messaging/v1/service/us_app_to_person.html">twilio.rest.messaging.v1.service.us_app_to_person</a></li>
303303
<li><a href="twilio/rest/messaging/v1/service/us_app_to_person_usecase.html">twilio.rest.messaging.v1.service.us_app_to_person_usecase</a></li>
304-
</ul><li><a href="twilio/rest/messaging/v1/usecase.html">twilio.rest.messaging.v1.usecase</a></li>
304+
</ul><li><a href="twilio/rest/messaging/v1/tollfree_verification.html">twilio.rest.messaging.v1.tollfree_verification</a></li>
305+
<li><a href="twilio/rest/messaging/v1/usecase.html">twilio.rest.messaging.v1.usecase</a></li>
305306
</ul></ul><li><a href="twilio/rest/microvisor.html">twilio.rest.microvisor</a></li>
306307
<ul><li><a href="twilio/rest/microvisor/v1.html">twilio.rest.microvisor.v1</a></li>
307308
<ul><li><a href="twilio/rest/microvisor/v1/app.html">twilio.rest.microvisor.v1.app</a></li>
@@ -523,6 +524,7 @@ <h1>All modules for which code is available</h1>
523524
</ul></ul></ul><li><a href="twilio/rest/verify.html">twilio.rest.verify</a></li>
524525
<ul><li><a href="twilio/rest/verify/v2.html">twilio.rest.verify.v2</a></li>
525526
<ul><li><a href="twilio/rest/verify/v2/form.html">twilio.rest.verify.v2.form</a></li>
527+
<li><a href="twilio/rest/verify/v2/safelist.html">twilio.rest.verify.v2.safelist</a></li>
526528
<li><a href="twilio/rest/verify/v2/service.html">twilio.rest.verify.v2.service</a></li>
527529
<ul><li><a href="twilio/rest/verify/v2/service/access_token.html">twilio.rest.verify.v2.service.access_token</a></li>
528530
<li><a href="twilio/rest/verify/v2/service/entity.html">twilio.rest.verify.v2.service.entity</a></li>
@@ -549,7 +551,8 @@ <h1>All modules for which code is available</h1>
549551
<li><a href="twilio/rest/video/v1/room.html">twilio.rest.video.v1.room</a></li>
550552
<ul><li><a href="twilio/rest/video/v1/room/recording.html">twilio.rest.video.v1.room.recording</a></li>
551553
<li><a href="twilio/rest/video/v1/room/room_participant.html">twilio.rest.video.v1.room.room_participant</a></li>
552-
<ul><li><a href="twilio/rest/video/v1/room/room_participant/room_participant_published_track.html">twilio.rest.video.v1.room.room_participant.room_participant_published_track</a></li>
554+
<ul><li><a href="twilio/rest/video/v1/room/room_participant/room_participant_anonymize.html">twilio.rest.video.v1.room.room_participant.room_participant_anonymize</a></li>
555+
<li><a href="twilio/rest/video/v1/room/room_participant/room_participant_published_track.html">twilio.rest.video.v1.room.room_participant.room_participant_published_track</a></li>
553556
<li><a href="twilio/rest/video/v1/room/room_participant/room_participant_subscribe_rule.html">twilio.rest.video.v1.room.room_participant.room_participant_subscribe_rule</a></li>
554557
<li><a href="twilio/rest/video/v1/room/room_participant/room_participant_subscribed_track.html">twilio.rest.video.v1.room.room_participant.room_participant_subscribed_track</a></li>
555558
</ul><li><a href="twilio/rest/video/v1/room/room_recording_rule.html">twilio.rest.video.v1.room.room_recording_rule</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.13.0 documentation</title>
13+
<title>twilio.base.deserialize — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>twilio.base.domain — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>twilio.base.exceptions — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>twilio.base.instance_context — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>twilio.base.instance_resource — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>twilio.base.list_resource — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>twilio.base.obsolete — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>twilio.base.page — twilio-python 7.14.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.13.0 documentation</title>
13+
<title>twilio.base.serialize — twilio-python 7.14.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/values.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.values — twilio-python 7.13.0 documentation</title>
13+
<title>twilio.base.values — twilio-python 7.14.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)