Skip to content

Commit

Permalink
Add applied keychains
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Oct 25, 2024
1 parent dc66ed1 commit c65dc97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "betterfloat",
"displayName": "BetterFloat",
"version": "2.8.3",
"version": "2.8.4",
"description": "Enhance your experience on CSFloat.com, Skinport.com & Skinbid.com!",
"author": "Rums",
"license": "CC BY NC SA 4.0",
Expand Down
7 changes: 6 additions & 1 deletion src/lib/@typings/FloatTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export namespace CSFloat {
is_souvenir?: boolean;
is_stattrak?: boolean;
item_name: string;
keychains: StickerData[];
keychain_index?: number;
keychain_pattern?: number;
market_hash_name: string;
Expand Down Expand Up @@ -196,14 +197,18 @@ export namespace CSFloat {
export type StickerData = {
icon_url: string;
name: string;
offset_x?: number;
offset_y?: number;
offset_z?: number;
pattern?: number; // only for charms
reference: {
price: number;
quantity: number;
updated_at: string;
};
slot: number;
stickerId: number;
wear: number;
wear?: number;
};

// https://csfloat.com/api/v1/meta/location
Expand Down

0 comments on commit c65dc97

Please sign in to comment.