ps2census
Version:
Client to connect to the PS2 Event Stream websocket.
797 lines • 83.5 kB
TypeScript
export type SingleCharacterById = {
collection: 'single_character_by_id';
format: {
character_id: string;
name: {
first: string;
first_lower: string;
};
faction_id: string;
head_id: string;
title_id: string;
times: {
creation: string;
creation_date: string;
last_save: string;
last_save_date: string;
last_login: string;
last_login_date: string;
login_count: string;
minutes_played: string;
};
certs: {
earned_points: string;
gifted_points: string;
spent_points: string;
available_points: string;
percent_to_next: string;
};
battle_rank: {
percent_to_next: string;
value: string;
};
profile_id: string;
daily_ribbon: {
count: string;
time: string;
date: string;
};
prestige_level: string;
currency: {
currency_id: string;
currency_name: string;
quantity: string;
prestige_currency: string;
};
stats: {
stat_history: {
deaths: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
kills: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
score: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
time: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
facility_capture: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
facility_defend: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
battle_rank: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
certs: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
medals: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
ribbons: {
all_time: string;
one_life_max: string;
day: {
d01: string;
d02: string;
d03: string;
d04: string;
d05: string;
d06: string;
d07: string;
d08: string;
d09: string;
d10: string;
d11: string;
d12: string;
d13: string;
d14: string;
d15: string;
d16: string;
d17: string;
d18: string;
d19: string;
d20: string;
d21: string;
d22: string;
d23: string;
d24: string;
d25: string;
d26: string;
d27: string;
d28: string;
d29: string;
d30: string;
d31: string;
};
month: {
m01: string;
m02: string;
m03: string;
m04: string;
m05: string;
m06: string;
m07: string;
m08: string;
m09: string;
m10: string;
m11: string;
m12: string;
};
week: {
w01: string;
w02: string;
w03: string;
w04: string;
w05: string;
w06: string;
w07: string;
w08: string;
w09: string;
w10: string;
w11: string;
w12: string;
w13: string;
};
last_save: string;
last_save_date: string;
};
};
stat: {
character_id: string;
stat_name: string;
profile_id: string;
value_forever: string;
value_monthly: string;
value_weekly: string;
value_daily: string;
value_one_life_max: string;
last_save: string;
last_save_date: string;
}[];
stat_by_faction: {
character_id: string;
stat_name: string;
profile_id: string;
value_forever_vs: string;
value_forever_nc: string;
value_forever_tr: string;
value_monthly_vs: string;
value_monthly_nc: string;
value_monthly_tr: string;
value_weekly_vs: string;
value_weekly_nc: string;
value_weekly_tr: string;
value_daily_vs: string;
value_daily_nc: string;
value_daily_tr: string;
value_one_life_max_vs: string;
value_one_life_max_nc: string;
value_one_life_max_tr: string;
last_save: string;
last_save_date: string;
}[];
weapon_stat: {
character_id: string;
stat_name: string;
item_id: string;
vehicle_id: string;
value: string;
last_save: string;
last_save_date: string;
}[];
weapon_stat_by_faction: {
character_id: string;
stat_name: string;
item_id: string;
vehicle_id: string;
value_vs: string;
value_nc: string;
value_tr: string;
last_save: string;
last_save_date: string;
}[];
};
items: {
item_id: string;
account_level: string;
}[];
sub_timing: {};
};
paths: 'character_id' | 'name.first' | 'name.first_lower' | 'faction_id' | 'head_id' | 'title_id' | 'times.creation' | 'times.creation_date' | 'times.last_save' | 'times.last_save_date' | 'times.last_login' | 'times.last_login_date' | 'times.login_count' | 'times.minutes_played' | 'certs.earned_points' | 'certs.gifted_points' | 'certs.spent_points' | 'certs.available_points' | 'certs.percent_to_next' | 'battle_rank.percent_to_next' | 'battle_rank.value' | 'profile_id' | 'daily_ribbon.count' | 'daily_ribbon.time' | 'daily_ribbon.date' | 'prestige_level' | 'currency.currency_id' | 'currency.currency_name' | 'currency.quantity' | 'currency.prestige_currency' | 'stats.stat_history.deaths.all_time' | 'stats.stat_history.deaths.one_life_max' | 'stats.stat_history.deaths.day.d01' | 'stats.stat_history.deaths.day.d02' | 'stats.stat_history.deaths.day.d03' | 'stats.stat_history.deaths.day.d04' | 'stats.stat_history.deaths.day.d05' | 'stats.stat_history.deaths.day.d06' | 'stats.stat_history.deaths.day.d07' | 'stats.stat_history.deaths.day.d08' | 'stats.stat_history.deaths.day.d09' | 'stats.stat_history.deaths.day.d10' | 'stats.stat_history.deaths.day.d11' | 'stats.stat_history.deaths.day.d12' | 'stats.stat_history.deaths.day.d13' | 'stats.stat_history.deaths.day.d14' | 'stats.stat_history.deaths.day.d15' | 'stats.stat_history.deaths.day.d16' | 'stats.stat_history.deaths.day.d17' | 'stats.stat_history.deaths.day.d18' | 'stats.stat_history.deaths.day.d19' | 'stats.stat_history.deaths.day.d20' | 'stats.stat_history.deaths.day.d21' | 'stats.stat_history.deaths.day.d22' | 'stats.stat_history.deaths.day.d23' | 'stats.stat_history.deaths.day.d24' | 'stats.stat_history.deaths.day.d25' | 'stats.stat_history.deaths.day.d26' | 'stats.stat_history.deaths.day.d27' | 'stats.stat_history.deaths.day.d28' | 'stats.stat_history.deaths.day.d29' | 'stats.stat_history.deaths.day.d30' | 'stats.stat_history.deaths.day.d31' | 'stats.stat_history.deaths.month.m01' | 'stats.stat_history.deaths.month.m02' | 'stats.stat_history.deaths.month.m03' | 'stats.stat_history.deaths.month.m04' | 'stats.stat_history.deaths.month.m05' | 'stats.stat_history.deaths.month.m06' | 'stats.stat_history.deaths.month.m07' | 'stats.stat_history.deaths.month.m08' | 'stats.stat_history.deaths.month.m09' | 'stats.stat_history.deaths.month.m10' | 'stats.stat_history.deaths.month.m11' | 'stats.stat_history.deaths.month.m12' | 'stats.stat_history.deaths.week.w01' | 'stats.stat_history.deaths.week.w02' | 'stats.stat_history.deaths.week.w03' | 'stats.stat_history.deaths.week.w04' | 'stats.stat_history.deaths.week.w05' | 'stats.stat_history.deaths.week.w06' | 'stats.stat_history.deaths.week.w07' | 'stats.stat_history.deaths.week.w08' | 'stats.stat_history.deaths.week.w09' | 'stats.stat_history.deaths.week.w10' | 'stats.stat_history.deaths.week.w11' | 'stats.stat_history.deaths.week.w12' | 'stats.stat_history.deaths.week.w13' | 'stats.stat_history.deaths.last_save' | 'stats.stat_history.deaths.last_save_date' | 'stats.stat_history.kills.all_time' | 'stats.stat_history.kills.one_life_max' | 'stats.stat_history.kills.day.d01' | 'stats.stat_history.kills.day.d02' | 'stats.stat_history.kills.day.d03' | 'stats.stat_history.kills.day.d04' | 'stats.stat_history.kills.day.d05' | 'stats.stat_history.kills.day.d06' | 'stats.stat_history.kills.day.d07' | 'stats.stat_history.kills.day.d08' | 'stats.stat_history.kills.day.d09' | 'stats.stat_history.kills.day.d10' | 'stats.stat_history.kills.day.d11' | 'stats.stat_history.kills.day.d12' | 'stats.stat_history.kills.day.d13' | 'stats.stat_history.kills.day.d14' | 'stats.stat_history.kills.day.d15' | 'stats.stat_history.kills.day.d16' | 'stats.stat_history.kills.day.d17' | 'stats.stat_history.kills.day.d18' | 'stats.stat_history.kills.day.d19' | 'stats.stat_history.kills.day.d20' | 'stats.stat_history.kills.day.d21' | 'stats.stat_history.kills.day.d22' | 'stats.stat_history.kills.day.d23' | 'stats.stat_history.kills.day.d24' | 'stats.stat_history.kills.day.d25' | 'stats.stat_history.kills.day.d26' | 'stats.stat_history.kills.day.d27' | 'stats.stat_history.kills.day.d28' | 'stats.stat_history.kills.day.d29' | 'stats.stat_history.kills.day.d30' | 'stats.stat_history.kills.day.d31' | 'stats.stat_history.kills.month.m01' | 'stats.stat_history.kills.month.m02' | 'stats.stat_history.kills.month.m03' | 'stats.stat_history.kills.month.m04' | 'stats.stat_history.kills.month.m05' | 'stats.stat_history.kills.month.m06' | 'stats.stat_history.kills.month.m07' | 'stats.stat_history.kills.month.m08' | 'stats.stat_history.kills.month.m09' | 'stats.stat_history.kills.month.m10' | 'stats.stat_history.kills.month.m11' | 'stats.stat_history.kills.month.m12' | 'stats.stat_history.kills.week.w01' | 'stats.stat_history.kills.week.w02' | 'stats.stat_history.kills.week.w03' | 'stats.stat_history.kills.week.w04' | 'stats.stat_history.kills.week.w05' | 'stats.stat_history.kills.week.w06' | 'stats.stat_history.kills.week.w07' | 'stats.stat_history.kills.week.w08' | 'stats.stat_history.kills.week.w09' | 'stats.stat_history.kills.week.w10' | 'stats.stat_history.kills.week.w11' | 'stats.stat_history.kills.week.w12' | 'stats.stat_history.kills.week.w13' | 'stats.stat_history.kills.last_save' | 'stats.stat_history.kills.last_save_date' | 'stats.stat_history.score.all_time' | 'stats.stat_history.score.one_life_max' | 'stats.stat_history.score.day.d01' | 'stats.stat_history.score.day.d02' | 'stats.stat_history.score.day.d03' | 'stats.stat_history.score.day.d04' | 'stats.stat_history.score.day.d05' | 'stats.stat_history.score.day.d06' | 'stats.stat_history.score.day.d07' | 'stats.stat_history.score.day.d08' | 'stats.stat_history.score.day.d09' | 'stats.stat_history.score.day.d10' | 'stats.stat_history.score.day.d11' | 'stats.stat_history.score.day.d12' | 'stats.stat_history.score.day.d13' | 'stats.stat_history.score.day.d14' | 'stats.stat_history.score.day.d15' | 'stats.stat_history.score.day.d16' | 'stats.stat_history.score.day.d17' | 'stats.stat_history.score.day.d18' | 'stats.stat_history.score.day.d19' | 'stats.stat_history.score.day.d20' | 'stats.stat_history.score.day.d21' | 'stats.stat_history.score.day.d22' | 'stats.stat_history.score.day.d23' | 'stats.stat_history.score.day.d24' | 'stats.stat_history.score.day.d25' | 'stats.stat_history.score.day.d26' | 'stats.stat_history.score.day.d27' | 'stats.stat_history.score.day.d28' | 'stats.stat_history.score.day.d29' | 'stats.stat_history.score.day.d30' | 'stats.stat_history.score.day.d31' | 'stats.stat_history.score.month.m01' | 'stats.stat_history.score.month.m02' | 'stats.stat_history.score.month.m03' | 'stats.stat_history.score.month.m04' | 'stats.stat_history.score.month.m05' | 'stats.stat_history.score.month.m06' | 'stats.stat_history.score.month.m07' | 'stats.stat_history.score.month.m08' | 'stats.stat_history.score.month.m09' | 'stats.stat_history.score.month.m10' | 'stats.stat_history.score.month.m11' | 'stats.stat_history.score.month.m12' | 'stats.stat_history.score.week.w01' | 'stats.stat_history.score.week.w02' | 'stats.stat_history.score.week.w03' | 'stats.stat_history.score.week.w04' | 'stats.stat_history.score.week.w05' | 'stats.stat_history.score.week.w06' | 'stats.stat_history.score.week.w07' | 'stats.stat_history.score.week.w08' | 'stats.stat_history.score.week.w09' | 'stats.stat_history.score.week.w10' | 'stats.stat_history.score.week.w11' | 'stats.stat_history.score.week.w12' | 'stats.stat_history.score.week.w13' | 'stats.stat_history.score.last_save' | 'stats.stat_history.score.last_save_date' | 'stats.stat_history.time.all_time' | 'stats.stat_history.time.one_life_max' | 'stats.stat_history.time.day.d01' | 'stats.stat_history.time.day.d02' | 'stats.stat_history.time.day.d03' | 'stats.stat_history.time.day.d04' | 'stats.stat_history.time.day.d05' | 'stats.stat_history.time.day.d06' | 'stats.stat_history.time.day.d07' | 'stats.stat_history.time.day.d08' | 'stats.stat_history.time.day.d09' | 'stats.stat_history.time.day.d10' | 'stats.stat_history.time.day.d11' | 'stats.stat_history.time.day.d12' | 'stats.stat_history.time.day.d13' | 'stats.stat_history.time.day.d14' | 'stats.stat_history.time.day.d15' | 'stats.stat_history.time.day.d16' | 'stats.stat_history.time.day.d17' | 'stats.stat_history.time.day.d18' | 'stats.stat_history.time.day.d19' | 'stats.stat_history.time.day.d20' | 'stats.stat_history.time.day.d21' | 'stats.stat_history.time.day.d22' | 'stats.stat_history.time.day.d23' | 'stats.stat_history.time.day.d24' | 'stats.stat_history.time.day.d25' | 'stats.stat_history.time.day.d26' | 'stats.stat_history.time.day.d27' | 'stats.stat_history.time.day.d28' | 'stats.stat_history.time.day.d29' | 'stats.stat_history.time.day.d30' | 'stats.stat_history.time.day.d31' | 'stats.stat_history.time.month.m01' | 'stats.stat_history.time.month.m02' | 'stats.stat_history.time.month.m03' | 'stats.stat_history.time.month.m04' | 'stats.stat_history.time.month.m05' | 'stats.stat_history.time.month.m06' | 'stats.stat_history.time.month.m07' | 'stats.stat_history.time.month.m08' | 'stats.stat_history.time.month.m09' | 'stats.stat_history.time.month.m10' | 'stats.stat_history.time.month.m11' | 'stats.stat_history.time.month.m12' | 'stats.stat_history.time.week.w01' | 'stats.stat_history.time.week.w02' | 'stats.stat_history.time.week.w03' | 'stats.stat_history.time.week.w04' | 'stats.stat_history.time.week.w05' | 'stats.stat_history.time.week.w06' | 'stats.stat_history.time.week.w07' | 'stats.stat_history.time.week.w08' | 'stats.stat_history.time.week.w09' | 'stats.stat_history.time.week.w10' | 'stats.stat_history.time.week.w11' | 'stats.stat_history.time.week.w12' | 'stats.stat_history.time.week.w13' | 'stats.stat_history.time.last_save' | 'stats.stat_history.time.last_save_date' | 'stats.stat_history.facility_capture.all_time' | 'stats.stat_history.facility_capture.one_life_max' | 'stats.stat_history.facility_capture.day.d01' | 'stats.stat_history.facility_capture.day.d02' | 'stats.stat_history.facility_capture.day.d03' | 'stats.stat_history.facility_capture.day.d04' | 'stats.stat_history.facility_capture.day.d05' | 'stats.stat_history.facility_capture.day.d06' | 'stats.stat_history.facility_capture.day.d07' | 'stats.stat_history.facility_capture.day.d08' | 'stats.stat_history.facility_capture.day.d09' | 'stats.stat_history.facility_capture.day.d10' | 'stats.stat_history.facility_capture.day.d11' | 'stats.stat_history.facility_capture.day.d12' | 'stats.stat_history.facility_capture.day.d13' | 'stats.stat_history.facility_capture.day.d14' | 'stats.stat_history.facility_capture.day.d15' | 'stats.stat_history.facility_capture.day.d16' | 'stats.stat_history.facility_capture.day.d17' | 'stats.stat_history.facility_capture.day.d18' | 'stats.stat_history.facility_capture.day.d19' | 'stats.stat_history.facility_capture.day.d20' | 'stats.stat_history.facility_capture.day.d21' | 'stats.stat_history.facility_capture.day.d22' | 'stats.stat_history.facility_capture.day.d23' | 'stats.stat_history.facility_capture.day.d24' | 'stats.stat_history.facility_capture.day.d25' | 'stats.stat_history.facility_capture.day.d26' | 'stats.stat_history.facility_capture.day.d27' | 'stats.stat_history.facility_capture.day.d28' | 'stats.stat_history.facility_capture.day.d29' | 'stats.stat_history.facility_capture.day.d30' | 'stats.stat_history.facility_capture.day.d31' | 'stats.stat_history.facility_capture.month.m01' | 'stats.stat_history.facility_capture.month.m02' | 'stats.stat_history.facility_capture.month.m03' | 'stats.stat_history.facility_capture.month.m04' | 'stats.stat_history.facility_capture.month.m05' | 'stats.stat_history.facility_capture.month.m06' | 'stats.stat_history.facility_capture.month.m07' | 'stats.stat_history.facility_capture.month.m08' | 'stats.stat_history.facility_capture.month.m09' | 'stats.stat_history.facility_capture.month.m10' | 'stats.stat_history.facility_capture.month.m11' | 'stats.stat_history.facility_capture.month.m12' | 'stats.stat_history.facility_capture.week.w01' | 'stats.stat_history.facility_capture.week.w02' | 'stats.stat_history.facility_capture.week.w03' | 'stats.stat_history.facility_capture.week.w04' | 'stats.stat_history.facility_capture.week.w05' | 'stats.stat_history.facility_capture.week.w06' | 'stats.stat_history.facility_capture.week.w07' | 'stats.stat_history.facility_capture.week.w08' | 'stats.stat_history.facility_capture.week.w09' | 'stats.stat_history.facility_capture.week.w10' | 'stats.stat_history.facility_capture.week.w11' | 'stats.stat_history.facility_capture.week.w12' | 'stats.stat_history.facility_capture.week.w13' | 'stats.stat_history.facility_capture.last_save' | 'stats.stat_history.facility_capture.last_save_date' | 'stats.stat_history.facility_defend.all_time' | 'stats.stat_history.facility_defend.one_life_max' | 'stats.stat_history.facility_defend.day.d01' | 'stats.stat_history.facility_defend.day.d02' | 'stats.stat_history.facility_defend.day.d03' | 'stats.stat_history.facility_defend.day.d04' | 'stats.stat_history.facility_defend.day.d05' | 'stats.stat_history.facility_defend.day.d06' | 'stats.stat_history.facility_defend.day.d07' | 'stats.stat_history.facility_defend.day.d08' | 'stats.stat_history.facility_defend.day.d09' | 'stats.stat_history.facility_defend.day.d10' | 'stats.stat_history.facility_defend.day.d11' | 'stats.stat_history.facility_defend.day.d12' | 'stats.stat_history.facility_defend.day.d13' | 'stats.stat_history.facility_defend.day.d14' | 'stats.stat_history.facility_defend.day.d15' | 'stats.stat_history.facility_defend.day.d16' | 'stats.stat_history.facility_defend.day.d17' | 'stats.stat_history.facility_defend.day.d18' | 'stats.stat_history.facility_defend.day.d19' | 'stats.stat_history.facility_defend.day.d20' | 'stats.stat_history.facility_defend.day.d21' | 'stats.stat_history.facility_defend.day.d22' | 'stats.stat_history.facility_defend.day.d23' | 'stats.stat_history.facility_defend.day.d24' | 'stats.stat_history.facility_defend.day.d25' | 'stats.stat_history.facility_defend.day.d26' | 'stats.stat_history.facility_defend.day.d27' | 'stats.stat_history.facility_defend.day.d28' | 'stats.stat_history.facility_defend.day.d29' | 'stats.stat_history.facility_defend.day.d30' | 'stats.stat_history.facility_defend.day.d31' | 'stats.stat_history.facility_defend.month.m01' | 'stats.stat_history.facility_defend.month.m02' | 'stats.stat_history.facility_defend.month.m03' | 'stats.stat_history.facility_defend.month.m04' | 'stats.stat_history.facility_defend.month.m05' | 'stats.stat_history.facility_defend.month.m06' | 'stats.stat_history.facility_defend.month.m07' | 'stats.stat_history.facility_defend.month.m08' | 'stats.stat_history.facility_defend.month.m09' | 'stats.stat_history.facility_defend.month.m10' | 'stats.stat_history.facility_defend.month.m11' | 'stats.stat_history.facility_defend.month.m12' | 'stats.stat_history.facility_defend.week.w01' | 'stats.stat_history.facility_defend.week.w02' | 'stats.stat_history.facility_defend.week.w03' | 'stats.stat_history.facility_defend.week.w04' | 'stats.stat_history.facility_defend.week.w05' | 'stats.stat_history.facility_defend.week.w06' | 'stats.stat_history.facility_defend.week.w07' | 'stats.stat_history.facility_defend.week.w08' | 'stats.stat_history.facility_defend.week.w09' | 'stats.stat_history.facility_defend.week.w10' | 'stats.stat_history.facility_defend.week.w11' | 'stats.stat_history.facility_defend.week.w12' | 'stats.stat_history.facility_defend.week.w13' | 'stats.stat_history.facility_defend.last_save' | 'stats.stat_history.facility_defend.last_save_date' | 'stats.stat_history.battle_rank.all_time' | 'stats.stat_history.battle_rank.one_life_max' | 'stats.stat_history.battle_rank.day.d01' | 'stats.stat_history.battle_rank.day.d02' | 'stats.stat_history.battle_rank.day.d03' | 'stats.stat_history.battle_rank.day.d04' | 'stats.stat_history.battle_rank.day.d05' | 'stats.stat_history.battle_rank.day.d06' | 'stats.stat_history.battle_rank.day.d07' | 'stats.stat_history.battle_rank.day.d08' | 'stats.stat_history.battle_rank.day.d09' | 'stats.stat_history.battle_rank.day.d10' | 'stats.stat_history.battle_rank.day.d11' | 'stats.stat_history.battle_rank.day.d12' | 'stats.stat_history.battle_rank.day.d13' | 'stats.stat_history.battle_rank.day.d14' | 'stats.stat_history.battle_rank.day.d15' | 'stats.stat_history.battle_rank.day.d16' | 'stats.stat_history.battle_rank.day.d17' | 'stats.stat_history.battle_rank.day.d18' | 'stats.stat_history.battle_rank.day.d19' | 'stats.stat_history.battle_rank.day.d20' | 'stats.stat_history.battle_rank.day.d21' | 'stats.stat_history.battle_rank.day.d22' | 'stats.stat_history.battle_rank.day.d23' | 'stats.stat_history.battle_rank.day.d24' | 'stats.stat_history.battle_rank.day.d25' | 'stats.stat_history.battle_rank.day.d26' | 'stats.stat_history.battle_rank.day.d27' | 'stats.stat_history.battle_rank.day.d28' | 'stats.stat_history.battle_rank.day.d29' | 'stats.stat_history.battle_rank.day.d30' | 'stats.stat_history.battle_rank.day.d31' | 'stats.stat_history.battle_rank.month.m01' | 'stats.stat_history.battle_rank.month.m02' | 'stats.stat_history.battle_rank.month.m03' | 'stats.stat_history.battle_rank.month.m04' | 'stats.stat_history.battle_rank.month.m05' | 'stats.stat_history.battle_rank.month.m06' | 'stats.stat_history.battle_rank.month.m07' | 'stats.stat_history.battle_rank.month.m08' | 'stats.stat_history.battle_rank.month.m09' | 'stats.stat_history.battle_rank.month.m10' | 'stats.stat_history.battle_rank.month.m11' | 'stats.stat_history.battle_rank.month.m12' | 'stats.stat_history.battle_rank.week.w01' | 'stats.stat_history.battle_rank.week.w02' | 'stats.stat_history.battle_rank.week.w03' | 'stats.stat_history.battle_rank.week.w04' | 'stats.stat_history.battle_rank.week.w05' | 'stats.stat_history.battle_rank.week.w06' | 'stats.stat_history.battle_rank.week.w07' | 'stats.stat_history.battle_rank.week.w08' | 'stats.stat_history.battle_rank.week.w09' | 'stats.stat_history.battle_rank.week.w10' | 'stats.stat_history.battle_rank.week.w11' | 'stats.stat_history.battle_rank.week.w12' | 'stats.stat_history.battle_rank.week.w13' | 'stats.stat_history.battle_rank.last_save' | 'stats.stat_history.battle_rank.last_save_date' | 'stats.stat_history.certs.all_time' | 'stats.stat_history.certs.one_life_max' | 'stats.stat_history.certs.day.d01' | 'stats.stat_history.certs.day.d02' | 'stats.stat_history.certs.day.d03' | 'stats.stat_history.certs.day.d04' | 'stats.stat_history.certs.day.d05' | 'stats.stat_history.certs.day.d06' | 'stats.stat_history.certs.day.d07' | 'stats.stat_history.certs.day.d08' | 'stats.stat_history.certs.day.d09' | 'stats.stat_history.certs.day.d10' | 'stats.stat_history.certs.day.d11' | 'stats.stat_history.certs.day.d12' | 'stats.stat_history.certs.day.d13' | 'stats.stat_history.certs.day.d14' | 'stats.stat_history.certs.day.d15' | 'stats.stat_history.certs.day.d16' | 'stats.stat_history.certs.day.d17' | 'stats.stat_history.certs.day.d18' | 'stats.stat_history.certs.day.d19' | 'stats.stat_history.certs.day.d20' | 'stats.stat_history.certs.day.d21' | 'stats.stat_history.certs.day.d22' | 'stats.stat_history.certs.day.d23' | 'stats.stat_history.certs.day.d24' | 'stats.stat_history.certs.day.d25' | 'stats.stat_history.certs.day.d26' | 'stats.stat_history.certs.day.d27' | 'stats.stat_history.certs.day.d28' | 'stats.stat_history.certs.day.d29' | 'stats.stat_history.certs.day.d30' | 'stats.stat_history.certs.day.d31' | 'stats.stat_history.certs.month.m01' | 'stats.stat_history.certs.month.m02' | 'stats.stat_history.certs.month.m03' | 'stats.stat_history.certs.month.m04' | 'stats.stat_history.certs.month.m05' | 'stats.stat_history.certs.month.m06' | 'stats.stat_history.certs.month.m07' | 'stats.stat_history.certs.month.m08' | 'stats.stat_history.certs.month.m09' | 'stats.stat_history.certs.month.m10' | 'stats.stat_history.certs.month.m11' | 'stats.stat_history.certs.month.m12' | 'stats.stat_history.certs.week.w01' | 'stats.stat_history.certs.week.w02' | 'stats.stat_history.certs.week.w03' | 'stats.stat_history.certs.week.w04' | 'stats.stat_history.certs.week.w05' | 'stats.stat_history.certs.week.w06' | 'stats.stat_history.certs.week.w07' | 'stats.stat_history.certs.week.w08' | 'stats.stat_history.certs.week.w09' | 'stats.stat_history.certs.week.w10' | 'stats.stat_history.certs.week.w11' | 'stats.stat_history.certs.week.w12' | 'stats.stat_history.certs.week.w13' | 'stats.stat_history.certs.last_save' | 'stats.stat_history.certs.last_save_date' | 'stats.stat_history.medals.all_time' | 'stats.stat_history.medals.one_life_max' | 'stats.stat_history.medals.day.d01' | 'stats.stat_history.medals.day.d02' | 'stats.stat_history.medals.day.d03' | 'stats.stat_history.medals.day.d04' | 'stats.stat_history.medals.day.d05' | 'stats.stat_history.medals.day.d06' | 'stats.stat_history.medals.day.d07' | 'stats.stat_history.medals.day.d08' | 'stats.stat_history.medals.day.d09' | 'stats.stat_history.medals.day.d10' | 'stats.stat_history.medals.day.d11' | 'stats.stat_history.medals.day.d12' | 'stats.stat_history.medals.day.d13' | 'stats.stat_history.medals.day.d14' | 'stats.stat_history.medals.day.d15' | 'stats.stat_history.medals.day.d16' | 'stats.stat_history.medals.day.d17' | 'stats.stat_history.medals.day.d18' | 'stats.stat_history.medals.day.d19' | 'stats.stat_history.medals.day.d20' | 'stats.stat_history.medals.day.d21' | 'stats.stat_history.medals.day.d22' | 'stats.stat_history.medals.day.d23' | 'stats.stat_history.medals.day.d24' | 'stats.stat_history.medals.day.d25' | 'stats.stat_history.medals.day.d26' | 'stats.stat_history.medals.day.d27' | 'stats.stat_history.medals.day.d28' | 'stats.stat_history.medals.day.d29' | 'stats.stat_history.medals.day.d30' | 'stats.stat_history.medals.day.d31' | 'stats.stat_history.medals.month.m01' | 'stats.stat_history.medals.month.m02' | 'stats.stat_history.medals.month.m03' | 'stats.stat_history.medals.month.m04' | 'stats.stat_history.medals.month.m05' | 'stats.stat_history.medals.month.m06' | 'stats.stat_history.medals.month.m07' | 'stats.stat_history.medals.month.m08' | 'stats.stat_history.medals.month.m09' | 'stats.stat_history.medals.month.m10' | 'stats.stat_history.medals.month.m11' | 'stats.stat_history.medals.month.m12' | 'stats.stat_history.medals.week.w01' | 'stats.stat_history.medals.week.w02' | 'stats.stat_history.medals.week.w03' | 'stats.stat_history.medals.week.w04' | 'stats.stat_history.medals.week.w05' | 'stats.stat_history.medals.week.w06' | 'stats.stat_history.medals.week.w07' | 'stats.stat_history.medals.week.w08' | 'stats.stat_history.medals.week.w09' | 'stats.stat_history.medals.week.w10' | 'stats.stat_history.medals.week.w11' | 'stats.stat_history.medals.week.w12' | 'stats.stat_history.medals.week.w13' | 'stats.stat_history.medals.last_save' | 'stats.stat_history.medals.last_save_date' | 'stats.stat_history.ribbons.all_time' | 'stats.stat_history.ribbons.one_life_max' | 'stats.stat_history.ribbons.day.d01' | 'stats.stat_history.ribbons.day.d02' | 'stats.stat_history.ribbons.day.d03' | 'stats.stat_history.ribbons.day.d04' | 'stats.stat_history.ribbons.day.d05' | 'stats.stat_history.ribbons.day.d06' | 'stats.stat_history.ribbons.day.d07' | 'stats.stat_history.ribbons.day.d08' | 'stats.stat_history.ribbons.day.d09' | 'stats.stat_history.ribbons.day.d10' | 'stats.stat_history.ribbons.day.d11' | 'stats.stat_history.ribbons.day.d12' | 'stats.stat_history.ribbons.day.d13' | 'stats.stat_history.ribbons.day.d14' | 'stats.stat_history.ribbons.day.d15' | 'stats.stat_history.ribbons.day.d16' | 'stats.stat_history.ribbons.day.d17' | 'stats.stat_history.ribbons.day.d18' | 'stats.stat_history.ribbons.day.d19' | 'stats.stat_history.ribbons.day.d20' | 'stats.stat_history.ribbons.day.d21' | 'stats.stat_history.ribbons.day.d22' | 'stats.stat_history.ribbons.day.d23' | 'stats.stat_history.ribbons.day.d24' | 'stats.stat_history.ribbons.day.d25' | 'stats.stat_history.ribbons.day.d26' | 'stats.stat_history.ribbons.day.d27' | 'stats.stat_history.ribbons.day.d28' | 'stats.stat_history.ribbons.day.d29' | 'stats.stat_history.ribbons.day.d30' | 'stats.stat_history.ribbons.day.d31' | 'stats.stat_history.ribbons.month.m01' | 'stats.stat_history.ribbons.month.m02' | 'stats.stat_history.ribbons.month.m03' | 'stats.stat_history.ribbons.month.m04' | 'stats.stat_history.ribbons.month.m05' | 'stats.stat_history.ribbons.month.m06' | 'stats.stat_history.ribbons.month.m07' | 'stats.stat_history.ribbons.month.m08' | 'stats.stat_history.ribbons.month.m09' | 'stats.stat_history.ribbons.month.m10' | 'stats.stat_history.ribbons.month.m11' | 'stats.stat_history.ribbons.month.m12' | 'stats.stat_history.ribbons.week.w01' | 'stats.stat_history.ribbons.week.w02' | 'stats.stat_history.ribbons.week.w03' | 'stats.stat_history.ribbons.week.w04' | 'stats.stat_history.ribbons.week.w05' | 'stats.stat_history.ribbons.week.w06' | 'stats.stat_history.ribbons.week.w07' | 'stats.stat_history.ribbons.week.w08' | 'stats.stat_history.ribbons.week.w09' | 'stats.stat_history.ribbons.week.w10' | 'stats.stat_history.ribbons.week.w11' | 'stats.stat_history.ribbons.week.w12' | 'stats.stat_history.ribbons.week.w13' | 'stats.stat_history.ribbons.last_save' | 'stats.stat_history.ribbons.last_save_date' | 'stats.stat.character_id' | 'stats.stat.stat_name' | 'stats.stat.profile_id' | 'stats.stat.value_forever' | 'stats.stat.value_monthly' | 'stats.stat.value_weekly' | 'stats.stat.value_daily' | 'stats.stat.value_one_life_max' | 'stats.stat.last_save' | 'stats.stat.last_save_date' | 'stats.stat_by_faction.character_id' | 'stats.stat_by_faction.stat_name' | 'stats.stat_by_faction.profile_id' | 'stats.stat_by_faction.value_forever_vs' | 'stats.stat_by_faction.value_forever_nc' | 'stats.stat_by_faction.value_forever_tr' | 'stats.stat_by_faction.value_monthly_vs' | 'stats.stat_by_faction.value_monthly_nc' | 'stats.stat_by_faction.value_monthly_tr' | 'stats.stat_by_faction.value_weekly_vs' | 'stats.stat_by_faction.value_weekly_nc' | 'stats.stat_by_faction.value_weekly_tr' | 'stats.stat_by_faction.value_daily_vs' | 'stats.stat_by_faction.value_daily_nc' | 'stats.stat_by_faction.value_daily_tr' | 'stats.stat_by_faction.value_one_life_max_vs' | 'stats.stat_by_faction.value_one_life_max_nc' | 'stats.stat_by_faction.value_one_life_max_tr' | 'stats.stat_by_faction.last_save' | 'stats.stat_by_faction.last_save_date' | 'stats.weapon_stat.character_id' | 'stats.weapon_stat.stat_name' | 'stats.weapon_stat.item_id' | 'stats.weapon_stat.vehicle_id' | 'stats.weapon_stat.value' | 'stats.weapon_stat.last_save' | 'stats.weapon_stat.last_save_date' | 'stats.weapon_stat_by_faction.character_id' | 'stats.weapon_stat_by_faction.stat_name' | 'stats.weapon_stat_by_faction.item_id' | 'stats.weapon_stat_by_faction.vehicle_id' | 'stats.weapon_stat_by_faction.value_vs' | 'stats.weapon_stat_by_faction.value_nc' | 'stats.weapon_stat_by_faction.value_tr' | 'stats.weapon_stat_by_faction.last_save' | 'stats.weapon_stat_by_faction.last_save_date' | 'items.item_id' | 'items.account_level';
partialPaths: 'character_id' | 'name' | 'name.first' | 'name.first_lower' | 'faction_id' | 'head_id' | 'title_id' | 'times' | 'times.creation' | 'times.creation_date' | 'times.last_save' | 'times.last_save_date' | 'times.last_login' | 'times.last_login_date' | 'times.login_count' | 'times.minutes_played' | 'certs' | 'certs.earned_points' | 'certs.gifted_points' | 'certs.spent_points' | 'certs.available_points' | 'certs.percent_to_next' | 'battle_rank' | 'battle_rank.percent_to_next' | 'battle_rank.value' | 'profile_id' | 'daily_ribbon' | 'daily_ribbon.count' | 'daily_ribbon.time' | 'daily_ribbon.date' | 'prestige_level' | 'currency' | 'currency.currency_id' | 'currency.currency_name' | 'currency.quantity' | 'currency.prestige_currency' | 'stats' | 'stats.stat_history' | 'stats.stat_history.deaths' | 'stats.stat_history.deaths.all_time' | 'stats.stat_history.deaths.one_life_max' | 'stats.stat_history.deaths.day' | 'stats.stat_history.deaths.day.d01' | 'stats.stat_history.deaths.day.d02' | 'stats.stat_history.deaths.day.d03' | 'stats.stat_history.deaths.day.d04' | 'stats.stat_history.deaths.day.d05' | 'stats.stat_history.deaths.day.d06' | 'stats.stat_history.deaths.day.d07' | 'stats.stat_history.deaths.day.d08' | 'stats.stat_history.deaths.day.d09' | 'stats.stat_history.deaths.day.d10' | 'stats.stat_history.deaths.day.d11' | 'stats.stat_history.deaths.day.d12' | 'stats.stat_history.deaths.day.d13' | 'stats.stat_history.deaths.day.d14' | 'stats.stat_history.deaths.day.d15' | 'stats.stat_history.deaths.day.d16' | 'stats.stat_history.deaths.day.d17' | 'stats.stat_history.deaths.day.d18' | 'stats.stat_history.deaths.day.d19' | 'stats.stat_history.deaths.day.d20' | 'stats.stat_history.deaths.day.d21' | 'stats.stat_history.deaths.day.d22' | 'stats.stat_history.deaths.day.d23' | 'stats.stat_history.deaths.day.d24' | 'stats.stat_history.deaths.day.d25' | 'stats.stat_history.deaths.day.d26' | 'stats.stat_history.deaths.day.d27' | 'stats.stat_history.deaths.day.d28' | 'stats.stat_history.deaths.day.d29' | 'stats.stat_history.deaths.day.d30' | 'stats.stat_history.deaths.day.d31' | 'stats.stat_history.deaths.month' | 'stats.stat_history.deaths.month.m01' | 'stats.stat_history.deaths.month.m02' | 'stats.stat_history.deaths.month.m03' | 'stats.stat_history.deaths.month.m04' | 'stats.stat_history.deaths.month.m05' | 'stats.stat_history.deaths.month.m06' | 'stats.stat_history.deaths.month.m07' | 'stats.stat_history.deaths.month.m08' | 'stats.stat_history.deaths.month.m09' | 'stats.stat_history.deaths.month.m10' | 'stats.stat_history.deaths.month.m11' | 'stats.stat_history.deaths.month.m12' | 'stats.stat_history.deaths.week' | 'stats.stat_history.deaths.week.w01' | 'stats.stat_history.deaths.week.w02' | 'stats.stat_history.deaths.week.w03' | 'stats.stat_history.deaths.week.w04' | 'stats.stat_history.deaths.week.w05' | 'stats.stat_history.deaths.week.w06' | 'stats.stat_history.deaths.week.w07' | 'stats.stat_history.deaths.week.w08' | 'stats.stat_history.deaths.week.w09' | 'stats.stat_history.deaths.week.w10' | 'stats.stat_history.deaths.week.w11' | 'stats.stat_history.deaths.week.w12' | 'stats.stat_history.deaths.week.w13' | 'stats.stat_history.deaths.last_save' | 'stats.stat_history.deaths.last_save_date' | 'stats.stat_history.kills' | 'stats.stat_history.kills.all_time' | 'stats.stat_history.kills.one_life_max' | 'stats.stat_history.kills.day' | 'stats.stat_history.kills.day.d01' | 'stats.stat_history.kills.day.d02' | 'stats.stat_history.kills.day.d03' | 'stats.stat_history.kills.day.d04' | 'stats.stat_history.kills.day.d05' | 'stats.stat_history.kills.day.d06' | 'stats.stat_history.kills.day.d07' | 'stats.stat_history.kills.day.d08' | 'stats.stat_history.kills.day.d09' | 'stats.stat_history.kills.day.d10' | 'stats.stat_history.kills.day.d11' | 'stats.stat_history.kills.day.d12' | 'stats.stat_history.kills.day.d13' | 'stats.stat_history.kills.day.d14' | 'stats.stat_history.kills.day.d15' | 'stats.stat_history.kills.day.d16' | 'stats.stat_history.kills.day.d17' | 'stats.stat_history.kills.day.d18' | 'stats.stat_history.kills.day.d19' | 'stats.stat_history.kills.day.d20' | 'stats.stat_history.kills.day.d21' | 'stats.stat_history.kills.day.d22' | 'stats.stat_history.kills.day.d23' | 'stats.stat_history.kills.day.d24' | 'stats.stat_history.kills.day.d25' | 'stats.stat_history.kills.day.d26' | 'stats.stat_history.kills.day.d27' | 'stats.stat_history.kills.day.d28' | 'stats.stat_history.kills.day.d29' | 'stats.stat_history.kills.day.d30' | 'stats.stat_history.kills.day.d31' | 'stats.stat_history.kills.month' | 'stats.stat_history.kills.month.m01' | 'stats.stat_history.kills.month.m02' | 'stats.stat_history.kills.month.m03' | 'stats.stat_history.kills.month.m04' | 'stats.stat_history.kills.month.m05' | 'stats.stat_history.kills.month.m06' | 'stats.stat_history.kills.month.m07' | 'stats.stat_history.kills.month.m08' | 'stats.stat_history.kills.month.m09' | 'stats.stat_history.kills.month.m10' | 'stats.stat_history.kills.month.m11' | 'stats.stat_history.kills.month.m12' | 'stats.stat_history.kills.week' | 'stats.stat_history.kills.week.w01' | 'stats.stat_history.kills.week.w02' | 'stats.stat_history.kills.week.w03' | 'stats.stat_history.kills.week.w04' | 'stats.stat_history.kills.week.w05' | 'stats.stat_history.kills.week.w06' | 'stats.stat_history.kills.week.w07' | 'stats.stat_history.kills.week.w08' | 'stats.stat_history.kills.week.w09' | 'stats.stat_history.kills.week.w10' | 'stats.stat_history.kills.week.w11' | 'stats.stat_history.kills.week.w12' | 'stats.stat_history.kills.week.w13' | 'stats.stat_history.kills.last_save' | 'stats.stat_history.kills.last_save_date' | 'stats.stat_history.score' | 'stats.stat_history.score.all_time' | 'stats.stat_history.score.one_life_max' | 'stats.stat_history.score.day' | 'stats.stat_history.score.day.d01' | 'stats.stat_history.score.day.d02' | 'stats.stat_history.score.day.d03' | 'stats.stat_history.score.day.d04' | 'stats.stat_history.score.day.d05' | 'stats.stat_history.score.day.d06' | 'stats.stat_history.score.day.d07' | 'stats.stat_history.score.day.d08' | 'stats.stat_history.score.day.d09' | 'stats.stat_history.score.day.d10' | 'stats.stat_history.score.day.d11' | 'stats.stat_history.score.day.d12' | 'stats.stat_history.score.day.d13' | 'stats.stat_history.score.day.d14' | 'stats.stat_history.score.day.d15' | 'stats.stat_history.score.day.d16' | 'stats.stat_history.score.day.d17' | 'stats.stat_history.score.day.d18' | 'stats.stat_history.score.day.d19' | 'stats.stat_history.score.day.d20' | 'stats.stat_history.score.day.d21' | 'stats.stat_history.score.day.d22' | 'stats.stat_history.score.day.d23' | 'stats.stat_history.score.day.d24' | 'stats.stat_history.score.day.d25' | 'stats.stat_history.score.day.d26' | 'stats.stat_history.score.day.d27' | 'stats.stat_history.score.day.d28' | 'stats.stat_history.score.day.d29' | 'stats.stat_history.score.day.d30' | 'stats.stat_history.score.day.d31' | 'stats.stat_history.score.month' | 'stats.stat_history.score.month.m01' | 'stats.stat_history.score.month.m02' | 'stats.stat_history.score.month.m03' | 'stats.stat_history.score.month.m04' | 'stats.stat_history.score.month.m05' | 'stats.stat_history.score.month.m06' | 'stats.stat_history.score.month.m07' | 'stats.stat_history.score.month.m08' | 'stats.stat_history.score.month.m09' | 'stats.stat_history.score.month.m10' | 'stats.stat_history.score.month.m11' | 'stats.stat_history.score.month.m12' | 'stats.stat_history.score.week' | 'stats.stat_history.score.week.w01' | 'stats.stat_history.score.week.w02' | 'stats.stat_history.score.week.w03' | 'stats.stat_history.score.week.w04' | 'stats.stat_history.score.week.w05' | 'stats.stat_history.score.week.w06' | 'stats.stat_history.score.week.w07' | 'stats.stat_history.score.week.w08' | 'stats.stat_history.score.week.w09' | 'stats.stat_history.score.week.w10' | 'stats.stat_history.score.week.w11' | 'stats.stat_history.score.week.w12' | 'stats.stat_history.score.week.w13' | 'stats.stat_history.score.last_save' | 'stats.stat_history.score.last_save_date' | 'stats.stat_history.time' | 'stats.stat_history.time.all_time' | 'stats.stat_history.time.one_life_max' | 'stats.stat_history.time.day' | 'stats.stat_history.time.day.d01' | 'stats.stat_history.time.day.d02' | 'stats.stat_history.time.day.d03' | 'stats.stat_history.time.day.d04' | 'stats.stat_history.time.day.d05' | 'stats.stat_history.time.day.d06' | 'stats.stat_history.time.day.d07' | 'stats.stat_history.time.day.d08' | 'stats.stat_history.time.day.d09' | 'stats.stat_history.time.day.d10' | 'stats.stat_history.time.day.d11' | 'stats.stat_history.time.day.d12' | 'stats.stat_history.time.day.d13' | 'stats.stat_history.time.day.d14' | 'stats.stat_history.time.day.d15' | 'stats.stat_history.time.day.d16' | 'stats.stat_history.time.day.d17' | 'stats.stat_history.time.day.d18' | 'stats.stat_history.time.day.d19' | 'stats.stat_history.time.day.d20' | 'stats.stat_history.time.day.d21' | 'stats.stat_history.time.day.d22' | 'stats.stat_history.time.day.d23' | 'stats.stat_history.time.day.d24' | 'stats.stat_history.time.day.d25' | 'stats.stat_history.time.day.d26' | 'stats.stat_history.time.day.d27' | 'stats.stat_history.time.day.d28' | 'stats.stat_history.time.day.d29' | 'stats.stat_history.time.day.d30' | 'stats.stat_history.time.day.d31' | 'stats.stat_history.time.month' | 'stats.stat_history.time.month.m01' | 'stats.stat_history.time.month.m02' | 'stats.stat_history.time.month.m03' | 'stats.stat_history.time.month.m04' | 'stats.stat_history.time.month.m05' | 'stats.stat_history.time.month.m06' | 'stats.stat_history.time.month.m07' | 'stats.stat_history.time.month.m08' | 'stats.stat_history.time.month.m09' | 'stats.stat_history.time.month.m10' | 'stats.stat_history.time.month.m11' | 'stats.stat_history.time.month.m12' | 'stats.stat_history.time.week' | 'stats.stat_history.time.week.w01' | 'stats.stat_history.time.week.w02' | 'stats.stat_history.time.week.w03' | 'stats.stat_history.time.week.w04' | 'stats.stat_history.time.week.w05' | 'stats.stat_history.time.week.w06' | 'stats.stat_history.time.week.w07' | 'stats.stat_history.time.week.w08' | 'stats.stat_history.time.week.w09' | 'stats.stat_history.time.week.w10' | 'stats.stat_history.time.week.w11' | 'stats.stat_history.time.week.w12' | 'stats.stat_history.time.week.w13' | 'stats.stat_history.time.last_save' | 'stats.stat_history.time.last_save_date' | 'stats.stat_history.facility_capture' | 'stats.stat_history.facility_capture.all_time' | 'stats.stat_history.facility_capture.one_life_max' | 'stats.stat_history.facility_capture.day' | 'stats.stat_history.facility_capture.day.d01' | 'stats.stat_history.facility_capture.day.d02' | 'stats.stat_history.facility_capture.day.d03' | 'stats.stat_history.facility_capture.day.d04' | 'stats.stat_history.facility_capture.day.d05' | 'stats.stat_history.facility_capture.day.d06' | 'stats.stat_history.facility_capture.day.d07' | 'stats.stat_history.facility_capture.day.d08' | 'stats.stat_history.facility_capture.day.d09' | 'stats.stat_history.facility_capture.day.d10' | 'stats.stat_history.facility_capture.day.d11' | 'stats.stat_history.facility_capture.day.d12' | 'stats.stat_history.facility_capture.day.d13' | 'stats.stat_history.facility_capture.day.d14' | 'stats.stat_history.facility_capture.day.d15' | 'stats.stat_history.facility_capture.day.d16' | 'stats.stat_history.facility_capture.day.d17' | 'stats.stat_history.facility_capture.day.d18' | 'stats.stat_history.facility_capture.day.d19' | 'stats.stat_history.facility_capture.day.d20' | 'stats.stat_history.facility_capture.day.d21' | 'stats.stat_history.facility_capture.day.d22' | 'stats.stat_history.facility_capture.day.d23' | 'stats.stat_history.facility_capture.day.d24' | 'stats.stat_history.facility_capture.day.d25' | 'stats.stat_history.facility_capture.day.d26' | 'stats.stat_history.facility_capture.day.d27' | 'stats.stat_history.facility_capture.day.d28' | 'stats.stat_history.facility_capture.day.d29' | 'stats.stat_history.facility_capture.day.d30' | 'stats.stat_history.facility_capture.day.d31' | 'stats.stat_history.facility_capture.month' | 'stats.stat_history.facility_capture.month.m01' | 'stats.stat_history.facility_capture.month.m02' | 'stats.stat_history.facility_capture.month.m03' | 'stats.stat_history.facility_capture.month.m04' | 'stats.stat_history.facility_capture.month.m05' | 'stats.stat_history.facility_capture.month.m06' | 'stats.stat_history.facility_capture.month.m07' | 'stats.stat_history.facility_capture.month.m08' | 'stats.stat_history.facility_capture.month.m09' | 'stats.stat_history.facility_capture.month.m10' | 'stats.stat_history.facility_capture.month.m11' | 'stats.stat_history.facility_capture.month.m12' | 'stats.stat_history.facility_capture.week' | 'stats.stat_history.facility_capture.week.w01' | 'stats.stat_history.facility_capture.week.w02' | 'stats.stat_history.facility_capture.week.w03' | 'stats.stat_history.facility_capture.week.w04' | 'stats.stat_history.facility_capture.week.w05' | 'stats.stat_history.facility_capture.week.w06' | 'stats.stat_history.facility_capture.week.w07' | 'stats.stat_history.facility_capture.week.w08' | 'stats.stat_history.facility_capture.week.w09' | 'stats.stat_history.facility_capture.week.w10' | 'stats.stat_history.facility_capture.week.w11' | 'stats.stat_history.facility_capture.week.w12' | 'stats.stat_history.facility_capture.week.w13' | 'stats.stat_history.facility_capture.last_save' | 'stats.stat_history.facility_capture.last_save_date' | 'stats.stat_history.facility_defend' | 'stats.stat_history.facility_defend.all_time' | 'stats.stat_history.facility_defend.one_life_max' | 'stats.stat_history.facility_defend.day' | 'stats.stat_history.facility_defend.day.d01' | 'stats.stat_history.facility_defend.day.d02' | 'stats.stat_history.facility_defend.day.d03' | 'stats.stat_history.facility_defend.day.d04' | 'stats.stat_history.facility_defend.day.d05' | 'stats.stat_history.facility_defend.day.d06' | 'stats.stat_history.facility_defend.day.d07' | 'stats.stat_history.facility_defend.day.d08' | 'stats.stat_history.facility_defend.day.d09' | 'stats.stat_history.facility_defend.day.d10' | 'stats.stat_history.facility_defend.day.d11' | 'stats.stat_history.facility_defend.day.d12' | 'stats.stat_history.facility_defend.day.d13' | 'stats.stat_history.facility_defend.day.d14' | 'stats.stat_history.facility_defend.day.d15' | 'stats.stat_history.facility_defend.day.d16' | 'stats.stat_history.facility_defend.day.d17' | 'stats.stat_history.facility_defend.day.d18' | 'stats.stat_history.facility_defend.day.d19' | 'stats.stat_history.facility_defend.day.d20' | 'stats.stat_history.facility_defend.day.d21' | 'stats.stat_history.facility_defend.day.d22' | 'stats.stat_history.facility_defend.day.d23' | 'stats.stat_history.facility_defend.day.d24' | 'stats.stat_history.facility_defend.day.d25' | 'stats.stat_history.facility_defend.day.d26' | 'stats.stat_history.facility_defend.day.d27' | 'stats.stat_history.facility_defend.day.d28' | 'stats.stat_history.facility_defend.day.d29' | 'stats.stat_history.facility_defend.day.d30' | 'stats.stat_history.facility_defend.day.d31' | 'stats.stat_history.facility_defend.month' | 'stats.stat_history.facility_defend.month.m01' | 'stats.stat_history.facility_defend.month.m02' | 'stats.stat_history.facility_defend.month.m03' | 'stats.stat_history.facility_defend.month.m04' | 'stats.stat_history.facility_defend.month.m05' | 'stats.stat_history.facility_defend.month.m06' | 'stats.stat_history.facility_defend.month.m07' | 'stats.stat_history.facility_defend.month.m08' | 'stats.stat_history.facility_defend.month.m09' | 'stats.stat_history.facility_defend.month.m10' | 'stats.stat_history.facility_defend.month.m11' | 'stats.stat_history.facility_defend.month.m12' | 'stats.stat_history.facility_defend.week' | 'stats.stat_history.facility_defend.week.w01' | 'stats.stat_history.facility_defend.week.w02' | 'stats.stat_history.facility_defend.week.w03' | 'stats.stat_history.facility_defend.week.w04' | 'stats.stat_history.facility_defend.week.w05' | 'stats.stat_history.facility_defend.week.w06' | 'stats.stat_history.facility_defend.week.w07' | 'stats.stat_history.facility_defend.week.w08' | 'stats.stat_history.facility_defend.week.w09' | 'stats.stat_history.facility_defend.week.w10' | 'stats.stat_history.facility_defend.week.w11' | 'stats.stat_history.facility_defend.week.w12' | 'stats.stat_history.facility_defend.week.w13' | 'stats.stat_history.facility_defend.last_save' | 'stats.stat_history.facility_defend.last_save_date' | 'stats.stat_history.battle_rank' | 'stats.stat_history.battle_rank.all_time' | 'stats.stat_history.battle_rank.one_life_max' | 'stats.stat_history.battle_rank.day' | 'stats.stat_history.battle_rank.day.d01' | 'stats.stat_history.battle_rank.day.d02' | 'stats.stat_history.battle_rank.day.d03' | 'stats.stat_history.battle_rank.day.d04' | 'stats.stat_history.battle_rank.day.d05' | 'stats.stat_history.battle_rank.day.d06' | 'stats.stat_history.battle_rank.day.d07' | 'stats.stat_history.battle_rank.day.d08' | 'stats.stat_history.battle_rank.day.d09' | 'stats.stat_history.battle_rank.day.d10' | 'stats.stat_history.battle_rank.day.d11' | 'stats.stat_history.battle_rank.day.d12' | 'stats.stat_history.battle_rank.day.d13' | 'stats.stat_history.battle_rank.day.d14' | 'stats.stat_history.battle_rank.day.d15' | 'stats.stat_history.battle_rank.day.d16' | 'stats.stat_history.battle_rank.day.d17' | 'stats.stat_history.battle_rank.day.d18' | 'stats.stat_history.battle_rank.day.d19' | 'stats.stat_history.battle_rank.day.d20' | 'stats.stat_history.battle_rank.day.d21' | 'stats.stat_history.battle_rank.day.d22' | 'stats.stat_history.battle_rank.day.d23' | 'stats.stat_history.battle_rank.day.d24' | 'stats.stat_history.battle_rank.day.d25' | 'stats.stat_history.battle_rank.day.d26' | 'stats.stat_history.battle_rank.day.d27' | 'stats.stat_history.battle_rank.day.d28' | 'stats.stat_history.battle_rank.day.d29' | 'stats.stat_history.battle_rank.day.d30' | 'stats.stat_history.battle_rank.day.d31' | 'stats.stat_history.battle_rank.month' | 'stats.stat_history.battle_rank.month.m01' | 'stats.stat_history.battle_rank.month.m02' | 'stats.stat_history.battle_rank.month.m03' | 'stats.stat_history.battle_rank.month.m04' | 'stats.stat_history.battle_rank.month.m05' | 'stats.stat_history.battle_rank.month.m06' | 'stats.stat_history.battle_rank.month.m07' | 'stats.stat_history.battle_rank.month.m08' | 'stats.stat_history.battle_rank.month.m09' | 'stats.stat_history.battle_rank.month.m10' | 'stats.stat_history.battle_rank.month.m11' | 'stats.stat_history.battle_rank.month.m12' | 'stats.stat_history.battle_rank.week' | 'stats.stat_history.battle_rank.week.w01' | 'stats.stat_history.battle_rank.week.w02' | 'stats.stat_history.battle_rank.week.w03' | 'stats.stat_history.battle_rank.week.w04' | 'stats.stat_history.battle_rank.week.w05' | 'stats.stat_history.battle_rank.week.w06' | 'stats.stat_history.battle_rank.week.w07' | 'stats.stat_history.battle_rank.week.w08' | 'stats.stat_history.battle_rank.week.w09' | 'stats.stat_history.battle_rank.week.w10' | 'stats.stat_history.battle_rank.week.w11' | 'stats.stat_history.battle_rank.week.w12' | 'stats.stat_history.battle_rank.week.w13' | 'stats.stat_history.battle_rank.last_save' | 'stats.stat_history.battle_rank.last_save_date' | 'stats.stat_history.certs' | 'stats.stat_history.certs.all_time' | 'stats.stat_history.certs.one_life_max' | 'stats.stat_history.certs.day' | 'stats.stat_history.certs.day.d01' | 'stats.stat_history.certs.day.d02' | 'stats.stat_history.certs.day.d03' | 'stats.stat_history.certs.day.d04' | 'stats.stat_history.certs.day.d05' | 'stats.stat_history.certs.day.d06' | 'stats.stat_history.certs.day.d07' | 'stats.stat_history.certs.day.d08' | 'stats.stat_history.certs.day.d09' | 'stats.stat_history.certs.day.d10' | 'stats.stat_history.certs.day.d11' | 'stats.stat_history.certs.day.d12' | 'stats.stat_history.certs.day.d13' | 'stats.stat_history.certs.day.d14' | 'stats.stat_history.certs.day.d15' | 'stats.stat_history.certs.day.d16' | 'stats.stat_history.certs.day.d17' | 'stats.stat_history.certs.day.d18' | 'stats.stat_history.certs.day.d19' | 'stats.stat_history.certs.day.d20' | 'stats.stat_history.certs.day.d21' | 'stats.stat_history.certs.day.d22' | 'stats.stat_history.certs.day.d23' | 'stats.stat_history.certs.day.d24' | 'stats.stat_history.certs.day.d25' | 'stats.stat_history.certs.day.d26' | 'stats.stat_history.certs.day.d27' | 'stats.stat_history.certs.day.d28' | 'stats.stat_history.certs.day.d29' | 'stats.stat_history.certs.day.d30' | 'stats.stat_history.certs.day.d31' | 'stats.stat_history.certs.month' | 'stats.stat_history.certs.month.m01' | 'stats.stat_history.certs.month.m02' | 'stats.stat_history.certs.month.m03' | 'stats.stat_history.certs.month.m04' | 'stats.stat_history.certs.month.m05' | 'stats.stat_history.certs.month.m06' | 'stats.stat_history.certs.month.m07' | 'stats.stat_history.certs.month.m08' | 'stats.stat_history.certs.month.m09' | 'stats.stat_history.certs.month.m10' | 'stats.stat_history.certs.month.m11' | 'stats.stat_history.certs.month.m12' | 'stats.stat_history.certs.week' | 'stats.stat_history.certs.week.w01' | 'stats.stat_history.certs.week.w02' | 'stats.stat_history.certs.week.w03' | 'stats.stat_history.certs.week.w04' | 'stats.stat_history.certs.week.w05' | 'stats.stat_history.certs.week.w06' | 'stats.stat_history.certs.week.w07' | 'stats.stat_history.certs.week.w08' | 'stats.stat_history.certs.week.w09' | 'stats.stat_history.certs.week.w10' | 'stats.stat_history.certs.week.w11' | 'stats.stat_history.certs.week.w12' | 'stats.stat_history.certs.week.w13' | 'stats.stat_history.certs.last_save' | 'stats.stat_history.certs.last_save_date' | 'stats.stat_history.medals' | 'stats.stat_history.medals.all_time' | 'stats.stat_history.medals.one_life_max' | 'stats.stat_history.medals.day' | 'stats.stat_history.medals.day.d01' | 'stats.stat_history.medals.day.d02' | 'stats.stat_history.medals.day.d03' | 'stats.stat_history.medals.day.d04' | 'stats.stat_history.medals.day.d05' | 'stats.stat_history.medals.day.d06' | 'stats.stat_history.medals.day.d07' | 'stats.stat_history.medals.day.d08' | 'stats.stat_history.medals.day.d09' | 'stats.stat_history.medals.day.d10' | 'stats.stat_history.medals.day.d11' | 'stats.stat_history.medals.day.d12' | 'stats.stat_history.medals.day.d13' | 'stats.stat_history.medals.day.d14' | 'stats.stat_history.medals.day.d15' | 'stats.stat_history.medals.day.d16' | 'stats.stat_history.medals.day.d17' | 'stats.stat_history.medals.day.d18' | 'stats.stat_history.medals.day.d19' | 'stats.stat_history.medals.day.d20' | 'stats.stat_history.medals.day.d21' | 'stats.stat_history.medals.day.d22' | 'stats.stat_history.medals.day.d23' | 'stats.stat_history.medals.day.d24' | 'stats.stat_history.medals.day.d25' | 'stats.stat_history.medals.day.d26' | 'stats.stat_history.medals.day.d27' | 'stats.stat_history.medals.day.d28' | 'stats.stat_history.medals.day.d29' | 'stats.stat_history.medals.day.d30' | 'stats.stat_history.medals.day.d31' | 'stats.stat_history.medals.month' | 'stats.stat_history.medals.month.m01' | 'stats.stat_history.medals.month.m02' | 'stats.stat_history.medals.month.m03' | 'stats.stat_history.medals.month.m04' | 'stats.stat_history.medals.month.m05' | 'stats.stat_history.medals.month.m06' | 'stats.stat_history.medals.month.m07' | 'stats.stat_history.medals.month.m08' | 'stats.stat_history.medals.month.m09' | 'stats.stat_history.medals.month.m10' | 'stats.stat_history.medals.month.m11' | 'stats.stat_history.medals.month.m12' | 'stats.stat_history.medals.week' | 'stats.stat_history.medals.week.w01' | 'stats.stat_history.medals.week.w02' | 'stats.stat_history.medals.week.w03' | 'stats.stat_history.medals.week.w04' | 'stats.stat_history.medals.week.w05' | 'stats.stat_history.medals.week.w06' | 'stats.stat_history.medals.week.w07' | 'stats.stat_history.medals.week.w08' | 'stats.stat_history.medals.week.w09' | 'stats.stat_history.medals.week.w10' | 'stats.stat_history.medals.week.w11' | 'stats.stat_history.medals.week.w12' | 'stats.stat_history.medals.week.w13' | 'stats.stat_history.medals.last_save' | 'stats.stat_history.medals.last_save_date' | 'stats.stat_history.ribbons' | 'stats.stat_history.ribbons.all_time' | 'stats.stat_history.ribbons.one_life_max' | 'stats.stat_history.ribbons.day' | 'stats.stat_history.ribbons.day.d01' | 'stats.stat_history.ribbons.day.d02' | 'stats.stat_history.ribbons.day.d03' | 'stats.stat_history.ribbons.day.d04' | 'stats.stat_history.ribbons.day.d05' | 'stats.stat_history.ribbons.day.d06' | 'stats.stat_history.ribbons.day.d07' | 'stats.stat_history.ribbons.day.d08' | 'stats.stat_history.ribbons.day.d09' | 'stats.stat_history.ribbons.day.d10' | 'stats.stat_history.ribbons.day.d11' | 'stats.stat_history.ribbons.day.d12' | 'stats.stat_history.ribbons.day.d13' | 'stats.stat_history.ribbons.day.d14' | 'stats.stat_history.ribbons.day.d15' | 'stats.stat_history.ribbons.day.d16' | 'stats.stat_history.ribbons.day.d17' | 'stats.stat_history.ribbons.day.d18' | 'stats.stat_history.ribbons.day.d19' | 'stats.stat_history.ribbons.day.d20' | 'stats.stat_history.ribbons.day.d21' | 'stats.stat_history.ribbons.day.d22' | 'stats.stat_history.ribbons.day.d23' | 'stats.stat_history.ribbons.day.d24' | 'stats.stat_history.ribbons.day.d25' | 'stats.stat_history.ribbons.day.d26' | 'stats.stat_history.ribbons.day.d27' | 'stats.stat_history.ribbons.day.d28' | 'stats.stat_history.ribbons.day.d29' | 'stats.stat_history.ribbons.day.d30' | 'stats.stat_history.ribbons.day.d31' | 'stats.stat_history.ribbons.month' | 'stats.stat_history.ribbons.month.m01' | 'stats.stat_history.ribbons.month.m02' | 'stats.stat_history.ribbons.month.m03' | 'stats.stat_history.ribbons.month.m04' | 'stats.stat_history.ribbons.month.m05' | 'stats.stat_history.ribbons.month.m06' | 'stats.stat_history.ribbons.month.m07' | 'stats.stat_history.ribbons.month.m08' | 'stats.stat_history.ribbons.month.m09' | 'stats.stat_history.ribbons.month.m10' | 'stats.stat_history.ribbons.month.m11' | 'stats.stat_history.ribbons.month.m12' | 'stats.stat_history.ribbons.week' | 'stats.stat_history.ribbons.week.w01' | 'stats.stat_history.ribbons.week.w02' | 'stats.stat_history.ribbons.week.w03' | 'stats.stat_history.ribbons.week.w04' | 'stats.stat_history.ribbons.week.w05' | 'stats.stat_history.ribbons.week.w06' | 'stats.stat_history.ribbons.week.w07' | 'stats.stat_history.ribbons.week.w08' | 'stats.stat_history.ribbons.week.w09' | 'stats.stat_history.ribbons.week.w10' | 'stats.stat_history.ribbons.week.w11' | 'stats.stat_history.ribbons.week.w12' | 'stats.stat_history.ribbons.week.w13' | 'stats.stat_history.ribbons.last_save' | 'stats.stat_history.ribbons.last_save_date' | 'stats.stat' | 'stats.stat.character_id' | 'stats.stat.stat_name' | 'stats.stat.profile_id' | 'stats.stat.value_forever' | 'stats.stat.value_monthly' | 'stats.stat.value_weekly' | 'stats.stat.value_daily' | 'stats.stat.value_one_life_max' | 'stats.stat.last_save' | 'stats.stat.last_save_date' | 'stats.stat_by_faction' | 'stats.stat_by_faction.character_id' | 'stats.stat_by_faction.stat_name' | 'stats.stat_by_faction.profile_id' | 'stats.stat_by_faction.value_forever_vs' | 'stats.stat_by_faction.value_forever_nc' | 'stats.stat_by_faction.value_forever_tr' | 'stats.stat_by_faction.value_monthly_vs' | 'stats.stat_by_faction.value_monthly_nc' | 'stats.stat_by_faction.value_monthly_tr' | 'stats.stat_by_faction.value_weekly_vs' | 'stats.stat_by_faction.value_weekly_nc' | 'stats.stat_by_faction.value_weekly_tr' | 'stats.stat_by_faction.value_daily_vs' | 'stats.stat_by_faction.value_daily_nc' | 'stats.stat_by_faction.value_daily_tr' | 'stats.stat_by_faction.value_one_life_max_vs' | 'stats.stat_by_faction.value_one_life_max_nc' | 'stats.stat_by_faction.value_one_life_max_tr' | 'stats.stat_by_faction.last_save' | 'stats.stat_by_faction.last_save_date' | 'stats.weapon_stat' | 'stats.weapon_stat.character_id' | 'stats.weapon_stat.stat_name' | 'stats.weapon_stat.item_id' | 'stats.weapon_stat.vehicle_id' | 'stats.weapon_stat.value' | 'stats.weapon_stat.last_save' | 'stats.weapon_stat.last_save_date' | 'stats.weapon_stat_by_faction' | 'stats.weapon_stat_by_faction.character_id' | 'stats.weapon_stat_by_faction.stat_name' | 'stats.weapon_stat_by_faction.item_id' | 'stats.weapon_stat_by_faction.vehicle_id' | 'stats.weapon_stat_by_faction.value_vs' | 'stats.weapon_stat_by_faction.value_nc' | 'stats.weapon_stat_by_faction.value_tr' | 'stats.weapon_stat_by_faction.last_save' | 'stats.weapon_stat_by_faction.last_save_date' | 'items' | 'items.item_id' | 'items.account_level' | 'sub_timing';
conditions: {
character_id: string;
};
resolve: 'online_status' | 'friends' | 'world' | 'outfit' | 'item' | 'profile' | 'faction';
};