@polymarket/clob-client 2.7.0 → 2.8.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -323,12 +323,14 @@ export interface MarketTradeEvent {
323
323
  username: string;
324
324
  profile_picture: string;
325
325
  optimized_profile_picture: string;
326
+ pseudonym: string;
326
327
  };
327
328
  side: Side;
328
329
  size: string;
329
330
  fee_rate_bps: string;
330
331
  price: string;
331
332
  outcome: string;
333
+ outcome_index: number;
332
334
  transaction_hash: string;
333
335
  timestamp: string;
334
336
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@polymarket/clob-client",
3
3
  "description": "Typescript client for Polymarket's CLOB",
4
- "version": "2.7.0",
4
+ "version": "2.8.0",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Jonathan Amenechi",