I HAVE GENERATED YOUR NEW DOCS!

This commit is contained in:
github-actions[bot]
2023-07-31 19:56:37 +00:00
parent 4c3f497d73
commit 20b2a188dc
747 changed files with 11530 additions and 2634 deletions

View File

@ -146,7 +146,8 @@
<span class="n">client</span><span class="p">:</span> <span class="n">Client</span><span class="p">,</span>
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n">Optional</span><span class="p">[</span><span class="n">Error</span><span class="p">]:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;This endpoint requires authentication by any KittyCAD user. It deletes the authenticated user from KittyCAD&#39;s database.</span>
<span class="sd"> This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="k">return</span> <span class="n">sync_detailed</span><span class="p">(</span>
<span class="n">client</span><span class="o">=</span><span class="n">client</span><span class="p">,</span>
@ -172,7 +173,8 @@
<span class="n">client</span><span class="p">:</span> <span class="n">Client</span><span class="p">,</span>
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n">Optional</span><span class="p">[</span><span class="n">Error</span><span class="p">]:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;This endpoint requires authentication by any KittyCAD user. It deletes the authenticated user from KittyCAD&#39;s database.</span>
<span class="sd"> This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> This call will only succeed if all invoices associated with the user have been paid in full and there is no outstanding balance.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="k">return</span> <span class="p">(</span>
<span class="k">await</span> <span class="n">asyncio_detailed</span><span class="p">(</span>