LICENSE
README.md
__init__.py
actions.py
admin.py
apps.py
conf.py
conftest.py
dto.py
errors.py
gdpr.py
models.py
py.typed
pyproject.toml
routing.py
serializers.py
services.py
translation_keys.py
translations.py
urls.py
views.py
./__init__.py
./actions.py
./admin.py
./apps.py
./conf.py
./conftest.py
./dto.py
./errors.py
./gdpr.py
./models.py
./py.typed
./routing.py
./serializers.py
./services.py
./translation_keys.py
./translations.py
./urls.py
./views.py
./channels/__init__.py
./channels/email.py
./channels/push.py
./channels/sms.py
./management/__init__.py
./management/commands/__init__.py
./management/commands/check_notifications.py
./management/commands/consume_contacts.py
./management/commands/consume_notifications.py
./management/commands/consume_profiles.py
./management/commands/eject_notification_templates.py
./management/commands/sync_translations.py
./migrations/0001_initial.py
./migrations/0002_add_auto_detected_language.py
./migrations/0003_add_sms_preferences.py
./migrations/0004_usercontact_is_active.py
./migrations/__init__.py
./schemas/consumes/translations.changed.json
./schemas/consumes/user.deleted.json
./schemas/consumes/user.deletion_initiated.json
./static/notifications/logo.png
./templates/notifications/email/_base.html
./templates/notifications/email/_footer_unsubscribe.html
./templates/notifications/email/_raw_content.html
./templates/notifications/email/all_sessions_revoked.html
./templates/notifications/email/auth_change.html
./templates/notifications/email/gdpr_export_ready.html
./templates/notifications/email/gdpr_inactivity_closed.html
./templates/notifications/email/gdpr_inactivity_warning.html
./templates/notifications/email/listing_blocked.html
./templates/notifications/email/listing_expiring.html
./templates/notifications/email/magic_link_login.html
./templates/notifications/email/new_device_login.html
./templates/notifications/email/new_message.html
./templates/notifications/email/otp_code.html
./templates/notifications/email/report_reviewed.html
./templates/notifications/email/suspicious_login.html
./templates/notifications/email/workspace_invitation.html
./tests/__init__.py
./tests/test_api_endpoints.py
./tests/test_branding_and_content.py
./tests/test_channels.py
./tests/test_consumers.py
./tests/test_extensibility.py
./tests/test_features.py
./tests/test_gdpr_and_misc.py
./tests/test_i18n_loop.py
./tests/test_library_commands.py
./tests/test_models.py
./tests/test_public_api.py
./tests/test_serializer_seams.py
./tests/test_services_pipeline.py
./tests/test_translations_sync.py
channels/__init__.py
channels/email.py
channels/push.py
channels/sms.py
management/__init__.py
management/commands/__init__.py
management/commands/check_notifications.py
management/commands/consume_contacts.py
management/commands/consume_notifications.py
management/commands/consume_profiles.py
management/commands/eject_notification_templates.py
management/commands/sync_translations.py
migrations/0001_initial.py
migrations/0002_add_auto_detected_language.py
migrations/0003_add_sms_preferences.py
migrations/0004_usercontact_is_active.py
migrations/__init__.py
schemas/consumes/translations.changed.json
schemas/consumes/user.deleted.json
schemas/consumes/user.deletion_initiated.json
stapel_notifications.egg-info/PKG-INFO
stapel_notifications.egg-info/SOURCES.txt
stapel_notifications.egg-info/dependency_links.txt
stapel_notifications.egg-info/requires.txt
stapel_notifications.egg-info/top_level.txt
static/notifications/logo.png
templates/notifications/email/_base.html
templates/notifications/email/_footer_unsubscribe.html
templates/notifications/email/_raw_content.html
templates/notifications/email/all_sessions_revoked.html
templates/notifications/email/auth_change.html
templates/notifications/email/gdpr_export_ready.html
templates/notifications/email/gdpr_inactivity_closed.html
templates/notifications/email/gdpr_inactivity_warning.html
templates/notifications/email/listing_blocked.html
templates/notifications/email/listing_expiring.html
templates/notifications/email/magic_link_login.html
templates/notifications/email/new_device_login.html
templates/notifications/email/new_message.html
templates/notifications/email/otp_code.html
templates/notifications/email/report_reviewed.html
templates/notifications/email/suspicious_login.html
templates/notifications/email/workspace_invitation.html
tests/__init__.py
tests/test_api_endpoints.py
tests/test_branding_and_content.py
tests/test_channels.py
tests/test_consumers.py
tests/test_extensibility.py
tests/test_features.py
tests/test_gdpr_and_misc.py
tests/test_i18n_loop.py
tests/test_library_commands.py
tests/test_models.py
tests/test_public_api.py
tests/test_serializer_seams.py
tests/test_services_pipeline.py
tests/test_translations_sync.py