@@ -130,7 +130,7 @@ <h1 class="title">Module <code>slack_sdk.audit_logs.v1.async_client</code></h1>
130130 async def schemas(
131131 self,
132132 *,
133- query_params: Optional[Dict[str, any ]] = None,
133+ query_params: Optional[Dict[str, Any ]] = None,
134134 headers: Optional[Dict[str, str]] = None,
135135 ) -> AuditLogsResponse:
136136 """Returns information about the kind of objects which the Audit Logs API
@@ -152,7 +152,7 @@ <h1 class="title">Module <code>slack_sdk.audit_logs.v1.async_client</code></h1>
152152 async def actions(
153153 self,
154154 *,
155- query_params: Optional[Dict[str, any ]] = None,
155+ query_params: Optional[Dict[str, Any ]] = None,
156156 headers: Optional[Dict[str, str]] = None,
157157 ) -> AuditLogsResponse:
158158 """Returns information about the kind of actions that the Audit Logs API
@@ -181,7 +181,7 @@ <h1 class="title">Module <code>slack_sdk.audit_logs.v1.async_client</code></h1>
181181 action: Optional[str] = None,
182182 actor: Optional[str] = None,
183183 entity: Optional[str] = None,
184- additional_query_params: Optional[Dict[str, any ]] = None,
184+ additional_query_params: Optional[Dict[str, Any ]] = None,
185185 headers: Optional[Dict[str, str]] = None,
186186 ) -> AuditLogsResponse:
187187 """This is the primary endpoint for retrieving actual audit events from your organization.
@@ -229,8 +229,8 @@ <h1 class="title">Module <code>slack_sdk.audit_logs.v1.async_client</code></h1>
229229 *,
230230 http_verb: str = "GET",
231231 path: str,
232- query_params: Optional[Dict[str, any ]] = None,
233- body_params: Optional[Dict[str, any ]] = None,
232+ query_params: Optional[Dict[str, Any ]] = None,
233+ body_params: Optional[Dict[str, Any ]] = None,
234234 headers: Optional[Dict[str, str]] = None,
235235 ) -> AuditLogsResponse:
236236 url = f"{self.base_url}{path}"
@@ -516,7 +516,7 @@ <h2 id="args">Args</h2>
516516 async def schemas(
517517 self,
518518 *,
519- query_params: Optional[Dict[str, any ]] = None,
519+ query_params: Optional[Dict[str, Any ]] = None,
520520 headers: Optional[Dict[str, str]] = None,
521521 ) -> AuditLogsResponse:
522522 """Returns information about the kind of objects which the Audit Logs API
@@ -538,7 +538,7 @@ <h2 id="args">Args</h2>
538538 async def actions(
539539 self,
540540 *,
541- query_params: Optional[Dict[str, any ]] = None,
541+ query_params: Optional[Dict[str, Any ]] = None,
542542 headers: Optional[Dict[str, str]] = None,
543543 ) -> AuditLogsResponse:
544544 """Returns information about the kind of actions that the Audit Logs API
@@ -567,7 +567,7 @@ <h2 id="args">Args</h2>
567567 action: Optional[str] = None,
568568 actor: Optional[str] = None,
569569 entity: Optional[str] = None,
570- additional_query_params: Optional[Dict[str, any ]] = None,
570+ additional_query_params: Optional[Dict[str, Any ]] = None,
571571 headers: Optional[Dict[str, str]] = None,
572572 ) -> AuditLogsResponse:
573573 """This is the primary endpoint for retrieving actual audit events from your organization.
@@ -615,8 +615,8 @@ <h2 id="args">Args</h2>
615615 *,
616616 http_verb: str = "GET",
617617 path: str,
618- query_params: Optional[Dict[str, any ]] = None,
619- body_params: Optional[Dict[str, any ]] = None,
618+ query_params: Optional[Dict[str, Any ]] = None,
619+ body_params: Optional[Dict[str, Any ]] = None,
620620 headers: Optional[Dict[str, str]] = None,
621621 ) -> AuditLogsResponse:
622622 url = f"{self.base_url}{path}"
@@ -832,7 +832,7 @@ <h3>Class variables</h3>
832832< h3 > Methods</ h3 >
833833< dl >
834834< dt id ="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.actions "> < code class ="name flex ">
835- < span > async def < span class ="ident "> actions</ span > </ span > (< span > self, *, query_params: Optional[Dict[str, < built-in function any > ]] = None, headers: Optional[Dict[str, str]] = None) ‑> < a title ="slack_sdk.audit_logs.v1.response.AuditLogsResponse " href ="response.html#slack_sdk.audit_logs.v1.response.AuditLogsResponse "> AuditLogsResponse</ a > </ span >
835+ < span > async def < span class ="ident "> actions</ span > </ span > (< span > self, *, query_params: Optional[Dict[str, Any ]] = None, headers: Optional[Dict[str, str]] = None) ‑> < a title ="slack_sdk.audit_logs.v1.response.AuditLogsResponse " href ="response.html#slack_sdk.audit_logs.v1.response.AuditLogsResponse "> AuditLogsResponse</ a > </ span >
836836</ code > </ dt >
837837< dd >
838838< div class ="desc "> < p > Returns information about the kind of actions that the Audit Logs API
@@ -854,7 +854,7 @@ <h2 id="returns">Returns</h2>
854854< pre > < code class ="python "> async def actions(
855855 self,
856856 *,
857- query_params: Optional[Dict[str, any ]] = None,
857+ query_params: Optional[Dict[str, Any ]] = None,
858858 headers: Optional[Dict[str, str]] = None,
859859) -> AuditLogsResponse:
860860 """Returns information about the kind of actions that the Audit Logs API
@@ -876,7 +876,7 @@ <h2 id="returns">Returns</h2>
876876</ details >
877877</ dd >
878878< dt id ="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.api_call "> < code class ="name flex ">
879- < span > async def < span class ="ident "> api_call</ span > </ span > (< span > self, *, http_verb: str = 'GET', path: str, query_params: Optional[Dict[str, < built-in function any > ]] = None, body_params: Optional[Dict[str, < built-in function any > ]] = None, headers: Optional[Dict[str, str]] = None) ‑> < a title ="slack_sdk.audit_logs.v1.response.AuditLogsResponse " href ="response.html#slack_sdk.audit_logs.v1.response.AuditLogsResponse "> AuditLogsResponse</ a > </ span >
879+ < span > async def < span class ="ident "> api_call</ span > </ span > (< span > self, *, http_verb: str = 'GET', path: str, query_params: Optional[Dict[str, Any ]] = None, body_params: Optional[Dict[str, Any ]] = None, headers: Optional[Dict[str, str]] = None) ‑> < a title ="slack_sdk.audit_logs.v1.response.AuditLogsResponse " href ="response.html#slack_sdk.audit_logs.v1.response.AuditLogsResponse "> AuditLogsResponse</ a > </ span >
880880</ code > </ dt >
881881< dd >
882882< div class ="desc "> </ div >
@@ -889,8 +889,8 @@ <h2 id="returns">Returns</h2>
889889 *,
890890 http_verb: str = "GET",
891891 path: str,
892- query_params: Optional[Dict[str, any ]] = None,
893- body_params: Optional[Dict[str, any ]] = None,
892+ query_params: Optional[Dict[str, Any ]] = None,
893+ body_params: Optional[Dict[str, Any ]] = None,
894894 headers: Optional[Dict[str, str]] = None,
895895) -> AuditLogsResponse:
896896 url = f"{self.base_url}{path}"
@@ -908,7 +908,7 @@ <h2 id="returns">Returns</h2>
908908</ details >
909909</ dd >
910910< dt id ="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.logs "> < code class ="name flex ">
911- < span > async def < span class ="ident "> logs</ span > </ span > (< span > self, *, latest: Optional[int] = None, oldest: Optional[int] = None, limit: Optional[int] = None, action: Optional[str] = None, actor: Optional[str] = None, entity: Optional[str] = None, additional_query_params: Optional[Dict[str, < built-in function any > ]] = None, headers: Optional[Dict[str, str]] = None) ‑> < a title ="slack_sdk.audit_logs.v1.response.AuditLogsResponse " href ="response.html#slack_sdk.audit_logs.v1.response.AuditLogsResponse "> AuditLogsResponse</ a > </ span >
911+ < span > async def < span class ="ident "> logs</ span > </ span > (< span > self, *, latest: Optional[int] = None, oldest: Optional[int] = None, limit: Optional[int] = None, action: Optional[str] = None, actor: Optional[str] = None, entity: Optional[str] = None, additional_query_params: Optional[Dict[str, Any ]] = None, headers: Optional[Dict[str, str]] = None) ‑> < a title ="slack_sdk.audit_logs.v1.response.AuditLogsResponse " href ="response.html#slack_sdk.audit_logs.v1.response.AuditLogsResponse "> AuditLogsResponse</ a > </ span >
912912</ code > </ dt >
913913< dd >
914914< div class ="desc "> < p > This is the primary endpoint for retrieving actual audit events from your organization.
@@ -953,7 +953,7 @@ <h2 id="returns">Returns</h2>
953953 action: Optional[str] = None,
954954 actor: Optional[str] = None,
955955 entity: Optional[str] = None,
956- additional_query_params: Optional[Dict[str, any ]] = None,
956+ additional_query_params: Optional[Dict[str, Any ]] = None,
957957 headers: Optional[Dict[str, str]] = None,
958958) -> AuditLogsResponse:
959959 """This is the primary endpoint for retrieving actual audit events from your organization.
@@ -998,7 +998,7 @@ <h2 id="returns">Returns</h2>
998998</ details >
999999</ dd >
10001000< dt id ="slack_sdk.audit_logs.v1.async_client.AsyncAuditLogsClient.schemas "> < code class ="name flex ">
1001- < span > async def < span class ="ident "> schemas</ span > </ span > (< span > self, *, query_params: Optional[Dict[str, < built-in function any > ]] = None, headers: Optional[Dict[str, str]] = None) ‑> < a title ="slack_sdk.audit_logs.v1.response.AuditLogsResponse " href ="response.html#slack_sdk.audit_logs.v1.response.AuditLogsResponse "> AuditLogsResponse</ a > </ span >
1001+ < span > async def < span class ="ident "> schemas</ span > </ span > (< span > self, *, query_params: Optional[Dict[str, Any ]] = None, headers: Optional[Dict[str, str]] = None) ‑> < a title ="slack_sdk.audit_logs.v1.response.AuditLogsResponse " href ="response.html#slack_sdk.audit_logs.v1.response.AuditLogsResponse "> AuditLogsResponse</ a > </ span >
10021002</ code > </ dt >
10031003< dd >
10041004< div class ="desc "> < p > Returns information about the kind of objects which the Audit Logs API
@@ -1020,7 +1020,7 @@ <h2 id="returns">Returns</h2>
10201020< pre > < code class ="python "> async def schemas(
10211021 self,
10221022 *,
1023- query_params: Optional[Dict[str, any ]] = None,
1023+ query_params: Optional[Dict[str, Any ]] = None,
10241024 headers: Optional[Dict[str, str]] = None,
10251025) -> AuditLogsResponse:
10261026 """Returns information about the kind of objects which the Audit Logs API
0 commit comments