@polymarket/clob-client 4.5.1 → 4.5.2
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/types.d.ts +1 -10
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -249,9 +249,9 @@ export interface OrderMarketCancelParams {
|
|
|
249
249
|
export interface OrderBookSummary {
|
|
250
250
|
market: string;
|
|
251
251
|
asset_id: string;
|
|
252
|
+
hash: string;
|
|
252
253
|
bids: OrderSummary[];
|
|
253
254
|
asks: OrderSummary[];
|
|
254
|
-
hash: string;
|
|
255
255
|
}
|
|
256
256
|
export interface OrderSummary {
|
|
257
257
|
price: string;
|
|
@@ -358,17 +358,12 @@ export interface RewardsConfig {
|
|
|
358
358
|
end_date: string;
|
|
359
359
|
rate_per_day: number;
|
|
360
360
|
total_rewards: number;
|
|
361
|
-
remaining_reward_amount: number;
|
|
362
361
|
}
|
|
363
362
|
export interface MarketReward {
|
|
364
363
|
condition_id: string;
|
|
365
|
-
market_id: number;
|
|
366
364
|
question: string;
|
|
367
365
|
market_slug: string;
|
|
368
366
|
event_slug: string;
|
|
369
|
-
active: boolean;
|
|
370
|
-
archived: boolean;
|
|
371
|
-
closed: boolean;
|
|
372
367
|
image: string;
|
|
373
368
|
rewards_max_spread: number;
|
|
374
369
|
rewards_min_size: number;
|
|
@@ -382,13 +377,9 @@ export interface Earning {
|
|
|
382
377
|
}
|
|
383
378
|
export interface UserRewardsEarning {
|
|
384
379
|
condition_id: string;
|
|
385
|
-
market_id: number;
|
|
386
380
|
question: string;
|
|
387
381
|
market_slug: string;
|
|
388
382
|
event_slug: string;
|
|
389
|
-
active: boolean;
|
|
390
|
-
archived: boolean;
|
|
391
|
-
closed: boolean;
|
|
392
383
|
image: string;
|
|
393
384
|
rewards_max_spread: number;
|
|
394
385
|
rewards_min_size: number;
|