pipedream 1.0.2__tar.gz → 1.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.
Files changed (128) hide show
  1. {pipedream-1.0.2 → pipedream-1.0.3}/PKG-INFO +1 -1
  2. {pipedream-1.0.2 → pipedream-1.0.3}/pyproject.toml +1 -1
  3. pipedream-1.0.3/src/pipedream/actions/__init__.py +7 -0
  4. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/actions/client.py +11 -0
  5. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/actions/raw_client.py +16 -0
  6. pipedream-1.0.3/src/pipedream/actions/types/__init__.py +7 -0
  7. pipedream-1.0.3/src/pipedream/actions/types/run_action_opts_stash_id.py +5 -0
  8. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/client_wrapper.py +2 -2
  9. pipedream-1.0.2/src/pipedream/users/__init__.py +0 -4
  10. {pipedream-1.0.2 → pipedream-1.0.3}/LICENSE +0 -0
  11. {pipedream-1.0.2 → pipedream-1.0.3}/README.md +0 -0
  12. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/__init__.py +0 -0
  13. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/accounts/__init__.py +0 -0
  14. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/accounts/client.py +0 -0
  15. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/accounts/raw_client.py +0 -0
  16. {pipedream-1.0.2/src/pipedream/actions → pipedream-1.0.3/src/pipedream/app_categories}/__init__.py +0 -0
  17. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/app_categories/client.py +0 -0
  18. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/app_categories/raw_client.py +0 -0
  19. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/apps/__init__.py +0 -0
  20. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/apps/client.py +0 -0
  21. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/apps/raw_client.py +0 -0
  22. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/apps/types/__init__.py +0 -0
  23. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/apps/types/apps_list_request_sort_direction.py +0 -0
  24. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/apps/types/apps_list_request_sort_key.py +0 -0
  25. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/client.py +0 -0
  26. {pipedream-1.0.2/src/pipedream/app_categories → pipedream-1.0.3/src/pipedream/components}/__init__.py +0 -0
  27. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/components/client.py +0 -0
  28. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/components/raw_client.py +0 -0
  29. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/__init__.py +0 -0
  30. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/api_error.py +0 -0
  31. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/datetime_utils.py +0 -0
  32. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/file.py +0 -0
  33. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/force_multipart.py +0 -0
  34. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/http_client.py +0 -0
  35. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/http_response.py +0 -0
  36. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/jsonable_encoder.py +0 -0
  37. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/oauth_token_provider.py +0 -0
  38. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/pagination.py +0 -0
  39. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/pydantic_utilities.py +0 -0
  40. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/query_encoder.py +0 -0
  41. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/remove_none_from_dict.py +0 -0
  42. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/request_options.py +0 -0
  43. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/core/serialization.py +0 -0
  44. {pipedream-1.0.2/src/pipedream/components → pipedream-1.0.3/src/pipedream/deployed_triggers}/__init__.py +0 -0
  45. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/deployed_triggers/client.py +0 -0
  46. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/deployed_triggers/raw_client.py +0 -0
  47. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/environment.py +0 -0
  48. {pipedream-1.0.2/src/pipedream/deployed_triggers → pipedream-1.0.3/src/pipedream/oauth_tokens}/__init__.py +0 -0
  49. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/oauth_tokens/client.py +0 -0
  50. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/oauth_tokens/raw_client.py +0 -0
  51. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/pipedream.py +0 -0
  52. {pipedream-1.0.2/src/pipedream/oauth_tokens → pipedream-1.0.3/src/pipedream/projects}/__init__.py +0 -0
  53. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/projects/client.py +0 -0
  54. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/projects/raw_client.py +0 -0
  55. {pipedream-1.0.2/src/pipedream/projects → pipedream-1.0.3/src/pipedream/proxy}/__init__.py +0 -0
  56. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/proxy/client.py +0 -0
  57. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/proxy/raw_client.py +0 -0
  58. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/py.typed +0 -0
  59. {pipedream-1.0.2/src/pipedream/proxy → pipedream-1.0.3/src/pipedream/tokens}/__init__.py +0 -0
  60. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/tokens/client.py +0 -0
  61. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/tokens/raw_client.py +0 -0
  62. {pipedream-1.0.2/src/pipedream/tokens → pipedream-1.0.3/src/pipedream/triggers}/__init__.py +0 -0
  63. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/triggers/client.py +0 -0
  64. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/triggers/raw_client.py +0 -0
  65. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/__init__.py +0 -0
  66. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/account.py +0 -0
  67. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/app.py +0 -0
  68. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/app_auth_type.py +0 -0
  69. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/app_category.py +0 -0
  70. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/backend_client_opts.py +0 -0
  71. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/client_opts.py +0 -0
  72. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/component.py +0 -0
  73. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/component_stash.py +0 -0
  74. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop.py +0 -0
  75. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_alert.py +0 -0
  76. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_alert_alert_type.py +0 -0
  77. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_any.py +0 -0
  78. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_app.py +0 -0
  79. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_boolean.py +0 -0
  80. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_discord.py +0 -0
  81. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_integer.py +0 -0
  82. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_object.py +0 -0
  83. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_string.py +0 -0
  84. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configurable_prop_string_array.py +0 -0
  85. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configure_prop_opts.py +0 -0
  86. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/configure_prop_response.py +0 -0
  87. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/connect_token_create_opts.py +0 -0
  88. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/connect_token_response.py +0 -0
  89. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/create_browser_client_opts.py +0 -0
  90. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/create_o_auth_token_response.py +0 -0
  91. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/create_token_response.py +0 -0
  92. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/delete_trigger_opts.py +0 -0
  93. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/deploy_trigger_response.py +0 -0
  94. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/deployed_component.py +0 -0
  95. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/emitted_event.py +0 -0
  96. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/error_response.py +0 -0
  97. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_accounts_response.py +0 -0
  98. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_app_category_response.py +0 -0
  99. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_app_response.py +0 -0
  100. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_apps_response.py +0 -0
  101. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_component_response.py +0 -0
  102. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_components_response.py +0 -0
  103. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_trigger_events_response.py +0 -0
  104. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_trigger_response.py +0 -0
  105. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_trigger_webhooks_response.py +0 -0
  106. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_trigger_workflows_response.py +0 -0
  107. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/get_triggers_response.py +0 -0
  108. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/list_accounts_response.py +0 -0
  109. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/list_app_categories_response.py +0 -0
  110. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/list_apps_response.py +0 -0
  111. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/page_info.py +0 -0
  112. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/project_environment.py +0 -0
  113. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/project_info_response.py +0 -0
  114. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/project_info_response_apps_item.py +0 -0
  115. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/prop_option.py +0 -0
  116. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/proxy_response.py +0 -0
  117. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/reload_props_opts.py +0 -0
  118. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/reload_props_response.py +0 -0
  119. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/run_action_response.py +0 -0
  120. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/start_connect_opts.py +0 -0
  121. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/validate_token_params.py +0 -0
  122. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/types/validate_token_response.py +0 -0
  123. {pipedream-1.0.2/src/pipedream/triggers → pipedream-1.0.3/src/pipedream/users}/__init__.py +0 -0
  124. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/users/client.py +0 -0
  125. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/users/raw_client.py +0 -0
  126. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/version.py +0 -0
  127. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/workflows/__init__.py +0 -0
  128. {pipedream-1.0.2 → pipedream-1.0.3}/src/pipedream/workflows/client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pipedream
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -3,7 +3,7 @@ name = "pipedream"
3
3
 
4
4
  [tool.poetry]
5
5
  name = "pipedream"
6
- version = "1.0.2"
6
+ version = "1.0.3"
7
7
  description = ""
8
8
  readme = "README.md"
9
9
  authors = []
@@ -0,0 +1,7 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ # isort: skip_file
4
+
5
+ from .types import RunActionOptsStashId
6
+
7
+ __all__ = ["RunActionOptsStashId"]
@@ -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",
@@ -0,0 +1,7 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ # isort: skip_file
4
+
5
+ from .run_action_opts_stash_id import RunActionOptsStashId
6
+
7
+ __all__ = ["RunActionOptsStashId"]
@@ -0,0 +1,5 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import typing
4
+
5
+ RunActionOptsStashId = typing.Union[str, bool]
@@ -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.2",
30
+ "User-Agent": "pipedream/1.0.3",
31
31
  "X-Fern-Language": "Python",
32
32
  "X-Fern-SDK-Name": "pipedream",
33
- "X-Fern-SDK-Version": "1.0.2",
33
+ "X-Fern-SDK-Version": "1.0.3",
34
34
  **(self.get_custom_headers() or {}),
35
35
  }
36
36
  if self._project_environment is not None:
@@ -1,4 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- # isort: skip_file
4
-
File without changes
File without changes