clerk-sdk 0.4.2__py3-none-any.whl → 0.4.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.
@@ -16,7 +16,7 @@ from clerk.models.ui_operator import UiOperatorTask
16
16
 
17
17
  class RPAClerk(BaseClerk):
18
18
 
19
- root_endpoint = "/gui_automation"
19
+ root_endpoint: str | None = "/gui_automation"
20
20
 
21
21
  def allocate_remote_device(self, group_name: str, run_id: str):
22
22
  endpoint = "/remote_device/allocate"
@@ -59,7 +59,7 @@ class RPAClerk(BaseClerk):
59
59
 
60
60
 
61
61
  class GUIVisionClerk(BaseClerk):
62
- root_endpoint = "/gui_automation/vision"
62
+ root_endpoint: str | None = "/gui_automation/vision"
63
63
 
64
64
  def find_target(self, screen_b64: str, use_ocr: bool, target_prompt: str):
65
65
  endpoint = "/find_target"
@@ -140,7 +140,7 @@ class GUIVisionClerk(BaseClerk):
140
140
 
141
141
 
142
142
  class CourseCorrectorClerk(BaseClerk):
143
- root_endpoint = "/gui_automation/course_correction"
143
+ root_endpoint: str | None = "/gui_automation/course_correction"
144
144
 
145
145
  def get_corrective_actions(
146
146
  self,
@@ -9,3 +9,4 @@ class DocumentStatuses(str, Enum):
9
9
  REVIEWED_NEGATIVE = "reviewed_negative"
10
10
  EXAMPLE = "example"
11
11
  SUPERSEDED = "superseded"
12
+ REQUIRES_REVIEW = "requires_review"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clerk-sdk
3
- Version: 0.4.2
3
+ Version: 0.4.4
4
4
  Summary: Library for interacting with Clerk
5
5
  Home-page: https://github.com/F-ONE-Group/clerk_pypi
6
6
  Author: F-ONE Group
@@ -8,7 +8,7 @@ clerk/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
8
8
  clerk/exceptions/exceptions.py,sha256=gSCma06b6W6c0NrA2rhzd5YjFhZGa6caShX07lo-_3E,1291
9
9
  clerk/exceptions/remote_device.py,sha256=R0Vfmk8ejibEFeV29A8Vqst2YA6yxdqEX9lP5wWubgM,134
10
10
  clerk/gui_automation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- clerk/gui_automation/client.py,sha256=zxZ2QgxXvOEenXz2LpZv9vySJRbVnqY5f1lYr4bTQ9E,5000
11
+ clerk/gui_automation/client.py,sha256=Ii3NPRK3K3rsUIttqykeZBZCA0-MV4aCQtoiCFv1xzk,5036
12
12
  clerk/gui_automation/action_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  clerk/gui_automation/action_model/model.py,sha256=yzaCyEMOH3YMkPBf6IwUMuu69-xyf78HzmthiewgWQY,3811
14
14
  clerk/gui_automation/action_model/utils.py,sha256=xzFxgN-bTK6HKGS7J-esQZ-ePj_yG72T-2ZVhcWvKjw,798
@@ -38,7 +38,7 @@ clerk/gui_automation/ui_state_machine/models.py,sha256=oNmfHtjqgRkUAxPnQ8R5-IR-K
38
38
  clerk/gui_automation/ui_state_machine/state_machine.py,sha256=u2wJqu5WxmZHkzlIHTgK_icZUw3yv9nNuZkh9IaqmXI,35622
39
39
  clerk/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
40
  clerk/models/document.py,sha256=SdHLuX01yQ1std-o25Wso5sq7HQznV7-SN8azVzyczQ,3036
41
- clerk/models/document_statuses.py,sha256=ytTQhgACs2m22qz51_7Ti0IxzbVyl-fl7uF7CnDEyLA,279
41
+ clerk/models/document_statuses.py,sha256=7C9tTmbeEOahNbT45Mdr9a-yPOk_rQpM12_leHoPjsc,319
42
42
  clerk/models/file.py,sha256=wfMGoNTsIBFxpPUzOTOkUYZ-FGxXg6n2mZhDCBt6Jbc,733
43
43
  clerk/models/remote_device.py,sha256=2jijS-9WWq7y6xIbAaDaPnzZo3-tjp2-dCQvNKP8YSU,109
44
44
  clerk/models/response_model.py,sha256=R62daUN1YVOwgnrh_epvFRsQcOwT7R4u97l73egvm-c,232
@@ -46,8 +46,8 @@ clerk/models/ui_operator.py,sha256=mKTJUFZgv7PeEt5oys28HVZxHOJsofmRQOcRpqj0dbU,2
46
46
  clerk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  clerk/utils/logger.py,sha256=vHbp-lUK3W3c5fhyPsp05p9LGyDHj95v8XM_XQ_FlLc,3691
48
48
  clerk/utils/save_artifact.py,sha256=94aYkYNVGcSUaSWZmdjiY6Oc-3yCKb2XWCZ56IAXQqk,1158
49
- clerk_sdk-0.4.2.dist-info/licenses/LICENSE,sha256=GTVQl3vH6ht70wJXKC0yMT8CmXKHxv_YyO_utAgm7EA,1065
50
- clerk_sdk-0.4.2.dist-info/METADATA,sha256=diOx_nGZ1b1fmBU6_Bu_WKpnf30RVc5FiY3Zf8kL3GU,3508
51
- clerk_sdk-0.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
- clerk_sdk-0.4.2.dist-info/top_level.txt,sha256=99eQiU6d05_-f41tmSFanfI_SIJeAdh7u9m3LNSfcv4,6
53
- clerk_sdk-0.4.2.dist-info/RECORD,,
49
+ clerk_sdk-0.4.4.dist-info/licenses/LICENSE,sha256=GTVQl3vH6ht70wJXKC0yMT8CmXKHxv_YyO_utAgm7EA,1065
50
+ clerk_sdk-0.4.4.dist-info/METADATA,sha256=Gehi5QfBm5ldOpjQPY7WWNCVd1KFHqk3W_W8r_aTLzA,3508
51
+ clerk_sdk-0.4.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
+ clerk_sdk-0.4.4.dist-info/top_level.txt,sha256=99eQiU6d05_-f41tmSFanfI_SIJeAdh7u9m3LNSfcv4,6
53
+ clerk_sdk-0.4.4.dist-info/RECORD,,