Update models.txt
This commit is contained in:
parent
e0df72bb06
commit
de1cebae26
@ -173,6 +173,7 @@
|
|||||||
"description": "Add description here",
|
"description": "Add description here",
|
||||||
|
|
||||||
"meeting_ids": [1],
|
"meeting_ids": [1],
|
||||||
|
"template_meeting_id": null,
|
||||||
"default_meeting_id": 1,
|
"default_meeting_id": 1,
|
||||||
"member_ids": [],
|
"member_ids": [],
|
||||||
"manager_ids": [],
|
"manager_ids": [],
|
||||||
@ -184,7 +185,7 @@
|
|||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"url_name": "os3_test",
|
"url_name": "os3_test",
|
||||||
"is_template": false,
|
"template_for_committee_id": null,
|
||||||
"enable_anonymous": false,
|
"enable_anonymous": false,
|
||||||
|
|
||||||
"name": "OpenSlides - Die Veranstaltung (Teil II)",
|
"name": "OpenSlides - Die Veranstaltung (Teil II)",
|
||||||
|
@ -127,6 +127,7 @@ Interface committee {
|
|||||||
description: HTML;
|
description: HTML;
|
||||||
|
|
||||||
meeting_ids: (meeting/committee_id)[];
|
meeting_ids: (meeting/committee_id)[];
|
||||||
|
template_meeting_id: meeting/template_for_committee_id;
|
||||||
default_meeting_id: meeting/default_meeting_for_committee_id;
|
default_meeting_id: meeting/default_meeting_for_committee_id;
|
||||||
member_ids: (user/committee_as_memeber_ids)[];
|
member_ids: (user/committee_as_memeber_ids)[];
|
||||||
manager_ids: (user/committee_as_manager_ids)[];
|
manager_ids: (user/committee_as_manager_ids)[];
|
||||||
@ -145,12 +146,12 @@ Interface meeting {
|
|||||||
description: string;
|
description: string;
|
||||||
location: string;
|
location: string;
|
||||||
start_time: datetime;
|
start_time: datetime;
|
||||||
end_time: datetime; // TODO: is this needed?
|
end_time: datetime;
|
||||||
custom_translations: JSON;
|
custom_translations: JSON;
|
||||||
|
|
||||||
// System
|
// System
|
||||||
url_name: string; // For unique urls.
|
url_name: string; // For unique urls.
|
||||||
is_template: boolean; // Unique within a committee
|
template_for_committee_id: committee/template_meeting_id;
|
||||||
enable_anonymous: boolean;
|
enable_anonymous: boolean;
|
||||||
|
|
||||||
// Jitsi/Livestream settings
|
// Jitsi/Livestream settings
|
||||||
|
Loading…
Reference in New Issue
Block a user