@polymarket/clob-client 1.1.21 → 1.1.22

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 +3 -3
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -152,7 +152,7 @@ export interface OpenOrder {
152
152
  outcome_index: number;
153
153
  created_at: number;
154
154
  }
155
- export type OpenOrdersResponse = OpenOrder[];
155
+ export declare type OpenOrdersResponse = OpenOrder[];
156
156
  export interface FilterParams {
157
157
  owner?: string;
158
158
  max?: number;
@@ -176,7 +176,7 @@ export interface TradeParams {
176
176
  }
177
177
  export interface OpenOrderParams {
178
178
  id?: string;
179
- owner: string;
179
+ owner?: string;
180
180
  market?: string;
181
181
  asset_id?: string;
182
182
  }
@@ -206,7 +206,7 @@ export interface Trade {
206
206
  owner: string;
207
207
  maker_orders: MakerOrder[];
208
208
  }
209
- export type OptionalParams = {
209
+ export declare type OptionalParams = {
210
210
  [query: string]: string;
211
211
  };
212
212
  export declare enum Chain {
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": "1.1.21",
4
+ "version": "1.1.22",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Jonathan Amenechi",