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.
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Parameters for fetching trade history. No resolution parameter - trades are discrete events.
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
- * Parameters for fetching trade history. No resolution parameter - trades are discrete events.
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
 
@@ -1,7 +1,6 @@
1
1
 
2
2
  # TradesParams
3
3
 
4
- Parameters for fetching trade history. No resolution parameter - trades are discrete events.
5
4
 
6
5
  ## Properties
7
6
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmxtjs",
3
- "version": "2.43.11",
3
+ "version": "2.43.12",
4
4
  "description": "OpenAPI client for pmxtjs",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * Parameters for fetching trade history. No resolution parameter - trades are discrete events.
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.11",
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.11",
46
+ "pmxt-core": "2.43.12",
47
47
  "ws": "^8.18.0"
48
48
  },
49
49
  "devDependencies": {