pipedream 2.0.2__tar.gz → 2.0.3__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.2 → pipedream-2.0.3}/PKG-INFO +1 -1
- {pipedream-2.0.2 → pipedream-2.0.3}/pyproject.toml +1 -1
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/client_wrapper.py +2 -2
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/__init__.py +6 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/app.py +6 -0
- pipedream-2.0.3/src/pipedream/types/app_scope_profiles_item.py +28 -0
- pipedream-2.0.3/src/pipedream/types/app_scope_profiles_item_name.py +5 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/LICENSE +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/README.md +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/_default_clients.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/accounts/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/accounts/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/accounts/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/actions/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/actions/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/actions/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/actions/types/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/actions/types/actions_list_request_registry.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/app_categories/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/app_categories/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/app_categories/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/apps/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/apps/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/apps/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/apps/types/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/apps/types/apps_list_request_sort_direction.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/apps/types/apps_list_request_sort_key.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/components/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/components/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/components/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/components/types/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/components/types/components_list_request_registry.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/api_error.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/datetime_utils.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/file.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/force_multipart.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/http_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/http_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/http_sse/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/http_sse/_api.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/http_sse/_decoders.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/http_sse/_exceptions.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/http_sse/_models.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/jsonable_encoder.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/logging.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/oauth_token_provider.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/pagination.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/parse_error.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/pydantic_utilities.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/query_encoder.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/remove_none_from_dict.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/request_options.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/core/serialization.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/deployed_triggers/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/deployed_triggers/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/deployed_triggers/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/environment.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/errors/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/errors/bad_request_error.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/errors/not_found_error.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/errors/too_many_requests_error.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/file_stash/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/file_stash/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/file_stash/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/oauth_tokens/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/oauth_tokens/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/oauth_tokens/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/pipedream.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/project_environment/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/project_environment/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/project_environment/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/projects/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/projects/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/projects/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/proxy/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/proxy/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/proxy/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/py.typed +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/tokens/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/tokens/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/tokens/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/triggers/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/triggers/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/triggers/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/triggers/types/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/triggers/types/triggers_list_request_registry.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/account.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/account_credentials.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/account_id.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/app_auth_type.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/app_category.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/backend_client_opts.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/client_opts.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/component.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/component_stash.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/component_type.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_airtable_base_id.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_airtable_field_id.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_airtable_table_id.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_airtable_view_id.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_alert.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_alert_type.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_any.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_any_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_app.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_apphook.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_base.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_base_type.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_boolean.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_boolean_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_data_store.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_db.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_dir.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_dir_access_mode.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_discord_channel.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_discord_channel_array.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_http.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_http_request.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_integer.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_integer_array.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_integer_array_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_integer_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_object.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_object_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_sql.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_sql_auth.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_sql_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_string.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_string_array.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_string_array_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_string_format.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_string_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_timer.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_timer_default.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_timer_option.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_timer_static.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configure_prop_options.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configure_prop_options_item.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configure_prop_opts.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configure_prop_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_any.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_app.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_boolean.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_integer.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_object.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_sql.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_string.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_string_array.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_props.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/connect_token.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/connect_usage.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/connect_usage_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/create_o_auth_token_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/create_token_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/delete_trigger_opts.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/deploy_trigger_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/deployed_component.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/dynamic_props.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/emitted_event.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/emitter.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/emitter_type.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/error_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/external_user.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_accounts_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_app_category_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_app_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_apps_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_component_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_components_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_trigger_events_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_trigger_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_trigger_webhooks_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_trigger_workflows_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_triggers_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_users_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_webhook_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_webhook_with_signing_key_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/http_interface.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/http_request_auth.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/http_request_auth_type.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/http_request_body.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/http_request_body_mode.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/http_request_body_type.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/http_request_config.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/http_request_field.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/list_accounts_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/list_app_categories_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/list_apps_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/list_projects_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/observation.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/observation_error.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/page_info.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/project.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/project_environment.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/project_info_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/project_info_response_app.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/prop_option.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/prop_option_nested.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/prop_option_value.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/proxy_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/proxy_response_binary.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/reload_props_opts.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/reload_props_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/run_action_opts_stash_id.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/run_action_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/set_webhook_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/start_connect_opts.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/stash_id.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/timer_cron.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/timer_interface.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/timer_interval.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/too_many_requests_error_body.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/tool_annotations.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/trigger_webhook.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/validate_token_response.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/webhook.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/webhook_with_optional_signing_key.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/webhook_with_signing_key.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/usage/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/usage/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/usage/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/users/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/users/client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/users/raw_client.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/version.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/workflows/__init__.py +0 -0
- {pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/workflows/client.py +0 -0
|
@@ -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.3",
|
|
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.3",
|
|
43
43
|
**(self.get_custom_headers() or {}),
|
|
44
44
|
}
|
|
45
45
|
if self._project_environment is not None:
|
|
@@ -12,6 +12,8 @@ if typing.TYPE_CHECKING:
|
|
|
12
12
|
from .app import App
|
|
13
13
|
from .app_auth_type import AppAuthType
|
|
14
14
|
from .app_category import AppCategory
|
|
15
|
+
from .app_scope_profiles_item import AppScopeProfilesItem
|
|
16
|
+
from .app_scope_profiles_item_name import AppScopeProfilesItemName
|
|
15
17
|
from .backend_client_opts import BackendClientOpts
|
|
16
18
|
from .client_opts import ClientOpts
|
|
17
19
|
from .component import Component
|
|
@@ -148,6 +150,8 @@ _dynamic_imports: typing.Dict[str, str] = {
|
|
|
148
150
|
"App": ".app",
|
|
149
151
|
"AppAuthType": ".app_auth_type",
|
|
150
152
|
"AppCategory": ".app_category",
|
|
153
|
+
"AppScopeProfilesItem": ".app_scope_profiles_item",
|
|
154
|
+
"AppScopeProfilesItemName": ".app_scope_profiles_item_name",
|
|
151
155
|
"BackendClientOpts": ".backend_client_opts",
|
|
152
156
|
"ClientOpts": ".client_opts",
|
|
153
157
|
"Component": ".component",
|
|
@@ -308,6 +312,8 @@ __all__ = [
|
|
|
308
312
|
"App",
|
|
309
313
|
"AppAuthType",
|
|
310
314
|
"AppCategory",
|
|
315
|
+
"AppScopeProfilesItem",
|
|
316
|
+
"AppScopeProfilesItemName",
|
|
311
317
|
"BackendClientOpts",
|
|
312
318
|
"ClientOpts",
|
|
313
319
|
"Component",
|
|
@@ -5,6 +5,7 @@ import typing
|
|
|
5
5
|
import pydantic
|
|
6
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
7
|
from .app_auth_type import AppAuthType
|
|
8
|
+
from .app_scope_profiles_item import AppScopeProfilesItem
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
class App(UniversalBaseModel):
|
|
@@ -53,6 +54,11 @@ class App(UniversalBaseModel):
|
|
|
53
54
|
A rough directional ordering of app popularity, subject to changes by Pipedream
|
|
54
55
|
"""
|
|
55
56
|
|
|
57
|
+
scope_profiles: typing.List[AppScopeProfilesItem] = pydantic.Field()
|
|
58
|
+
"""
|
|
59
|
+
Named subsets of the app's OAuth scopes that may be requested when users connect their accounts (via the `oauth_scope_profile` parameter). Empty for apps that don't define any.
|
|
60
|
+
"""
|
|
61
|
+
|
|
56
62
|
if IS_PYDANTIC_V2:
|
|
57
63
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
58
64
|
else:
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import typing
|
|
4
|
+
|
|
5
|
+
import pydantic
|
|
6
|
+
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
7
|
+
from .app_scope_profiles_item_name import AppScopeProfilesItemName
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class AppScopeProfilesItem(UniversalBaseModel):
|
|
11
|
+
name: AppScopeProfilesItemName = pydantic.Field()
|
|
12
|
+
"""
|
|
13
|
+
The profile name. Pass this back as `oauth_scope_profile` when starting the OAuth flow for this app.
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
scopes: typing.List[str] = pydantic.Field()
|
|
17
|
+
"""
|
|
18
|
+
The actual OAuth scopes of the upstream API that the user will be asked to authorize when this profile is selected.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
if IS_PYDANTIC_V2:
|
|
22
|
+
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
23
|
+
else:
|
|
24
|
+
|
|
25
|
+
class Config:
|
|
26
|
+
frozen = True
|
|
27
|
+
smart_union = True
|
|
28
|
+
extra = pydantic.Extra.allow
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/actions/types/actions_list_request_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/apps/types/apps_list_request_sort_direction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/triggers/types/triggers_list_request_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_airtable_base_id.py
RENAMED
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_airtable_field_id.py
RENAMED
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_airtable_table_id.py
RENAMED
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_airtable_view_id.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_any_options_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_boolean_options_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_dir_access_mode.py
RENAMED
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_discord_channel.py
RENAMED
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_discord_channel_array.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_integer_options_item.py
RENAMED
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_object_options_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_sql_options_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configurable_prop_string_options_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/configured_prop_value_string_array.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/get_webhook_with_signing_key_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-2.0.2 → pipedream-2.0.3}/src/pipedream/types/webhook_with_optional_signing_key.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|