up
This commit is contained in:
@@ -104,6 +104,7 @@ export namespace lookup {
|
||||
cont?: string;
|
||||
email?: string;
|
||||
qsl_via?: string;
|
||||
image_url?: string;
|
||||
source: string;
|
||||
// Go type: time
|
||||
fetched_at: any;
|
||||
@@ -130,6 +131,7 @@ export namespace lookup {
|
||||
this.cont = source["cont"];
|
||||
this.email = source["email"];
|
||||
this.qsl_via = source["qsl_via"];
|
||||
this.image_url = source["image_url"];
|
||||
this.source = source["source"];
|
||||
this.fetched_at = this.convertValues(source["fetched_at"], null);
|
||||
}
|
||||
@@ -252,6 +254,7 @@ export namespace main {
|
||||
hamqth_password: string;
|
||||
primary: string;
|
||||
failsafe: string;
|
||||
download_images: boolean;
|
||||
cache_ttl_days: number;
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
@@ -266,6 +269,7 @@ export namespace main {
|
||||
this.hamqth_password = source["hamqth_password"];
|
||||
this.primary = source["primary"];
|
||||
this.failsafe = source["failsafe"];
|
||||
this.download_images = source["download_images"];
|
||||
this.cache_ttl_days = source["cache_ttl_days"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user