tallyfy 1.0.5__tar.gz → 1.0.6__tar.gz

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 tallyfy might be problematic. Click here for more details.

Files changed (37) hide show
  1. {tallyfy-1.0.5 → tallyfy-1.0.6}/CHANGELOG.md +1 -1
  2. {tallyfy-1.0.5/tallyfy.egg-info → tallyfy-1.0.6}/PKG-INFO +2 -2
  3. {tallyfy-1.0.5 → tallyfy-1.0.6}/README.md +1 -1
  4. {tallyfy-1.0.5 → tallyfy-1.0.6}/pyproject.toml +1 -1
  5. {tallyfy-1.0.5 → tallyfy-1.0.6}/setup.py +1 -1
  6. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/core.py +3 -0
  7. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/models.py +3 -1
  8. {tallyfy-1.0.5 → tallyfy-1.0.6/tallyfy.egg-info}/PKG-INFO +2 -2
  9. {tallyfy-1.0.5 → tallyfy-1.0.6}/.github/workflows/build-whl.yml +0 -0
  10. {tallyfy-1.0.5 → tallyfy-1.0.6}/LICENSE +0 -0
  11. {tallyfy-1.0.5 → tallyfy-1.0.6}/setup.cfg +0 -0
  12. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/__init__.py +0 -0
  13. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/form_fields_management/__init__.py +0 -0
  14. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/form_fields_management/base.py +0 -0
  15. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/form_fields_management/crud_operations.py +0 -0
  16. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/form_fields_management/options_management.py +0 -0
  17. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/form_fields_management/suggestions.py +0 -0
  18. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/task_management/__init__.py +0 -0
  19. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/task_management/base.py +0 -0
  20. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/task_management/creation.py +0 -0
  21. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/task_management/retrieval.py +0 -0
  22. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/task_management/search.py +0 -0
  23. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/template_management/__init__.py +0 -0
  24. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/template_management/analysis.py +0 -0
  25. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/template_management/automation.py +0 -0
  26. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/template_management/base.py +0 -0
  27. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/template_management/basic_operations.py +0 -0
  28. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/template_management/health_assessment.py +0 -0
  29. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/user_management/__init__.py +0 -0
  30. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/user_management/base.py +0 -0
  31. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/user_management/invitation.py +0 -0
  32. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy/user_management/retrieval.py +0 -0
  33. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy.egg-info/SOURCES.txt +0 -0
  34. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy.egg-info/dependency_links.txt +0 -0
  35. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy.egg-info/not-zip-safe +0 -0
  36. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy.egg-info/requires.txt +0 -0
  37. {tallyfy-1.0.5 → tallyfy-1.0.6}/tallyfy.egg-info/top_level.txt +0 -0
@@ -5,7 +5,7 @@ All notable changes to the Tallyfy SDK will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [1.0.5] - 2025-07-29
8
+ ## [1.0.6] - 2025-07-29
9
9
 
10
10
  ### Changed
11
11
  - **BREAKING**: Refactored user management from monolithic to modular architecture
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tallyfy
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: A comprehensive Python SDK for interacting with the Tallyfy API
5
5
  Home-page: https://github.com/tallyfy/tallyfy-sdk
6
6
  Author: Tallyfy
@@ -738,5 +738,5 @@ For bugs, feature requests, or questions:
738
738
  2. Contact us at: support@tallyfy.com
739
739
  ---
740
740
 
741
- **Version:** 1.0.5
741
+ **Version:** 1.0.6
742
742
  **Last Updated:** 2025
@@ -693,5 +693,5 @@ For bugs, feature requests, or questions:
693
693
  2. Contact us at: support@tallyfy.com
694
694
  ---
695
695
 
696
- **Version:** 1.0.5
696
+ **Version:** 1.0.6
697
697
  **Last Updated:** 2025
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tallyfy"
7
- version = "1.0.5"
7
+ version = "1.0.6"
8
8
  description = "A comprehensive Python SDK for interacting with the Tallyfy API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
@@ -17,7 +17,7 @@ def get_version():
17
17
  for line in f:
18
18
  if line.startswith('__version__'):
19
19
  return line.split('=')[1].strip().strip('"').strip("'")
20
- return '1.0.5'
20
+ return '1.0.6'
21
21
 
22
22
  setup(
23
23
  name='tallyfy',
@@ -158,6 +158,9 @@ class TallyfySDK(BaseSDK):
158
158
  self.templates = TemplateManager(self)
159
159
  self.form_fields = FormFieldManager(self)
160
160
 
161
+ def get_current_user_info(self, org_id: str):
162
+ """Get current user information."""
163
+ return self.users.get_current_user_info(org_id)
161
164
  # Backward compatibility methods - delegate to management modules
162
165
  def get_organization_users(self, org_id: str, with_groups: bool = False):
163
166
  """Get all organization members with full profile data."""
@@ -70,6 +70,7 @@ class User:
70
70
  date_format: Optional[str] = None
71
71
  last_known_ip: Optional[str] = None
72
72
  last_known_country: Optional[str] = None
73
+ role: Optional[str] = None
73
74
 
74
75
  @classmethod
75
76
  def from_dict(cls, data: Dict[str, Any]) -> 'User':
@@ -110,7 +111,8 @@ class User:
110
111
  status=data.get('status'),
111
112
  date_format=data.get('date_format'),
112
113
  last_known_ip=data.get('last_known_ip'),
113
- last_known_country=data.get('last_known_country')
114
+ last_known_country=data.get('last_known_country'),
115
+ role=data.get('role')
114
116
  )
115
117
 
116
118
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tallyfy
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: A comprehensive Python SDK for interacting with the Tallyfy API
5
5
  Home-page: https://github.com/tallyfy/tallyfy-sdk
6
6
  Author: Tallyfy
@@ -738,5 +738,5 @@ For bugs, feature requests, or questions:
738
738
  2. Contact us at: support@tallyfy.com
739
739
  ---
740
740
 
741
- **Version:** 1.0.5
741
+ **Version:** 1.0.6
742
742
  **Last Updated:** 2025
File without changes
File without changes
File without changes