logs-py 1.12__py3-none-any.whl → 1.13__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.

Potentially problematic release.


This version of logs-py might be problematic. Click here for more details.

LOGS/Entities/Person.py CHANGED
@@ -35,6 +35,7 @@ class Person(INamedEntity, EntityWithIntId, IUniqueEntity):
35
35
  ):
36
36
  self._firstName = None
37
37
  self._lastName = None
38
+ self._login = None
38
39
  self._salutation = " "
39
40
  self._notes = None
40
41
  self._officePhone = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: logs-py
3
- Version: 1.12
3
+ Version: 1.13
4
4
  Summary: A python interface for the LOGS public API
5
5
  Home-page: https://docs.logs-python.com
6
6
  Author: Sina Kazemi
@@ -95,7 +95,7 @@ LOGS/Entities/OriginMinimal.py,sha256=Rg3ufOMKlayAExniIdhUOGcWykqL6qysSsML79pKrI
95
95
  LOGS/Entities/OriginRequestParameter.py,sha256=eDvn2ritzGur-E-Wh-0k5ahG13ZwVFmmrxZ-zk3lfSg,374
96
96
  LOGS/Entities/Origins.py,sha256=3gN9jAPwfBBQsqS3q3nrb2kZTJDxfdvKBIzmgnhi-NI,413
97
97
  LOGS/Entities/ParserLog.py,sha256=KEPnbxaeC0w0HRt_WhvVEoLJ9Cqaep9Vk1s2m2xE7b8,1197
98
- LOGS/Entities/Person.py,sha256=XGTQtPi_7mDQrMMRrUjhJasJ_0U_2i3HN7vlI3X_DhM,4779
98
+ LOGS/Entities/Person.py,sha256=QRMCl4PZzTDG9YcDxS3_6oHm98Yy8GiIByeahfwAGBg,4806
99
99
  LOGS/Entities/PersonCategory.py,sha256=3JBVCmN5FNyriDqF2GtSRCbxrFyDSb-MZ079gqoEah0,352
100
100
  LOGS/Entities/PersonMinimal.py,sha256=W5lhHvFtYi_Ln4B9g91pnZddrhyJGoOwiX81hszmKNs,241
101
101
  LOGS/Entities/PersonRelations.py,sha256=hdJKa44JRYEs0R5NnBkSBfu9k6Oa4cd-7i3qr0GaWdU,1396
@@ -152,7 +152,7 @@ LOGS/Interfaces/IPaginationRequest.py,sha256=L0A5rul1B9r-g-xRqoPjLeDM0lpYXecLCJF
152
152
  LOGS/Interfaces/ISoftDeletable.py,sha256=urnmSfcYJrEm1iIo0k3nyBvMMnpomJWAYAON_uvSX64,672
153
153
  LOGS/Interfaces/IUniqueEntity.py,sha256=Ce1PyniuPdqzA-eMFyWW3bz6Wky4JR4yiL_Nl-c8NJ0,1933
154
154
  LOGS/Interfaces/__init__.py,sha256=tGykqoQeT2_HV-oLYVKJJ9Z0a_Li8_y3AOJjG1btKYw,172
155
- logs_py-1.12.dist-info/METADATA,sha256=NzBu39HAyfqw8O6UxErwA7JdX2usq5fYNm5dPnOOL1U,2003
156
- logs_py-1.12.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
157
- logs_py-1.12.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
158
- logs_py-1.12.dist-info/RECORD,,
155
+ logs_py-1.13.dist-info/METADATA,sha256=7dTjP91fBr7yBmiQ8iIT8uAZnUbktPGx7oh6Aibyix4,2003
156
+ logs_py-1.13.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
157
+ logs_py-1.13.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
158
+ logs_py-1.13.dist-info/RECORD,,
File without changes