guardcoreapi 0.2.8.dev20251030154233__py3-none-any.whl → 0.2.8.dev20251030164446__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 guardcoreapi might be problematic. Click here for more details.
- guardcoreapi/types/admins.py +4 -0
- {guardcoreapi-0.2.8.dev20251030154233.dist-info → guardcoreapi-0.2.8.dev20251030164446.dist-info}/METADATA +1 -1
- {guardcoreapi-0.2.8.dev20251030154233.dist-info → guardcoreapi-0.2.8.dev20251030164446.dist-info}/RECORD +6 -6
- {guardcoreapi-0.2.8.dev20251030154233.dist-info → guardcoreapi-0.2.8.dev20251030164446.dist-info}/WHEEL +0 -0
- {guardcoreapi-0.2.8.dev20251030154233.dist-info → guardcoreapi-0.2.8.dev20251030164446.dist-info}/licenses/LICENSE +0 -0
- {guardcoreapi-0.2.8.dev20251030154233.dist-info → guardcoreapi-0.2.8.dev20251030164446.dist-info}/top_level.txt +0 -0
guardcoreapi/types/admins.py
CHANGED
|
@@ -102,6 +102,8 @@ class AdminUpdate(BaseModel):
|
|
|
102
102
|
max_links: Optional[int] = None
|
|
103
103
|
shuffle_links: Optional[bool] = None
|
|
104
104
|
access_prefix: Optional[str] = None
|
|
105
|
+
access_title: Optional[str] = None
|
|
106
|
+
access_description: Optional[str] = None
|
|
105
107
|
|
|
106
108
|
|
|
107
109
|
class AdminCurrentUpdate(BaseModel):
|
|
@@ -109,6 +111,8 @@ class AdminCurrentUpdate(BaseModel):
|
|
|
109
111
|
placeholders: Optional[list[AdminPlaceHolder]] = None
|
|
110
112
|
max_links: Optional[int] = None
|
|
111
113
|
shuffle_links: Optional[bool] = None
|
|
114
|
+
access_title: Optional[str] = None
|
|
115
|
+
access_description: Optional[str] = None
|
|
112
116
|
|
|
113
117
|
|
|
114
118
|
class AdminUsageLog(BaseModel):
|
|
@@ -4,13 +4,13 @@ guardcoreapi/core/__init__.py,sha256=QJhZCPZui7zDpnQJbmWZsEijiAAP3rglUZb_w6E61_M
|
|
|
4
4
|
guardcoreapi/core/exceptions.py,sha256=KbmdV8p31gSlKXjmJoW3lR9wGOQSvaaZKl9oGb7qlFI,555
|
|
5
5
|
guardcoreapi/core/request.py,sha256=jDz2DXgFvJFTUhd_ykcNFsIYTxcKawR24qGKrbrrq40,4297
|
|
6
6
|
guardcoreapi/types/__init__.py,sha256=t07YOFdjubkHZqHrn_nlaEvCPdhiJUFxyFyZt8DNwJU,1328
|
|
7
|
-
guardcoreapi/types/admins.py,sha256=
|
|
7
|
+
guardcoreapi/types/admins.py,sha256=IHj_4NTu29uoywbISmzeNWJe_qpVxZ3CGrHZhVO92Uk,3103
|
|
8
8
|
guardcoreapi/types/nodes.py,sha256=U4uCTm2TYETysceN_5ap4dP2if6sIUyEnavCvzlNpUo,1075
|
|
9
9
|
guardcoreapi/types/services.py,sha256=3lpP76Q9iij2zSEXutDg1IatIslLokQ-DNPvSdckRCQ,369
|
|
10
10
|
guardcoreapi/types/stats.py,sha256=O4GjhL8Z9dJHy4JrbWgNoF_Sc_5mqbtZy06uBYlWH_I,866
|
|
11
11
|
guardcoreapi/types/subscriptions.py,sha256=rQBxWvs1JmWKnWzzAUeef1dTr38HP2dfwweD0BzMH6Y,1408
|
|
12
|
-
guardcoreapi-0.2.8.
|
|
13
|
-
guardcoreapi-0.2.8.
|
|
14
|
-
guardcoreapi-0.2.8.
|
|
15
|
-
guardcoreapi-0.2.8.
|
|
16
|
-
guardcoreapi-0.2.8.
|
|
12
|
+
guardcoreapi-0.2.8.dev20251030164446.dist-info/licenses/LICENSE,sha256=BPTJfvegcaek6E2PQ2rViLbxbfB1AbjIauxVQWo5Od4,1062
|
|
13
|
+
guardcoreapi-0.2.8.dev20251030164446.dist-info/METADATA,sha256=vLh1cASYkBpsORLQcXADs5CgOfDk8SpGyTBzVuo84Og,291
|
|
14
|
+
guardcoreapi-0.2.8.dev20251030164446.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
guardcoreapi-0.2.8.dev20251030164446.dist-info/top_level.txt,sha256=ArZR_iOVG8XvUCTMHioVgKI8CkJOX_yH8t7898OXBF8,13
|
|
16
|
+
guardcoreapi-0.2.8.dev20251030164446.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|