ul-pii-sdk 4.1.1__tar.gz → 4.1.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ul-pii-sdk
3
- Version: 4.1.1
3
+ Version: 4.1.2
4
4
  Summary: Pii sdk
5
5
  Author: Unic-lab
6
6
  License: MIT
@@ -24,4 +24,4 @@ class ApiOrganization(ApiBaseUserModelPayloadResponse):
24
24
  users_count: int
25
25
 
26
26
  class ApiOrganizationAvailableEvents(ApiBaseUserModelPayloadResponse):
27
- event_permissions: list[str]
27
+ available_events: list[str]
@@ -9,7 +9,7 @@ with open(path.join(HERE, 'README.md'), encoding='utf-8') as f:
9
9
 
10
10
  setup(
11
11
  name='ul-pii-sdk',
12
- version='4.1.1',
12
+ version='4.1.2',
13
13
  description='Pii sdk',
14
14
  author='Unic-lab',
15
15
  long_description=long_description,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ul-pii-sdk
3
- Version: 4.1.1
3
+ Version: 4.1.2
4
4
  Summary: Pii sdk
5
5
  Author: Unic-lab
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes