@ianlucas/cs2-lib 7.15.0 → 7.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,7 @@ declare const CS2ItemType: {
22
22
  readonly Sticker: "sticker";
23
23
  readonly Stub: "stub";
24
24
  readonly Tool: "tool";
25
+ readonly Utility: "utility";
25
26
  readonly Weapon: "weapon";
26
27
  };
27
28
  type CS2ItemTypeValues = EnumValues<typeof CS2ItemType>;
@@ -1 +1 @@
1
- const e={T:0,CT:1,Both:2},t={Agent:`agent`,Collectible:`collectible`,Container:`case`,Gloves:`glove`,Graffiti:`graffiti`,Key:`key`,Keychain:`keychain`,Melee:`melee`,MusicKit:`musickit`,Patch:`patch`,Sticker:`sticker`,Stub:`stub`,Tool:`tool`,Weapon:`weapon`},n={FactoryNew:`FN`,MinimalWear:`MW`,FieldTested:`FT`,WellWorn:`WW`,BattleScarred:`BS`},r={WeaponCase:0,StickerCapsule:1,GraffitiBox:2,SouvenirCase:3};export{r as CS2ContainerType,e as CS2ItemTeam,t as CS2ItemType,n as CS2ItemWear};
1
+ const e={T:0,CT:1,Both:2},t={Agent:`agent`,Collectible:`collectible`,Container:`case`,Gloves:`glove`,Graffiti:`graffiti`,Key:`key`,Keychain:`keychain`,Melee:`melee`,MusicKit:`musickit`,Patch:`patch`,Sticker:`sticker`,Stub:`stub`,Tool:`tool`,Utility:`utility`,Weapon:`weapon`},n={FactoryNew:`FN`,MinimalWear:`MW`,FieldTested:`FT`,WellWorn:`WW`,BattleScarred:`BS`},r={WeaponCase:0,StickerCapsule:1,GraffitiBox:2,SouvenirCase:3};export{r as CS2ContainerType,e as CS2ItemTeam,t as CS2ItemType,n as CS2ItemWear};