aiteamutils 0.2.100__py3-none-any.whl → 0.2.101__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.
aiteamutils/base_service.py
CHANGED
@@ -213,17 +213,17 @@ class BaseService(Generic[ModelType]):
|
|
213
213
|
) -> List[Dict[str, Any]]:
|
214
214
|
filters = list(filters) if filters is not None else []
|
215
215
|
|
216
|
-
if role_permission:
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
216
|
+
# if role_permission:
|
217
|
+
# permission_result = await verify_role_permission(
|
218
|
+
# request=request,
|
219
|
+
# role_permission=role_permission,
|
220
|
+
# token_settings=token_settings,
|
221
|
+
# org_ulid_position=org_ulid_position
|
222
|
+
# )
|
223
|
+
|
224
|
+
# if permission_result and isinstance(permission_result, dict):
|
225
|
+
# filters.append(permission_result)
|
223
226
|
|
224
|
-
if permission_result and isinstance(permission_result, dict):
|
225
|
-
filters.append(permission_result)
|
226
|
-
|
227
227
|
try:
|
228
228
|
if order is None:
|
229
229
|
order = "created_at|desc"
|
aiteamutils/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
"""버전 정보"""
|
2
|
-
__version__ = "0.2.
|
2
|
+
__version__ = "0.2.101"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
aiteamutils/__init__.py,sha256=kRBpRjark0M8ZwFfmKiMFol6CbIILN3WE4f6_P6iIq0,1089
|
2
2
|
aiteamutils/base_model.py,sha256=bnRJJaGXGS3TKxfCWWV3arFjdG0qLsPFDXuguYsDyVM,3008
|
3
3
|
aiteamutils/base_repository.py,sha256=HKcgYyEb0JypojoXBFcIT39hPC5CqnjBkHT__GV-lfQ,4615
|
4
|
-
aiteamutils/base_service.py,sha256=
|
4
|
+
aiteamutils/base_service.py,sha256=qudDby4PunrzOfQBgsZma12mFAgMgxydN8ZK1ukmeiY,10688
|
5
5
|
aiteamutils/cache.py,sha256=07xBGlgAwOTAdY5mnMOQJ5EBxVwe8glVD7DkGEkxCtw,1373
|
6
6
|
aiteamutils/config.py,sha256=YdalpJb70-txhGJAS4aaKglEZAFVWgfzw5BXSWpkUz4,3232
|
7
7
|
aiteamutils/database.py,sha256=b4fN0XHNWxMJeS5M95JcJ7tujAJ1x3SPTAfDvJdB4sE,19696
|
@@ -9,7 +9,7 @@ aiteamutils/enums.py,sha256=7WLqlcJqQWtETAga2WAxNp3dJTQIAd2TW-4WzkoHHa8,2498
|
|
9
9
|
aiteamutils/exceptions.py,sha256=wls-R8qbD7fWzEgDDY1Eiy1vXl59R5IsCXTRkZpBiGU,16021
|
10
10
|
aiteamutils/security.py,sha256=8PDJNsbHl1Q1MsIT37IkJMCO1PhInZG85gMdKRcQr_0,11580
|
11
11
|
aiteamutils/validators.py,sha256=PvI9hbMEAqTawgxPbiWRyx2r9yTUrpNBQs1AD3w4F2U,7726
|
12
|
-
aiteamutils/version.py,sha256=
|
13
|
-
aiteamutils-0.2.
|
14
|
-
aiteamutils-0.2.
|
15
|
-
aiteamutils-0.2.
|
12
|
+
aiteamutils/version.py,sha256=bwHopPTxEzqEIx5uPwtHDVuFov4vRO3tqr-w8xwJQDY,43
|
13
|
+
aiteamutils-0.2.101.dist-info/METADATA,sha256=HAywX5tIQ1AHkS95YoAICOaMOkrq9pAVhKhBxa0aLlk,1719
|
14
|
+
aiteamutils-0.2.101.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
+
aiteamutils-0.2.101.dist-info/RECORD,,
|
File without changes
|