new lib version [CI SKIP]
This commit is contained in:
3
dist/services/StatsClientService.d.ts
vendored
3
dist/services/StatsClientService.d.ts
vendored
@@ -29,9 +29,10 @@ export declare class StatsClientService {
|
||||
* Remove
|
||||
* Delete the stats client whose id you provided. <br> If no client with this id exists it will just return 204(no content).
|
||||
* @param id
|
||||
* @param force
|
||||
* @returns ResponseStatsClient
|
||||
* @returns ResponseEmpty
|
||||
* @throws ApiError
|
||||
*/
|
||||
static statsClientControllerRemove(id: number): Promise<ResponseStatsClient | ResponseEmpty>;
|
||||
static statsClientControllerRemove(id: number, force?: boolean): Promise<ResponseStatsClient | ResponseEmpty>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user