feat: add workspace
This commit is contained in:
@@ -53,6 +53,11 @@ __all__ = (
|
||||
'ParserPostFoundEvent',
|
||||
'ParserPostDeletedEvent',
|
||||
'ParserViewsUpdatedEvent',
|
||||
'WorkspaceMembershipOutput',
|
||||
'GetWorkspacesOutput',
|
||||
'CreateWorkspaceInput',
|
||||
'CreateWorkspaceOutput',
|
||||
'UpdateWorkspaceInput',
|
||||
)
|
||||
|
||||
from .analytics import (
|
||||
@@ -122,3 +127,10 @@ from .views import (
|
||||
PlacementViewsHistoryOutput,
|
||||
UpdateViewsManuallyInput,
|
||||
)
|
||||
from .workspace import (
|
||||
CreateWorkspaceInput,
|
||||
CreateWorkspaceOutput,
|
||||
GetWorkspacesOutput,
|
||||
UpdateWorkspaceInput,
|
||||
WorkspaceMembershipOutput,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user