Merge 888545a0ba
into 23d1713f00
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _CustomerDataPlatform(_Saas):
|
||||||
|
_type = "cdm"
|
||||||
|
_icon_dir = "resources/saas/cdp"
|
||||||
|
|
||||||
|
|
||||||
|
class Segment(_CustomerDataPlatform):
|
||||||
|
_icon = "segment.png"
|
||||||
|
|
||||||
|
|
||||||
|
class RudderStack(_CustomerDataPlatform):
|
||||||
|
_icon = "rudderstack.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _CustomerRelationshipManagement(_Saas):
|
||||||
|
_type = "crm"
|
||||||
|
_icon_dir = "resources/saas/crm"
|
||||||
|
|
||||||
|
|
||||||
|
class Pipedrive(_CustomerRelationshipManagement):
|
||||||
|
_icon = "pipedrive.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Issues(_Saas):
|
||||||
|
_type = "issues"
|
||||||
|
_icon_dir = "resources/saas/issues"
|
||||||
|
|
||||||
|
|
||||||
|
class ZenHub(_Issues):
|
||||||
|
_icon = "zenhub.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.5 KiB |