pipedream 2.0.3__tar.gz → 2.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pipedream-2.0.3 → pipedream-2.0.5}/PKG-INFO +1 -1
- {pipedream-2.0.3 → pipedream-2.0.5}/pyproject.toml +1 -1
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/actions/client.py +16 -16
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/actions/raw_client.py +12 -12
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/components/client.py +14 -14
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/components/raw_client.py +10 -10
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/client_wrapper.py +2 -2
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/oauth_tokens/raw_client.py +23 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/triggers/client.py +16 -16
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/triggers/raw_client.py +12 -12
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/component.py +2 -2
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_app.py +1 -1
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configure_prop_opts.py +1 -1
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/emitted_event.py +5 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/reload_props_opts.py +1 -1
- {pipedream-2.0.3 → pipedream-2.0.5}/LICENSE +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/README.md +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/_default_clients.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/accounts/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/accounts/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/accounts/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/actions/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/actions/types/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/actions/types/actions_list_request_registry.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/app_categories/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/app_categories/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/app_categories/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/apps/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/apps/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/apps/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/apps/types/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/apps/types/apps_list_request_sort_direction.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/apps/types/apps_list_request_sort_key.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/components/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/components/types/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/components/types/components_list_request_registry.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/api_error.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/datetime_utils.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/file.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/force_multipart.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/http_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/http_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/http_sse/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/http_sse/_api.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/http_sse/_decoders.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/http_sse/_exceptions.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/http_sse/_models.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/jsonable_encoder.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/logging.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/oauth_token_provider.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/pagination.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/parse_error.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/pydantic_utilities.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/query_encoder.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/remove_none_from_dict.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/request_options.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/core/serialization.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/deployed_triggers/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/deployed_triggers/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/deployed_triggers/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/environment.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/errors/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/errors/bad_request_error.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/errors/not_found_error.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/errors/too_many_requests_error.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/file_stash/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/file_stash/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/file_stash/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/oauth_tokens/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/oauth_tokens/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/pipedream.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/project_environment/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/project_environment/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/project_environment/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/projects/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/projects/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/projects/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/proxy/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/proxy/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/proxy/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/py.typed +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/tokens/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/tokens/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/tokens/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/triggers/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/triggers/types/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/triggers/types/triggers_list_request_registry.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/account.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/account_credentials.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/account_id.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/app.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/app_auth_type.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/app_category.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/app_scope_profiles_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/app_scope_profiles_item_name.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/backend_client_opts.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/client_opts.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/component_stash.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/component_type.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_airtable_base_id.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_airtable_field_id.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_airtable_table_id.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_airtable_view_id.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_alert.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_alert_type.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_any.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_any_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_apphook.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_base.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_base_type.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_boolean.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_boolean_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_data_store.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_db.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_dir.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_dir_access_mode.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_discord_channel.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_discord_channel_array.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_http.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_http_request.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_integer.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_integer_array.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_integer_array_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_integer_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_object.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_object_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_sql.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_sql_auth.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_sql_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_string.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_string_array.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_string_array_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_string_format.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_string_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_timer.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_timer_default.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_timer_option.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configurable_prop_timer_static.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configure_prop_options.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configure_prop_options_item.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configure_prop_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value_any.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value_app.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value_boolean.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value_integer.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value_object.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value_sql.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value_string.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_prop_value_string_array.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/configured_props.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/connect_token.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/connect_usage.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/connect_usage_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/create_o_auth_token_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/create_token_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/delete_trigger_opts.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/deploy_trigger_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/deployed_component.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/dynamic_props.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/emitter.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/emitter_type.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/error_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/external_user.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_accounts_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_app_category_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_app_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_apps_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_component_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_components_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_trigger_events_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_trigger_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_trigger_webhooks_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_trigger_workflows_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_triggers_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_users_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_webhook_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/get_webhook_with_signing_key_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/http_interface.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/http_request_auth.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/http_request_auth_type.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/http_request_body.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/http_request_body_mode.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/http_request_body_type.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/http_request_config.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/http_request_field.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/list_accounts_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/list_app_categories_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/list_apps_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/list_projects_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/observation.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/observation_error.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/page_info.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/project.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/project_environment.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/project_info_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/project_info_response_app.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/prop_option.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/prop_option_nested.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/prop_option_value.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/proxy_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/proxy_response_binary.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/reload_props_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/run_action_opts_stash_id.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/run_action_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/set_webhook_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/start_connect_opts.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/stash_id.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/timer_cron.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/timer_interface.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/timer_interval.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/too_many_requests_error_body.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/tool_annotations.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/trigger_webhook.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/validate_token_response.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/webhook.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/webhook_with_optional_signing_key.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/types/webhook_with_signing_key.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/usage/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/usage/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/usage/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/users/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/users/client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/users/raw_client.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/version.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/workflows/__init__.py +0 -0
- {pipedream-2.0.3 → pipedream-2.0.5}/src/pipedream/workflows/client.py +0 -0
|
@@ -66,7 +66,7 @@ class ActionsClient:
|
|
|
66
66
|
The ID or name slug of the app to filter the actions
|
|
67
67
|
|
|
68
68
|
registry : typing.Optional[ActionsListRequestRegistry]
|
|
69
|
-
The registry to retrieve actions from
|
|
69
|
+
The registry to retrieve actions from
|
|
70
70
|
|
|
71
71
|
request_options : typing.Optional[RequestOptions]
|
|
72
72
|
Request-specific configuration.
|
|
@@ -116,10 +116,10 @@ class ActionsClient:
|
|
|
116
116
|
Parameters
|
|
117
117
|
----------
|
|
118
118
|
component_id : str
|
|
119
|
-
The key that uniquely identifies the component
|
|
119
|
+
The key that uniquely identifies the component
|
|
120
120
|
|
|
121
121
|
version : typing.Optional[str]
|
|
122
|
-
Optional semantic version of the component to retrieve
|
|
122
|
+
Optional semantic version of the component to retrieve
|
|
123
123
|
|
|
124
124
|
request_options : typing.Optional[RequestOptions]
|
|
125
125
|
Request-specific configuration.
|
|
@@ -139,8 +139,8 @@ class ActionsClient:
|
|
|
139
139
|
client_secret="YOUR_CLIENT_SECRET",
|
|
140
140
|
)
|
|
141
141
|
client.actions.retrieve(
|
|
142
|
-
component_id="
|
|
143
|
-
version="1.
|
|
142
|
+
component_id="slack-send-message",
|
|
143
|
+
version="1.0.0",
|
|
144
144
|
)
|
|
145
145
|
"""
|
|
146
146
|
_response = self._raw_client.retrieve(component_id, version=version, request_options=request_options)
|
|
@@ -176,7 +176,7 @@ class ActionsClient:
|
|
|
176
176
|
The name of the prop to configure
|
|
177
177
|
|
|
178
178
|
version : typing.Optional[str]
|
|
179
|
-
|
|
179
|
+
Component semantic version
|
|
180
180
|
|
|
181
181
|
blocking : typing.Optional[bool]
|
|
182
182
|
Whether this operation should block until completion
|
|
@@ -256,7 +256,7 @@ class ActionsClient:
|
|
|
256
256
|
The external user ID
|
|
257
257
|
|
|
258
258
|
version : typing.Optional[str]
|
|
259
|
-
|
|
259
|
+
Component semantic version
|
|
260
260
|
|
|
261
261
|
blocking : typing.Optional[bool]
|
|
262
262
|
Whether this operation should block until completion
|
|
@@ -322,7 +322,7 @@ class ActionsClient:
|
|
|
322
322
|
The external user ID
|
|
323
323
|
|
|
324
324
|
version : typing.Optional[str]
|
|
325
|
-
|
|
325
|
+
Action component semantic version
|
|
326
326
|
|
|
327
327
|
configured_props : typing.Optional[ConfiguredProps]
|
|
328
328
|
|
|
@@ -412,7 +412,7 @@ class AsyncActionsClient:
|
|
|
412
412
|
The ID or name slug of the app to filter the actions
|
|
413
413
|
|
|
414
414
|
registry : typing.Optional[ActionsListRequestRegistry]
|
|
415
|
-
The registry to retrieve actions from
|
|
415
|
+
The registry to retrieve actions from
|
|
416
416
|
|
|
417
417
|
request_options : typing.Optional[RequestOptions]
|
|
418
418
|
Request-specific configuration.
|
|
@@ -471,10 +471,10 @@ class AsyncActionsClient:
|
|
|
471
471
|
Parameters
|
|
472
472
|
----------
|
|
473
473
|
component_id : str
|
|
474
|
-
The key that uniquely identifies the component
|
|
474
|
+
The key that uniquely identifies the component
|
|
475
475
|
|
|
476
476
|
version : typing.Optional[str]
|
|
477
|
-
Optional semantic version of the component to retrieve
|
|
477
|
+
Optional semantic version of the component to retrieve
|
|
478
478
|
|
|
479
479
|
request_options : typing.Optional[RequestOptions]
|
|
480
480
|
Request-specific configuration.
|
|
@@ -499,8 +499,8 @@ class AsyncActionsClient:
|
|
|
499
499
|
|
|
500
500
|
async def main() -> None:
|
|
501
501
|
await client.actions.retrieve(
|
|
502
|
-
component_id="
|
|
503
|
-
version="1.
|
|
502
|
+
component_id="slack-send-message",
|
|
503
|
+
version="1.0.0",
|
|
504
504
|
)
|
|
505
505
|
|
|
506
506
|
|
|
@@ -539,7 +539,7 @@ class AsyncActionsClient:
|
|
|
539
539
|
The name of the prop to configure
|
|
540
540
|
|
|
541
541
|
version : typing.Optional[str]
|
|
542
|
-
|
|
542
|
+
Component semantic version
|
|
543
543
|
|
|
544
544
|
blocking : typing.Optional[bool]
|
|
545
545
|
Whether this operation should block until completion
|
|
@@ -627,7 +627,7 @@ class AsyncActionsClient:
|
|
|
627
627
|
The external user ID
|
|
628
628
|
|
|
629
629
|
version : typing.Optional[str]
|
|
630
|
-
|
|
630
|
+
Component semantic version
|
|
631
631
|
|
|
632
632
|
blocking : typing.Optional[bool]
|
|
633
633
|
Whether this operation should block until completion
|
|
@@ -701,7 +701,7 @@ class AsyncActionsClient:
|
|
|
701
701
|
The external user ID
|
|
702
702
|
|
|
703
703
|
version : typing.Optional[str]
|
|
704
|
-
|
|
704
|
+
Action component semantic version
|
|
705
705
|
|
|
706
706
|
configured_props : typing.Optional[ConfiguredProps]
|
|
707
707
|
|
|
@@ -65,7 +65,7 @@ class RawActionsClient:
|
|
|
65
65
|
The ID or name slug of the app to filter the actions
|
|
66
66
|
|
|
67
67
|
registry : typing.Optional[ActionsListRequestRegistry]
|
|
68
|
-
The registry to retrieve actions from
|
|
68
|
+
The registry to retrieve actions from
|
|
69
69
|
|
|
70
70
|
request_options : typing.Optional[RequestOptions]
|
|
71
71
|
Request-specific configuration.
|
|
@@ -157,10 +157,10 @@ class RawActionsClient:
|
|
|
157
157
|
Parameters
|
|
158
158
|
----------
|
|
159
159
|
component_id : str
|
|
160
|
-
The key that uniquely identifies the component
|
|
160
|
+
The key that uniquely identifies the component
|
|
161
161
|
|
|
162
162
|
version : typing.Optional[str]
|
|
163
|
-
Optional semantic version of the component to retrieve
|
|
163
|
+
Optional semantic version of the component to retrieve
|
|
164
164
|
|
|
165
165
|
request_options : typing.Optional[RequestOptions]
|
|
166
166
|
Request-specific configuration.
|
|
@@ -239,7 +239,7 @@ class RawActionsClient:
|
|
|
239
239
|
The name of the prop to configure
|
|
240
240
|
|
|
241
241
|
version : typing.Optional[str]
|
|
242
|
-
|
|
242
|
+
Component semantic version
|
|
243
243
|
|
|
244
244
|
blocking : typing.Optional[bool]
|
|
245
245
|
Whether this operation should block until completion
|
|
@@ -342,7 +342,7 @@ class RawActionsClient:
|
|
|
342
342
|
The external user ID
|
|
343
343
|
|
|
344
344
|
version : typing.Optional[str]
|
|
345
|
-
|
|
345
|
+
Component semantic version
|
|
346
346
|
|
|
347
347
|
blocking : typing.Optional[bool]
|
|
348
348
|
Whether this operation should block until completion
|
|
@@ -432,7 +432,7 @@ class RawActionsClient:
|
|
|
432
432
|
The external user ID
|
|
433
433
|
|
|
434
434
|
version : typing.Optional[str]
|
|
435
|
-
|
|
435
|
+
Action component semantic version
|
|
436
436
|
|
|
437
437
|
configured_props : typing.Optional[ConfiguredProps]
|
|
438
438
|
|
|
@@ -537,7 +537,7 @@ class AsyncRawActionsClient:
|
|
|
537
537
|
The ID or name slug of the app to filter the actions
|
|
538
538
|
|
|
539
539
|
registry : typing.Optional[ActionsListRequestRegistry]
|
|
540
|
-
The registry to retrieve actions from
|
|
540
|
+
The registry to retrieve actions from
|
|
541
541
|
|
|
542
542
|
request_options : typing.Optional[RequestOptions]
|
|
543
543
|
Request-specific configuration.
|
|
@@ -632,10 +632,10 @@ class AsyncRawActionsClient:
|
|
|
632
632
|
Parameters
|
|
633
633
|
----------
|
|
634
634
|
component_id : str
|
|
635
|
-
The key that uniquely identifies the component
|
|
635
|
+
The key that uniquely identifies the component
|
|
636
636
|
|
|
637
637
|
version : typing.Optional[str]
|
|
638
|
-
Optional semantic version of the component to retrieve
|
|
638
|
+
Optional semantic version of the component to retrieve
|
|
639
639
|
|
|
640
640
|
request_options : typing.Optional[RequestOptions]
|
|
641
641
|
Request-specific configuration.
|
|
@@ -714,7 +714,7 @@ class AsyncRawActionsClient:
|
|
|
714
714
|
The name of the prop to configure
|
|
715
715
|
|
|
716
716
|
version : typing.Optional[str]
|
|
717
|
-
|
|
717
|
+
Component semantic version
|
|
718
718
|
|
|
719
719
|
blocking : typing.Optional[bool]
|
|
720
720
|
Whether this operation should block until completion
|
|
@@ -817,7 +817,7 @@ class AsyncRawActionsClient:
|
|
|
817
817
|
The external user ID
|
|
818
818
|
|
|
819
819
|
version : typing.Optional[str]
|
|
820
|
-
|
|
820
|
+
Component semantic version
|
|
821
821
|
|
|
822
822
|
blocking : typing.Optional[bool]
|
|
823
823
|
Whether this operation should block until completion
|
|
@@ -907,7 +907,7 @@ class AsyncRawActionsClient:
|
|
|
907
907
|
The external user ID
|
|
908
908
|
|
|
909
909
|
version : typing.Optional[str]
|
|
910
|
-
|
|
910
|
+
Action component semantic version
|
|
911
911
|
|
|
912
912
|
configured_props : typing.Optional[ConfiguredProps]
|
|
913
913
|
|
|
@@ -66,7 +66,7 @@ class ComponentsClient:
|
|
|
66
66
|
The ID or name slug of the app to filter the components
|
|
67
67
|
|
|
68
68
|
registry : typing.Optional[ComponentsListRequestRegistry]
|
|
69
|
-
The registry to retrieve components from
|
|
69
|
+
The registry to retrieve components from
|
|
70
70
|
|
|
71
71
|
component_type : typing.Optional[ComponentType]
|
|
72
72
|
The type of the component to filter the components
|
|
@@ -127,10 +127,10 @@ class ComponentsClient:
|
|
|
127
127
|
Parameters
|
|
128
128
|
----------
|
|
129
129
|
component_id : str
|
|
130
|
-
The key that uniquely identifies the component
|
|
130
|
+
The key that uniquely identifies the component
|
|
131
131
|
|
|
132
132
|
version : typing.Optional[str]
|
|
133
|
-
Optional semantic version of the component to retrieve
|
|
133
|
+
Optional semantic version of the component to retrieve
|
|
134
134
|
|
|
135
135
|
request_options : typing.Optional[RequestOptions]
|
|
136
136
|
Request-specific configuration.
|
|
@@ -150,8 +150,8 @@ class ComponentsClient:
|
|
|
150
150
|
client_secret="YOUR_CLIENT_SECRET",
|
|
151
151
|
)
|
|
152
152
|
client.components.retrieve(
|
|
153
|
-
component_id="
|
|
154
|
-
version="1.
|
|
153
|
+
component_id="slack-send-message",
|
|
154
|
+
version="1.0.0",
|
|
155
155
|
)
|
|
156
156
|
"""
|
|
157
157
|
_response = self._raw_client.retrieve(component_id, version=version, request_options=request_options)
|
|
@@ -187,7 +187,7 @@ class ComponentsClient:
|
|
|
187
187
|
The name of the prop to configure
|
|
188
188
|
|
|
189
189
|
version : typing.Optional[str]
|
|
190
|
-
|
|
190
|
+
Component semantic version
|
|
191
191
|
|
|
192
192
|
blocking : typing.Optional[bool]
|
|
193
193
|
Whether this operation should block until completion
|
|
@@ -267,7 +267,7 @@ class ComponentsClient:
|
|
|
267
267
|
The external user ID
|
|
268
268
|
|
|
269
269
|
version : typing.Optional[str]
|
|
270
|
-
|
|
270
|
+
Component semantic version
|
|
271
271
|
|
|
272
272
|
blocking : typing.Optional[bool]
|
|
273
273
|
Whether this operation should block until completion
|
|
@@ -359,7 +359,7 @@ class AsyncComponentsClient:
|
|
|
359
359
|
The ID or name slug of the app to filter the components
|
|
360
360
|
|
|
361
361
|
registry : typing.Optional[ComponentsListRequestRegistry]
|
|
362
|
-
The registry to retrieve components from
|
|
362
|
+
The registry to retrieve components from
|
|
363
363
|
|
|
364
364
|
component_type : typing.Optional[ComponentType]
|
|
365
365
|
The type of the component to filter the components
|
|
@@ -429,10 +429,10 @@ class AsyncComponentsClient:
|
|
|
429
429
|
Parameters
|
|
430
430
|
----------
|
|
431
431
|
component_id : str
|
|
432
|
-
The key that uniquely identifies the component
|
|
432
|
+
The key that uniquely identifies the component
|
|
433
433
|
|
|
434
434
|
version : typing.Optional[str]
|
|
435
|
-
Optional semantic version of the component to retrieve
|
|
435
|
+
Optional semantic version of the component to retrieve
|
|
436
436
|
|
|
437
437
|
request_options : typing.Optional[RequestOptions]
|
|
438
438
|
Request-specific configuration.
|
|
@@ -457,8 +457,8 @@ class AsyncComponentsClient:
|
|
|
457
457
|
|
|
458
458
|
async def main() -> None:
|
|
459
459
|
await client.components.retrieve(
|
|
460
|
-
component_id="
|
|
461
|
-
version="1.
|
|
460
|
+
component_id="slack-send-message",
|
|
461
|
+
version="1.0.0",
|
|
462
462
|
)
|
|
463
463
|
|
|
464
464
|
|
|
@@ -497,7 +497,7 @@ class AsyncComponentsClient:
|
|
|
497
497
|
The name of the prop to configure
|
|
498
498
|
|
|
499
499
|
version : typing.Optional[str]
|
|
500
|
-
|
|
500
|
+
Component semantic version
|
|
501
501
|
|
|
502
502
|
blocking : typing.Optional[bool]
|
|
503
503
|
Whether this operation should block until completion
|
|
@@ -585,7 +585,7 @@ class AsyncComponentsClient:
|
|
|
585
585
|
The external user ID
|
|
586
586
|
|
|
587
587
|
version : typing.Optional[str]
|
|
588
|
-
|
|
588
|
+
Component semantic version
|
|
589
589
|
|
|
590
590
|
blocking : typing.Optional[bool]
|
|
591
591
|
Whether this operation should block until completion
|
|
@@ -65,7 +65,7 @@ class RawComponentsClient:
|
|
|
65
65
|
The ID or name slug of the app to filter the components
|
|
66
66
|
|
|
67
67
|
registry : typing.Optional[ComponentsListRequestRegistry]
|
|
68
|
-
The registry to retrieve components from
|
|
68
|
+
The registry to retrieve components from
|
|
69
69
|
|
|
70
70
|
component_type : typing.Optional[ComponentType]
|
|
71
71
|
The type of the component to filter the components
|
|
@@ -162,10 +162,10 @@ class RawComponentsClient:
|
|
|
162
162
|
Parameters
|
|
163
163
|
----------
|
|
164
164
|
component_id : str
|
|
165
|
-
The key that uniquely identifies the component
|
|
165
|
+
The key that uniquely identifies the component
|
|
166
166
|
|
|
167
167
|
version : typing.Optional[str]
|
|
168
|
-
Optional semantic version of the component to retrieve
|
|
168
|
+
Optional semantic version of the component to retrieve
|
|
169
169
|
|
|
170
170
|
request_options : typing.Optional[RequestOptions]
|
|
171
171
|
Request-specific configuration.
|
|
@@ -244,7 +244,7 @@ class RawComponentsClient:
|
|
|
244
244
|
The name of the prop to configure
|
|
245
245
|
|
|
246
246
|
version : typing.Optional[str]
|
|
247
|
-
|
|
247
|
+
Component semantic version
|
|
248
248
|
|
|
249
249
|
blocking : typing.Optional[bool]
|
|
250
250
|
Whether this operation should block until completion
|
|
@@ -347,7 +347,7 @@ class RawComponentsClient:
|
|
|
347
347
|
The external user ID
|
|
348
348
|
|
|
349
349
|
version : typing.Optional[str]
|
|
350
|
-
|
|
350
|
+
Component semantic version
|
|
351
351
|
|
|
352
352
|
blocking : typing.Optional[bool]
|
|
353
353
|
Whether this operation should block until completion
|
|
@@ -452,7 +452,7 @@ class AsyncRawComponentsClient:
|
|
|
452
452
|
The ID or name slug of the app to filter the components
|
|
453
453
|
|
|
454
454
|
registry : typing.Optional[ComponentsListRequestRegistry]
|
|
455
|
-
The registry to retrieve components from
|
|
455
|
+
The registry to retrieve components from
|
|
456
456
|
|
|
457
457
|
component_type : typing.Optional[ComponentType]
|
|
458
458
|
The type of the component to filter the components
|
|
@@ -552,10 +552,10 @@ class AsyncRawComponentsClient:
|
|
|
552
552
|
Parameters
|
|
553
553
|
----------
|
|
554
554
|
component_id : str
|
|
555
|
-
The key that uniquely identifies the component
|
|
555
|
+
The key that uniquely identifies the component
|
|
556
556
|
|
|
557
557
|
version : typing.Optional[str]
|
|
558
|
-
Optional semantic version of the component to retrieve
|
|
558
|
+
Optional semantic version of the component to retrieve
|
|
559
559
|
|
|
560
560
|
request_options : typing.Optional[RequestOptions]
|
|
561
561
|
Request-specific configuration.
|
|
@@ -634,7 +634,7 @@ class AsyncRawComponentsClient:
|
|
|
634
634
|
The name of the prop to configure
|
|
635
635
|
|
|
636
636
|
version : typing.Optional[str]
|
|
637
|
-
|
|
637
|
+
Component semantic version
|
|
638
638
|
|
|
639
639
|
blocking : typing.Optional[bool]
|
|
640
640
|
Whether this operation should block until completion
|
|
@@ -737,7 +737,7 @@ class AsyncRawComponentsClient:
|
|
|
737
737
|
The external user ID
|
|
738
738
|
|
|
739
739
|
version : typing.Optional[str]
|
|
740
|
-
|
|
740
|
+
Component semantic version
|
|
741
741
|
|
|
742
742
|
blocking : typing.Optional[bool]
|
|
743
743
|
Whether this operation should block until completion
|
|
@@ -34,12 +34,12 @@ class BaseClientWrapper:
|
|
|
34
34
|
import platform
|
|
35
35
|
|
|
36
36
|
headers: typing.Dict[str, str] = {
|
|
37
|
-
"User-Agent": "pipedream/2.0.
|
|
37
|
+
"User-Agent": "pipedream/2.0.5",
|
|
38
38
|
"X-Fern-Language": "Python",
|
|
39
39
|
"X-Fern-Runtime": f"python/{platform.python_version()}",
|
|
40
40
|
"X-Fern-Platform": f"{platform.system().lower()}/{platform.release()}",
|
|
41
41
|
"X-Fern-SDK-Name": "pipedream",
|
|
42
|
-
"X-Fern-SDK-Version": "2.0.
|
|
42
|
+
"X-Fern-SDK-Version": "2.0.5",
|
|
43
43
|
**(self.get_custom_headers() or {}),
|
|
44
44
|
}
|
|
45
45
|
if self._project_environment is not None:
|
|
@@ -9,6 +9,7 @@ from ..core.http_response import AsyncHttpResponse, HttpResponse
|
|
|
9
9
|
from ..core.parse_error import ParsingError
|
|
10
10
|
from ..core.pydantic_utilities import parse_obj_as
|
|
11
11
|
from ..core.request_options import RequestOptions
|
|
12
|
+
from ..errors.too_many_requests_error import TooManyRequestsError
|
|
12
13
|
from ..types.create_o_auth_token_response import CreateOAuthTokenResponse
|
|
13
14
|
from pydantic import ValidationError
|
|
14
15
|
|
|
@@ -73,6 +74,17 @@ class RawOauthTokensClient:
|
|
|
73
74
|
),
|
|
74
75
|
)
|
|
75
76
|
return HttpResponse(response=_response, data=_data)
|
|
77
|
+
if _response.status_code == 429:
|
|
78
|
+
raise TooManyRequestsError(
|
|
79
|
+
headers=dict(_response.headers),
|
|
80
|
+
body=typing.cast(
|
|
81
|
+
typing.Any,
|
|
82
|
+
parse_obj_as(
|
|
83
|
+
type_=typing.Any, # type: ignore
|
|
84
|
+
object_=_response.json(),
|
|
85
|
+
),
|
|
86
|
+
),
|
|
87
|
+
)
|
|
76
88
|
_response_json = _response.json()
|
|
77
89
|
except JSONDecodeError:
|
|
78
90
|
raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response.text)
|
|
@@ -140,6 +152,17 @@ class AsyncRawOauthTokensClient:
|
|
|
140
152
|
),
|
|
141
153
|
)
|
|
142
154
|
return AsyncHttpResponse(response=_response, data=_data)
|
|
155
|
+
if _response.status_code == 429:
|
|
156
|
+
raise TooManyRequestsError(
|
|
157
|
+
headers=dict(_response.headers),
|
|
158
|
+
body=typing.cast(
|
|
159
|
+
typing.Any,
|
|
160
|
+
parse_obj_as(
|
|
161
|
+
type_=typing.Any, # type: ignore
|
|
162
|
+
object_=_response.json(),
|
|
163
|
+
),
|
|
164
|
+
),
|
|
165
|
+
)
|
|
143
166
|
_response_json = _response.json()
|
|
144
167
|
except JSONDecodeError:
|
|
145
168
|
raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response.text)
|
|
@@ -65,7 +65,7 @@ class TriggersClient:
|
|
|
65
65
|
The ID or name slug of the app to filter the triggers
|
|
66
66
|
|
|
67
67
|
registry : typing.Optional[TriggersListRequestRegistry]
|
|
68
|
-
The registry to retrieve triggers from
|
|
68
|
+
The registry to retrieve triggers from
|
|
69
69
|
|
|
70
70
|
request_options : typing.Optional[RequestOptions]
|
|
71
71
|
Request-specific configuration.
|
|
@@ -115,10 +115,10 @@ class TriggersClient:
|
|
|
115
115
|
Parameters
|
|
116
116
|
----------
|
|
117
117
|
component_id : str
|
|
118
|
-
The key that uniquely identifies the component
|
|
118
|
+
The key that uniquely identifies the component
|
|
119
119
|
|
|
120
120
|
version : typing.Optional[str]
|
|
121
|
-
Optional semantic version of the component to retrieve
|
|
121
|
+
Optional semantic version of the component to retrieve
|
|
122
122
|
|
|
123
123
|
request_options : typing.Optional[RequestOptions]
|
|
124
124
|
Request-specific configuration.
|
|
@@ -138,8 +138,8 @@ class TriggersClient:
|
|
|
138
138
|
client_secret="YOUR_CLIENT_SECRET",
|
|
139
139
|
)
|
|
140
140
|
client.triggers.retrieve(
|
|
141
|
-
component_id="
|
|
142
|
-
version="1.
|
|
141
|
+
component_id="slack-send-message",
|
|
142
|
+
version="1.0.0",
|
|
143
143
|
)
|
|
144
144
|
"""
|
|
145
145
|
_response = self._raw_client.retrieve(component_id, version=version, request_options=request_options)
|
|
@@ -175,7 +175,7 @@ class TriggersClient:
|
|
|
175
175
|
The name of the prop to configure
|
|
176
176
|
|
|
177
177
|
version : typing.Optional[str]
|
|
178
|
-
|
|
178
|
+
Component semantic version
|
|
179
179
|
|
|
180
180
|
blocking : typing.Optional[bool]
|
|
181
181
|
Whether this operation should block until completion
|
|
@@ -255,7 +255,7 @@ class TriggersClient:
|
|
|
255
255
|
The external user ID
|
|
256
256
|
|
|
257
257
|
version : typing.Optional[str]
|
|
258
|
-
|
|
258
|
+
Component semantic version
|
|
259
259
|
|
|
260
260
|
blocking : typing.Optional[bool]
|
|
261
261
|
Whether this operation should block until completion
|
|
@@ -323,7 +323,7 @@ class TriggersClient:
|
|
|
323
323
|
The external user ID
|
|
324
324
|
|
|
325
325
|
version : typing.Optional[str]
|
|
326
|
-
|
|
326
|
+
Trigger component semantic version
|
|
327
327
|
|
|
328
328
|
configured_props : typing.Optional[ConfiguredProps]
|
|
329
329
|
|
|
@@ -422,7 +422,7 @@ class AsyncTriggersClient:
|
|
|
422
422
|
The ID or name slug of the app to filter the triggers
|
|
423
423
|
|
|
424
424
|
registry : typing.Optional[TriggersListRequestRegistry]
|
|
425
|
-
The registry to retrieve triggers from
|
|
425
|
+
The registry to retrieve triggers from
|
|
426
426
|
|
|
427
427
|
request_options : typing.Optional[RequestOptions]
|
|
428
428
|
Request-specific configuration.
|
|
@@ -481,10 +481,10 @@ class AsyncTriggersClient:
|
|
|
481
481
|
Parameters
|
|
482
482
|
----------
|
|
483
483
|
component_id : str
|
|
484
|
-
The key that uniquely identifies the component
|
|
484
|
+
The key that uniquely identifies the component
|
|
485
485
|
|
|
486
486
|
version : typing.Optional[str]
|
|
487
|
-
Optional semantic version of the component to retrieve
|
|
487
|
+
Optional semantic version of the component to retrieve
|
|
488
488
|
|
|
489
489
|
request_options : typing.Optional[RequestOptions]
|
|
490
490
|
Request-specific configuration.
|
|
@@ -509,8 +509,8 @@ class AsyncTriggersClient:
|
|
|
509
509
|
|
|
510
510
|
async def main() -> None:
|
|
511
511
|
await client.triggers.retrieve(
|
|
512
|
-
component_id="
|
|
513
|
-
version="1.
|
|
512
|
+
component_id="slack-send-message",
|
|
513
|
+
version="1.0.0",
|
|
514
514
|
)
|
|
515
515
|
|
|
516
516
|
|
|
@@ -549,7 +549,7 @@ class AsyncTriggersClient:
|
|
|
549
549
|
The name of the prop to configure
|
|
550
550
|
|
|
551
551
|
version : typing.Optional[str]
|
|
552
|
-
|
|
552
|
+
Component semantic version
|
|
553
553
|
|
|
554
554
|
blocking : typing.Optional[bool]
|
|
555
555
|
Whether this operation should block until completion
|
|
@@ -637,7 +637,7 @@ class AsyncTriggersClient:
|
|
|
637
637
|
The external user ID
|
|
638
638
|
|
|
639
639
|
version : typing.Optional[str]
|
|
640
|
-
|
|
640
|
+
Component semantic version
|
|
641
641
|
|
|
642
642
|
blocking : typing.Optional[bool]
|
|
643
643
|
Whether this operation should block until completion
|
|
@@ -713,7 +713,7 @@ class AsyncTriggersClient:
|
|
|
713
713
|
The external user ID
|
|
714
714
|
|
|
715
715
|
version : typing.Optional[str]
|
|
716
|
-
|
|
716
|
+
Trigger component semantic version
|
|
717
717
|
|
|
718
718
|
configured_props : typing.Optional[ConfiguredProps]
|
|
719
719
|
|