pmxtjs 2.43.11 → 2.43.12
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/esm/generated/src/models/TradesParams.d.ts +2 -2
- package/dist/generated/src/models/TradesParams.d.ts +2 -2
- package/generated/docs/DefaultApi.md +2 -2
- package/generated/docs/TradesParams.md +0 -1
- package/generated/package.json +1 -1
- package/generated/src/models/TradesParams.ts +2 -2
- package/package.json +2 -2
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
*
|
|
14
14
|
* @export
|
|
15
15
|
* @interface TradesParams
|
|
16
16
|
*/
|
|
@@ -28,7 +28,7 @@ export interface TradesParams {
|
|
|
28
28
|
*/
|
|
29
29
|
end?: Date;
|
|
30
30
|
/**
|
|
31
|
-
* Maximum number of results to return
|
|
31
|
+
* Maximum number of results to return (max {@link MAX_TRADES_LIMIT})
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof TradesParams
|
|
34
34
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
*
|
|
14
14
|
* @export
|
|
15
15
|
* @interface TradesParams
|
|
16
16
|
*/
|
|
@@ -28,7 +28,7 @@ export interface TradesParams {
|
|
|
28
28
|
*/
|
|
29
29
|
end?: Date;
|
|
30
30
|
/**
|
|
31
|
-
* Maximum number of results to return
|
|
31
|
+
* Maximum number of results to return (max {@link MAX_TRADES_LIMIT})
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof TradesParams
|
|
34
34
|
*/
|
|
@@ -2370,7 +2370,7 @@ async function example() {
|
|
|
2370
2370
|
start: 2013-10-20T19:20:30+01:00,
|
|
2371
2371
|
// Date | End of the time range (optional)
|
|
2372
2372
|
end: 2013-10-20T19:20:30+01:00,
|
|
2373
|
-
// number | Maximum number of results to return (optional)
|
|
2373
|
+
// number | Maximum number of results to return (max {@link MAX_TRADES_LIMIT}) (optional)
|
|
2374
2374
|
limit: 8.14,
|
|
2375
2375
|
} satisfies FetchTradesRequest;
|
|
2376
2376
|
|
|
@@ -2395,7 +2395,7 @@ example().catch(console.error);
|
|
|
2395
2395
|
| **outcomeId** | `string` | | [Defaults to `undefined`] |
|
|
2396
2396
|
| **start** | `Date` | Start of the time range | [Optional] [Defaults to `undefined`] |
|
|
2397
2397
|
| **end** | `Date` | End of the time range | [Optional] [Defaults to `undefined`] |
|
|
2398
|
-
| **limit** | `number` | Maximum number of results to return | [Optional] [Defaults to `undefined`] |
|
|
2398
|
+
| **limit** | `number` | Maximum number of results to return (max {@link MAX_TRADES_LIMIT}) | [Optional] [Defaults to `undefined`] |
|
|
2399
2399
|
|
|
2400
2400
|
### Return type
|
|
2401
2401
|
|
package/generated/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
*
|
|
18
18
|
* @export
|
|
19
19
|
* @interface TradesParams
|
|
20
20
|
*/
|
|
@@ -32,7 +32,7 @@ export interface TradesParams {
|
|
|
32
32
|
*/
|
|
33
33
|
end?: Date;
|
|
34
34
|
/**
|
|
35
|
-
* Maximum number of results to return
|
|
35
|
+
* Maximum number of results to return (max {@link MAX_TRADES_LIMIT})
|
|
36
36
|
* @type {number}
|
|
37
37
|
* @memberof TradesParams
|
|
38
38
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pmxtjs",
|
|
3
|
-
"version": "2.43.
|
|
3
|
+
"version": "2.43.12",
|
|
4
4
|
"description": "Unified prediction market data API - The ccxt for prediction markets",
|
|
5
5
|
"author": "PMXT Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"unified"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"pmxt-core": "2.43.
|
|
46
|
+
"pmxt-core": "2.43.12",
|
|
47
47
|
"ws": "^8.18.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|