@structbuild/sdk 0.3.10-staging.9 → 0.4.0

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.
@@ -5120,8 +5120,6 @@ export interface operations {
5120
5120
  from?: number;
5121
5121
  /** @description End timestamp (ms) */
5122
5122
  to?: number;
5123
- /** @description Return all-time trades, not just last 30 days (default: false) */
5124
- all?: boolean;
5125
5123
  /** @description Results per page (default: 10, max: 250) */
5126
5124
  limit?: number;
5127
5125
  /** @description Pagination offset (number of results to skip). Takes precedence over pagination_key. */
@@ -4063,8 +4063,9 @@ export interface components {
4063
4063
  * "log_index": 0,
4064
4064
  * "block_index": 0,
4065
4065
  * "oracle_contract": "0x0000000000000000000000000000000000000000",
4066
- * "condition_id": "",
4067
- * "settled_price": 1000000000000000000
4066
+ * "condition_id": "0x0000000000000000000000000000000000000000000000000000000000000000",
4067
+ * "settled_price": 1000000000000000000,
4068
+ * "proposed_outcome": "Yes"
4068
4069
  * }
4069
4070
  * }
4070
4071
  */