Now I am trying to get the presentation list to display... Why won't this work...? Adding URL params seems to have helped some.
This commit is contained in:
@@ -295,6 +295,11 @@ export interface Location {
|
||||
internal_use_count?: null|number;
|
||||
|
||||
event_name?: null|string;
|
||||
|
||||
// A key value list of the sessions
|
||||
event_session_kv?: null|key_val;
|
||||
// A key value list of the files
|
||||
event_file_kv?: null|key_val;
|
||||
}
|
||||
|
||||
|
||||
@@ -362,6 +367,11 @@ export interface Session {
|
||||
|
||||
event_location_code?: null|string;
|
||||
event_location_name?: null|string;
|
||||
|
||||
// A key value list of the presentations
|
||||
event_presentation_kv?: null|key_val;
|
||||
// A key value list of the files
|
||||
event_file_kv?: null|key_val;
|
||||
}
|
||||
|
||||
|
||||
@@ -498,6 +508,9 @@ export interface Presenter {
|
||||
person_affiliations?: null|string;
|
||||
person_primary_email?: null|string;
|
||||
person_passcode?: null|string;
|
||||
|
||||
// A key value list of the files
|
||||
event_file_kv?: null|key_val;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user