clerk-sdk 0.4.11__py3-none-any.whl → 0.4.12__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.
- clerk/__init__.py +1 -1
- clerk/decorator/models.py +3 -0
- {clerk_sdk-0.4.11.dist-info → clerk_sdk-0.4.12.dist-info}/METADATA +1 -1
- {clerk_sdk-0.4.11.dist-info → clerk_sdk-0.4.12.dist-info}/RECORD +7 -7
- {clerk_sdk-0.4.11.dist-info → clerk_sdk-0.4.12.dist-info}/WHEEL +0 -0
- {clerk_sdk-0.4.11.dist-info → clerk_sdk-0.4.12.dist-info}/licenses/LICENSE +0 -0
- {clerk_sdk-0.4.11.dist-info → clerk_sdk-0.4.12.dist-info}/top_level.txt +0 -0
clerk/__init__.py
CHANGED
clerk/decorator/models.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
from datetime import datetime
|
|
1
2
|
from typing import Any, Dict, List, Optional
|
|
3
|
+
|
|
2
4
|
from pydantic import BaseModel
|
|
3
5
|
|
|
4
6
|
|
|
@@ -12,6 +14,7 @@ class Document(BaseModel):
|
|
|
12
14
|
message_subject: Optional[str] = None
|
|
13
15
|
message_content: Optional[str] = None
|
|
14
16
|
files: List[File] = []
|
|
17
|
+
upload_date: datetime | None = None # TODO: make mandatory after 24.11.2025
|
|
15
18
|
|
|
16
19
|
|
|
17
20
|
class ClerkCodePayload(BaseModel):
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
clerk/__init__.py,sha256
|
|
1
|
+
clerk/__init__.py,sha256=TGq9Sonp3lP2XcJx_ZAVPAa2vmc-mCXu_FhnUeJUsFA,51
|
|
2
2
|
clerk/base.py,sha256=S1RKc2pBw2FPlVjefJzsNtyTDPB0UG46C2K_QVV1opA,4008
|
|
3
3
|
clerk/client.py,sha256=RdOvC23WK9ZtIXDOYaoSFk9debh3UTmstBXjAswAH6E,4981
|
|
4
4
|
clerk/decorator/__init__.py,sha256=yGGcS17VsZ7cZ-hVGCm3I3vGDJMiJIAqmDGzriIi0DI,65
|
|
5
|
-
clerk/decorator/models.py,sha256=
|
|
5
|
+
clerk/decorator/models.py,sha256=nFMdVSG3nJ4hrEXs9YbI_GgjHbVjhSWZokOCzUh-lqQ,521
|
|
6
6
|
clerk/decorator/task_decorator.py,sha256=H8caRvNvvl-IRwyREP66gBGVM-SpQJ1W7oAFImO-6Jw,3769
|
|
7
7
|
clerk/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
clerk/exceptions/exceptions.py,sha256=gSCma06b6W6c0NrA2rhzd5YjFhZGa6caShX07lo-_3E,1291
|
|
@@ -45,8 +45,8 @@ clerk/models/ui_operator.py,sha256=mKTJUFZgv7PeEt5oys28HVZxHOJsofmRQOcRpqj0dbU,2
|
|
|
45
45
|
clerk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
46
|
clerk/utils/logger.py,sha256=NrMIlJfVmRjjRw_N_Jngkl0qqv7btXUbg5wxcRmFEH4,3800
|
|
47
47
|
clerk/utils/save_artifact.py,sha256=94aYkYNVGcSUaSWZmdjiY6Oc-3yCKb2XWCZ56IAXQqk,1158
|
|
48
|
-
clerk_sdk-0.4.
|
|
49
|
-
clerk_sdk-0.4.
|
|
50
|
-
clerk_sdk-0.4.
|
|
51
|
-
clerk_sdk-0.4.
|
|
52
|
-
clerk_sdk-0.4.
|
|
48
|
+
clerk_sdk-0.4.12.dist-info/licenses/LICENSE,sha256=GTVQl3vH6ht70wJXKC0yMT8CmXKHxv_YyO_utAgm7EA,1065
|
|
49
|
+
clerk_sdk-0.4.12.dist-info/METADATA,sha256=ehspHMCTBp4XaoRLxh9oTlBehBoQN7aSg-kCc0l1-xE,9937
|
|
50
|
+
clerk_sdk-0.4.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
51
|
+
clerk_sdk-0.4.12.dist-info/top_level.txt,sha256=99eQiU6d05_-f41tmSFanfI_SIJeAdh7u9m3LNSfcv4,6
|
|
52
|
+
clerk_sdk-0.4.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|