pipedream 2.0.4__tar.gz → 2.1.0__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.
Files changed (232) hide show
  1. {pipedream-2.0.4 → pipedream-2.1.0}/PKG-INFO +1 -1
  2. {pipedream-2.0.4 → pipedream-2.1.0}/pyproject.toml +1 -1
  3. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/actions/client.py +16 -16
  4. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/actions/raw_client.py +12 -12
  5. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/components/client.py +14 -14
  6. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/components/raw_client.py +10 -10
  7. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/client_wrapper.py +2 -2
  8. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/pipedream.py +29 -5
  9. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/triggers/client.py +16 -16
  10. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/triggers/raw_client.py +12 -12
  11. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/component.py +2 -2
  12. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_app.py +1 -1
  13. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configure_prop_opts.py +1 -1
  14. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/emitted_event.py +5 -0
  15. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/reload_props_opts.py +1 -1
  16. {pipedream-2.0.4 → pipedream-2.1.0}/LICENSE +0 -0
  17. {pipedream-2.0.4 → pipedream-2.1.0}/README.md +0 -0
  18. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/__init__.py +0 -0
  19. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/_default_clients.py +0 -0
  20. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/accounts/__init__.py +0 -0
  21. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/accounts/client.py +0 -0
  22. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/accounts/raw_client.py +0 -0
  23. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/actions/__init__.py +0 -0
  24. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/actions/types/__init__.py +0 -0
  25. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/actions/types/actions_list_request_registry.py +0 -0
  26. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/app_categories/__init__.py +0 -0
  27. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/app_categories/client.py +0 -0
  28. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/app_categories/raw_client.py +0 -0
  29. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/apps/__init__.py +0 -0
  30. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/apps/client.py +0 -0
  31. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/apps/raw_client.py +0 -0
  32. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/apps/types/__init__.py +0 -0
  33. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/apps/types/apps_list_request_sort_direction.py +0 -0
  34. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/apps/types/apps_list_request_sort_key.py +0 -0
  35. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/client.py +0 -0
  36. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/components/__init__.py +0 -0
  37. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/components/types/__init__.py +0 -0
  38. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/components/types/components_list_request_registry.py +0 -0
  39. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/__init__.py +0 -0
  40. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/api_error.py +0 -0
  41. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/datetime_utils.py +0 -0
  42. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/file.py +0 -0
  43. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/force_multipart.py +0 -0
  44. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/http_client.py +0 -0
  45. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/http_response.py +0 -0
  46. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/http_sse/__init__.py +0 -0
  47. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/http_sse/_api.py +0 -0
  48. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/http_sse/_decoders.py +0 -0
  49. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/http_sse/_exceptions.py +0 -0
  50. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/http_sse/_models.py +0 -0
  51. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/jsonable_encoder.py +0 -0
  52. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/logging.py +0 -0
  53. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/oauth_token_provider.py +0 -0
  54. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/pagination.py +0 -0
  55. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/parse_error.py +0 -0
  56. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/pydantic_utilities.py +0 -0
  57. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/query_encoder.py +0 -0
  58. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/remove_none_from_dict.py +0 -0
  59. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/request_options.py +0 -0
  60. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/core/serialization.py +0 -0
  61. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/deployed_triggers/__init__.py +0 -0
  62. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/deployed_triggers/client.py +0 -0
  63. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/deployed_triggers/raw_client.py +0 -0
  64. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/environment.py +0 -0
  65. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/errors/__init__.py +0 -0
  66. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/errors/bad_request_error.py +0 -0
  67. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/errors/not_found_error.py +0 -0
  68. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/errors/too_many_requests_error.py +0 -0
  69. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/file_stash/__init__.py +0 -0
  70. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/file_stash/client.py +0 -0
  71. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/file_stash/raw_client.py +0 -0
  72. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/oauth_tokens/__init__.py +0 -0
  73. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/oauth_tokens/client.py +0 -0
  74. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/oauth_tokens/raw_client.py +0 -0
  75. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/project_environment/__init__.py +0 -0
  76. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/project_environment/client.py +0 -0
  77. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/project_environment/raw_client.py +0 -0
  78. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/projects/__init__.py +0 -0
  79. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/projects/client.py +0 -0
  80. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/projects/raw_client.py +0 -0
  81. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/proxy/__init__.py +0 -0
  82. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/proxy/client.py +0 -0
  83. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/proxy/raw_client.py +0 -0
  84. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/py.typed +0 -0
  85. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/tokens/__init__.py +0 -0
  86. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/tokens/client.py +0 -0
  87. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/tokens/raw_client.py +0 -0
  88. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/triggers/__init__.py +0 -0
  89. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/triggers/types/__init__.py +0 -0
  90. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/triggers/types/triggers_list_request_registry.py +0 -0
  91. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/__init__.py +0 -0
  92. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/account.py +0 -0
  93. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/account_credentials.py +0 -0
  94. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/account_id.py +0 -0
  95. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/app.py +0 -0
  96. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/app_auth_type.py +0 -0
  97. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/app_category.py +0 -0
  98. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/app_scope_profiles_item.py +0 -0
  99. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/app_scope_profiles_item_name.py +0 -0
  100. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/backend_client_opts.py +0 -0
  101. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/client_opts.py +0 -0
  102. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/component_stash.py +0 -0
  103. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/component_type.py +0 -0
  104. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop.py +0 -0
  105. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_airtable_base_id.py +0 -0
  106. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_airtable_field_id.py +0 -0
  107. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_airtable_table_id.py +0 -0
  108. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_airtable_view_id.py +0 -0
  109. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_alert.py +0 -0
  110. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_alert_type.py +0 -0
  111. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_any.py +0 -0
  112. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_any_options_item.py +0 -0
  113. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_apphook.py +0 -0
  114. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_base.py +0 -0
  115. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_base_type.py +0 -0
  116. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_boolean.py +0 -0
  117. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_boolean_options_item.py +0 -0
  118. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_data_store.py +0 -0
  119. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_db.py +0 -0
  120. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_dir.py +0 -0
  121. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_dir_access_mode.py +0 -0
  122. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_discord_channel.py +0 -0
  123. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_discord_channel_array.py +0 -0
  124. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_http.py +0 -0
  125. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_http_request.py +0 -0
  126. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_integer.py +0 -0
  127. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_integer_array.py +0 -0
  128. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_integer_array_options_item.py +0 -0
  129. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_integer_options_item.py +0 -0
  130. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_object.py +0 -0
  131. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_object_options_item.py +0 -0
  132. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_sql.py +0 -0
  133. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_sql_auth.py +0 -0
  134. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_sql_options_item.py +0 -0
  135. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_string.py +0 -0
  136. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_string_array.py +0 -0
  137. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_string_array_options_item.py +0 -0
  138. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_string_format.py +0 -0
  139. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_string_options_item.py +0 -0
  140. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_timer.py +0 -0
  141. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_timer_default.py +0 -0
  142. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_timer_option.py +0 -0
  143. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configurable_prop_timer_static.py +0 -0
  144. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configure_prop_options.py +0 -0
  145. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configure_prop_options_item.py +0 -0
  146. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configure_prop_response.py +0 -0
  147. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value.py +0 -0
  148. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value_any.py +0 -0
  149. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value_app.py +0 -0
  150. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value_boolean.py +0 -0
  151. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value_integer.py +0 -0
  152. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value_object.py +0 -0
  153. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value_sql.py +0 -0
  154. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value_string.py +0 -0
  155. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_prop_value_string_array.py +0 -0
  156. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/configured_props.py +0 -0
  157. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/connect_token.py +0 -0
  158. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/connect_usage.py +0 -0
  159. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/connect_usage_response.py +0 -0
  160. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/create_o_auth_token_response.py +0 -0
  161. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/create_token_response.py +0 -0
  162. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/delete_trigger_opts.py +0 -0
  163. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/deploy_trigger_response.py +0 -0
  164. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/deployed_component.py +0 -0
  165. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/dynamic_props.py +0 -0
  166. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/emitter.py +0 -0
  167. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/emitter_type.py +0 -0
  168. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/error_response.py +0 -0
  169. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/external_user.py +0 -0
  170. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_accounts_response.py +0 -0
  171. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_app_category_response.py +0 -0
  172. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_app_response.py +0 -0
  173. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_apps_response.py +0 -0
  174. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_component_response.py +0 -0
  175. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_components_response.py +0 -0
  176. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_trigger_events_response.py +0 -0
  177. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_trigger_response.py +0 -0
  178. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_trigger_webhooks_response.py +0 -0
  179. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_trigger_workflows_response.py +0 -0
  180. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_triggers_response.py +0 -0
  181. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_users_response.py +0 -0
  182. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_webhook_response.py +0 -0
  183. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/get_webhook_with_signing_key_response.py +0 -0
  184. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/http_interface.py +0 -0
  185. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/http_request_auth.py +0 -0
  186. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/http_request_auth_type.py +0 -0
  187. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/http_request_body.py +0 -0
  188. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/http_request_body_mode.py +0 -0
  189. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/http_request_body_type.py +0 -0
  190. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/http_request_config.py +0 -0
  191. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/http_request_field.py +0 -0
  192. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/list_accounts_response.py +0 -0
  193. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/list_app_categories_response.py +0 -0
  194. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/list_apps_response.py +0 -0
  195. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/list_projects_response.py +0 -0
  196. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/observation.py +0 -0
  197. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/observation_error.py +0 -0
  198. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/page_info.py +0 -0
  199. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/project.py +0 -0
  200. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/project_environment.py +0 -0
  201. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/project_info_response.py +0 -0
  202. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/project_info_response_app.py +0 -0
  203. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/prop_option.py +0 -0
  204. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/prop_option_nested.py +0 -0
  205. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/prop_option_value.py +0 -0
  206. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/proxy_response.py +0 -0
  207. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/proxy_response_binary.py +0 -0
  208. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/reload_props_response.py +0 -0
  209. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/run_action_opts_stash_id.py +0 -0
  210. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/run_action_response.py +0 -0
  211. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/set_webhook_response.py +0 -0
  212. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/start_connect_opts.py +0 -0
  213. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/stash_id.py +0 -0
  214. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/timer_cron.py +0 -0
  215. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/timer_interface.py +0 -0
  216. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/timer_interval.py +0 -0
  217. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/too_many_requests_error_body.py +0 -0
  218. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/tool_annotations.py +0 -0
  219. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/trigger_webhook.py +0 -0
  220. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/validate_token_response.py +0 -0
  221. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/webhook.py +0 -0
  222. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/webhook_with_optional_signing_key.py +0 -0
  223. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/types/webhook_with_signing_key.py +0 -0
  224. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/usage/__init__.py +0 -0
  225. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/usage/client.py +0 -0
  226. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/usage/raw_client.py +0 -0
  227. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/users/__init__.py +0 -0
  228. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/users/client.py +0 -0
  229. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/users/raw_client.py +0 -0
  230. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/version.py +0 -0
  231. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/workflows/__init__.py +0 -0
  232. {pipedream-2.0.4 → pipedream-2.1.0}/src/pipedream/workflows/client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pipedream
3
- Version: 2.0.4
3
+ Version: 2.1.0
4
4
  Summary:
5
5
  Requires-Python: >=3.10,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -4,7 +4,7 @@ dynamic = ["version"]
4
4
 
5
5
  [tool.poetry]
6
6
  name = "pipedream"
7
- version = "2.0.4"
7
+ version = "2.1.0"
8
8
  description = ""
9
9
  readme = "README.md"
10
10
  authors = []
@@ -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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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="component_id",
143
- version="1.2.3",
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional action component version (in SemVer format, for example '1.0.0'), defaults to latest
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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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="component_id",
503
- version="1.2.3",
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional action component version (in SemVer format, for example '1.0.0'), defaults to latest
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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional action component version (in SemVer format, for example '1.0.0'), defaults to latest
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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional action component version (in SemVer format, for example '1.0.0'), defaults to latest
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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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="component_id",
154
- version="1.2.3",
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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="component_id",
461
- version="1.2.3",
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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.4",
37
+ "User-Agent": "pipedream/2.1.0",
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.4",
42
+ "X-Fern-SDK-Version": "2.1.0",
43
43
  **(self.get_custom_headers() or {}),
44
44
  }
45
45
  if self._project_environment is not None:
@@ -2,8 +2,8 @@ import os
2
2
  import typing
3
3
 
4
4
  import httpx
5
-
6
5
  from .client import AsyncClient, Client
6
+ from .core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
7
7
  from .core.logging import LogConfig, Logger
8
8
  from .types.project_environment import ProjectEnvironment
9
9
  from .workflows.client import AsyncWorkflowsClient, WorkflowsClient
@@ -11,6 +11,26 @@ from .workflows.client import AsyncWorkflowsClient, WorkflowsClient
11
11
  _PROD_BASE_URL = "https://api.pipedream.com"
12
12
 
13
13
 
14
+ def normalize_url_path(request: httpx.Request) -> None:
15
+ request.url = request.url.copy_with(
16
+ path=request.url.path.replace("//", "/"),
17
+ )
18
+
19
+
20
+ async def async_normalize_url_path(request: httpx.Request) -> None:
21
+ normalize_url_path(request)
22
+
23
+
24
+ def install_request_hook(
25
+ client_wrapper: SyncClientWrapper | AsyncClientWrapper,
26
+ hook: typing.Callable,
27
+ ) -> None:
28
+ client_wrapper.httpx_client.httpx_client.event_hooks.setdefault(
29
+ "request",
30
+ [],
31
+ ).append(hook)
32
+
33
+
14
34
  class Pipedream(Client):
15
35
 
16
36
  def __init__(
@@ -33,8 +53,8 @@ class Pipedream(Client):
33
53
  httpx_client: typing.Optional[httpx.Client] = None,
34
54
  logging: typing.Optional[typing.Union[LogConfig, Logger]] = None,
35
55
  ):
36
- if not project_id:
37
- raise ValueError("Project ID is required")
56
+ # Ensure that project IDs are strings
57
+ project_id = project_id or ""
38
58
 
39
59
  resolved_base_url = base_url or os.environ.get("PIPEDREAM_BASE_URL") or _PROD_BASE_URL
40
60
  resolved_workflow_domain = (
@@ -58,6 +78,8 @@ class Pipedream(Client):
58
78
  else:
59
79
  super().__init__(client_id=client_id, client_secret=client_secret, **common_kwargs)
60
80
 
81
+ install_request_hook(self._client_wrapper, normalize_url_path)
82
+
61
83
  self.workflows = WorkflowsClient(
62
84
  client_wrapper=self._client_wrapper,
63
85
  workflow_domain=resolved_workflow_domain,
@@ -93,8 +115,8 @@ class AsyncPipedream(AsyncClient):
93
115
  httpx_client: typing.Optional[httpx.AsyncClient] = None,
94
116
  logging: typing.Optional[typing.Union[LogConfig, Logger]] = None,
95
117
  ):
96
- if not project_id:
97
- raise ValueError("Project ID is required")
118
+ # Ensure that project IDs are strings
119
+ project_id = project_id or ""
98
120
 
99
121
  resolved_base_url = base_url or os.environ.get("PIPEDREAM_BASE_URL") or _PROD_BASE_URL
100
122
  resolved_workflow_domain = (
@@ -118,6 +140,8 @@ class AsyncPipedream(AsyncClient):
118
140
  else:
119
141
  super().__init__(client_id=client_id, client_secret=client_secret, **common_kwargs)
120
142
 
143
+ install_request_hook(self._client_wrapper, async_normalize_url_path)
144
+
121
145
  self.workflows = AsyncWorkflowsClient(
122
146
  client_wrapper=self._client_wrapper,
123
147
  workflow_domain=resolved_workflow_domain,
@@ -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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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="component_id",
142
- version="1.2.3",
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional trigger component version (in SemVer format, for example '1.0.0'), defaults to latest
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. Defaults to 'all' ('public', 'private', or 'all')
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 (e.g., 'slack-send-message')
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 (for example '1.0.0')
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="component_id",
513
- version="1.2.3",
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional component version (in SemVer format, for example '1.0.0'), defaults to latest
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
- Optional trigger component version (in SemVer format, for example '1.0.0'), defaults to latest
716
+ Trigger component semantic version
717
717
 
718
718
  configured_props : typing.Optional[ConfiguredProps]
719
719