@taphubhq/sdk-core 0.14.1 → 0.15.0

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/dist/index.d.mts CHANGED
@@ -321,8 +321,8 @@ declare class GameModule {
321
321
  }): Promise<Candle[]>;
322
322
  }
323
323
 
324
- type LeaderboardPeriod = '24h' | '7d' | '30d' | 'all';
325
- type LeaderboardSortBy = 'gain' | 'wins' | 'total_payout' | 'total_wagered' | 'total_bids';
324
+ type LeaderboardPeriod = 'weekly' | 'all_time';
325
+ type LeaderboardSortBy = 'gain' | 'wagered';
326
326
  interface LeaderboardEntry {
327
327
  userId: string;
328
328
  username: string;
package/dist/index.d.ts CHANGED
@@ -321,8 +321,8 @@ declare class GameModule {
321
321
  }): Promise<Candle[]>;
322
322
  }
323
323
 
324
- type LeaderboardPeriod = '24h' | '7d' | '30d' | 'all';
325
- type LeaderboardSortBy = 'gain' | 'wins' | 'total_payout' | 'total_wagered' | 'total_bids';
324
+ type LeaderboardPeriod = 'weekly' | 'all_time';
325
+ type LeaderboardSortBy = 'gain' | 'wagered';
326
326
  interface LeaderboardEntry {
327
327
  userId: string;
328
328
  username: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taphubhq/sdk-core",
3
- "version": "0.14.1",
3
+ "version": "0.15.0",
4
4
  "description": "Core SDK for building on the TabHub platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.cjs",