Skip to content

Commit 8d914d8

Browse files
feat(documents): add support for non blocking IXP validation
1 parent e834a60 commit 8d914d8

File tree

10 files changed

+1958
-56
lines changed

10 files changed

+1958
-56
lines changed

src/uipath/platform/documents/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
ProjectType,
2020
Reference,
2121
StartExtractionResponse,
22+
StartOperationResponse,
2223
ValidateClassificationAction,
2324
ValidateExtractionAction,
2425
ValidationAction,
@@ -43,4 +44,5 @@
4344
"ClassificationResponse",
4445
"FileContent",
4546
"StartExtractionResponse",
47+
"StartOperationResponse",
4648
]

0 commit comments

Comments
 (0)