Fixed reports
This commit is contained in:
@@ -144,6 +144,8 @@ class FocusCompliance(Request):
|
|||||||
return {'success': True, 'result': [profiles[0]['id']]}
|
return {'success': True, 'result': [profiles[0]['id']]}
|
||||||
except KeyError:
|
except KeyError:
|
||||||
return {'success': False, 'result': 'Key Error'}
|
return {'success': False, 'result': 'Key Error'}
|
||||||
|
except TypeError:
|
||||||
|
return {'success': False, 'result': 'Type Error'}
|
||||||
|
|
||||||
def full_legal_entity_sanctions_profile(self, profile_id_list: list) -> dict:
|
def full_legal_entity_sanctions_profile(self, profile_id_list: list) -> dict:
|
||||||
"""Просмотр полной информации определенного санкционного профиля ЮЛ
|
"""Просмотр полной информации определенного санкционного профиля ЮЛ
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="kontur_focus",
|
name="kontur_focus",
|
||||||
version="2026.7.14",
|
version="2026.8.20",
|
||||||
author="Ilya Sapunov",
|
author="Ilya Sapunov",
|
||||||
author_email="me@slrover.ru",
|
author_email="me@slrover.ru",
|
||||||
description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс",
|
description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс",
|
||||||
|
|||||||
Reference in New Issue
Block a user