dart-tools 0.8.3__tar.gz → 0.8.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dart-tools might be problematic. Click here for more details.

Files changed (103) hide show
  1. {dart_tools-0.8.3/dart_tools.egg-info → dart_tools-0.8.5}/PKG-INFO +1 -1
  2. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/dart.py +1 -1
  3. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/__init__.py +1 -0
  4. dart_tools-0.8.5/dart/generated/api/attachment/add_task_attachment_from_url.py +190 -0
  5. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/doc/list_docs.py +30 -0
  6. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/task/list_tasks.py +206 -0
  7. dart_tools-0.8.5/dart/generated/api/view/__init__.py +1 -0
  8. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/__init__.py +4 -0
  9. dart_tools-0.8.5/dart/generated/models/attachment_create_from_url.py +67 -0
  10. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/concise_task.py +58 -0
  11. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/list_docs_o_item.py +5 -3
  12. dart_tools-0.8.5/dart/generated/models/list_tasks_o_item.py +17 -0
  13. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/task.py +58 -0
  14. {dart_tools-0.8.3 → dart_tools-0.8.5/dart_tools.egg-info}/PKG-INFO +1 -1
  15. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart_tools.egg-info/SOURCES.txt +4 -0
  16. {dart_tools-0.8.3 → dart_tools-0.8.5}/pyproject.toml +1 -1
  17. {dart_tools-0.8.3 → dart_tools-0.8.5}/LICENSE +0 -0
  18. {dart_tools-0.8.3 → dart_tools-0.8.5}/README.md +0 -0
  19. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/__init__.py +0 -0
  20. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/exception.py +0 -0
  21. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/__init__.py +0 -0
  22. {dart_tools-0.8.3/dart/generated/api/comment → dart_tools-0.8.5/dart/generated/api/attachment}/__init__.py +0 -0
  23. {dart_tools-0.8.3/dart/generated/api/config → dart_tools-0.8.5/dart/generated/api/comment}/__init__.py +0 -0
  24. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/comment/add_task_comment.py +0 -0
  25. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/comment/list_comments.py +0 -0
  26. {dart_tools-0.8.3/dart/generated/api/dartboard → dart_tools-0.8.5/dart/generated/api/config}/__init__.py +0 -0
  27. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/config/get_config.py +0 -0
  28. {dart_tools-0.8.3/dart/generated/api/doc → dart_tools-0.8.5/dart/generated/api/dartboard}/__init__.py +0 -0
  29. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/dartboard/get_dartboard.py +0 -0
  30. {dart_tools-0.8.3/dart/generated/api/folder → dart_tools-0.8.5/dart/generated/api/doc}/__init__.py +0 -0
  31. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/doc/create_doc.py +0 -0
  32. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/doc/delete_doc.py +0 -0
  33. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/doc/get_doc.py +0 -0
  34. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/doc/update_doc.py +0 -0
  35. {dart_tools-0.8.3/dart/generated/api/help_center_article → dart_tools-0.8.5/dart/generated/api/folder}/__init__.py +0 -0
  36. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/folder/get_folder.py +0 -0
  37. {dart_tools-0.8.3/dart/generated/api/skill → dart_tools-0.8.5/dart/generated/api/help_center_article}/__init__.py +0 -0
  38. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/help_center_article/list_help_center_articles.py +0 -0
  39. {dart_tools-0.8.3/dart/generated/api/task → dart_tools-0.8.5/dart/generated/api/skill}/__init__.py +0 -0
  40. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/skill/retrieve_skill_by_title.py +0 -0
  41. {dart_tools-0.8.3/dart/generated/api/view → dart_tools-0.8.5/dart/generated/api/task}/__init__.py +0 -0
  42. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/task/create_task.py +0 -0
  43. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/task/delete_task.py +0 -0
  44. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/task/get_task.py +0 -0
  45. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/task/update_task.py +0 -0
  46. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/api/view/get_view.py +0 -0
  47. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/client.py +0 -0
  48. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/errors.py +0 -0
  49. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/attachment.py +0 -0
  50. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/comment.py +0 -0
  51. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/comment_create.py +0 -0
  52. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/concise_doc.py +0 -0
  53. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/custom_properties.py +0 -0
  54. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/dartboard.py +0 -0
  55. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/doc.py +0 -0
  56. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/doc_create.py +0 -0
  57. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/doc_update.py +0 -0
  58. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/folder.py +0 -0
  59. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/list_comments_o_item.py +0 -0
  60. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/paginated_comment_list.py +0 -0
  61. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/paginated_concise_doc_list.py +0 -0
  62. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/paginated_concise_task_list.py +0 -0
  63. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/priority.py +0 -0
  64. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/skill.py +0 -0
  65. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/task_create.py +0 -0
  66. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/task_relationships_type_0.py +0 -0
  67. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/task_update.py +0 -0
  68. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/time_tracking_entry.py +0 -0
  69. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user.py +0 -0
  70. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration.py +0 -0
  71. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_checkbox_type_def.py +0 -0
  72. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_dates_type_def.py +0 -0
  73. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_multiselect_type_def.py +0 -0
  74. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_number_type_def.py +0 -0
  75. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_number_type_def_custom_property_number_format_type_def.py +0 -0
  76. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_select_type_def.py +0 -0
  77. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_status_type_def.py +0 -0
  78. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_text_type_def.py +0 -0
  79. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_time_tracking_type_def.py +0 -0
  80. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/user_space_configuration_custom_property_user_type_def.py +0 -0
  81. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/view.py +0 -0
  82. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_comment.py +0 -0
  83. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_comment_create.py +0 -0
  84. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_dartboard.py +0 -0
  85. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_doc.py +0 -0
  86. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_doc_create.py +0 -0
  87. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_doc_update.py +0 -0
  88. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_folder.py +0 -0
  89. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_help_center_articles.py +0 -0
  90. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_skill.py +0 -0
  91. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_task.py +0 -0
  92. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_task_create.py +0 -0
  93. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_task_update.py +0 -0
  94. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/models/wrapped_view.py +0 -0
  95. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/generated/types.py +0 -0
  96. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/old.py +0 -0
  97. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/order_manager.py +0 -0
  98. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart/webhook.py +0 -0
  99. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart_tools.egg-info/dependency_links.txt +0 -0
  100. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart_tools.egg-info/entry_points.txt +0 -0
  101. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart_tools.egg-info/requires.txt +0 -0
  102. {dart_tools-0.8.3 → dart_tools-0.8.5}/dart_tools.egg-info/top_level.txt +0 -0
  103. {dart_tools-0.8.3 → dart_tools-0.8.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dart-tools
3
- Version: 0.8.3
3
+ Version: 0.8.5
4
4
  Summary: The Dart CLI and Python Library
5
5
  Author-email: Dart <software@dartai.com>
6
6
  License: MIT License
@@ -60,7 +60,7 @@ _PROG = "dart"
60
60
 
61
61
  _PROD_HOST = "https://app.dartai.com"
62
62
  _STAG_HOST = "https://stag.dartai.com"
63
- _DEV_HOST = "http://localhost:5173"
63
+ _DEV_HOST = "http://localhost:5100"
64
64
  _HOST_MAP = {"prod": _PROD_HOST, "stag": _STAG_HOST, "dev": _DEV_HOST}
65
65
 
66
66
  # Service commands
@@ -1,5 +1,6 @@
1
1
  """Contains methods for accessing the API"""
2
2
 
3
+ from .attachment import add_task_attachment_from_url
3
4
  from .comment import add_task_comment, list_comments
4
5
  from .config import get_config
5
6
  from .dartboard import get_dartboard
@@ -0,0 +1,190 @@
1
+ from http import HTTPStatus
2
+ from typing import Any, Optional, Union, cast
3
+
4
+ import httpx
5
+
6
+ from ... import errors
7
+ from ...client import AuthenticatedClient, Client
8
+ from ...models.attachment import Attachment
9
+ from ...models.attachment_create_from_url import AttachmentCreateFromUrl
10
+ from ...types import Response
11
+
12
+
13
+ def _get_kwargs(
14
+ id: str,
15
+ *,
16
+ body: AttachmentCreateFromUrl,
17
+ ) -> dict[str, Any]:
18
+ headers: dict[str, Any] = {}
19
+
20
+ _kwargs: dict[str, Any] = {
21
+ "method": "post",
22
+ "url": "/tasks/{id}/attachments/from-url".format(
23
+ id=id,
24
+ ),
25
+ }
26
+
27
+ _body = body.to_dict()
28
+
29
+ _kwargs["json"] = _body
30
+ headers["Content-Type"] = "application/json"
31
+
32
+ _kwargs["headers"] = headers
33
+ return _kwargs
34
+
35
+
36
+ def _parse_response(
37
+ *, client: Union[AuthenticatedClient, Client], response: httpx.Response
38
+ ) -> Optional[Union[Any, Attachment]]:
39
+ if response.status_code == 200:
40
+ response_200 = Attachment.from_dict(response.json())
41
+
42
+ return response_200
43
+ if response.status_code == 400:
44
+ response_400 = cast(Any, None)
45
+ return response_400
46
+ if client.raise_on_unexpected_status:
47
+ raise errors.UnexpectedStatus(response.status_code, response.content)
48
+ else:
49
+ return None
50
+
51
+
52
+ def _build_response(
53
+ *, client: Union[AuthenticatedClient, Client], response: httpx.Response
54
+ ) -> Response[Union[Any, Attachment]]:
55
+ return Response(
56
+ status_code=HTTPStatus(response.status_code),
57
+ content=response.content,
58
+ headers=response.headers,
59
+ parsed=_parse_response(client=client, response=response),
60
+ )
61
+
62
+
63
+ def sync_detailed(
64
+ id: str,
65
+ *,
66
+ client: Union[AuthenticatedClient, Client],
67
+ body: AttachmentCreateFromUrl,
68
+ ) -> Response[Union[Any, Attachment]]:
69
+ """Attach a file from a provided URL to a task
70
+
71
+ Attach a file from a provided URL to a task. The file will be downloaded and attached
72
+ asynchronously. This operation may take a few moments to complete.
73
+
74
+ Args:
75
+ id (str):
76
+ body (AttachmentCreateFromUrl):
77
+
78
+ Raises:
79
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
80
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
81
+
82
+ Returns:
83
+ Response[Union[Any, Attachment]]
84
+ """
85
+
86
+ kwargs = _get_kwargs(
87
+ id=id,
88
+ body=body,
89
+ )
90
+
91
+ response = client.get_httpx_client().request(
92
+ **kwargs,
93
+ )
94
+
95
+ return _build_response(client=client, response=response)
96
+
97
+
98
+ def sync(
99
+ id: str,
100
+ *,
101
+ client: Union[AuthenticatedClient, Client],
102
+ body: AttachmentCreateFromUrl,
103
+ ) -> Optional[Union[Any, Attachment]]:
104
+ """Attach a file from a provided URL to a task
105
+
106
+ Attach a file from a provided URL to a task. The file will be downloaded and attached
107
+ asynchronously. This operation may take a few moments to complete.
108
+
109
+ Args:
110
+ id (str):
111
+ body (AttachmentCreateFromUrl):
112
+
113
+ Raises:
114
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
115
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
116
+
117
+ Returns:
118
+ Union[Any, Attachment]
119
+ """
120
+
121
+ return sync_detailed(
122
+ id=id,
123
+ client=client,
124
+ body=body,
125
+ ).parsed
126
+
127
+
128
+ async def asyncio_detailed(
129
+ id: str,
130
+ *,
131
+ client: Union[AuthenticatedClient, Client],
132
+ body: AttachmentCreateFromUrl,
133
+ ) -> Response[Union[Any, Attachment]]:
134
+ """Attach a file from a provided URL to a task
135
+
136
+ Attach a file from a provided URL to a task. The file will be downloaded and attached
137
+ asynchronously. This operation may take a few moments to complete.
138
+
139
+ Args:
140
+ id (str):
141
+ body (AttachmentCreateFromUrl):
142
+
143
+ Raises:
144
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
145
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
146
+
147
+ Returns:
148
+ Response[Union[Any, Attachment]]
149
+ """
150
+
151
+ kwargs = _get_kwargs(
152
+ id=id,
153
+ body=body,
154
+ )
155
+
156
+ response = await client.get_async_httpx_client().request(**kwargs)
157
+
158
+ return _build_response(client=client, response=response)
159
+
160
+
161
+ async def asyncio(
162
+ id: str,
163
+ *,
164
+ client: Union[AuthenticatedClient, Client],
165
+ body: AttachmentCreateFromUrl,
166
+ ) -> Optional[Union[Any, Attachment]]:
167
+ """Attach a file from a provided URL to a task
168
+
169
+ Attach a file from a provided URL to a task. The file will be downloaded and attached
170
+ asynchronously. This operation may take a few moments to complete.
171
+
172
+ Args:
173
+ id (str):
174
+ body (AttachmentCreateFromUrl):
175
+
176
+ Raises:
177
+ errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
178
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
179
+
180
+ Returns:
181
+ Union[Any, Attachment]
182
+ """
183
+
184
+ return (
185
+ await asyncio_detailed(
186
+ id=id,
187
+ client=client,
188
+ body=body,
189
+ )
190
+ ).parsed
@@ -12,11 +12,13 @@ from ...types import UNSET, Response, Unset
12
12
 
13
13
  def _get_kwargs(
14
14
  *,
15
+ editor: Union[Unset, str] = UNSET,
15
16
  folder: Union[Unset, str] = UNSET,
16
17
  folder_id: Union[Unset, str] = UNSET,
17
18
  ids: Union[Unset, str] = UNSET,
18
19
  in_trash: Union[Unset, bool] = UNSET,
19
20
  limit: Union[Unset, int] = UNSET,
21
+ no_defaults: Union[Unset, bool] = False,
20
22
  o: Union[Unset, list[ListDocsOItem]] = UNSET,
21
23
  offset: Union[Unset, int] = UNSET,
22
24
  s: Union[Unset, str] = UNSET,
@@ -25,6 +27,8 @@ def _get_kwargs(
25
27
  ) -> dict[str, Any]:
26
28
  params: dict[str, Any] = {}
27
29
 
30
+ params["editor"] = editor
31
+
28
32
  params["folder"] = folder
29
33
 
30
34
  params["folder_id"] = folder_id
@@ -35,6 +39,8 @@ def _get_kwargs(
35
39
 
36
40
  params["limit"] = limit
37
41
 
42
+ params["no_defaults"] = no_defaults
43
+
38
44
  json_o: Union[Unset, list[str]] = UNSET
39
45
  if not isinstance(o, Unset):
40
46
  json_o = []
@@ -90,11 +96,13 @@ def _build_response(
90
96
  def sync_detailed(
91
97
  *,
92
98
  client: Union[AuthenticatedClient, Client],
99
+ editor: Union[Unset, str] = UNSET,
93
100
  folder: Union[Unset, str] = UNSET,
94
101
  folder_id: Union[Unset, str] = UNSET,
95
102
  ids: Union[Unset, str] = UNSET,
96
103
  in_trash: Union[Unset, bool] = UNSET,
97
104
  limit: Union[Unset, int] = UNSET,
105
+ no_defaults: Union[Unset, bool] = False,
98
106
  o: Union[Unset, list[ListDocsOItem]] = UNSET,
99
107
  offset: Union[Unset, int] = UNSET,
100
108
  s: Union[Unset, str] = UNSET,
@@ -105,11 +113,13 @@ def sync_detailed(
105
113
  full-text search. Sort by creation/update date or title. Supports pagination.
106
114
 
107
115
  Args:
116
+ editor (Union[Unset, str]):
108
117
  folder (Union[Unset, str]):
109
118
  folder_id (Union[Unset, str]):
110
119
  ids (Union[Unset, str]):
111
120
  in_trash (Union[Unset, bool]):
112
121
  limit (Union[Unset, int]):
122
+ no_defaults (Union[Unset, bool]): Default: False.
113
123
  o (Union[Unset, list[ListDocsOItem]]):
114
124
  offset (Union[Unset, int]):
115
125
  s (Union[Unset, str]):
@@ -125,11 +135,13 @@ def sync_detailed(
125
135
  """
126
136
 
127
137
  kwargs = _get_kwargs(
138
+ editor=editor,
128
139
  folder=folder,
129
140
  folder_id=folder_id,
130
141
  ids=ids,
131
142
  in_trash=in_trash,
132
143
  limit=limit,
144
+ no_defaults=no_defaults,
133
145
  o=o,
134
146
  offset=offset,
135
147
  s=s,
@@ -147,11 +159,13 @@ def sync_detailed(
147
159
  def sync(
148
160
  *,
149
161
  client: Union[AuthenticatedClient, Client],
162
+ editor: Union[Unset, str] = UNSET,
150
163
  folder: Union[Unset, str] = UNSET,
151
164
  folder_id: Union[Unset, str] = UNSET,
152
165
  ids: Union[Unset, str] = UNSET,
153
166
  in_trash: Union[Unset, bool] = UNSET,
154
167
  limit: Union[Unset, int] = UNSET,
168
+ no_defaults: Union[Unset, bool] = False,
155
169
  o: Union[Unset, list[ListDocsOItem]] = UNSET,
156
170
  offset: Union[Unset, int] = UNSET,
157
171
  s: Union[Unset, str] = UNSET,
@@ -162,11 +176,13 @@ def sync(
162
176
  full-text search. Sort by creation/update date or title. Supports pagination.
163
177
 
164
178
  Args:
179
+ editor (Union[Unset, str]):
165
180
  folder (Union[Unset, str]):
166
181
  folder_id (Union[Unset, str]):
167
182
  ids (Union[Unset, str]):
168
183
  in_trash (Union[Unset, bool]):
169
184
  limit (Union[Unset, int]):
185
+ no_defaults (Union[Unset, bool]): Default: False.
170
186
  o (Union[Unset, list[ListDocsOItem]]):
171
187
  offset (Union[Unset, int]):
172
188
  s (Union[Unset, str]):
@@ -183,11 +199,13 @@ def sync(
183
199
 
184
200
  return sync_detailed(
185
201
  client=client,
202
+ editor=editor,
186
203
  folder=folder,
187
204
  folder_id=folder_id,
188
205
  ids=ids,
189
206
  in_trash=in_trash,
190
207
  limit=limit,
208
+ no_defaults=no_defaults,
191
209
  o=o,
192
210
  offset=offset,
193
211
  s=s,
@@ -199,11 +217,13 @@ def sync(
199
217
  async def asyncio_detailed(
200
218
  *,
201
219
  client: Union[AuthenticatedClient, Client],
220
+ editor: Union[Unset, str] = UNSET,
202
221
  folder: Union[Unset, str] = UNSET,
203
222
  folder_id: Union[Unset, str] = UNSET,
204
223
  ids: Union[Unset, str] = UNSET,
205
224
  in_trash: Union[Unset, bool] = UNSET,
206
225
  limit: Union[Unset, int] = UNSET,
226
+ no_defaults: Union[Unset, bool] = False,
207
227
  o: Union[Unset, list[ListDocsOItem]] = UNSET,
208
228
  offset: Union[Unset, int] = UNSET,
209
229
  s: Union[Unset, str] = UNSET,
@@ -214,11 +234,13 @@ async def asyncio_detailed(
214
234
  full-text search. Sort by creation/update date or title. Supports pagination.
215
235
 
216
236
  Args:
237
+ editor (Union[Unset, str]):
217
238
  folder (Union[Unset, str]):
218
239
  folder_id (Union[Unset, str]):
219
240
  ids (Union[Unset, str]):
220
241
  in_trash (Union[Unset, bool]):
221
242
  limit (Union[Unset, int]):
243
+ no_defaults (Union[Unset, bool]): Default: False.
222
244
  o (Union[Unset, list[ListDocsOItem]]):
223
245
  offset (Union[Unset, int]):
224
246
  s (Union[Unset, str]):
@@ -234,11 +256,13 @@ async def asyncio_detailed(
234
256
  """
235
257
 
236
258
  kwargs = _get_kwargs(
259
+ editor=editor,
237
260
  folder=folder,
238
261
  folder_id=folder_id,
239
262
  ids=ids,
240
263
  in_trash=in_trash,
241
264
  limit=limit,
265
+ no_defaults=no_defaults,
242
266
  o=o,
243
267
  offset=offset,
244
268
  s=s,
@@ -254,11 +278,13 @@ async def asyncio_detailed(
254
278
  async def asyncio(
255
279
  *,
256
280
  client: Union[AuthenticatedClient, Client],
281
+ editor: Union[Unset, str] = UNSET,
257
282
  folder: Union[Unset, str] = UNSET,
258
283
  folder_id: Union[Unset, str] = UNSET,
259
284
  ids: Union[Unset, str] = UNSET,
260
285
  in_trash: Union[Unset, bool] = UNSET,
261
286
  limit: Union[Unset, int] = UNSET,
287
+ no_defaults: Union[Unset, bool] = False,
262
288
  o: Union[Unset, list[ListDocsOItem]] = UNSET,
263
289
  offset: Union[Unset, int] = UNSET,
264
290
  s: Union[Unset, str] = UNSET,
@@ -269,11 +295,13 @@ async def asyncio(
269
295
  full-text search. Sort by creation/update date or title. Supports pagination.
270
296
 
271
297
  Args:
298
+ editor (Union[Unset, str]):
272
299
  folder (Union[Unset, str]):
273
300
  folder_id (Union[Unset, str]):
274
301
  ids (Union[Unset, str]):
275
302
  in_trash (Union[Unset, bool]):
276
303
  limit (Union[Unset, int]):
304
+ no_defaults (Union[Unset, bool]): Default: False.
277
305
  o (Union[Unset, list[ListDocsOItem]]):
278
306
  offset (Union[Unset, int]):
279
307
  s (Union[Unset, str]):
@@ -291,11 +319,13 @@ async def asyncio(
291
319
  return (
292
320
  await asyncio_detailed(
293
321
  client=client,
322
+ editor=editor,
294
323
  folder=folder,
295
324
  folder_id=folder_id,
296
325
  ids=ids,
297
326
  in_trash=in_trash,
298
327
  limit=limit,
328
+ no_defaults=no_defaults,
299
329
  o=o,
300
330
  offset=offset,
301
331
  s=s,