Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 3.34.0 #1618

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/static/api-docs/slack_sdk/audit_logs/async_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,51 +412,51 @@ <h3>Class variables</h3>
<dl>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.BASE_URL"><code class="name">var <span class="ident">BASE_URL</span></code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.auth"><code class="name">var <span class="ident">auth</span> : aiohttp.helpers.BasicAuth | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.base_url"><code class="name">var <span class="ident">base_url</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.default_headers"><code class="name">var <span class="ident">default_headers</span> : Dict[str, str]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.logger"><code class="name">var <span class="ident">logger</span> : logging.Logger</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.proxy"><code class="name">var <span class="ident">proxy</span> : str | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.retry_handlers"><code class="name">var <span class="ident">retry_handlers</span> : List[slack_sdk.http_retry.async_handler.AsyncRetryHandler]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.session"><code class="name">var <span class="ident">session</span> : aiohttp.client.ClientSession | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.ssl"><code class="name">var <span class="ident">ssl</span> : ssl.SSLContext | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.timeout"><code class="name">var <span class="ident">timeout</span> : int</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.token"><code class="name">var <span class="ident">token</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.async_client.AsyncAuditLogsClient.trust_env_in_session"><code class="name">var <span class="ident">trust_env_in_session</span> : bool</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
</dl>
<h3>Methods</h3>
Expand Down
28 changes: 14 additions & 14 deletions docs/static/api-docs/slack_sdk/audit_logs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,39 +420,39 @@ <h3>Class variables</h3>
<dl>
<dt id="slack_sdk.audit_logs.AuditLogsClient.BASE_URL"><code class="name">var <span class="ident">BASE_URL</span></code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious- are most of the references due to a more recent python version being used? I'm a fan of the detail 📚 ✨

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming it is, I used the latests version of python to generate the docs 🤔

</dd>
<dt id="slack_sdk.audit_logs.AuditLogsClient.base_url"><code class="name">var <span class="ident">base_url</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsClient.default_headers"><code class="name">var <span class="ident">default_headers</span> : Dict[str, str]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsClient.logger"><code class="name">var <span class="ident">logger</span> : logging.Logger</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsClient.proxy"><code class="name">var <span class="ident">proxy</span> : str | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsClient.retry_handlers"><code class="name">var <span class="ident">retry_handlers</span> : List[<a title="slack_sdk.http_retry.handler.RetryHandler" href="../http_retry/handler.html#slack_sdk.http_retry.handler.RetryHandler">RetryHandler</a>]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsClient.ssl"><code class="name">var <span class="ident">ssl</span> : ssl.SSLContext | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsClient.timeout"><code class="name">var <span class="ident">timeout</span> : int</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsClient.token"><code class="name">var <span class="ident">token</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
</dl>
<h3>Methods</h3>
Expand Down Expand Up @@ -577,23 +577,23 @@ <h3>Class variables</h3>
<dl>
<dt id="slack_sdk.audit_logs.AuditLogsResponse.body"><code class="name">var <span class="ident">body</span> : Dict[str, Any] | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsResponse.headers"><code class="name">var <span class="ident">headers</span> : Dict[str, Any]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsResponse.raw_body"><code class="name">var <span class="ident">raw_body</span> : str | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsResponse.status_code"><code class="name">var <span class="ident">status_code</span> : int</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.AuditLogsResponse.url"><code class="name">var <span class="ident">url</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
</dl>
<h3>Instance variables</h3>
Expand Down
24 changes: 12 additions & 12 deletions docs/static/api-docs/slack_sdk/audit_logs/v1/async_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,51 +414,51 @@ <h3>Class variables</h3>
<dl>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.BASE_URL"><code class="name">var <span class="ident">BASE_URL</span></code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.auth"><code class="name">var <span class="ident">auth</span> : aiohttp.helpers.BasicAuth | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.base_url"><code class="name">var <span class="ident">base_url</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.default_headers"><code class="name">var <span class="ident">default_headers</span> : Dict[str, str]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.logger"><code class="name">var <span class="ident">logger</span> : logging.Logger</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.proxy"><code class="name">var <span class="ident">proxy</span> : str | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.retry_handlers"><code class="name">var <span class="ident">retry_handlers</span> : List[slack_sdk.http_retry.async_handler.AsyncRetryHandler]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.session"><code class="name">var <span class="ident">session</span> : aiohttp.client.ClientSession | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.ssl"><code class="name">var <span class="ident">ssl</span> : ssl.SSLContext | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.timeout"><code class="name">var <span class="ident">timeout</span> : int</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.token"><code class="name">var <span class="ident">token</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.trust_env_in_session"><code class="name">var <span class="ident">trust_env_in_session</span> : bool</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
</dl>
<h3>Methods</h3>
Expand Down
18 changes: 9 additions & 9 deletions docs/static/api-docs/slack_sdk/audit_logs/v1/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,39 +409,39 @@ <h3>Class variables</h3>
<dl>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.BASE_URL"><code class="name">var <span class="ident">BASE_URL</span></code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.base_url"><code class="name">var <span class="ident">base_url</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.default_headers"><code class="name">var <span class="ident">default_headers</span> : Dict[str, str]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.logger"><code class="name">var <span class="ident">logger</span> : logging.Logger</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.proxy"><code class="name">var <span class="ident">proxy</span> : str | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.retry_handlers"><code class="name">var <span class="ident">retry_handlers</span> : List[<a title="slack_sdk.http_retry.handler.RetryHandler" href="../../http_retry/handler.html#slack_sdk.http_retry.handler.RetryHandler">RetryHandler</a>]</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.ssl"><code class="name">var <span class="ident">ssl</span> : ssl.SSLContext | None</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.timeout"><code class="name">var <span class="ident">timeout</span> : int</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
<dt id="slack_sdk.audit_logs.v1.client.AuditLogsClient.token"><code class="name">var <span class="ident">token</span> : str</code></dt>
<dd>
<div class="desc"></div>
<div class="desc"><p>The type of the None singleton.</p></div>
</dd>
</dl>
<h3>Methods</h3>
Expand Down
Loading
Loading