uipath 2.1.111__py3-none-any.whl → 2.1.113__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 uipath might be problematic. Click here for more details.
- uipath/_cli/_debug/_bridge.py +194 -33
- uipath/_cli/_debug/_runtime.py +6 -2
- uipath/_cli/_evals/_models/_output.py +22 -8
- uipath/_cli/_evals/_runtime.py +21 -8
- uipath/_cli/_runtime/_contracts.py +3 -1
- uipath/_resources/SDK_REFERENCE.md +5 -5
- uipath/_services/documents_service.py +279 -107
- uipath/models/documents.py +28 -2
- {uipath-2.1.111.dist-info → uipath-2.1.113.dist-info}/METADATA +1 -1
- {uipath-2.1.111.dist-info → uipath-2.1.113.dist-info}/RECORD +13 -13
- {uipath-2.1.111.dist-info → uipath-2.1.113.dist-info}/WHEEL +0 -0
- {uipath-2.1.111.dist-info → uipath-2.1.113.dist-info}/entry_points.txt +0 -0
- {uipath-2.1.111.dist-info → uipath-2.1.113.dist-info}/licenses/LICENSE +0 -0
uipath/models/documents.py
CHANGED
|
@@ -18,10 +18,25 @@ class FieldType(str, Enum):
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
class ActionPriority(str, Enum):
|
|
21
|
+
"""Priority levels for validation actions. More details can be found in the [official documentation](https://docs.uipath.com/action-center/automation-cloud/latest/user-guide/create-document-validation-action#configuration)."""
|
|
22
|
+
|
|
21
23
|
LOW = "Low"
|
|
24
|
+
"""Low priority"""
|
|
22
25
|
MEDIUM = "Medium"
|
|
26
|
+
"""Medium priority"""
|
|
23
27
|
HIGH = "High"
|
|
28
|
+
"""High priority"""
|
|
24
29
|
CRITICAL = "Critical"
|
|
30
|
+
"""Critical priority"""
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class ProjectType(str, Enum):
|
|
34
|
+
"""Project types available and supported by Documents Service."""
|
|
35
|
+
|
|
36
|
+
IXP = "IXP"
|
|
37
|
+
"""Represents an [IXP](https://docs.uipath.com/ixp/automation-cloud/latest/overview/managing-projects#creating-a-new-project) project type."""
|
|
38
|
+
MODERN = "Modern"
|
|
39
|
+
"""Represents a [DU Modern](https://docs.uipath.com/document-understanding/automation-cloud/latest/user-guide/about-document-understanding) project type."""
|
|
25
40
|
|
|
26
41
|
|
|
27
42
|
class FieldValueProjection(BaseModel):
|
|
@@ -71,9 +86,9 @@ class ExtractionResponse(BaseModel):
|
|
|
71
86
|
|
|
72
87
|
Attributes:
|
|
73
88
|
extraction_result (ExtractionResult): The result of the extraction process.
|
|
74
|
-
data_projection (List[FieldGroupValueProjection]): A simplified projection of the extracted data.
|
|
75
89
|
project_id (str): The ID of the project associated with the extraction.
|
|
76
90
|
tag (str): The tag associated with the published model version.
|
|
91
|
+
document_type_id (str): The ID of the document type associated with the extraction.
|
|
77
92
|
"""
|
|
78
93
|
|
|
79
94
|
model_config = ConfigDict(
|
|
@@ -82,9 +97,19 @@ class ExtractionResponse(BaseModel):
|
|
|
82
97
|
)
|
|
83
98
|
|
|
84
99
|
extraction_result: ExtractionResult = Field(alias="extractionResult")
|
|
85
|
-
data_projection: List[FieldGroupValueProjection] = Field(alias="dataProjection")
|
|
86
100
|
project_id: str = Field(alias="projectId")
|
|
87
101
|
tag: str
|
|
102
|
+
document_type_id: str = Field(alias="documentTypeId")
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class ExtractionResponseIXP(ExtractionResponse):
|
|
106
|
+
"""A model representing the response from a document extraction process for IXP projects.
|
|
107
|
+
|
|
108
|
+
Attributes:
|
|
109
|
+
data_projection (List[FieldGroupValueProjection]): A simplified projection of the extracted data.
|
|
110
|
+
"""
|
|
111
|
+
|
|
112
|
+
data_projection: List[FieldGroupValueProjection] = Field(alias="dataProjection")
|
|
88
113
|
|
|
89
114
|
|
|
90
115
|
class ValidationAction(BaseModel):
|
|
@@ -107,6 +132,7 @@ class ValidationAction(BaseModel):
|
|
|
107
132
|
action_status: str = Field(alias="actionStatus")
|
|
108
133
|
project_id: str = Field(alias="projectId")
|
|
109
134
|
tag: str
|
|
135
|
+
document_type_id: str = Field(alias="documentTypeId")
|
|
110
136
|
operation_id: str = Field(alias="operationId")
|
|
111
137
|
|
|
112
138
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.113
|
|
4
4
|
Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
|
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-python
|
|
@@ -34,8 +34,8 @@ uipath/_cli/_auth/auth_config.json,sha256=o8J5BBFwiEtjZLHpJ_64lvnTeYeRIHaJ-Bhg0Q
|
|
|
34
34
|
uipath/_cli/_auth/index.html,sha256=uGK0CDTP8Rys_p4O_Pbd2x4tz0frKNVcumjrXnal5Nc,22814
|
|
35
35
|
uipath/_cli/_auth/localhost.crt,sha256=oGl9oLLOiouHubAt39B4zEfylFvKEtbtr_43SIliXJc,1226
|
|
36
36
|
uipath/_cli/_auth/localhost.key,sha256=X31VYXD8scZtmGA837dGX5l6G-LXHLo5ItWJhZXaz3c,1679
|
|
37
|
-
uipath/_cli/_debug/_bridge.py,sha256=
|
|
38
|
-
uipath/_cli/_debug/_runtime.py,sha256=
|
|
37
|
+
uipath/_cli/_debug/_bridge.py,sha256=iF3lI73TRyVvQDf7Zb-HUxrVrW5oAnWOPT7JIFkFL_I,28433
|
|
38
|
+
uipath/_cli/_debug/_runtime.py,sha256=cGWoyQwHaKG5EQhYqTQfIuCX--n4PBijZQ9iXiOpRIc,5748
|
|
39
39
|
uipath/_cli/_dev/_terminal/__init__.py,sha256=di_RiN9Mcp9wqyKRRqXag28vbSw8_78mCnQZNn9H-Ss,14027
|
|
40
40
|
uipath/_cli/_dev/_terminal/_components/_chat.py,sha256=NLRoy49QScHiI-q0FGykkaU8ajv1d23fx7issSALcFA,4119
|
|
41
41
|
uipath/_cli/_dev/_terminal/_components/_details.py,sha256=FbLYtJ56gqHV6CIrpzO_n9Sk_YNg4nzRKTSsbj-DBPQ,17257
|
|
@@ -54,14 +54,14 @@ uipath/_cli/_evals/_evaluate.py,sha256=yRVhZ6uV58EV5Fv5X_K6425ZGsseQslnLe6FpIKy-
|
|
|
54
54
|
uipath/_cli/_evals/_evaluator_factory.py,sha256=gPF9fRMZBOUPnJSM1fzQyXGHMGYQw_0VmHv-JOGbZf4,14348
|
|
55
55
|
uipath/_cli/_evals/_helpers.py,sha256=dYHgkWxy2fOuqqZDtOKWKsZ1Ri4dn8qMnuB6DE-1MUk,6661
|
|
56
56
|
uipath/_cli/_evals/_progress_reporter.py,sha256=CinS0S7vqHDyEp7cU87eARebEvQWwkX7H7fanSqIHxo,27385
|
|
57
|
-
uipath/_cli/_evals/_runtime.py,sha256=
|
|
57
|
+
uipath/_cli/_evals/_runtime.py,sha256=dU2LXZ-T55-wsqRUCP0Kc4AU1oh1MiF4NRKIyPWJytw,23895
|
|
58
58
|
uipath/_cli/_evals/_span_collection.py,sha256=RoKoeDFG2XODdlgI27ionCjU7LLD_C0LJJ3gu0wab10,779
|
|
59
59
|
uipath/_cli/_evals/_models/_evaluation_set.py,sha256=7P6zIkgerGKHXL6rD1YHXFFWpyxCUpNu7AX71bAaNoE,7270
|
|
60
60
|
uipath/_cli/_evals/_models/_evaluator.py,sha256=UXrN103gHJFw3MtVWlGwViQWAo2cICRR-n357zL6wTA,9369
|
|
61
61
|
uipath/_cli/_evals/_models/_evaluator_base_params.py,sha256=8i7Ir70IjaNOINTHMTXVXsKB4koYf3BCR8Vh2cyrBQI,406
|
|
62
62
|
uipath/_cli/_evals/_models/_exceptions.py,sha256=-oXLTDa4ab9Boa34ZxuUrCezf8ajIGrIEUVwZnmBASE,195
|
|
63
63
|
uipath/_cli/_evals/_models/_mocks.py,sha256=mlD9qvdZNniuKxzY_ttJtwLVFvKGvvIukYvy0FTa12k,241
|
|
64
|
-
uipath/_cli/_evals/_models/_output.py,sha256=
|
|
64
|
+
uipath/_cli/_evals/_models/_output.py,sha256=ZQiRCqFZWUsPrJ96E_xQlup6xUlz0lmbJQdsy9WUqoU,7450
|
|
65
65
|
uipath/_cli/_evals/_models/_sw_reporting.py,sha256=tSBLQFAdOIun8eP0vsqt56K6bmCZz_uMaWI3hskg_24,536
|
|
66
66
|
uipath/_cli/_evals/mocks/__init__.py,sha256=2WXwAy_oZw5bKp6L0HB13QygCJeftOB_Bget0AI6Gik,32
|
|
67
67
|
uipath/_cli/_evals/mocks/input_mocker.py,sha256=DtI5mqLKlg_QAvoPXUUbsLX5ptvPaA8MM8v7CPOWd_M,4450
|
|
@@ -72,7 +72,7 @@ uipath/_cli/_evals/mocks/mockito_mocker.py,sha256=opwfELnvuh3krnPAg0MupkHTEmhCpQ
|
|
|
72
72
|
uipath/_cli/_evals/mocks/mocks.py,sha256=IrvhtTtIuU5geopvCRglNhxKoOcChnnjQZMoYygx0PU,2225
|
|
73
73
|
uipath/_cli/_push/models.py,sha256=K3k6QUMkiNIb3M4U0EgDlKz1UELxeMXLNVAj3qyhZ4U,470
|
|
74
74
|
uipath/_cli/_push/sw_file_handler.py,sha256=ivHj0qzCvEP45M3x-Oi2edO5I-uhyHzgnidDF3JRoTk,36192
|
|
75
|
-
uipath/_cli/_runtime/_contracts.py,sha256=
|
|
75
|
+
uipath/_cli/_runtime/_contracts.py,sha256=d39hBwydFxMlF5VJSa4Fj_ZIWqr2iVUlHLTupBDrNZQ,36296
|
|
76
76
|
uipath/_cli/_runtime/_escalation.py,sha256=x3vI98qsfRA-fL_tNkRVTFXioM5Gv2w0GFcXJJ5eQtg,7981
|
|
77
77
|
uipath/_cli/_runtime/_hitl.py,sha256=JAwTUKvxO4HpnZMwE4E0AegAPw_uYOwgt0OYcu6EvTg,11474
|
|
78
78
|
uipath/_cli/_runtime/_logging.py,sha256=srjAi3Cy6g7b8WNHiYNjaZT4t40F3XRqquuoGd2kh4Y,14019
|
|
@@ -108,7 +108,7 @@ uipath/_resources/AGENTS.md,sha256=nRQNAVeEBaBvuMzXw8uXtMnGebLClUgwIMlgb8_qU9o,1
|
|
|
108
108
|
uipath/_resources/CLAUDE.md,sha256=kYsckFWTVe948z_fNWLysCHvi9_YpchBXl3s1Ek03lU,10
|
|
109
109
|
uipath/_resources/CLI_REFERENCE.md,sha256=M_SCtSjRhj1XwfgSFLfHJJahYXEd_CSQ_EnjLQAn-2Y,6470
|
|
110
110
|
uipath/_resources/REQUIRED_STRUCTURE.md,sha256=3laqGiNa3kauJ7jRI1d7w_fWKUDkqYBjcTT_6_8FAGk,1417
|
|
111
|
-
uipath/_resources/SDK_REFERENCE.md,sha256=
|
|
111
|
+
uipath/_resources/SDK_REFERENCE.md,sha256=xx6-FzXQpva0eeCeLgscrzaaWrVyFedxxACAD7xVlu4,18663
|
|
112
112
|
uipath/_services/__init__.py,sha256=_LNy4u--VlhVtTO66bULbCoBjyJBTuyh9jnzjWrv-h4,1140
|
|
113
113
|
uipath/_services/_base_service.py,sha256=x9-9jhPzn9Z16KRdFHhJNvV-FZHvTniMsDfxlS4Cutk,5782
|
|
114
114
|
uipath/_services/actions_service.py,sha256=2RPMR-hFMsOlqEyjIf3aF7-lrf57jdrSD0pBjj0Kyko,16040
|
|
@@ -118,7 +118,7 @@ uipath/_services/attachments_service.py,sha256=NPQYK7CGjfBaNT_1S5vEAfODmOChTbQZf
|
|
|
118
118
|
uipath/_services/buckets_service.py,sha256=5s8tuivd7GUZYj774DDUYTa0axxlUuesc4EBY1V5sdk,18496
|
|
119
119
|
uipath/_services/connections_service.py,sha256=tKJHHOKQYKR6LkgB-V_2d0vFpLEdFeMzwj_xmBVHUDw,18416
|
|
120
120
|
uipath/_services/context_grounding_service.py,sha256=Pjx-QQQEiSKD-hY6ityj3QUSALN3fIcKLLHr_NZ0d_g,37117
|
|
121
|
-
uipath/_services/documents_service.py,sha256=
|
|
121
|
+
uipath/_services/documents_service.py,sha256=2LZyGVYXtsC9ajsNpmLTmbgAXF13YeS4N_LObh4o4kA,31389
|
|
122
122
|
uipath/_services/entities_service.py,sha256=QKCLE6wRgq3HZraF-M2mljy-8il4vsNHrQhUgkewVVk,14028
|
|
123
123
|
uipath/_services/external_application_service.py,sha256=gZhnGgLn7ZYUZzZF7AumB14QEPanVY-D_02FqEcAFtw,5478
|
|
124
124
|
uipath/_services/folder_service.py,sha256=9JqgjKhWD-G_KUnfUTP2BADxL6OK9QNZsBsWZHAULdE,2749
|
|
@@ -204,7 +204,7 @@ uipath/models/buckets.py,sha256=N3Lj_dVCv709-ywhOOdyCSvsuLn41eGuAfSiik6Q6F8,1285
|
|
|
204
204
|
uipath/models/connections.py,sha256=jmzlfnddqlxjmiVhqsETRV6TQPH3fFqJGsygG0gUf7g,2745
|
|
205
205
|
uipath/models/context_grounding.py,sha256=3MaF2Fv2QYle8UUWvKGkCN5XGpx2T4a34fdbBqJ2fCs,1137
|
|
206
206
|
uipath/models/context_grounding_index.py,sha256=OhRyxZDHDSrEmBFK0-JLqMMMT64jir4XkHtQ54IKtc0,2683
|
|
207
|
-
uipath/models/documents.py,sha256=
|
|
207
|
+
uipath/models/documents.py,sha256=fLmo75okk1peDIiCmH3hmG8GbOte6fjkhwX8EaiOQJY,5124
|
|
208
208
|
uipath/models/entities.py,sha256=x6jbq4o_QhgL_pCgvHFsp9O8l333kQhn8e9ZCBs72UM,9823
|
|
209
209
|
uipath/models/errors.py,sha256=WCxxHBlLzLF17YxjqsFkkyBLwEQM_dc6fFU5qmBjD4A,597
|
|
210
210
|
uipath/models/exceptions.py,sha256=f71VsUyonK2uuH1Cs0tpP6f9dec6v6cffL1Z9EjTxm0,1870
|
|
@@ -224,8 +224,8 @@ uipath/tracing/_utils.py,sha256=zMjiKjNpSN3YQNEU4-u5AAvPtUsi8QuEqNLya89jfAU,1446
|
|
|
224
224
|
uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
|
|
225
225
|
uipath/utils/_endpoints_manager.py,sha256=tnF_FiCx8qI2XaJDQgYkMN_gl9V0VqNR1uX7iawuLp8,8230
|
|
226
226
|
uipath/utils/dynamic_schema.py,sha256=w0u_54MoeIAB-mf3GmwX1A_X8_HDrRy6p998PvX9evY,3839
|
|
227
|
-
uipath-2.1.
|
|
228
|
-
uipath-2.1.
|
|
229
|
-
uipath-2.1.
|
|
230
|
-
uipath-2.1.
|
|
231
|
-
uipath-2.1.
|
|
227
|
+
uipath-2.1.113.dist-info/METADATA,sha256=pKYTMkeNgq_jI893OyAeJWlYH_hKHfnh2kQcF3layKo,6626
|
|
228
|
+
uipath-2.1.113.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
229
|
+
uipath-2.1.113.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
|
|
230
|
+
uipath-2.1.113.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
|
|
231
|
+
uipath-2.1.113.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|