@synsci/sdk 2.0.2-test.68.1 → 2.0.2-test.69.1

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.
@@ -344,6 +344,7 @@ export declare class Preferences extends HeyApiClient {
344
344
  reasoning_effort?: "minimal" | "low" | "medium" | "high";
345
345
  intent?: "commercial" | "non-commercial";
346
346
  extra_budget_usd?: number;
347
+ show_trace?: boolean;
347
348
  }, options?: Options<never, ThrowOnError>): import("./client/types.gen.js").RequestResult<SettingsPreferencesUpdateResponses, unknown, ThrowOnError, "fields">;
348
349
  }
349
350
  export declare class Billing extends HeyApiClient {
@@ -638,6 +638,7 @@ export class Preferences extends HeyApiClient {
638
638
  { in: "body", key: "reasoning_effort" },
639
639
  { in: "body", key: "intent" },
640
640
  { in: "body", key: "extra_budget_usd" },
641
+ { in: "body", key: "show_trace" },
641
642
  ],
642
643
  },
643
644
  ]);
@@ -4003,6 +4003,7 @@ export type SettingsPreferencesGetResponses = {
4003
4003
  reasoning_effort?: "minimal" | "low" | "medium" | "high";
4004
4004
  intent?: "commercial" | "non-commercial";
4005
4005
  extra_budget_usd?: number;
4006
+ show_trace?: boolean;
4006
4007
  };
4007
4008
  };
4008
4009
  export type SettingsPreferencesGetResponse = SettingsPreferencesGetResponses[keyof SettingsPreferencesGetResponses];
@@ -4011,6 +4012,7 @@ export type SettingsPreferencesUpdateData = {
4011
4012
  reasoning_effort?: "minimal" | "low" | "medium" | "high";
4012
4013
  intent?: "commercial" | "non-commercial";
4013
4014
  extra_budget_usd?: number;
4015
+ show_trace?: boolean;
4014
4016
  };
4015
4017
  path?: never;
4016
4018
  query?: never;
@@ -4024,6 +4026,7 @@ export type SettingsPreferencesUpdateResponses = {
4024
4026
  reasoning_effort?: "minimal" | "low" | "medium" | "high";
4025
4027
  intent?: "commercial" | "non-commercial";
4026
4028
  extra_budget_usd?: number;
4029
+ show_trace?: boolean;
4027
4030
  };
4028
4031
  };
4029
4032
  export type SettingsPreferencesUpdateResponse = SettingsPreferencesUpdateResponses[keyof SettingsPreferencesUpdateResponses];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.2-test.68.1",
4
+ "version": "2.0.2-test.69.1",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {