Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
pymemri
Commits
88e8a541
Commit
88e8a541
authored
2 years ago
by
Eelco van der Wel
Browse files
Options
Download
Email Patches
Plain Diff
update schema
parent
758a4b52
Pipeline
#11126
passed with stage
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pymemri/data/schema/_central_schema.py
+7
-1
pymemri/data/schema/_central_schema.py
with
7 additions
and
1 deletion
+7
-1
pymemri/data/schema/_central_schema.py
+
7
-
1
View file @
88e8a541
...
...
@@ -296,6 +296,8 @@ class MessageChannel(Item):
name
:
Optional
[
str
]
=
None
topic
:
Optional
[
str
]
=
None
service
:
Optional
[
str
]
=
None
isMock
:
Optional
[
bool
]
=
None
sourceProject
:
Optional
[
str
]
=
None
# Edges
photo
:
List
[
"Photo"
]
=
[]
...
...
@@ -409,6 +411,7 @@ class PluginRun(Item):
plugin
:
List
[
"Plugin"
]
=
[]
view
:
List
[
"CVUStoredDefinition"
]
=
[]
account
:
List
[
"Account"
]
=
[]
trigger
:
List
[
"Trigger"
]
=
[]
class
Post
(
Item
):
...
...
@@ -418,6 +421,7 @@ class Post(Item):
postDate
:
Optional
[
datetime
]
=
None
postType
:
Optional
[
str
]
=
None
isMock
:
Optional
[
bool
]
=
None
sourceProject
:
Optional
[
str
]
=
None
# Edges
author
:
List
[
"Account"
]
=
[]
...
...
@@ -457,7 +461,9 @@ class SuggestedMerge(Item):
class
TemplateSettings
(
Item
):
# Properties
name
:
Optional
[
str
]
=
None
templateName
:
Optional
[
str
]
=
None
templateId
:
Optional
[
int
]
=
None
dataSource
:
Optional
[
str
]
=
None
# Edges
labelOption
:
List
[
"LabelOption"
]
=
[]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets