@structbuild/sdk 0.3.6 → 0.3.7

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.
@@ -1629,7 +1629,7 @@ export interface components {
1629
1629
  exchange: components["schemas"]["PolymarketExchange"];
1630
1630
  };
1631
1631
  /** @enum {string} */
1632
- MetricsTimeframe: "1m" | "5m" | "30m" | "1h" | "6h" | "24h" | "7d" | "30d";
1632
+ MetricsTimeframe: "1m" | "5m" | "30m" | "1h" | "6h" | "24h" | "7d" | "30d" | "lifetime";
1633
1633
  /** @description NegRisk Adapter: outcome reported for a neg-risk market question. */
1634
1634
  NegRiskOutcomeReportedEvent: {
1635
1635
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@structbuild/sdk",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",