logs-py 2.9__py3-none-any.whl → 2.9.1__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/Project.py
CHANGED
|
@@ -87,11 +87,11 @@ class Project(
|
|
|
87
87
|
)
|
|
88
88
|
|
|
89
89
|
@property
|
|
90
|
-
def
|
|
91
|
-
return self.
|
|
90
|
+
def projectPersonPermissions(self) -> Optional[List[ProjectUserPermission]]:
|
|
91
|
+
return self._projectPersonPermissions
|
|
92
92
|
|
|
93
|
-
@
|
|
94
|
-
def
|
|
95
|
-
self.
|
|
96
|
-
value, ProjectUserPermission, "
|
|
93
|
+
@projectPersonPermissions.setter
|
|
94
|
+
def projectPersonPermissions(self, value):
|
|
95
|
+
self._projectPersonPermissions = self.checkListAndConvertNullable(
|
|
96
|
+
value, ProjectUserPermission, "projectPersonPermissions"
|
|
97
97
|
)
|
|
@@ -117,7 +117,7 @@ LOGS/Entities/PersonMinimal.py,sha256=W5lhHvFtYi_Ln4B9g91pnZddrhyJGoOwiX81hszmKN
|
|
|
117
117
|
LOGS/Entities/PersonRelations.py,sha256=kN8Rfkg5qP0QSLbmCcqonZjKW5VtDSDyCMJ5WoUDvHk,2701
|
|
118
118
|
LOGS/Entities/PersonRequestParameter.py,sha256=U9jQ1hVQZAXrg-49ao-o8WIk8kJ7pHvBIDqbW0_Po1A,2220
|
|
119
119
|
LOGS/Entities/Persons.py,sha256=cj4SKaJZvitaIe7Fd1M9_qqNdAEEG38iuMPNiKPDPUA,413
|
|
120
|
-
LOGS/Entities/Project.py,sha256=
|
|
120
|
+
LOGS/Entities/Project.py,sha256=3zP3XhIVH32XCseVA2ns9LV7PfASiivMGYbRPmrI9XM,3127
|
|
121
121
|
LOGS/Entities/ProjectMinimal.py,sha256=Xw8wnA2iSixEkVaisY_b4Z3Ujudum3MG6tBUfbiAk0s,246
|
|
122
122
|
LOGS/Entities/ProjectRelations.py,sha256=Hf3F42iYanTqrLgG6GjY4HXBCFWCcVNjXzwrnEJc9GU,2136
|
|
123
123
|
LOGS/Entities/ProjectRequestParameter.py,sha256=KXvBbvoadB5F5Xap9t3GPzpb3lqdpH_Ob9SORCvstEU,2030
|
|
@@ -177,7 +177,7 @@ LOGS/Interfaces/ISoftDeletable.py,sha256=urnmSfcYJrEm1iIo0k3nyBvMMnpomJWAYAON_uv
|
|
|
177
177
|
LOGS/Interfaces/ITypedEntity.py,sha256=hMlzGuca8vW1qT5Dop-b-6_gteAeXjK0sz85eRjOZrY,724
|
|
178
178
|
LOGS/Interfaces/IUniqueEntity.py,sha256=K-Q80qZX1wTjPnjbs-1PF85BbzYre2su_2xMnescYi4,1894
|
|
179
179
|
LOGS/Interfaces/__init__.py,sha256=tGykqoQeT2_HV-oLYVKJJ9Z0a_Li8_y3AOJjG1btKYw,172
|
|
180
|
-
logs_py-2.9.dist-info/METADATA,sha256=
|
|
181
|
-
logs_py-2.9.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
182
|
-
logs_py-2.9.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
|
|
183
|
-
logs_py-2.9.dist-info/RECORD,,
|
|
180
|
+
logs_py-2.9.1.dist-info/METADATA,sha256=2e-hPTedmlj7p7jbzTGHPI5J3qR3yWo2n8i21YDSbcQ,2004
|
|
181
|
+
logs_py-2.9.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
182
|
+
logs_py-2.9.1.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
|
|
183
|
+
logs_py-2.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|