@orlikfy/api-interfaces 4.2.2 → 4.2.3

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +2 -17
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -2910,21 +2910,6 @@ export interface components {
2910
2910
  platformVersionStats: components["schemas"]["PlatformVersionStatsDto"][];
2911
2911
  /** @description Daily user registration counts */
2912
2912
  dailyRegistrations: components["schemas"]["DailyStatsDto"][];
2913
- /**
2914
- * @deprecated
2915
- * @description Daily game creation counts
2916
- */
2917
- dailyGamesCreated: components["schemas"]["DailyStatsDto"][];
2918
- /**
2919
- * @deprecated
2920
- * @description Daily game application creation counts
2921
- */
2922
- dailyApplicationsCreated: components["schemas"]["DailyStatsDto"][];
2923
- /**
2924
- * @deprecated
2925
- * @description Daily game application acceptance counts
2926
- */
2927
- dailyApplicationsAccepted: components["schemas"]["DailyStatsDto"][];
2928
2913
  };
2929
2914
  AdminGamePlayerDto: {
2930
2915
  playerId: string;
@@ -5413,7 +5398,7 @@ export interface operations {
5413
5398
  query?: {
5414
5399
  /** @description Number of days to include in daily registration stats */
5415
5400
  registrationStatsDays?: number;
5416
- /** @description Force refresh the cached stats */
5401
+ /** @description When true, bypasses the in-memory cache (1h TTL) and fetches fresh stats from the database */
5417
5402
  forceRefresh?: boolean;
5418
5403
  };
5419
5404
  header?: {
@@ -5537,7 +5522,7 @@ export interface operations {
5537
5522
  query?: {
5538
5523
  /** @description Number of days to include in daily stats */
5539
5524
  statsDays?: number;
5540
- /** @description Force refresh the cached stats */
5525
+ /** @description When true, bypasses the in-memory cache (1h TTL) and fetches fresh stats from the database */
5541
5526
  forceRefresh?: boolean;
5542
5527
  };
5543
5528
  header?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orlikfy/api-interfaces",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "kruligh",