Skip to content

Commit

Permalink
Update CSF types
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Nov 7, 2024
1 parent 777724e commit 7c75487
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/lib/@typings/FloatTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export namespace CSFloat {
export type Me = {
actionable_trades: number;
pending_offers: number;
has_unread_notifications: boolean;
user: {
api_key?: string;
avatar: string;
Expand All @@ -35,13 +36,16 @@ export namespace CSFloat {
email: string;
extension_setup_at: string;
fee: number;
firebase_messaging: {
last_updated: string;
platform: number;
}
flags: number;
has_2fa: boolean;
has_valid_steam_api_key: boolean;
know_your_customer: string;
obfuscated_id: string;
online: boolean;
payment_accounts: any;
pending_balance: number;
preferences: {
max_offer_discount: number;
Expand All @@ -52,6 +56,7 @@ export namespace CSFloat {
median_trade_time: number;
total_avoided_trades: number;
total_failed_trades: number;
total_purchases: number;
total_sales: number;
total_trades: number;
total_verified_trades: number;
Expand Down Expand Up @@ -151,7 +156,10 @@ export namespace CSFloat {
seed: number;
};
float_value?: number;
gs_sig: string;
has_screenshot: boolean;
low_rank?: number;
high_rank?: number;
icon_url: string;
inspect_link?: string;
is_commodity: boolean;
Expand Down

0 comments on commit 7c75487

Please sign in to comment.