dart-tools 0.7.3__py3-none-any.whl → 0.7.4__py3-none-any.whl
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.
- dart/generated/api/task/list_tasks.py +15 -0
- {dart_tools-0.7.3.dist-info → dart_tools-0.7.4.dist-info}/METADATA +1 -1
- {dart_tools-0.7.3.dist-info → dart_tools-0.7.4.dist-info}/RECORD +7 -7
- {dart_tools-0.7.3.dist-info → dart_tools-0.7.4.dist-info}/WHEEL +0 -0
- {dart_tools-0.7.3.dist-info → dart_tools-0.7.4.dist-info}/entry_points.txt +0 -0
- {dart_tools-0.7.3.dist-info → dart_tools-0.7.4.dist-info}/licenses/LICENSE +0 -0
- {dart_tools-0.7.3.dist-info → dart_tools-0.7.4.dist-info}/top_level.txt +0 -0
|
@@ -24,6 +24,7 @@ def _get_kwargs(
|
|
|
24
24
|
is_completed: Union[Unset, bool] = UNSET,
|
|
25
25
|
limit: Union[Unset, int] = UNSET,
|
|
26
26
|
offset: Union[Unset, int] = UNSET,
|
|
27
|
+
parent_id: Union[Unset, str] = UNSET,
|
|
27
28
|
priority: Union[Unset, str] = UNSET,
|
|
28
29
|
size: Union[Unset, int] = UNSET,
|
|
29
30
|
start_at_after: Union[Unset, datetime.date] = UNSET,
|
|
@@ -68,6 +69,8 @@ def _get_kwargs(
|
|
|
68
69
|
|
|
69
70
|
params["offset"] = offset
|
|
70
71
|
|
|
72
|
+
params["parent_id"] = parent_id
|
|
73
|
+
|
|
71
74
|
params["priority"] = priority
|
|
72
75
|
|
|
73
76
|
params["size"] = size
|
|
@@ -146,6 +149,7 @@ def sync_detailed(
|
|
|
146
149
|
is_completed: Union[Unset, bool] = UNSET,
|
|
147
150
|
limit: Union[Unset, int] = UNSET,
|
|
148
151
|
offset: Union[Unset, int] = UNSET,
|
|
152
|
+
parent_id: Union[Unset, str] = UNSET,
|
|
149
153
|
priority: Union[Unset, str] = UNSET,
|
|
150
154
|
size: Union[Unset, int] = UNSET,
|
|
151
155
|
start_at_after: Union[Unset, datetime.date] = UNSET,
|
|
@@ -174,6 +178,7 @@ def sync_detailed(
|
|
|
174
178
|
is_completed (Union[Unset, bool]):
|
|
175
179
|
limit (Union[Unset, int]):
|
|
176
180
|
offset (Union[Unset, int]):
|
|
181
|
+
parent_id (Union[Unset, str]):
|
|
177
182
|
priority (Union[Unset, str]):
|
|
178
183
|
size (Union[Unset, int]):
|
|
179
184
|
start_at_after (Union[Unset, datetime.date]):
|
|
@@ -207,6 +212,7 @@ def sync_detailed(
|
|
|
207
212
|
is_completed=is_completed,
|
|
208
213
|
limit=limit,
|
|
209
214
|
offset=offset,
|
|
215
|
+
parent_id=parent_id,
|
|
210
216
|
priority=priority,
|
|
211
217
|
size=size,
|
|
212
218
|
start_at_after=start_at_after,
|
|
@@ -242,6 +248,7 @@ def sync(
|
|
|
242
248
|
is_completed: Union[Unset, bool] = UNSET,
|
|
243
249
|
limit: Union[Unset, int] = UNSET,
|
|
244
250
|
offset: Union[Unset, int] = UNSET,
|
|
251
|
+
parent_id: Union[Unset, str] = UNSET,
|
|
245
252
|
priority: Union[Unset, str] = UNSET,
|
|
246
253
|
size: Union[Unset, int] = UNSET,
|
|
247
254
|
start_at_after: Union[Unset, datetime.date] = UNSET,
|
|
@@ -270,6 +277,7 @@ def sync(
|
|
|
270
277
|
is_completed (Union[Unset, bool]):
|
|
271
278
|
limit (Union[Unset, int]):
|
|
272
279
|
offset (Union[Unset, int]):
|
|
280
|
+
parent_id (Union[Unset, str]):
|
|
273
281
|
priority (Union[Unset, str]):
|
|
274
282
|
size (Union[Unset, int]):
|
|
275
283
|
start_at_after (Union[Unset, datetime.date]):
|
|
@@ -304,6 +312,7 @@ def sync(
|
|
|
304
312
|
is_completed=is_completed,
|
|
305
313
|
limit=limit,
|
|
306
314
|
offset=offset,
|
|
315
|
+
parent_id=parent_id,
|
|
307
316
|
priority=priority,
|
|
308
317
|
size=size,
|
|
309
318
|
start_at_after=start_at_after,
|
|
@@ -333,6 +342,7 @@ async def asyncio_detailed(
|
|
|
333
342
|
is_completed: Union[Unset, bool] = UNSET,
|
|
334
343
|
limit: Union[Unset, int] = UNSET,
|
|
335
344
|
offset: Union[Unset, int] = UNSET,
|
|
345
|
+
parent_id: Union[Unset, str] = UNSET,
|
|
336
346
|
priority: Union[Unset, str] = UNSET,
|
|
337
347
|
size: Union[Unset, int] = UNSET,
|
|
338
348
|
start_at_after: Union[Unset, datetime.date] = UNSET,
|
|
@@ -361,6 +371,7 @@ async def asyncio_detailed(
|
|
|
361
371
|
is_completed (Union[Unset, bool]):
|
|
362
372
|
limit (Union[Unset, int]):
|
|
363
373
|
offset (Union[Unset, int]):
|
|
374
|
+
parent_id (Union[Unset, str]):
|
|
364
375
|
priority (Union[Unset, str]):
|
|
365
376
|
size (Union[Unset, int]):
|
|
366
377
|
start_at_after (Union[Unset, datetime.date]):
|
|
@@ -394,6 +405,7 @@ async def asyncio_detailed(
|
|
|
394
405
|
is_completed=is_completed,
|
|
395
406
|
limit=limit,
|
|
396
407
|
offset=offset,
|
|
408
|
+
parent_id=parent_id,
|
|
397
409
|
priority=priority,
|
|
398
410
|
size=size,
|
|
399
411
|
start_at_after=start_at_after,
|
|
@@ -427,6 +439,7 @@ async def asyncio(
|
|
|
427
439
|
is_completed: Union[Unset, bool] = UNSET,
|
|
428
440
|
limit: Union[Unset, int] = UNSET,
|
|
429
441
|
offset: Union[Unset, int] = UNSET,
|
|
442
|
+
parent_id: Union[Unset, str] = UNSET,
|
|
430
443
|
priority: Union[Unset, str] = UNSET,
|
|
431
444
|
size: Union[Unset, int] = UNSET,
|
|
432
445
|
start_at_after: Union[Unset, datetime.date] = UNSET,
|
|
@@ -455,6 +468,7 @@ async def asyncio(
|
|
|
455
468
|
is_completed (Union[Unset, bool]):
|
|
456
469
|
limit (Union[Unset, int]):
|
|
457
470
|
offset (Union[Unset, int]):
|
|
471
|
+
parent_id (Union[Unset, str]):
|
|
458
472
|
priority (Union[Unset, str]):
|
|
459
473
|
size (Union[Unset, int]):
|
|
460
474
|
start_at_after (Union[Unset, datetime.date]):
|
|
@@ -490,6 +504,7 @@ async def asyncio(
|
|
|
490
504
|
is_completed=is_completed,
|
|
491
505
|
limit=limit,
|
|
492
506
|
offset=offset,
|
|
507
|
+
parent_id=parent_id,
|
|
493
508
|
priority=priority,
|
|
494
509
|
size=size,
|
|
495
510
|
start_at_after=start_at_after,
|
|
@@ -26,7 +26,7 @@ dart/generated/api/folder/retrieve_folder.py,sha256=Mag6KvIYh8gORQafuNKDnJL59sqP
|
|
|
26
26
|
dart/generated/api/task/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
27
27
|
dart/generated/api/task/create_task.py,sha256=0qLps0cHZE6LqA9cUQEExEpnhT4k83AHrz8nm1TzS0Q,5057
|
|
28
28
|
dart/generated/api/task/delete_task.py,sha256=3cpKEcUTKTPkvEW1s7fEXGDVUcNIbAx8AV21R2H2Dxw,4381
|
|
29
|
-
dart/generated/api/task/list_tasks.py,sha256=
|
|
29
|
+
dart/generated/api/task/list_tasks.py,sha256=q4jDwu1D-KH8Pd0wn7LffBTM0ChrTNo6-bZAvv3nBrE,17407
|
|
30
30
|
dart/generated/api/task/retrieve_task.py,sha256=Cmf0FPrbGxzIEO22BrcsixDs_HCEqw07L_MZn8bPXUc,4442
|
|
31
31
|
dart/generated/api/task/update_task.py,sha256=5f8wbMwQqRHya7D-iMFOcSL2VF1-flBUIIOYRJ1PjOA,5183
|
|
32
32
|
dart/generated/api/view/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
@@ -73,9 +73,9 @@ dart/generated/models/wrapped_task.py,sha256=TRlVMxIGhDwSaJlXdMH6q7Vx2hpz7EdiGns
|
|
|
73
73
|
dart/generated/models/wrapped_task_create.py,sha256=Oxdot2EwfEuC3l4uo0fAvmyjRNVkXALmWCvfgHI7BcI,1654
|
|
74
74
|
dart/generated/models/wrapped_task_update.py,sha256=_erGSSR_k6ahF_RFjgLKdyitx5TDQiFw_Ml77zHQdJM,1654
|
|
75
75
|
dart/generated/models/wrapped_view.py,sha256=zflJxA4UnITM8w-0EObw4AF54yS-c_e5UL6vaikXyG8,1577
|
|
76
|
-
dart_tools-0.7.
|
|
77
|
-
dart_tools-0.7.
|
|
78
|
-
dart_tools-0.7.
|
|
79
|
-
dart_tools-0.7.
|
|
80
|
-
dart_tools-0.7.
|
|
81
|
-
dart_tools-0.7.
|
|
76
|
+
dart_tools-0.7.4.dist-info/licenses/LICENSE,sha256=aD_0TnuylEaAHWNURgifNek_ODn5Pg36o9gFdspgHtg,1061
|
|
77
|
+
dart_tools-0.7.4.dist-info/METADATA,sha256=2AYJyrO3ren5lVJaS6Y227f3VmrOBfXIwD4WhI_gg7w,9008
|
|
78
|
+
dart_tools-0.7.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
79
|
+
dart_tools-0.7.4.dist-info/entry_points.txt,sha256=KOVAnDWJbSKn9HoXWQ7x6NfACYzSMGHBBaBxonHEv6w,34
|
|
80
|
+
dart_tools-0.7.4.dist-info/top_level.txt,sha256=ZwUQ6QjCyi1i32BJOAkbOA7UfgitLmIwToJGJwZXPrg,5
|
|
81
|
+
dart_tools-0.7.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|