groundx 2.2.1__tar.gz → 2.2.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.
- {groundx-2.2.1 → groundx-2.2.3}/PKG-INFO +2 -2
- {groundx-2.2.1 → groundx-2.2.3}/README.md +1 -1
- {groundx-2.2.1 → groundx-2.2.3}/pyproject.toml +1 -1
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/__init__.py +4 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/client_wrapper.py +1 -1
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/documents/client.py +15 -54
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/ingest.py +3 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/__init__.py +4 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/document.py +4 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/ingest_local_document_metadata.py +4 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/ingest_remote_document.py +4 -0
- groundx-2.2.3/src/groundx/types/process_level.py +5 -0
- groundx-2.2.3/src/groundx/types/processes_status_response.py +6 -0
- {groundx-2.2.1 → groundx-2.2.3}/LICENSE +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/buckets/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/buckets/client.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/client.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/api_error.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/datetime_utils.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/file.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/http_client.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/jsonable_encoder.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/pydantic_utilities.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/query_encoder.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/remove_none_from_dict.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/request_options.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/core/serialization.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/customer/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/customer/client.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/documents/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/environment.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/errors/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/errors/bad_request_error.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/errors/unauthorized_error.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/groups/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/groups/client.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/health/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/health/client.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/py.typed +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/search/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/search/client.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/search/types/__init__.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/search/types/search_content_request_id.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/bounding_box_detail.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/bucket_detail.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/bucket_list_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/bucket_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/bucket_update_detail.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/bucket_update_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/customer_detail.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/customer_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/document_detail.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/document_list_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/document_local_ingest_request.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/document_lookup_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/document_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/document_type.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/group_detail.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/group_list_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/group_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/health_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/health_response_health.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/health_service.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/health_service_status.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/ingest_local_document.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/ingest_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/ingest_response_ingest.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/message_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/meter_detail.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response_ingest.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response_ingest_progress.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response_ingest_progress_cancelled.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response_ingest_progress_complete.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response_ingest_progress_errors.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response_ingest_progress_processing.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/processing_status.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/search_response.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/search_response_search.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/search_result_item.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/sort.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/sort_order.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/subscription_detail.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/subscription_detail_meters.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/website_source.py +0 -0
- {groundx-2.2.1 → groundx-2.2.3}/src/groundx/version.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: groundx
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.3
|
4
4
|
Summary:
|
5
5
|
License: MIT
|
6
6
|
Requires-Python: >=3.8,<4.0
|
@@ -47,7 +47,7 @@ pip install groundx
|
|
47
47
|
|
48
48
|
## Reference
|
49
49
|
|
50
|
-
A full reference for this library is available [here](
|
50
|
+
A full reference for this library is available [here](https://github.com/eyelevelai/groundx-python/blob/main/reference.md).
|
51
51
|
|
52
52
|
## Usage
|
53
53
|
|
@@ -17,7 +17,7 @@ pip install groundx
|
|
17
17
|
|
18
18
|
## Reference
|
19
19
|
|
20
|
-
A full reference for this library is available [here](
|
20
|
+
A full reference for this library is available [here](https://github.com/eyelevelai/groundx-python/blob/main/reference.md).
|
21
21
|
|
22
22
|
## Usage
|
23
23
|
|
@@ -30,6 +30,7 @@ from .types import (
|
|
30
30
|
IngestResponseIngest,
|
31
31
|
MessageResponse,
|
32
32
|
MeterDetail,
|
33
|
+
ProcessLevel,
|
33
34
|
ProcessStatusResponse,
|
34
35
|
ProcessStatusResponseIngest,
|
35
36
|
ProcessStatusResponseIngestProgress,
|
@@ -37,6 +38,7 @@ from .types import (
|
|
37
38
|
ProcessStatusResponseIngestProgressComplete,
|
38
39
|
ProcessStatusResponseIngestProgressErrors,
|
39
40
|
ProcessStatusResponseIngestProgressProcessing,
|
41
|
+
ProcessesStatusResponse,
|
40
42
|
ProcessingStatus,
|
41
43
|
SearchResponse,
|
42
44
|
SearchResponseSearch,
|
@@ -88,6 +90,7 @@ __all__ = [
|
|
88
90
|
"IngestResponseIngest",
|
89
91
|
"MessageResponse",
|
90
92
|
"MeterDetail",
|
93
|
+
"ProcessLevel",
|
91
94
|
"ProcessStatusResponse",
|
92
95
|
"ProcessStatusResponseIngest",
|
93
96
|
"ProcessStatusResponseIngestProgress",
|
@@ -95,6 +98,7 @@ __all__ = [
|
|
95
98
|
"ProcessStatusResponseIngestProgressComplete",
|
96
99
|
"ProcessStatusResponseIngestProgressErrors",
|
97
100
|
"ProcessStatusResponseIngestProgressProcessing",
|
101
|
+
"ProcessesStatusResponse",
|
98
102
|
"ProcessingStatus",
|
99
103
|
"SearchContentRequestId",
|
100
104
|
"SearchResponse",
|
@@ -21,6 +21,7 @@ from ..types.process_status_response import ProcessStatusResponse
|
|
21
21
|
from ..core.jsonable_encoder import jsonable_encoder
|
22
22
|
from ..types.document_lookup_response import DocumentLookupResponse
|
23
23
|
from ..types.document_response import DocumentResponse
|
24
|
+
from ..types.processes_status_response import ProcessesStatusResponse
|
24
25
|
from ..core.client_wrapper import AsyncClientWrapper
|
25
26
|
|
26
27
|
# this is used as the default value for optional parameters
|
@@ -748,15 +749,15 @@ class DocumentsClient:
|
|
748
749
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
749
750
|
raise ApiError(status_code=_response.status_code, body=_response_json)
|
750
751
|
|
751
|
-
def
|
752
|
+
def get_processes(
|
752
753
|
self,
|
753
754
|
*,
|
754
755
|
n: typing.Optional[int] = None,
|
755
756
|
status: typing.Optional[ProcessingStatus] = None,
|
756
757
|
request_options: typing.Optional[RequestOptions] = None,
|
757
|
-
) ->
|
758
|
+
) -> ProcessesStatusResponse:
|
758
759
|
"""
|
759
|
-
Get
|
760
|
+
Get a list of ingest process requests, sorted from most recent to least.
|
760
761
|
|
761
762
|
Parameters
|
762
763
|
----------
|
@@ -771,7 +772,7 @@ class DocumentsClient:
|
|
771
772
|
|
772
773
|
Returns
|
773
774
|
-------
|
774
|
-
|
775
|
+
ProcessesStatusResponse
|
775
776
|
Look up success
|
776
777
|
|
777
778
|
Examples
|
@@ -781,7 +782,7 @@ class DocumentsClient:
|
|
781
782
|
client = GroundX(
|
782
783
|
api_key="YOUR_API_KEY",
|
783
784
|
)
|
784
|
-
client.documents.
|
785
|
+
client.documents.get_processes()
|
785
786
|
"""
|
786
787
|
_response = self._client_wrapper.httpx_client.request(
|
787
788
|
"v1/ingest",
|
@@ -795,32 +796,12 @@ class DocumentsClient:
|
|
795
796
|
try:
|
796
797
|
if 200 <= _response.status_code < 300:
|
797
798
|
return typing.cast(
|
798
|
-
|
799
|
+
ProcessesStatusResponse,
|
799
800
|
parse_obj_as(
|
800
|
-
type_=
|
801
|
+
type_=ProcessesStatusResponse, # type: ignore
|
801
802
|
object_=_response.json(),
|
802
803
|
),
|
803
804
|
)
|
804
|
-
if _response.status_code == 400:
|
805
|
-
raise BadRequestError(
|
806
|
-
typing.cast(
|
807
|
-
typing.Optional[typing.Any],
|
808
|
-
parse_obj_as(
|
809
|
-
type_=typing.Optional[typing.Any], # type: ignore
|
810
|
-
object_=_response.json(),
|
811
|
-
),
|
812
|
-
)
|
813
|
-
)
|
814
|
-
if _response.status_code == 401:
|
815
|
-
raise UnauthorizedError(
|
816
|
-
typing.cast(
|
817
|
-
typing.Optional[typing.Any],
|
818
|
-
parse_obj_as(
|
819
|
-
type_=typing.Optional[typing.Any], # type: ignore
|
820
|
-
object_=_response.json(),
|
821
|
-
),
|
822
|
-
)
|
823
|
-
)
|
824
805
|
_response_json = _response.json()
|
825
806
|
except JSONDecodeError:
|
826
807
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -1626,15 +1607,15 @@ class AsyncDocumentsClient:
|
|
1626
1607
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
1627
1608
|
raise ApiError(status_code=_response.status_code, body=_response_json)
|
1628
1609
|
|
1629
|
-
async def
|
1610
|
+
async def get_processes(
|
1630
1611
|
self,
|
1631
1612
|
*,
|
1632
1613
|
n: typing.Optional[int] = None,
|
1633
1614
|
status: typing.Optional[ProcessingStatus] = None,
|
1634
1615
|
request_options: typing.Optional[RequestOptions] = None,
|
1635
|
-
) ->
|
1616
|
+
) -> ProcessesStatusResponse:
|
1636
1617
|
"""
|
1637
|
-
Get
|
1618
|
+
Get a list of ingest process requests, sorted from most recent to least.
|
1638
1619
|
|
1639
1620
|
Parameters
|
1640
1621
|
----------
|
@@ -1649,7 +1630,7 @@ class AsyncDocumentsClient:
|
|
1649
1630
|
|
1650
1631
|
Returns
|
1651
1632
|
-------
|
1652
|
-
|
1633
|
+
ProcessesStatusResponse
|
1653
1634
|
Look up success
|
1654
1635
|
|
1655
1636
|
Examples
|
@@ -1664,7 +1645,7 @@ class AsyncDocumentsClient:
|
|
1664
1645
|
|
1665
1646
|
|
1666
1647
|
async def main() -> None:
|
1667
|
-
await client.documents.
|
1648
|
+
await client.documents.get_processes()
|
1668
1649
|
|
1669
1650
|
|
1670
1651
|
asyncio.run(main())
|
@@ -1681,32 +1662,12 @@ class AsyncDocumentsClient:
|
|
1681
1662
|
try:
|
1682
1663
|
if 200 <= _response.status_code < 300:
|
1683
1664
|
return typing.cast(
|
1684
|
-
|
1665
|
+
ProcessesStatusResponse,
|
1685
1666
|
parse_obj_as(
|
1686
|
-
type_=
|
1667
|
+
type_=ProcessesStatusResponse, # type: ignore
|
1687
1668
|
object_=_response.json(),
|
1688
1669
|
),
|
1689
1670
|
)
|
1690
|
-
if _response.status_code == 400:
|
1691
|
-
raise BadRequestError(
|
1692
|
-
typing.cast(
|
1693
|
-
typing.Optional[typing.Any],
|
1694
|
-
parse_obj_as(
|
1695
|
-
type_=typing.Optional[typing.Any], # type: ignore
|
1696
|
-
object_=_response.json(),
|
1697
|
-
),
|
1698
|
-
)
|
1699
|
-
)
|
1700
|
-
if _response.status_code == 401:
|
1701
|
-
raise UnauthorizedError(
|
1702
|
-
typing.cast(
|
1703
|
-
typing.Optional[typing.Any],
|
1704
|
-
parse_obj_as(
|
1705
|
-
type_=typing.Optional[typing.Any], # type: ignore
|
1706
|
-
object_=_response.json(),
|
1707
|
-
),
|
1708
|
-
)
|
1709
|
-
)
|
1710
1671
|
_response_json = _response.json()
|
1711
1672
|
except JSONDecodeError:
|
1712
1673
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
@@ -72,6 +72,7 @@ def prep_documents(
|
|
72
72
|
bucket_id=document.bucket_id,
|
73
73
|
file_name=document.file_name,
|
74
74
|
file_type=document.file_type,
|
75
|
+
process_level=document.process_level,
|
75
76
|
search_data=document.search_data,
|
76
77
|
source_url=document.file_path,
|
77
78
|
)
|
@@ -109,6 +110,8 @@ def prep_documents(
|
|
109
110
|
"fileName": file_name,
|
110
111
|
"fileType": file_type,
|
111
112
|
}
|
113
|
+
if document.process_level:
|
114
|
+
metadata["processLevel"] = document.process_level
|
112
115
|
if document.search_data:
|
113
116
|
metadata["searchData"] = document.search_data
|
114
117
|
|
@@ -29,6 +29,7 @@ from .ingest_response import IngestResponse
|
|
29
29
|
from .ingest_response_ingest import IngestResponseIngest
|
30
30
|
from .message_response import MessageResponse
|
31
31
|
from .meter_detail import MeterDetail
|
32
|
+
from .process_level import ProcessLevel
|
32
33
|
from .process_status_response import ProcessStatusResponse
|
33
34
|
from .process_status_response_ingest import ProcessStatusResponseIngest
|
34
35
|
from .process_status_response_ingest_progress import ProcessStatusResponseIngestProgress
|
@@ -36,6 +37,7 @@ from .process_status_response_ingest_progress_cancelled import ProcessStatusResp
|
|
36
37
|
from .process_status_response_ingest_progress_complete import ProcessStatusResponseIngestProgressComplete
|
37
38
|
from .process_status_response_ingest_progress_errors import ProcessStatusResponseIngestProgressErrors
|
38
39
|
from .process_status_response_ingest_progress_processing import ProcessStatusResponseIngestProgressProcessing
|
40
|
+
from .processes_status_response import ProcessesStatusResponse
|
39
41
|
from .processing_status import ProcessingStatus
|
40
42
|
from .search_response import SearchResponse
|
41
43
|
from .search_response_search import SearchResponseSearch
|
@@ -76,6 +78,7 @@ __all__ = [
|
|
76
78
|
"IngestResponseIngest",
|
77
79
|
"MessageResponse",
|
78
80
|
"MeterDetail",
|
81
|
+
"ProcessLevel",
|
79
82
|
"ProcessStatusResponse",
|
80
83
|
"ProcessStatusResponseIngest",
|
81
84
|
"ProcessStatusResponseIngestProgress",
|
@@ -83,6 +86,7 @@ __all__ = [
|
|
83
86
|
"ProcessStatusResponseIngestProgressComplete",
|
84
87
|
"ProcessStatusResponseIngestProgressErrors",
|
85
88
|
"ProcessStatusResponseIngestProgressProcessing",
|
89
|
+
"ProcessesStatusResponse",
|
86
90
|
"ProcessingStatus",
|
87
91
|
"SearchResponse",
|
88
92
|
"SearchResponseSearch",
|
@@ -6,6 +6,7 @@ from ..core.serialization import FieldMetadata
|
|
6
6
|
import pydantic
|
7
7
|
import typing
|
8
8
|
from .document_type import DocumentType
|
9
|
+
from .process_level import ProcessLevel
|
9
10
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
11
|
|
11
12
|
|
@@ -28,6 +29,9 @@ class Document(UniversalBaseModel):
|
|
28
29
|
"""
|
29
30
|
|
30
31
|
file_type: typing_extensions.Annotated[typing.Optional[DocumentType], FieldMetadata(alias="fileType")] = None
|
32
|
+
process_level: typing_extensions.Annotated[typing.Optional[ProcessLevel], FieldMetadata(alias="processLevel")] = (
|
33
|
+
None
|
34
|
+
)
|
31
35
|
search_data: typing_extensions.Annotated[
|
32
36
|
typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]], FieldMetadata(alias="searchData")
|
33
37
|
] = pydantic.Field(default=None)
|
@@ -6,6 +6,7 @@ import typing
|
|
6
6
|
from ..core.serialization import FieldMetadata
|
7
7
|
import pydantic
|
8
8
|
from .document_type import DocumentType
|
9
|
+
from .process_level import ProcessLevel
|
9
10
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
11
|
|
11
12
|
|
@@ -25,6 +26,9 @@ class IngestLocalDocumentMetadata(UniversalBaseModel):
|
|
25
26
|
"""
|
26
27
|
|
27
28
|
file_type: typing_extensions.Annotated[typing.Optional[DocumentType], FieldMetadata(alias="fileType")] = None
|
29
|
+
process_level: typing_extensions.Annotated[typing.Optional[ProcessLevel], FieldMetadata(alias="processLevel")] = (
|
30
|
+
None
|
31
|
+
)
|
28
32
|
search_data: typing_extensions.Annotated[
|
29
33
|
typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]], FieldMetadata(alias="searchData")
|
30
34
|
] = pydantic.Field(default=None)
|
@@ -6,6 +6,7 @@ from ..core.serialization import FieldMetadata
|
|
6
6
|
import pydantic
|
7
7
|
import typing
|
8
8
|
from .document_type import DocumentType
|
9
|
+
from .process_level import ProcessLevel
|
9
10
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
11
|
|
11
12
|
|
@@ -23,6 +24,9 @@ class IngestRemoteDocument(UniversalBaseModel):
|
|
23
24
|
"""
|
24
25
|
|
25
26
|
file_type: typing_extensions.Annotated[typing.Optional[DocumentType], FieldMetadata(alias="fileType")] = None
|
27
|
+
process_level: typing_extensions.Annotated[typing.Optional[ProcessLevel], FieldMetadata(alias="processLevel")] = (
|
28
|
+
None
|
29
|
+
)
|
26
30
|
search_data: typing_extensions.Annotated[
|
27
31
|
typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]], FieldMetadata(alias="searchData")
|
28
32
|
] = pydantic.Field(default=None)
|
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
|
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
|
{groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response_ingest_progress.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{groundx-2.2.1 → groundx-2.2.3}/src/groundx/types/process_status_response_ingest_progress_errors.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
|