chore: release v0.23.2
This commit is contained in:
@@ -1442,6 +1442,8 @@ export namespace lotwusers {
|
||||
is_user: boolean;
|
||||
last_upload?: string;
|
||||
days_ago: number;
|
||||
feed_date?: string;
|
||||
feed_stale: boolean;
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
return new Info(source);
|
||||
@@ -1452,6 +1454,8 @@ export namespace lotwusers {
|
||||
this.is_user = source["is_user"];
|
||||
this.last_upload = source["last_upload"];
|
||||
this.days_ago = source["days_ago"];
|
||||
this.feed_date = source["feed_date"];
|
||||
this.feed_stale = source["feed_stale"];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user