@structbuild/sdk 0.3.8 → 0.3.9
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.
|
@@ -3085,7 +3085,7 @@ export interface operations {
|
|
|
3085
3085
|
query: {
|
|
3086
3086
|
/** @description Event slug */
|
|
3087
3087
|
event_slug: string;
|
|
3088
|
-
/** @description Timeframe: single (1m, 5m, 30m, 1h, 6h, 24h, 7d, 30d), comma-separated (1m,5m,1h), or 'all' */
|
|
3088
|
+
/** @description Timeframe: single (1m, 5m, 30m, 1h, 6h, 24h, 7d, 30d, lifetime), comma-separated (1m,5m,1h), or 'all' */
|
|
3089
3089
|
timeframe: string;
|
|
3090
3090
|
};
|
|
3091
3091
|
header?: never;
|
|
@@ -3590,7 +3590,7 @@ export interface operations {
|
|
|
3590
3590
|
query: {
|
|
3591
3591
|
/** @description Market condition ID */
|
|
3592
3592
|
condition_id: string;
|
|
3593
|
-
/** @description Timeframe: single (1m, 5m, 30m, 1h, 6h, 24h, 7d, 30d), comma-separated (1m,5m,1h), or 'all' */
|
|
3593
|
+
/** @description Timeframe: single (1m, 5m, 30m, 1h, 6h, 24h, 7d, 30d, lifetime), comma-separated (1m,5m,1h), or 'all' */
|
|
3594
3594
|
timeframe: string;
|
|
3595
3595
|
};
|
|
3596
3596
|
header?: never;
|