Skip to content

Commit 5814a00

Browse files
committed
adding dev-v0.15.1 tag to this commit to ensure building
1 parent 2f3fd4c commit 5814a00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

html/supertokens_python/constants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4242
from __future__ import annotations
4343

4444
SUPPORTED_CDI_VERSIONS = [&#34;3.0&#34;]
45-
VERSION = &#34;0.15.0&#34;
45+
VERSION = &#34;0.15.1&#34;
4646
TELEMETRY = &#34;/telemetry&#34;
4747
USER_COUNT = &#34;/users/count&#34;
4848
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/recipe/thirdpartypasswordless/syncio/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdpartypasswordless.
310310
)
311311

312312

313-
def passwordlessSigninup(
313+
def passwordless_signinup(
314314
tenant_id: str,
315315
email: Union[str, None],
316316
phone_number: Union[str, None],
@@ -655,16 +655,16 @@ <h2 class="section-title" id="header-functions">Functions</h2>
655655
)</code></pre>
656656
</details>
657657
</dd>
658-
<dt id="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup"><code class="name flex">
659-
<span>def <span class="ident">passwordlessSigninup</span></span>(<span>tenant_id: str, email: Optional[str], phone_number: Optional[str], user_context: Optional[Dict[str, Any]] = None) ‑> <a title="supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult" href="../interfaces.html#supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult">ConsumeCodeOkResult</a></span>
658+
<dt id="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup"><code class="name flex">
659+
<span>def <span class="ident">passwordless_signinup</span></span>(<span>tenant_id: str, email: Optional[str], phone_number: Optional[str], user_context: Optional[Dict[str, Any]] = None) ‑> <a title="supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult" href="../interfaces.html#supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult">ConsumeCodeOkResult</a></span>
660660
</code></dt>
661661
<dd>
662662
<div class="desc"></div>
663663
<details class="source">
664664
<summary>
665665
<span>Expand source code</span>
666666
</summary>
667-
<pre><code class="python">def passwordlessSigninup(
667+
<pre><code class="python">def passwordless_signinup(
668668
tenant_id: str,
669669
email: Union[str, None],
670670
phone_number: Union[str, None],
@@ -865,7 +865,7 @@ <h2>Index</h2>
865865
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_email" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_email">list_codes_by_email</a></code></li>
866866
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_phone_number" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_phone_number">list_codes_by_phone_number</a></code></li>
867867
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_pre_auth_session_id" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_pre_auth_session_id">list_codes_by_pre_auth_session_id</a></code></li>
868-
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup">passwordlessSigninup</a></code></li>
868+
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup">passwordless_signinup</a></code></li>
869869
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_all_codes" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_all_codes">revoke_all_codes</a></code></li>
870870
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_code" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_code">revoke_code</a></code></li>
871871
<li><code><a title="supertokens_python.recipe.thirdpartypasswordless.syncio.send_email" href="#supertokens_python.recipe.thirdpartypasswordless.syncio.send_email">send_email</a></code></li>

0 commit comments

Comments
 (0)