wbintegrator_office365 1.44.2__py2.py3-none-any.whl → 1.44.3__py2.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.
- wbintegrator_office365/models/event.py +2 -1
- {wbintegrator_office365-1.44.2.dist-info → wbintegrator_office365-1.44.3.dist-info}/METADATA +1 -1
- {wbintegrator_office365-1.44.2.dist-info → wbintegrator_office365-1.44.3.dist-info}/RECORD +4 -4
- {wbintegrator_office365-1.44.2.dist-info → wbintegrator_office365-1.44.3.dist-info}/WHEEL +0 -0
@@ -7,6 +7,7 @@ from django.db.models import Case, CharField, F, Q, When
|
|
7
7
|
from django.db.models.signals import m2m_changed
|
8
8
|
from django.dispatch import receiver
|
9
9
|
from wbcore.contrib.directory.models import EmailContact, Person, TelephoneContact
|
10
|
+
from wbcore.contrib.notifications.utils import create_notification_type
|
10
11
|
from wbcore.models import WBModel
|
11
12
|
from wbintegrator_office365.importer import MicrosoftGraphAPI
|
12
13
|
|
@@ -332,7 +333,7 @@ class CallEvent(WBModel):
|
|
332
333
|
verbose_name_plural = "Calls Events"
|
333
334
|
|
334
335
|
notification_types = [
|
335
|
-
(
|
336
|
+
create_notification_type(
|
336
337
|
"wbintegrator_office365.callevent.notify",
|
337
338
|
"Call Event Notification",
|
338
339
|
"Sends a notification when something happens with a Call Event triggered from Office 365",
|
@@ -20,7 +20,7 @@ wbintegrator_office365/migrations/0002_remove_calendar_owner_remove_calendareven
|
|
20
20
|
wbintegrator_office365/migrations/0003_alter_event_options.py,sha256=rUYPQdwEuJowo10veLOZPtV3WMqxJu8_uan600EcpN4,585
|
21
21
|
wbintegrator_office365/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
22
22
|
wbintegrator_office365/models/__init__.py,sha256=sZKutR9oNMm2IaON35doaMVPgeMfxmWDqoAdALHRLIA,126
|
23
|
-
wbintegrator_office365/models/event.py,sha256=
|
23
|
+
wbintegrator_office365/models/event.py,sha256=LT51_Z3cm_WgEWDDGW2_RnVvSK_0QYZXtfkQ_6WQTp4,26341
|
24
24
|
wbintegrator_office365/models/subscription.py,sha256=sngZ4mATSQyUWZC7EQetwFKUrIvfTD5zOx_oA2p4Mmk,6423
|
25
25
|
wbintegrator_office365/models/tenant.py,sha256=-FS6jg9nt8IgUv_729D92QFvrrbKleBUGnXhwaLv5Sc,2357
|
26
26
|
wbintegrator_office365/templates/admin/tenant_change_list.html,sha256=mI4C1ZmTkl5MdN4CgoIWgCziSReqlHiK71aI7zJpVEM,358
|
@@ -37,6 +37,6 @@ wbintegrator_office365/viewsets/endpoints.py,sha256=EL-2enypHcBztCAXjiz_1B-NdjRW
|
|
37
37
|
wbintegrator_office365/viewsets/menu.py,sha256=hafwoiHZmN3ltf30dTfwHreDwhyfdHlGOQk8bB7jB_o,2406
|
38
38
|
wbintegrator_office365/viewsets/titles.py,sha256=9GZ_fqN9-sJzYHFvibOhNrRQQMNTh_m4eAv66VaGzDM,1214
|
39
39
|
wbintegrator_office365/viewsets/viewsets.py,sha256=O6RHtBt6PSXXNKXUCUCflJpe1YyOLOh8JwqfJNpjcpg,26368
|
40
|
-
wbintegrator_office365-1.44.
|
41
|
-
wbintegrator_office365-1.44.
|
42
|
-
wbintegrator_office365-1.44.
|
40
|
+
wbintegrator_office365-1.44.3.dist-info/METADATA,sha256=3ox2JI_rymsoZhp2rBTwAzu1Bnq0wkaDRBo6ZxukmHE,304
|
41
|
+
wbintegrator_office365-1.44.3.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
42
|
+
wbintegrator_office365-1.44.3.dist-info/RECORD,,
|
File without changes
|