vellum-ai 0.13.13__py3-none-any.whl → 0.13.14__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.
- vellum/client/resources/documents/client.py +10 -0
- {vellum_ai-0.13.13.dist-info → vellum_ai-0.13.14.dist-info}/METADATA +1 -1
- {vellum_ai-0.13.13.dist-info → vellum_ai-0.13.14.dist-info}/RECORD +6 -6
- {vellum_ai-0.13.13.dist-info → vellum_ai-0.13.14.dist-info}/LICENSE +0 -0
- {vellum_ai-0.13.13.dist-info → vellum_ai-0.13.14.dist-info}/WHEEL +0 -0
- {vellum_ai-0.13.13.dist-info → vellum_ai-0.13.14.dist-info}/entry_points.txt +0 -0
@@ -32,6 +32,7 @@ class DocumentsClient:
|
|
32
32
|
limit: typing.Optional[int] = None,
|
33
33
|
offset: typing.Optional[int] = None,
|
34
34
|
ordering: typing.Optional[str] = None,
|
35
|
+
search: typing.Optional[str] = None,
|
35
36
|
request_options: typing.Optional[RequestOptions] = None,
|
36
37
|
) -> PaginatedSlimDocumentList:
|
37
38
|
"""
|
@@ -51,6 +52,9 @@ class DocumentsClient:
|
|
51
52
|
ordering : typing.Optional[str]
|
52
53
|
Which field to use when ordering the results.
|
53
54
|
|
55
|
+
search : typing.Optional[str]
|
56
|
+
A search term.
|
57
|
+
|
54
58
|
request_options : typing.Optional[RequestOptions]
|
55
59
|
Request-specific configuration.
|
56
60
|
|
@@ -77,6 +81,7 @@ class DocumentsClient:
|
|
77
81
|
"limit": limit,
|
78
82
|
"offset": offset,
|
79
83
|
"ordering": ordering,
|
84
|
+
"search": search,
|
80
85
|
},
|
81
86
|
request_options=request_options,
|
82
87
|
)
|
@@ -392,6 +397,7 @@ class AsyncDocumentsClient:
|
|
392
397
|
limit: typing.Optional[int] = None,
|
393
398
|
offset: typing.Optional[int] = None,
|
394
399
|
ordering: typing.Optional[str] = None,
|
400
|
+
search: typing.Optional[str] = None,
|
395
401
|
request_options: typing.Optional[RequestOptions] = None,
|
396
402
|
) -> PaginatedSlimDocumentList:
|
397
403
|
"""
|
@@ -411,6 +417,9 @@ class AsyncDocumentsClient:
|
|
411
417
|
ordering : typing.Optional[str]
|
412
418
|
Which field to use when ordering the results.
|
413
419
|
|
420
|
+
search : typing.Optional[str]
|
421
|
+
A search term.
|
422
|
+
|
414
423
|
request_options : typing.Optional[RequestOptions]
|
415
424
|
Request-specific configuration.
|
416
425
|
|
@@ -445,6 +454,7 @@ class AsyncDocumentsClient:
|
|
445
454
|
"limit": limit,
|
446
455
|
"offset": offset,
|
447
456
|
"ordering": ordering,
|
457
|
+
"search": search,
|
448
458
|
},
|
449
459
|
request_options=request_options,
|
450
460
|
)
|
@@ -143,7 +143,7 @@ vellum/client/resources/document_indexes/client.py,sha256=1kp5I8DC4UPvjlWsocuaNh
|
|
143
143
|
vellum/client/resources/document_indexes/types/__init__.py,sha256=IoFqKHN_VBdEhC7VL8_6Jbatrn0e0zuYEJAJUahcUR0,196
|
144
144
|
vellum/client/resources/document_indexes/types/document_indexes_list_request_status.py,sha256=sfUEB0cvOSmlE2iITqnMVyHv05Zy2fWP4QjCIYqMg0M,178
|
145
145
|
vellum/client/resources/documents/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
146
|
-
vellum/client/resources/documents/client.py,sha256=
|
146
|
+
vellum/client/resources/documents/client.py,sha256=V2OREx-YVxQxGgC_84QQGCUmW3QveOgLB2SEhUGPde4,27864
|
147
147
|
vellum/client/resources/folder_entities/__init__.py,sha256=QOp7UMMB3a32GrfVaud35ECn4fqPBKXxCyClsDgd6GE,175
|
148
148
|
vellum/client/resources/folder_entities/client.py,sha256=ep5dnfJmEuEyrOSUftEVwKaeXrg1DENEDjO4_nw9yq0,11114
|
149
149
|
vellum/client/resources/folder_entities/types/__init__.py,sha256=cHabrupjC-HL3kj-UZ9WdVzqHoQHCu6QsLFB3wlOs7k,212
|
@@ -1441,8 +1441,8 @@ vellum/workflows/vellum_client.py,sha256=ODrq_TSl-drX2aezXegf7pizpWDVJuTXH-j6528
|
|
1441
1441
|
vellum/workflows/workflows/__init__.py,sha256=KY45TqvavCCvXIkyCFMEc0dc6jTMOUci93U2DUrlZYc,66
|
1442
1442
|
vellum/workflows/workflows/base.py,sha256=k0kUWWko4fHyCqLSU_1cBK_pXZpl9MXekWiG-bdOAo0,18353
|
1443
1443
|
vellum/workflows/workflows/event_filters.py,sha256=GSxIgwrX26a1Smfd-6yss2abGCnadGsrSZGa7t7LpJA,2008
|
1444
|
-
vellum_ai-0.13.
|
1445
|
-
vellum_ai-0.13.
|
1446
|
-
vellum_ai-0.13.
|
1447
|
-
vellum_ai-0.13.
|
1448
|
-
vellum_ai-0.13.
|
1444
|
+
vellum_ai-0.13.14.dist-info/LICENSE,sha256=hOypcdt481qGNISA784bnAGWAE6tyIf9gc2E78mYC3E,1574
|
1445
|
+
vellum_ai-0.13.14.dist-info/METADATA,sha256=-XRE0gS6VYSqoJt7wrYK1LcXz99LGaGwgY-9L7THqsg,5335
|
1446
|
+
vellum_ai-0.13.14.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
1447
|
+
vellum_ai-0.13.14.dist-info/entry_points.txt,sha256=HCH4yc_V3J_nDv3qJzZ_nYS8llCHZViCDP1ejgCc5Ak,42
|
1448
|
+
vellum_ai-0.13.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|