@agg-build/sdk 2.9.0 → 3.0.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
@@ -3956,7 +3956,7 @@ declare class AggClient {
3956
3956
  marketGroup?: string[];
3957
3957
  limit?: number;
3958
3958
  cursor?: string;
3959
- sortBy?: "volume" | "volume24hr" | "createdAt" | "yesPrice" | "updatedAt";
3959
+ sortBy?: "volume" | "volume24hr" | "createdAt" | "updatedAt";
3960
3960
  sortDir?: "asc" | "desc";
3961
3961
  context?: "list" | "detail";
3962
3962
  }): Promise<PaginatedResponse<VenueMarket>>;
package/dist/index.d.ts CHANGED
@@ -3956,7 +3956,7 @@ declare class AggClient {
3956
3956
  marketGroup?: string[];
3957
3957
  limit?: number;
3958
3958
  cursor?: string;
3959
- sortBy?: "volume" | "volume24hr" | "createdAt" | "yesPrice" | "updatedAt";
3959
+ sortBy?: "volume" | "volume24hr" | "createdAt" | "updatedAt";
3960
3960
  sortDir?: "asc" | "desc";
3961
3961
  context?: "list" | "detail";
3962
3962
  }): Promise<PaginatedResponse<VenueMarket>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agg-build/sdk",
3
- "version": "2.9.0",
3
+ "version": "3.0.0",
4
4
  "description": "Vanilla TypeScript client for the AGG prediction market aggregator (auth, markets, orderbooks, charts, trading, managed execution, WebSockets). Works in browsers, Node.js, and React Native.",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",