A lot of work to get the LCI Champions able to add a biography and agree to Terms and Conditions.
This commit is contained in:
@@ -331,6 +331,7 @@ export interface Session {
|
||||
|
||||
poc_person_id?: null|string;
|
||||
poc_person_id_random?: null|string;
|
||||
poc_kv_json?: null|key_val; // Key value list of the POC by type (examples: 'advocate', 'chair', 'champion', 'moderator', 'organizer')
|
||||
|
||||
name: string;
|
||||
description?: null|string;
|
||||
@@ -371,7 +372,7 @@ export interface Session {
|
||||
poc_person_full_name?: null|string;
|
||||
poc_person_primary_email?: null|string;
|
||||
poc_person_passcode?: null|string;
|
||||
poc_kv_json?: null|string;
|
||||
|
||||
|
||||
event_name?: null|string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user