Skip to content

Commit 7202dc4

Browse files
Automatically update staging NodeJS SDK
1 parent 0189e64 commit 7202dc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/resources/users/client/Client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export declare class Users {
183183
*/
184184
points(id: string, key: string, request?: TrophyApi.UsersPointsRequest, requestOptions?: Users.RequestOptions): Promise<TrophyApi.GetUserPointsResponse>;
185185
/**
186-
* Get active points boosts for a user in a specific points system. Returns both global boosts the user is eligible for and user-specific boosts. Only currently active boosts are included (not scheduled or finished).
186+
* Get active points boosts for a user in a specific points system. Returns both global boosts the user is eligible for and user-specific boosts.
187187
* @throws {@link TrophyApi.UnauthorizedError}
188188
* @throws {@link TrophyApi.NotFoundError}
189189
* @throws {@link TrophyApi.UnprocessableEntityError}

api/resources/users/client/Client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ class Users {
10561056
});
10571057
}
10581058
/**
1059-
* Get active points boosts for a user in a specific points system. Returns both global boosts the user is eligible for and user-specific boosts. Only currently active boosts are included (not scheduled or finished).
1059+
* Get active points boosts for a user in a specific points system. Returns both global boosts the user is eligible for and user-specific boosts.
10601060
* @throws {@link TrophyApi.UnauthorizedError}
10611061
* @throws {@link TrophyApi.NotFoundError}
10621062
* @throws {@link TrophyApi.UnprocessableEntityError}

0 commit comments

Comments
 (0)