organizations-local 0.0.34__py3-none-any.whl → 0.0.35__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.
@@ -202,7 +202,8 @@ class OrganizationsLocal(GenericCRUDML, metaclass=MetaLogger,
202
202
  # Edited by Tal Goodman on 12.7.24
203
203
  def get_update_status_and_information_list(self, *, last_modified_timestamp: str, main_profile_id: int or None) -> list[dict]:
204
204
  if main_profile_id is None:
205
- return [UpdateStatus.UPDATE_CIRCLEZ]
205
+ update_status_and_information_list = {"update_status": UpdateStatus.UPDATE_CIRCLEZ}
206
+ return update_status_and_information_list
206
207
  sync_conflict_resolution = SyncConflictResolution()
207
208
  # TODO: Shall we also check update_timestamp in organization_table to see if the name was changed?
208
209
  update_status_and_information_list: list[dict] = sync_conflict_resolution.get_update_status_and_information_list_by_where(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: organizations-local
3
- Version: 0.0.34
3
+ Version: 0.0.35
4
4
  Summary: PyPI Package for Circles organizations-local Python
5
5
  Home-page: https://github.com/circles-zone/organizations-local-python-package
6
6
  Author: Circles
@@ -0,0 +1,7 @@
1
+ organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ organizations_local/organizations_constants.py,sha256=pxyAMmv4BFCfzyDsF92vImLdazA7_0ecKyVmOR9peEE,900
3
+ organizations_local/organizations_local.py,sha256=rwqB2638Ft84qPajHrigIiZnmgNQ1DzdG6IaLKZD8b8,13193
4
+ organizations_local-0.0.35.dist-info/METADATA,sha256=tVEU-gIf-V_gjKA_bOwxUzV9kvorFUp9mrc33LFFo2E,654
5
+ organizations_local-0.0.35.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
6
+ organizations_local-0.0.35.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
7
+ organizations_local-0.0.35.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- organizations_local/organizations_constants.py,sha256=pxyAMmv4BFCfzyDsF92vImLdazA7_0ecKyVmOR9peEE,900
3
- organizations_local/organizations_local.py,sha256=_RRgwpBB7r0oYlRVye6TGmUcQwYk1-9tb4qXA0KmxhU,13092
4
- organizations_local-0.0.34.dist-info/METADATA,sha256=k7xv3Zzwh82Qsu9BFG0ZS9IohsAC7xuMRHNHJGlUQGA,654
5
- organizations_local-0.0.34.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
6
- organizations_local-0.0.34.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
7
- organizations_local-0.0.34.dist-info/RECORD,,