organizations-local 0.0.26__py3-none-any.whl → 0.0.27__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.
@@ -184,6 +184,8 @@ class OrganizationsLocal(GenericCRUDML, metaclass=MetaLogger,
184
184
 
185
185
  # If we add the support of multiple organizations per contact, We will have to fix this method
186
186
  def get_update_status(self, *, last_modified_timestamp: str, main_profile_id: int) -> UpdateStatus:
187
+ if main_profile_id is None:
188
+ return UpdateStatus.UPDATE_CIRCLEZ
187
189
  sync_conflict_resolution = SyncConflictResolution()
188
190
  update_status: UpdateStatus = sync_conflict_resolution.get_update_status_by_where(
189
191
  schema_name=DEFAULT_SCHEMA_NAME, view_table_name="organization_profile_view",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: organizations-local
3
- Version: 0.0.26
3
+ Version: 0.0.27
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=ika3TEYhrVB66o7wRAAZMQsBX-N7i7bxwLPYl4s4Hk8,10018
4
+ organizations_local-0.0.27.dist-info/METADATA,sha256=rcx-kV7etxfpamYS87qE9OjtenEYlK4D9L5goPVSAI8,654
5
+ organizations_local-0.0.27.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
6
+ organizations_local-0.0.27.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
7
+ organizations_local-0.0.27.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=MrrHr5l1MSC1xxASIbPiFU3niOHABhHB_NCNMz-abOo,9935
4
- organizations_local-0.0.26.dist-info/METADATA,sha256=g4OH3yyJ43wE0qUTzcqGzbNkfx-QKrNbSHcKx7uH-8k,654
5
- organizations_local-0.0.26.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
6
- organizations_local-0.0.26.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
7
- organizations_local-0.0.26.dist-info/RECORD,,