@structbuild/sdk 0.1.11 → 0.1.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.
@@ -784,7 +784,8 @@ export interface components {
784
784
  EventMarketChartOutcome: {
785
785
  condition_id: string;
786
786
  market_slug: string;
787
- name: string;
787
+ question: string;
788
+ title: string;
788
789
  data: components["schemas"]["EventMarketChartDataPoint"][];
789
790
  };
790
791
  /** @description Market outcome for event API responses */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@structbuild/sdk",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",