@polymarket/clob-client 1.2.0 → 1.2.1
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/README.md +1 -2
- package/dist/types.d.ts +4 -2
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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
|
|
155
|
+
export type OpenOrdersResponse = OpenOrder[];
|
|
156
156
|
export interface FilterParams {
|
|
157
157
|
owner?: string;
|
|
158
158
|
max?: number;
|
|
@@ -183,6 +183,7 @@ export interface OpenOrderParams {
|
|
|
183
183
|
export interface MakerOrder {
|
|
184
184
|
order_id: string;
|
|
185
185
|
owner: string;
|
|
186
|
+
maker_address: string;
|
|
186
187
|
matched_amount: string;
|
|
187
188
|
price: string;
|
|
188
189
|
asset_id: string;
|
|
@@ -204,9 +205,10 @@ export interface Trade {
|
|
|
204
205
|
outcome_index: number;
|
|
205
206
|
bucket_index: number;
|
|
206
207
|
owner: string;
|
|
208
|
+
maker_address: string;
|
|
207
209
|
maker_orders: MakerOrder[];
|
|
208
210
|
}
|
|
209
|
-
export
|
|
211
|
+
export type OptionalParams = {
|
|
210
212
|
[query: string]: string;
|
|
211
213
|
};
|
|
212
214
|
export declare enum Chain {
|
package/dist/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;AA+BA,IAAY,IAGX;AAHD,WAAY,IAAI;IACZ,mBAAW,CAAA;IACX,qBAAa,CAAA;AACjB,CAAC,EAHW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAGf;AAED,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,wBAAW,CAAA;IACX,wBAAW,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;AA+BA,IAAY,IAGX;AAHD,WAAY,IAAI;IACZ,mBAAW,CAAA;IACX,qBAAa,CAAA;AACjB,CAAC,EAHW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAGf;AAED,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,wBAAW,CAAA;IACX,wBAAW,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAsND,IAAY,KAGX;AAHD,WAAY,KAAK;IACb,yCAAa,CAAA;IACb,yCAAc,CAAA;AAClB,CAAC,EAHW,KAAK,GAAL,aAAK,KAAL,aAAK,QAGhB"}
|