pipedream 1.0.2__tar.gz → 1.0.4__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-1.0.2 → pipedream-1.0.4}/PKG-INFO +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/pyproject.toml +1 -1
- pipedream-1.0.4/src/pipedream/actions/__init__.py +7 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/actions/client.py +11 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/actions/raw_client.py +16 -0
- pipedream-1.0.4/src/pipedream/actions/types/__init__.py +7 -0
- pipedream-1.0.4/src/pipedream/actions/types/run_action_opts_stash_id.py +5 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/client_wrapper.py +2 -2
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_alert.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_any.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_app.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_boolean.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_discord.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_integer.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_object.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_string.py +1 -1
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_string_array.py +1 -1
- pipedream-1.0.2/src/pipedream/users/__init__.py +0 -4
- {pipedream-1.0.2 → pipedream-1.0.4}/LICENSE +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/README.md +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/accounts/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/accounts/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/accounts/raw_client.py +0 -0
- {pipedream-1.0.2/src/pipedream/actions → pipedream-1.0.4/src/pipedream/app_categories}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/app_categories/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/app_categories/raw_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/apps/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/apps/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/apps/raw_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/apps/types/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/apps/types/apps_list_request_sort_direction.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/apps/types/apps_list_request_sort_key.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/client.py +0 -0
- {pipedream-1.0.2/src/pipedream/app_categories → pipedream-1.0.4/src/pipedream/components}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/components/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/components/raw_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/api_error.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/datetime_utils.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/file.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/force_multipart.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/http_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/http_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/jsonable_encoder.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/oauth_token_provider.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/pagination.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/pydantic_utilities.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/query_encoder.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/remove_none_from_dict.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/request_options.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/core/serialization.py +0 -0
- {pipedream-1.0.2/src/pipedream/components → pipedream-1.0.4/src/pipedream/deployed_triggers}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/deployed_triggers/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/deployed_triggers/raw_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/environment.py +0 -0
- {pipedream-1.0.2/src/pipedream/deployed_triggers → pipedream-1.0.4/src/pipedream/oauth_tokens}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/oauth_tokens/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/oauth_tokens/raw_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/pipedream.py +0 -0
- {pipedream-1.0.2/src/pipedream/oauth_tokens → pipedream-1.0.4/src/pipedream/projects}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/projects/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/projects/raw_client.py +0 -0
- {pipedream-1.0.2/src/pipedream/projects → pipedream-1.0.4/src/pipedream/proxy}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/proxy/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/proxy/raw_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/py.typed +0 -0
- {pipedream-1.0.2/src/pipedream/proxy → pipedream-1.0.4/src/pipedream/tokens}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/tokens/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/tokens/raw_client.py +0 -0
- {pipedream-1.0.2/src/pipedream/tokens → pipedream-1.0.4/src/pipedream/triggers}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/triggers/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/triggers/raw_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/account.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/app.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/app_auth_type.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/app_category.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/backend_client_opts.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/client_opts.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/component.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/component_stash.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_alert_alert_type.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configure_prop_opts.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configure_prop_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/connect_token_create_opts.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/connect_token_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/create_browser_client_opts.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/create_o_auth_token_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/create_token_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/delete_trigger_opts.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/deploy_trigger_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/deployed_component.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/emitted_event.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/error_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_accounts_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_app_category_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_app_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_apps_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_component_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_components_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_trigger_events_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_trigger_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_trigger_webhooks_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_trigger_workflows_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/get_triggers_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/list_accounts_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/list_app_categories_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/list_apps_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/page_info.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/project_environment.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/project_info_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/project_info_response_apps_item.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/prop_option.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/proxy_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/reload_props_opts.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/reload_props_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/run_action_response.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/start_connect_opts.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/validate_token_params.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/validate_token_response.py +0 -0
- {pipedream-1.0.2/src/pipedream/triggers → pipedream-1.0.4/src/pipedream/users}/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/users/client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/users/raw_client.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/version.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/workflows/__init__.py +0 -0
- {pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/workflows/client.py +0 -0
|
@@ -10,6 +10,7 @@ from ..types.configure_prop_response import ConfigurePropResponse
|
|
|
10
10
|
from ..types.reload_props_response import ReloadPropsResponse
|
|
11
11
|
from ..types.run_action_response import RunActionResponse
|
|
12
12
|
from .raw_client import AsyncRawActionsClient, RawActionsClient
|
|
13
|
+
from .types.run_action_opts_stash_id import RunActionOptsStashId
|
|
13
14
|
|
|
14
15
|
# this is used as the default value for optional parameters
|
|
15
16
|
OMIT = typing.cast(typing.Any, ...)
|
|
@@ -288,6 +289,7 @@ class ActionsClient:
|
|
|
288
289
|
async_handle: typing.Optional[str] = None,
|
|
289
290
|
configured_props: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = OMIT,
|
|
290
291
|
dynamic_props_id: typing.Optional[str] = OMIT,
|
|
292
|
+
stash_id: typing.Optional[RunActionOptsStashId] = OMIT,
|
|
291
293
|
request_options: typing.Optional[RequestOptions] = None,
|
|
292
294
|
) -> RunActionResponse:
|
|
293
295
|
"""
|
|
@@ -307,6 +309,9 @@ class ActionsClient:
|
|
|
307
309
|
dynamic_props_id : typing.Optional[str]
|
|
308
310
|
The ID for dynamic props
|
|
309
311
|
|
|
312
|
+
stash_id : typing.Optional[RunActionOptsStashId]
|
|
313
|
+
The ID of the File Stash to use for syncing the action's /tmp directory
|
|
314
|
+
|
|
310
315
|
request_options : typing.Optional[RequestOptions]
|
|
311
316
|
Request-specific configuration.
|
|
312
317
|
|
|
@@ -336,6 +341,7 @@ class ActionsClient:
|
|
|
336
341
|
async_handle=async_handle,
|
|
337
342
|
configured_props=configured_props,
|
|
338
343
|
dynamic_props_id=dynamic_props_id,
|
|
344
|
+
stash_id=stash_id,
|
|
339
345
|
request_options=request_options,
|
|
340
346
|
)
|
|
341
347
|
return _response.data
|
|
@@ -649,6 +655,7 @@ class AsyncActionsClient:
|
|
|
649
655
|
async_handle: typing.Optional[str] = None,
|
|
650
656
|
configured_props: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = OMIT,
|
|
651
657
|
dynamic_props_id: typing.Optional[str] = OMIT,
|
|
658
|
+
stash_id: typing.Optional[RunActionOptsStashId] = OMIT,
|
|
652
659
|
request_options: typing.Optional[RequestOptions] = None,
|
|
653
660
|
) -> RunActionResponse:
|
|
654
661
|
"""
|
|
@@ -668,6 +675,9 @@ class AsyncActionsClient:
|
|
|
668
675
|
dynamic_props_id : typing.Optional[str]
|
|
669
676
|
The ID for dynamic props
|
|
670
677
|
|
|
678
|
+
stash_id : typing.Optional[RunActionOptsStashId]
|
|
679
|
+
The ID of the File Stash to use for syncing the action's /tmp directory
|
|
680
|
+
|
|
671
681
|
request_options : typing.Optional[RequestOptions]
|
|
672
682
|
Request-specific configuration.
|
|
673
683
|
|
|
@@ -705,6 +715,7 @@ class AsyncActionsClient:
|
|
|
705
715
|
async_handle=async_handle,
|
|
706
716
|
configured_props=configured_props,
|
|
707
717
|
dynamic_props_id=dynamic_props_id,
|
|
718
|
+
stash_id=stash_id,
|
|
708
719
|
request_options=request_options,
|
|
709
720
|
)
|
|
710
721
|
return _response.data
|
|
@@ -10,12 +10,14 @@ from ..core.jsonable_encoder import jsonable_encoder
|
|
|
10
10
|
from ..core.pagination import AsyncPager, BaseHttpResponse, SyncPager
|
|
11
11
|
from ..core.pydantic_utilities import parse_obj_as
|
|
12
12
|
from ..core.request_options import RequestOptions
|
|
13
|
+
from ..core.serialization import convert_and_respect_annotation_metadata
|
|
13
14
|
from ..types.component import Component
|
|
14
15
|
from ..types.configure_prop_response import ConfigurePropResponse
|
|
15
16
|
from ..types.get_component_response import GetComponentResponse
|
|
16
17
|
from ..types.get_components_response import GetComponentsResponse
|
|
17
18
|
from ..types.reload_props_response import ReloadPropsResponse
|
|
18
19
|
from ..types.run_action_response import RunActionResponse
|
|
20
|
+
from .types.run_action_opts_stash_id import RunActionOptsStashId
|
|
19
21
|
|
|
20
22
|
# this is used as the default value for optional parameters
|
|
21
23
|
OMIT = typing.cast(typing.Any, ...)
|
|
@@ -322,6 +324,7 @@ class RawActionsClient:
|
|
|
322
324
|
async_handle: typing.Optional[str] = None,
|
|
323
325
|
configured_props: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = OMIT,
|
|
324
326
|
dynamic_props_id: typing.Optional[str] = OMIT,
|
|
327
|
+
stash_id: typing.Optional[RunActionOptsStashId] = OMIT,
|
|
325
328
|
request_options: typing.Optional[RequestOptions] = None,
|
|
326
329
|
) -> HttpResponse[RunActionResponse]:
|
|
327
330
|
"""
|
|
@@ -341,6 +344,9 @@ class RawActionsClient:
|
|
|
341
344
|
dynamic_props_id : typing.Optional[str]
|
|
342
345
|
The ID for dynamic props
|
|
343
346
|
|
|
347
|
+
stash_id : typing.Optional[RunActionOptsStashId]
|
|
348
|
+
The ID of the File Stash to use for syncing the action's /tmp directory
|
|
349
|
+
|
|
344
350
|
request_options : typing.Optional[RequestOptions]
|
|
345
351
|
Request-specific configuration.
|
|
346
352
|
|
|
@@ -357,6 +363,9 @@ class RawActionsClient:
|
|
|
357
363
|
"external_user_id": external_user_id,
|
|
358
364
|
"configured_props": configured_props,
|
|
359
365
|
"dynamic_props_id": dynamic_props_id,
|
|
366
|
+
"stash_id": convert_and_respect_annotation_metadata(
|
|
367
|
+
object_=stash_id, annotation=RunActionOptsStashId, direction="write"
|
|
368
|
+
),
|
|
360
369
|
},
|
|
361
370
|
headers={
|
|
362
371
|
"content-type": "application/json",
|
|
@@ -685,6 +694,7 @@ class AsyncRawActionsClient:
|
|
|
685
694
|
async_handle: typing.Optional[str] = None,
|
|
686
695
|
configured_props: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = OMIT,
|
|
687
696
|
dynamic_props_id: typing.Optional[str] = OMIT,
|
|
697
|
+
stash_id: typing.Optional[RunActionOptsStashId] = OMIT,
|
|
688
698
|
request_options: typing.Optional[RequestOptions] = None,
|
|
689
699
|
) -> AsyncHttpResponse[RunActionResponse]:
|
|
690
700
|
"""
|
|
@@ -704,6 +714,9 @@ class AsyncRawActionsClient:
|
|
|
704
714
|
dynamic_props_id : typing.Optional[str]
|
|
705
715
|
The ID for dynamic props
|
|
706
716
|
|
|
717
|
+
stash_id : typing.Optional[RunActionOptsStashId]
|
|
718
|
+
The ID of the File Stash to use for syncing the action's /tmp directory
|
|
719
|
+
|
|
707
720
|
request_options : typing.Optional[RequestOptions]
|
|
708
721
|
Request-specific configuration.
|
|
709
722
|
|
|
@@ -720,6 +733,9 @@ class AsyncRawActionsClient:
|
|
|
720
733
|
"external_user_id": external_user_id,
|
|
721
734
|
"configured_props": configured_props,
|
|
722
735
|
"dynamic_props_id": dynamic_props_id,
|
|
736
|
+
"stash_id": convert_and_respect_annotation_metadata(
|
|
737
|
+
object_=stash_id, annotation=RunActionOptsStashId, direction="write"
|
|
738
|
+
),
|
|
723
739
|
},
|
|
724
740
|
headers={
|
|
725
741
|
"content-type": "application/json",
|
|
@@ -27,10 +27,10 @@ class BaseClientWrapper:
|
|
|
27
27
|
|
|
28
28
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
29
29
|
headers: typing.Dict[str, str] = {
|
|
30
|
-
"User-Agent": "pipedream/1.0.
|
|
30
|
+
"User-Agent": "pipedream/1.0.4",
|
|
31
31
|
"X-Fern-Language": "Python",
|
|
32
32
|
"X-Fern-SDK-Name": "pipedream",
|
|
33
|
-
"X-Fern-SDK-Version": "1.0.
|
|
33
|
+
"X-Fern-SDK-Version": "1.0.4",
|
|
34
34
|
**(self.get_custom_headers() or {}),
|
|
35
35
|
}
|
|
36
36
|
if self._project_environment is not None:
|
|
@@ -13,7 +13,7 @@ class ConfigurableProp(UniversalBaseModel):
|
|
|
13
13
|
A configuration or input field for a component.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
|
-
name:
|
|
16
|
+
name: str = pydantic.Field()
|
|
17
17
|
"""
|
|
18
18
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
19
19
|
"""
|
|
@@ -23,7 +23,7 @@ class ConfigurablePropAlert(UniversalBaseModel):
|
|
|
23
23
|
The content of the alert, which can include HTML or plain text.
|
|
24
24
|
"""
|
|
25
25
|
|
|
26
|
-
name:
|
|
26
|
+
name: str = pydantic.Field()
|
|
27
27
|
"""
|
|
28
28
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
29
29
|
"""
|
|
@@ -10,7 +10,7 @@ from ..core.serialization import FieldMetadata
|
|
|
10
10
|
|
|
11
11
|
class ConfigurablePropAny(UniversalBaseModel):
|
|
12
12
|
type: typing.Optional[typing.Literal["any"]] = None
|
|
13
|
-
name:
|
|
13
|
+
name: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
16
16
|
"""
|
|
@@ -15,7 +15,7 @@ class ConfigurablePropApp(UniversalBaseModel):
|
|
|
15
15
|
The name slug of the app, e.g. 'github', 'slack', etc. This is used to identify the app for which the account is being configured.
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
-
name:
|
|
18
|
+
name: str = pydantic.Field()
|
|
19
19
|
"""
|
|
20
20
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
21
21
|
"""
|
|
@@ -10,7 +10,7 @@ from ..core.serialization import FieldMetadata
|
|
|
10
10
|
|
|
11
11
|
class ConfigurablePropBoolean(UniversalBaseModel):
|
|
12
12
|
type: typing.Optional[typing.Literal["boolean"]] = None
|
|
13
|
-
name:
|
|
13
|
+
name: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
16
16
|
"""
|
|
@@ -10,7 +10,7 @@ from ..core.serialization import FieldMetadata
|
|
|
10
10
|
|
|
11
11
|
class ConfigurablePropDiscord(UniversalBaseModel):
|
|
12
12
|
type: typing.Optional[typing.Literal["$.discord.channel"]] = None
|
|
13
|
-
name:
|
|
13
|
+
name: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
16
16
|
"""
|
|
@@ -20,7 +20,7 @@ class ConfigurablePropInteger(UniversalBaseModel):
|
|
|
20
20
|
The maximum value for this integer prop.
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
|
-
name:
|
|
23
|
+
name: str = pydantic.Field()
|
|
24
24
|
"""
|
|
25
25
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
26
26
|
"""
|
|
@@ -10,7 +10,7 @@ from ..core.serialization import FieldMetadata
|
|
|
10
10
|
|
|
11
11
|
class ConfigurablePropObject(UniversalBaseModel):
|
|
12
12
|
type: typing.Optional[typing.Literal["object"]] = None
|
|
13
|
-
name:
|
|
13
|
+
name: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
16
16
|
"""
|
|
@@ -15,7 +15,7 @@ class ConfigurablePropString(UniversalBaseModel):
|
|
|
15
15
|
If true, this prop is a secret and should not be displayed in plain text.
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
-
name:
|
|
18
|
+
name: str = pydantic.Field()
|
|
19
19
|
"""
|
|
20
20
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
21
21
|
"""
|
|
@@ -15,7 +15,7 @@ class ConfigurablePropStringArray(UniversalBaseModel):
|
|
|
15
15
|
If true, this prop is a secret and should not be displayed in plain text.
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
-
name:
|
|
18
|
+
name: str = pydantic.Field()
|
|
19
19
|
"""
|
|
20
20
|
When building `configuredProps`, make sure to use this field as the key when setting the prop value
|
|
21
21
|
"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-1.0.2/src/pipedream/actions → pipedream-1.0.4/src/pipedream/app_categories}/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipedream-1.0.2 → pipedream-1.0.4}/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
|
{pipedream-1.0.2/src/pipedream/oauth_tokens → pipedream-1.0.4/src/pipedream/projects}/__init__.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
|
{pipedream-1.0.2 → pipedream-1.0.4}/src/pipedream/types/configurable_prop_alert_alert_type.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
|