Nathan Zender
vor 2 Jahren
committed by
GitHub
Ursprung
Commit
c1295da3e8
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
3 geänderte Dateien mit
19 neuen und
0 gelöschten Zeilen
-
diagrams/saas/communication.py
-
docs/nodes/saas.md
-
BIN
resources/saas/communication/twilio.png
|
|
@@ -0,0 +1,15 @@ |
|
|
|
# This module is automatically generated by autogen.sh. DO NOT EDIT. |
|
|
|
|
|
|
|
from . import _Saas |
|
|
|
|
|
|
|
|
|
|
|
class _Communication(_Saas): |
|
|
|
_type = "communication" |
|
|
|
_icon_dir = "resources/saas/communication" |
|
|
|
|
|
|
|
|
|
|
|
class Twilio(_Communication): |
|
|
|
_icon = "twilio.png" |
|
|
|
|
|
|
|
|
|
|
|
# Aliases |
|
|
@@ -34,6 +34,10 @@ Node classes list of saas provider. |
|
|
|
|
|
|
|
- **diagrams.saas.filesharing.Nextcloud** |
|
|
|
|
|
|
|
## saas.communication |
|
|
|
|
|
|
|
- **diagrams.saas.communication.Twilio** |
|
|
|
|
|
|
|
## saas.identity |
|
|
|
|
|
|
|
- **diagrams.saas.identity.Auth0** |
|
|
|
Vorher
|
Nachher
|
|
|
|
Breite: 256
|
Höhe: 253
|
Größe: 29 KiB
|