Skip to content

Commit a17c722

Browse files
committed
v1.2.0
1 parent 0577703 commit a17c722

File tree

4 files changed

+1563
-442
lines changed

4 files changed

+1563
-442
lines changed

components/profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@ SteamBadgeUnlocker.prototype.deleteGameRecommendation = function (appId) {
239239
}
240240

241241
/** @typedef {{communityitemid: string, image_large: string, name: string, item_title: string, item_description: string, appid: number, item_type: number, item_class: number, movie_webm?: string, movie_mp4?: string, movie_webm_small?: string, movie_mp4_small?: string}} ProfileBackgroundItem */
242-
/** @typedef {{profile_backgrounds: Array<ProfileBackgroundItem>, mini_profile_backgrounds: Array<ProfileBackgroundItem>, avatar_frames: Array<ProfileBackgroundItem>}} OwnedProfileItems */
242+
/** @typedef {{profile_backgrounds: Array<ProfileBackgroundItem>, mini_profile_backgrounds: Array<ProfileBackgroundItem>, avatar_frames: Array<ProfileBackgroundItem>, profile_modifiers: Array<ProfileBackgroundItem>}} OwnedProfileItems */
243243
/** @typedef {{success: boolean, name: string, start: number, pagesize: string, total_count: number, upvotes: number, has_upvoted: number, comments_html: string, timelastpost: number, votetext?: string }} SharedFilesActivityType */

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = SteamBadgeUnlocker;
2+
module.exports.default = SteamBadgeUnlocker;
23
SteamBadgeUnlocker.ECommunityBadgeQuests = require('./resources/ECommunityBadgeQuests');
34
SteamBadgeUnlocker.EFileType = require('./resources/EFileType');
45
SteamBadgeUnlocker.ESubSection = require('./resources/ESubSection');

0 commit comments

Comments
 (0)