Better (less) logging and other clean up
This commit is contained in:
@@ -44,6 +44,7 @@ export interface Event {
|
||||
file_count: number;
|
||||
}
|
||||
|
||||
|
||||
export interface Badge {
|
||||
// id?: number;
|
||||
id_random: string;
|
||||
@@ -104,6 +105,7 @@ export interface Badge {
|
||||
updated_on: null|Date;
|
||||
}
|
||||
|
||||
|
||||
export interface Exhibit {
|
||||
// id?: number;
|
||||
id_random: string;
|
||||
@@ -135,6 +137,7 @@ export interface Exhibit {
|
||||
updated_on: null|Date;
|
||||
}
|
||||
|
||||
|
||||
export interface Exhibit_tracking {
|
||||
// id?: number;
|
||||
id_random: string;
|
||||
@@ -184,6 +187,11 @@ export interface Exhibit_tracking {
|
||||
updated_on: null|Date;
|
||||
}
|
||||
|
||||
|
||||
export interface Registration {
|
||||
// Nothing here yet
|
||||
}
|
||||
|
||||
export interface File {
|
||||
id: string;
|
||||
id_random: string;
|
||||
@@ -229,6 +237,12 @@ export interface File {
|
||||
hosted_file_size: number; // In bytes
|
||||
}
|
||||
|
||||
|
||||
export interface Location {
|
||||
// Nothing here yet
|
||||
}
|
||||
|
||||
|
||||
// Updated 2024-06-19
|
||||
export interface Session {
|
||||
id: string;
|
||||
@@ -295,6 +309,7 @@ export interface Session {
|
||||
event_location_name: null|string;
|
||||
}
|
||||
|
||||
|
||||
// Updated 2024-06-10
|
||||
export interface Presentation {
|
||||
id: string;
|
||||
@@ -346,6 +361,7 @@ export interface Presentation {
|
||||
event_session_name: null|string;
|
||||
}
|
||||
|
||||
|
||||
// Updated 2024-06-10
|
||||
export interface Presenter {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user