most-client 1.0.25__py3-none-any.whl → 1.0.26__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.
- most/types.py +3 -0
- {most_client-1.0.25.dist-info → most_client-1.0.26.dist-info}/METADATA +1 -1
- {most_client-1.0.25.dist-info → most_client-1.0.26.dist-info}/RECORD +6 -6
- {most_client-1.0.25.dist-info → most_client-1.0.26.dist-info}/WHEEL +1 -1
- {most_client-1.0.25.dist-info → most_client-1.0.26.dist-info}/top_level.txt +0 -0
- {most_client-1.0.25.dist-info → most_client-1.0.26.dist-info}/zip-safe +0 -0
most/types.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import re
|
2
2
|
from dataclasses import dataclass
|
3
|
+
from datetime import datetime
|
3
4
|
from typing import Dict, List, Literal, Optional
|
4
5
|
|
5
6
|
from dataclasses_json import DataClassJsonMixin, dataclass_json
|
@@ -75,6 +76,8 @@ class Result(DataClassJsonMixin):
|
|
75
76
|
text: Optional[str]
|
76
77
|
url: Optional[str]
|
77
78
|
results: Optional[List[ColumnResult]]
|
79
|
+
created_at: Optional[datetime]
|
80
|
+
applied_at: Optional[datetime]
|
78
81
|
|
79
82
|
def get_script(self) -> Optional[Script]:
|
80
83
|
if self.results is None:
|
@@ -3,9 +3,9 @@ most/_constrants.py,sha256=SlHKcBoXwe_sPzk8tdbb7lqhQz-Bfo__FhSoeFWodZE,217
|
|
3
3
|
most/api.py,sha256=t4RqDp-dJUfMayv_0FtBD8yKaGVZpnixCc7D7-UFSKY,17658
|
4
4
|
most/async_api.py,sha256=dBZIrzyPfstFMysxVNfrQdd4WDabBIsWMu2ogLsnPb4,18676
|
5
5
|
most/score_calculation.py,sha256=1XU1LfIH5LSCwAbAaKkr-EjH5qOTXrJKOUvhCCawka4,1054
|
6
|
-
most/types.py,sha256=
|
7
|
-
most_client-1.0.
|
8
|
-
most_client-1.0.
|
9
|
-
most_client-1.0.
|
10
|
-
most_client-1.0.
|
11
|
-
most_client-1.0.
|
6
|
+
most/types.py,sha256=3Sh_WsROcGtoqUx92Uu3N720n8c3tzQNiaV-09B0m5s,3703
|
7
|
+
most_client-1.0.26.dist-info/METADATA,sha256=ZS_1q6DxGm4TSb3VTel8oABNRNvFxjqyzCcNn5PAHtw,1027
|
8
|
+
most_client-1.0.26.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
9
|
+
most_client-1.0.26.dist-info/top_level.txt,sha256=2g5fk02LKkM1hV3pVVti_LQ60TToLBcR2zQ3JEKGVk8,5
|
10
|
+
most_client-1.0.26.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
11
|
+
most_client-1.0.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|