@takaro/apiclient 0.6.0 → 0.7.1

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.
package/src/lib/client.ts CHANGED
@@ -14,7 +14,6 @@ import {
14
14
  EventApi,
15
15
  PlayerOnGameServerApi,
16
16
  ItemApi,
17
- StatsApi,
18
17
  ShopOrderApi,
19
18
  ShopListingApi,
20
19
  ShopCategoryApi,
@@ -237,16 +236,6 @@ export class Client extends BaseApiClient<IApiClientConfig> {
237
236
  );
238
237
  }
239
238
 
240
- get stats() {
241
- return new StatsApi(
242
- {
243
- isJsonMime: this.isJsonMime,
244
- },
245
- '',
246
- this.axios,
247
- );
248
- }
249
-
250
239
  get shopListing() {
251
240
  return new ShopListingApi(
252
241
  {