Resetting utils subtree.

This commit is contained in:
2025-01-11 13:51:47 +05:30
parent 147f1e9f13
commit 43505bb838
189 changed files with 17 additions and 142154 deletions
+2
View File
@@ -22,6 +22,7 @@
"""
# *****************************************************************************************************************
# ***** ****
# *** IMPORT ***
@@ -94,6 +95,7 @@ async def get_session(session_token) -> CoreUserInfoModel:
# Feed needed field into the core model:
session_info = CoreUserInfoModel(
fullName = raw_info["value"]["full_name"],
role = raw_info["value"]["user_role"],
userId = raw_info["value"]["user_id"],
entityId = raw_info["value"]["entity_id"],
billingAccountId = raw_info["value"]["billing_account_id"],