@predictorsdk/client 0.15.1 → 0.15.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/Client.d.ts +2 -0
- package/dist/Client.js +2 -0
- package/package.json +1 -1
package/dist/Client.d.ts
CHANGED
|
@@ -52,6 +52,8 @@ export declare class PredictorSDKClient {
|
|
|
52
52
|
*
|
|
53
53
|
* This endpoint reads a stored snapshot rather than calling the venues, so the rows are as old as the last ingestion crawl, not as old as the request. `snapshot.observed_at` reports that age and is stable across a cursor traversal.
|
|
54
54
|
*
|
|
55
|
+
* Kalshi's multivariate-event markets (user-built parlays under `KXMVECROSSCATEGORY…` tickers) are excluded from the catalog and from `pagination.total`; every leg they combine is listed individually. A parlay ticker still resolves on `GET /v1/markets/{market_id}`.
|
|
56
|
+
*
|
|
55
57
|
* @param {PredictorSDK.GetMarketsRequest} request
|
|
56
58
|
* @param {PredictorSDKClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
57
59
|
*
|
package/dist/Client.js
CHANGED
|
@@ -215,6 +215,8 @@ export class PredictorSDKClient {
|
|
|
215
215
|
*
|
|
216
216
|
* This endpoint reads a stored snapshot rather than calling the venues, so the rows are as old as the last ingestion crawl, not as old as the request. `snapshot.observed_at` reports that age and is stable across a cursor traversal.
|
|
217
217
|
*
|
|
218
|
+
* Kalshi's multivariate-event markets (user-built parlays under `KXMVECROSSCATEGORY…` tickers) are excluded from the catalog and from `pagination.total`; every leg they combine is listed individually. A parlay ticker still resolves on `GET /v1/markets/{market_id}`.
|
|
219
|
+
*
|
|
218
220
|
* @param {PredictorSDK.GetMarketsRequest} request
|
|
219
221
|
* @param {PredictorSDKClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
220
222
|
*
|