diff --git a/diagrams/saas/office365.py b/diagrams/saas/office365.py new file mode 100644 index 00000000..c9bb9204 --- /dev/null +++ b/diagrams/saas/office365.py @@ -0,0 +1,99 @@ +# This module is automatically generated by autogen.sh. DO NOT EDIT. + +from . import _Saas + + +class _Office365(_Saas): + _type = "office365" + _icon_dir = "resources/saas/office365" + + +class Access(_Office365): + _icon = "access.png" + + +class Excel(_Office365): + _icon = "excel.png" + + +class Exchange(_Office365): + _icon = "exchange.png" + + +class Forms(_Office365): + _icon = "forms.png" + + +class Kaizala(_Office365): + _icon = "kaizala.png" + + +class Office(_Office365): + _icon = "office.png" + + +class Onedrive(_Office365): + _icon = "onedrive.png" + + +class Onenote(_Office365): + _icon = "onenote.png" + + +class Outlook(_Office365): + _icon = "outlook.png" + + +class Planner(_Office365): + _icon = "planner.png" + + +class Powerpoint(_Office365): + _icon = "powerpoint.png" + + +class Project(_Office365): + _icon = "project.png" + + +class Publisher(_Office365): + _icon = "publisher.png" + + +class Sharepoint(_Office365): + _icon = "sharepoint.png" + + +class Skype(_Office365): + _icon = "skype.png" + + +class Stream(_Office365): + _icon = "stream.png" + + +class Sway(_Office365): + _icon = "sway.png" + + +class Teams(_Office365): + _icon = "teams.png" + + +class Todo(_Office365): + _icon = "todo.png" + + +class Visio(_Office365): + _icon = "visio.png" + + +class Word(_Office365): + _icon = "word.png" + + +class Yammer(_Office365): + _icon = "yammer.png" + + +# Aliases diff --git a/docs/nodes/saas.md b/docs/nodes/saas.md index 5cb0832b..30a580f2 100644 --- a/docs/nodes/saas.md +++ b/docs/nodes/saas.md @@ -43,6 +43,31 @@ Node classes list of saas provider. - **diagrams.saas.media.Cloudinary** +## saas.office365 + +- **diagrams.saas.office365.Access** +- **diagrams.saas.office365.Excel** +- **diagrams.saas.office365.Exchange** +- **diagrams.saas.office365.Forms** +- **diagrams.saas.office365.Kaizala** +- **diagrams.saas.office365.Office** +- **diagrams.saas.office365.Onedrive** +- **diagrams.saas.office365.Onenote** +- **diagrams.saas.office365.Outlook** +- **diagrams.saas.office365.Planner** +- **diagrams.saas.office365.Powerpoint** +- **diagrams.saas.office365.Project** +- **diagrams.saas.office365.Publisher** +- **diagrams.saas.office365.Sharepoint** +- **diagrams.saas.office365.Skype** +- **diagrams.saas.office365.Stream** +- **diagrams.saas.office365.Sway** +- **diagrams.saas.office365.Teams** +- **diagrams.saas.office365.Todo** +- **diagrams.saas.office365.Visio** +- **diagrams.saas.office365.Word** +- **diagrams.saas.office365.Yammer** + ## saas.recommendation - **diagrams.saas.recommendation.Recombee** diff --git a/resources/saas/office365/access.png b/resources/saas/office365/access.png new file mode 100644 index 00000000..fbf74735 Binary files /dev/null and b/resources/saas/office365/access.png differ diff --git a/resources/saas/office365/excel.png b/resources/saas/office365/excel.png new file mode 100644 index 00000000..5f541b46 Binary files /dev/null and b/resources/saas/office365/excel.png differ diff --git a/resources/saas/office365/exchange.png b/resources/saas/office365/exchange.png new file mode 100644 index 00000000..e3b8f864 Binary files /dev/null and b/resources/saas/office365/exchange.png differ diff --git a/resources/saas/office365/forms.png b/resources/saas/office365/forms.png new file mode 100644 index 00000000..28cf0b69 Binary files /dev/null and b/resources/saas/office365/forms.png differ diff --git a/resources/saas/office365/kaizala.png b/resources/saas/office365/kaizala.png new file mode 100644 index 00000000..88f3a3c5 Binary files /dev/null and b/resources/saas/office365/kaizala.png differ diff --git a/resources/saas/office365/office.png b/resources/saas/office365/office.png new file mode 100644 index 00000000..270cc915 Binary files /dev/null and b/resources/saas/office365/office.png differ diff --git a/resources/saas/office365/onedrive.png b/resources/saas/office365/onedrive.png new file mode 100644 index 00000000..610f87cd Binary files /dev/null and b/resources/saas/office365/onedrive.png differ diff --git a/resources/saas/office365/onenote.png b/resources/saas/office365/onenote.png new file mode 100644 index 00000000..af0fa6d1 Binary files /dev/null and b/resources/saas/office365/onenote.png differ diff --git a/resources/saas/office365/outlook.png b/resources/saas/office365/outlook.png new file mode 100644 index 00000000..f49feaaf Binary files /dev/null and b/resources/saas/office365/outlook.png differ diff --git a/resources/saas/office365/planner.png b/resources/saas/office365/planner.png new file mode 100644 index 00000000..55151561 Binary files /dev/null and b/resources/saas/office365/planner.png differ diff --git a/resources/saas/office365/powerpoint.png b/resources/saas/office365/powerpoint.png new file mode 100644 index 00000000..b3c39fe9 Binary files /dev/null and b/resources/saas/office365/powerpoint.png differ diff --git a/resources/saas/office365/project.png b/resources/saas/office365/project.png new file mode 100644 index 00000000..4f045b54 Binary files /dev/null and b/resources/saas/office365/project.png differ diff --git a/resources/saas/office365/publisher.png b/resources/saas/office365/publisher.png new file mode 100644 index 00000000..0709184a Binary files /dev/null and b/resources/saas/office365/publisher.png differ diff --git a/resources/saas/office365/sharepoint.png b/resources/saas/office365/sharepoint.png new file mode 100644 index 00000000..c0a49bba Binary files /dev/null and b/resources/saas/office365/sharepoint.png differ diff --git a/resources/saas/office365/skype.png b/resources/saas/office365/skype.png new file mode 100644 index 00000000..b11bcada Binary files /dev/null and b/resources/saas/office365/skype.png differ diff --git a/resources/saas/office365/stream.png b/resources/saas/office365/stream.png new file mode 100644 index 00000000..698be3ba Binary files /dev/null and b/resources/saas/office365/stream.png differ diff --git a/resources/saas/office365/sway.png b/resources/saas/office365/sway.png new file mode 100644 index 00000000..530f4b02 Binary files /dev/null and b/resources/saas/office365/sway.png differ diff --git a/resources/saas/office365/teams.png b/resources/saas/office365/teams.png new file mode 100644 index 00000000..5e08bf3e Binary files /dev/null and b/resources/saas/office365/teams.png differ diff --git a/resources/saas/office365/todo.png b/resources/saas/office365/todo.png new file mode 100644 index 00000000..1b73465b Binary files /dev/null and b/resources/saas/office365/todo.png differ diff --git a/resources/saas/office365/visio.png b/resources/saas/office365/visio.png new file mode 100644 index 00000000..c7231ce8 Binary files /dev/null and b/resources/saas/office365/visio.png differ diff --git a/resources/saas/office365/word.png b/resources/saas/office365/word.png new file mode 100644 index 00000000..66ec2d7e Binary files /dev/null and b/resources/saas/office365/word.png differ diff --git a/resources/saas/office365/yammer.png b/resources/saas/office365/yammer.png new file mode 100644 index 00000000..00b1b3ec Binary files /dev/null and b/resources/saas/office365/yammer.png differ