Skip to content

Commit 2eba27c

Browse files
Automatically update staging NodeJS SDK
1 parent 5c0eb4e commit 2eba27c

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

api/resources/admin/resources/attributes/client/Client.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export declare class Attributes {
3030
*/
3131
list(request?: TrophyApi.admin.AttributesListRequest, requestOptions?: Attributes.RequestOptions): Promise<TrophyApi.ListAttributesResponse>;
3232
/**
33-
* Create attributes in bulk.
33+
* Create attributes.
3434
* @throws {@link TrophyApi.UnauthorizedError}
3535
* @throws {@link TrophyApi.UnprocessableEntityError}
3636
*
@@ -47,7 +47,7 @@ export declare class Attributes {
4747
*/
4848
create(request: TrophyApi.CreateAttributesRequest, requestOptions?: Attributes.RequestOptions): Promise<TrophyApi.CreateAttributesResponse>;
4949
/**
50-
* Delete attributes in bulk by ID.
50+
* Delete attributes by ID.
5151
* @throws {@link TrophyApi.UnauthorizedError}
5252
* @throws {@link TrophyApi.UnprocessableEntityError}
5353
*
@@ -56,7 +56,7 @@ export declare class Attributes {
5656
*/
5757
delete(request?: TrophyApi.admin.AttributesDeleteRequest, requestOptions?: Attributes.RequestOptions): Promise<TrophyApi.DeleteAttributesResponse>;
5858
/**
59-
* Update attributes in bulk by ID.
59+
* Update attributes by ID.
6060
* @throws {@link TrophyApi.UnauthorizedError}
6161
* @throws {@link TrophyApi.UnprocessableEntityError}
6262
*

api/resources/admin/resources/attributes/client/Client.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class Attributes {
131131
});
132132
}
133133
/**
134-
* Create attributes in bulk.
134+
* Create attributes.
135135
* @throws {@link TrophyApi.UnauthorizedError}
136136
* @throws {@link TrophyApi.UnprocessableEntityError}
137137
*
@@ -209,7 +209,7 @@ class Attributes {
209209
});
210210
}
211211
/**
212-
* Delete attributes in bulk by ID.
212+
* Delete attributes by ID.
213213
* @throws {@link TrophyApi.UnauthorizedError}
214214
* @throws {@link TrophyApi.UnprocessableEntityError}
215215
*
@@ -289,7 +289,7 @@ class Attributes {
289289
});
290290
}
291291
/**
292-
* Update attributes in bulk by ID.
292+
* Update attributes by ID.
293293
* @throws {@link TrophyApi.UnauthorizedError}
294294
* @throws {@link TrophyApi.UnprocessableEntityError}
295295
*

api/resources/admin/resources/leaderboards/client/Client.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export declare class Leaderboards {
3030
*/
3131
list(request?: TrophyApi.admin.LeaderboardsListRequest, requestOptions?: Leaderboards.RequestOptions): Promise<TrophyApi.ListLeaderboardsResponse>;
3232
/**
33-
* Create leaderboards in bulk. Maximum 100 leaderboards per request.
33+
* Create leaderboards. Maximum 100 leaderboards per request.
3434
* @throws {@link TrophyApi.UnauthorizedError}
3535
* @throws {@link TrophyApi.UnprocessableEntityError}
3636
*
@@ -56,13 +56,13 @@ export declare class Leaderboards {
5656
*/
5757
create(request: TrophyApi.CreateLeaderboardsRequest, requestOptions?: Leaderboards.RequestOptions): Promise<TrophyApi.CreateLeaderboardsResponse>;
5858
/**
59-
* Delete leaderboards in bulk by ID.
59+
* Delete leaderboards by ID.
6060
* @throws {@link TrophyApi.UnauthorizedError}
6161
* @throws {@link TrophyApi.UnprocessableEntityError}
6262
*/
6363
delete(request?: TrophyApi.admin.LeaderboardsDeleteRequest, requestOptions?: Leaderboards.RequestOptions): Promise<TrophyApi.DeleteLeaderboardsResponse>;
6464
/**
65-
* Update leaderboards in bulk by ID. Updating `status` behaves the same as activating, scheduling, deactivating, or finishing a leaderboard in the dashboard.
65+
* Update leaderboards by ID. Updating `status` behaves the same as activating, scheduling, deactivating, or finishing a leaderboard in the dashboard.
6666
* @throws {@link TrophyApi.UnauthorizedError}
6767
* @throws {@link TrophyApi.UnprocessableEntityError}
6868
*

api/resources/admin/resources/leaderboards/client/Client.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class Leaderboards {
131131
});
132132
}
133133
/**
134-
* Create leaderboards in bulk. Maximum 100 leaderboards per request.
134+
* Create leaderboards. Maximum 100 leaderboards per request.
135135
* @throws {@link TrophyApi.UnauthorizedError}
136136
* @throws {@link TrophyApi.UnprocessableEntityError}
137137
*
@@ -218,7 +218,7 @@ class Leaderboards {
218218
});
219219
}
220220
/**
221-
* Delete leaderboards in bulk by ID.
221+
* Delete leaderboards by ID.
222222
* @throws {@link TrophyApi.UnauthorizedError}
223223
* @throws {@link TrophyApi.UnprocessableEntityError}
224224
*/
@@ -295,7 +295,7 @@ class Leaderboards {
295295
});
296296
}
297297
/**
298-
* Update leaderboards in bulk by ID. Updating `status` behaves the same as activating, scheduling, deactivating, or finishing a leaderboard in the dashboard.
298+
* Update leaderboards by ID. Updating `status` behaves the same as activating, scheduling, deactivating, or finishing a leaderboard in the dashboard.
299299
* @throws {@link TrophyApi.UnauthorizedError}
300300
* @throws {@link TrophyApi.UnprocessableEntityError}
301301
*

api/resources/admin/resources/metrics/client/Client.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export declare class Metrics {
3030
*/
3131
list(request?: TrophyApi.admin.MetricsListRequest, requestOptions?: Metrics.RequestOptions): Promise<TrophyApi.ListMetricsResponse>;
3232
/**
33-
* Create metrics in bulk.
33+
* Create metrics.
3434
* @throws {@link TrophyApi.UnauthorizedError}
3535
* @throws {@link TrophyApi.UnprocessableEntityError}
3636
*
@@ -47,7 +47,7 @@ export declare class Metrics {
4747
*/
4848
create(request: TrophyApi.CreateMetricsRequest, requestOptions?: Metrics.RequestOptions): Promise<TrophyApi.CreateMetricsResponse>;
4949
/**
50-
* Delete metrics in bulk by ID.
50+
* Delete metrics by ID.
5151
* @throws {@link TrophyApi.UnauthorizedError}
5252
* @throws {@link TrophyApi.UnprocessableEntityError}
5353
*
@@ -56,7 +56,7 @@ export declare class Metrics {
5656
*/
5757
delete(request?: TrophyApi.admin.MetricsDeleteRequest, requestOptions?: Metrics.RequestOptions): Promise<TrophyApi.DeleteMetricsResponse>;
5858
/**
59-
* Update metrics in bulk by ID.
59+
* Update metrics by ID.
6060
* @throws {@link TrophyApi.UnauthorizedError}
6161
* @throws {@link TrophyApi.UnprocessableEntityError}
6262
*

api/resources/admin/resources/metrics/client/Client.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class Metrics {
131131
});
132132
}
133133
/**
134-
* Create metrics in bulk.
134+
* Create metrics.
135135
* @throws {@link TrophyApi.UnauthorizedError}
136136
* @throws {@link TrophyApi.UnprocessableEntityError}
137137
*
@@ -209,7 +209,7 @@ class Metrics {
209209
});
210210
}
211211
/**
212-
* Delete metrics in bulk by ID.
212+
* Delete metrics by ID.
213213
* @throws {@link TrophyApi.UnauthorizedError}
214214
* @throws {@link TrophyApi.UnprocessableEntityError}
215215
*
@@ -289,7 +289,7 @@ class Metrics {
289289
});
290290
}
291291
/**
292-
* Update metrics in bulk by ID.
292+
* Update metrics by ID.
293293
* @throws {@link TrophyApi.UnauthorizedError}
294294
* @throws {@link TrophyApi.UnprocessableEntityError}
295295
*

0 commit comments

Comments
 (0)