Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
it-bott-integrasjoner
topdesk-client
Commits
26755498
Commit
26755498
authored
Feb 21, 2020
by
Jo Sama
😱
Browse files
Add task fields to Operator model
parent
1559547e
Changes
1
Hide whitespace changes
Inline
Side-by-side
topdesk_client/models.py
View file @
26755498
...
...
@@ -172,6 +172,13 @@ class Operator(BaseModel):
branch
:
BranchReference
# TODO: Remove the password field when proper auth is in place
password
:
Optional
[
str
]
installer
:
Optional
[
bool
]
loginPermission
:
Optional
[
bool
]
firstLineCallOperator
:
Optional
[
bool
]
secondLineCallOperator
:
Optional
[
bool
]
problemManager
:
Optional
[
bool
]
problemOperator
:
Optional
[
bool
]
knowledgeBaseManager
:
Optional
[
bool
]
class
Config
:
fields
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment