From 40f6d1e46cdf8f958ad682c9ae0aeb73d27ce616 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Wed, 14 Aug 2024 20:12:42 +0000 Subject: [PATCH] version 1.20.0 (#1128) --- .../adapter/asgi/builtin/index.html | 15 - .../slack_bolt/adapter/asgi/index.html | 15 - .../chalice_lazy_listener_runner.html | 10 - .../aws_lambda/lambda_s3_oauth_flow.html | 40 +- .../aws_lambda/lazy_listener_runner.html | 10 - .../slack_bolt/adapter/django/handler.html | 10 - .../google_cloud_functions/handler.html | 10 - docs/static/api-docs/slack_bolt/app/app.html | 115 ++++- .../api-docs/slack_bolt/app/async_app.html | 117 ++++- .../static/api-docs/slack_bolt/app/index.html | 115 ++++- .../static/api-docs/slack_bolt/async_app.html | 268 +++++++++++- .../slack_bolt/context/async_context.html | 151 ++++++- .../slack_bolt/context/base_context.html | 77 ++++ .../context/complete/async_complete.html | 122 ++++++ .../slack_bolt/context/complete/complete.html | 120 ++++++ .../slack_bolt/context/complete/index.html | 137 ++++++ .../api-docs/slack_bolt/context/context.html | 151 ++++++- .../slack_bolt/context/fail/async_fail.html | 120 ++++++ .../slack_bolt/context/fail/fail.html | 120 ++++++ .../slack_bolt/context/fail/index.html | 137 ++++++ .../api-docs/slack_bolt/context/index.html | 161 ++++++- docs/static/api-docs/slack_bolt/index.html | 404 +++++++++++++++++- .../slack_bolt/kwargs_injection/args.html | 20 +- .../kwargs_injection/async_args.html | 20 +- .../slack_bolt/kwargs_injection/index.html | 22 +- .../slack_bolt/listener_matcher/builtins.html | 7 + .../slack_bolt/middleware/async_builtins.html | 55 ++- .../middleware/async_middleware.html | 1 + .../async_attaching_function_token.html | 102 +++++ .../attaching_function_token.html | 102 +++++ .../attaching_function_token/index.html | 119 ++++++ .../api-docs/slack_bolt/middleware/index.html | 46 ++ .../slack_bolt/middleware/middleware.html | 1 + .../middleware/ssl_check/async_ssl_check.html | 15 - .../slack_bolt/request/internals.html | 21 + .../slack_bolt/request/payload_utils.html | 7 + .../api-docs/slack_bolt/workflows/index.html | 4 +- .../slack_bolt/workflows/step/async_step.html | 48 +-- .../workflows/step/async_step_middleware.html | 4 +- .../slack_bolt/workflows/step/index.html | 38 +- .../slack_bolt/workflows/step/step.html | 48 +-- .../workflows/step/step_middleware.html | 4 +- .../step/utilities/async_complete.html | 4 +- .../workflows/step/utilities/async_fail.html | 4 +- .../workflows/step/utilities/complete.html | 4 +- .../workflows/step/utilities/fail.html | 4 +- .../workflows/step/utilities/index.html | 6 +- slack_bolt/version.py | 2 +- 48 files changed, 2828 insertions(+), 305 deletions(-) create mode 100644 docs/static/api-docs/slack_bolt/context/complete/async_complete.html create mode 100644 docs/static/api-docs/slack_bolt/context/complete/complete.html create mode 100644 docs/static/api-docs/slack_bolt/context/complete/index.html create mode 100644 docs/static/api-docs/slack_bolt/context/fail/async_fail.html create mode 100644 docs/static/api-docs/slack_bolt/context/fail/fail.html create mode 100644 docs/static/api-docs/slack_bolt/context/fail/index.html create mode 100644 docs/static/api-docs/slack_bolt/middleware/attaching_function_token/async_attaching_function_token.html create mode 100644 docs/static/api-docs/slack_bolt/middleware/attaching_function_token/attaching_function_token.html create mode 100644 docs/static/api-docs/slack_bolt/middleware/attaching_function_token/index.html diff --git a/docs/static/api-docs/slack_bolt/adapter/asgi/builtin/index.html b/docs/static/api-docs/slack_bolt/adapter/asgi/builtin/index.html index 0ad9e6303..66bead34a 100644 --- a/docs/static/api-docs/slack_bolt/adapter/asgi/builtin/index.html +++ b/docs/static/api-docs/slack_bolt/adapter/asgi/builtin/index.html @@ -113,17 +113,6 @@

Subclasses

-

Class variables

-
-
var appApp
-
-
-
-
var path : str
-
-
-
-

Inherited members