@structbuild/sdk 0.5.10 → 0.5.11
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.
|
@@ -2542,7 +2542,7 @@ export interface components {
|
|
|
2542
2542
|
exchange: components["schemas"]["PolymarketExchange"];
|
|
2543
2543
|
};
|
|
2544
2544
|
/** @enum {string} */
|
|
2545
|
-
CandlestickResolution: "1" | "5" | "15" | "30" | "60" | "240" | "D" | "1D";
|
|
2545
|
+
CandlestickResolution: "1S" | "5S" | "10S" | "30S" | "1" | "5" | "15" | "30" | "60" | "240" | "D" | "1D";
|
|
2546
2546
|
/**
|
|
2547
2547
|
* @description Lookback window for `/analytics/changes` endpoints.
|
|
2548
2548
|
* @enum {string}
|
|
@@ -6956,7 +6956,7 @@ export interface operations {
|
|
|
6956
6956
|
query: {
|
|
6957
6957
|
/** @description Market condition ID (required) */
|
|
6958
6958
|
condition_id: string;
|
|
6959
|
-
/** @description Candle interval: 1, 5, 15, 30, 60, 240, D, 1D */
|
|
6959
|
+
/** @description Candle interval: 1S, 5S, 10S, 30S, 1, 5, 15, 30, 60, 240, D, 1D */
|
|
6960
6960
|
resolution: components["schemas"]["CandlestickResolution"];
|
|
6961
6961
|
/** @description Number of candles (max: 2500) */
|
|
6962
6962
|
count_back?: number;
|
|
@@ -7087,7 +7087,7 @@ export interface operations {
|
|
|
7087
7087
|
query: {
|
|
7088
7088
|
/** @description Position/token ID (required) */
|
|
7089
7089
|
position_id: string;
|
|
7090
|
-
/** @description Candle interval: 1, 5, 15, 30, 60, 240, D, 1D */
|
|
7090
|
+
/** @description Candle interval: 1S, 5S, 10S, 30S, 1, 5, 15, 30, 60, 240, D, 1D */
|
|
7091
7091
|
resolution: components["schemas"]["CandlestickResolution"];
|
|
7092
7092
|
/** @description Number of candles (max: 2500) */
|
|
7093
7093
|
count_back?: number;
|