@hautechai/sdk 2.4.0 → 2.5.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.
package/dist/index.d.mts CHANGED
@@ -5085,9 +5085,12 @@ interface GPTV3ResponseMcpCallDto {
5085
5085
  * Hautech API
5086
5086
  * OpenAPI spec version: 1.0
5087
5087
  */
5088
- type GPTV3ResponseMcpListToolsToolDtoInputSchema = {
5088
+ /**
5089
+ * @nullable
5090
+ */
5091
+ type GPTV3ResponseMcpListToolsToolDtoAnnotations = {
5089
5092
  [key: string]: unknown;
5090
- };
5093
+ } | null;
5091
5094
 
5092
5095
  /**
5093
5096
  * Generated by orval v7.10.0 🍺
@@ -5095,12 +5098,9 @@ type GPTV3ResponseMcpListToolsToolDtoInputSchema = {
5095
5098
  * Hautech API
5096
5099
  * OpenAPI spec version: 1.0
5097
5100
  */
5098
- /**
5099
- * @nullable
5100
- */
5101
- type GPTV3ResponseMcpListToolsToolDtoAnnotations = {
5101
+ type GPTV3ResponseMcpListToolsToolDtoInputSchema = {
5102
5102
  [key: string]: unknown;
5103
- } | null;
5103
+ };
5104
5104
 
5105
5105
  /**
5106
5106
  * Generated by orval v7.10.0 🍺
@@ -5111,11 +5111,11 @@ type GPTV3ResponseMcpListToolsToolDtoAnnotations = {
5111
5111
 
5112
5112
  interface GPTV3ResponseMcpListToolsToolDto {
5113
5113
  name: string;
5114
- input_schema?: GPTV3ResponseMcpListToolsToolDtoInputSchema;
5115
5114
  /** @nullable */
5116
5115
  annotations?: GPTV3ResponseMcpListToolsToolDtoAnnotations;
5117
5116
  /** @nullable */
5118
5117
  description?: string | null;
5118
+ input_schema: GPTV3ResponseMcpListToolsToolDtoInputSchema;
5119
5119
  }
5120
5120
 
5121
5121
  /**
package/dist/index.d.ts CHANGED
@@ -5085,9 +5085,12 @@ interface GPTV3ResponseMcpCallDto {
5085
5085
  * Hautech API
5086
5086
  * OpenAPI spec version: 1.0
5087
5087
  */
5088
- type GPTV3ResponseMcpListToolsToolDtoInputSchema = {
5088
+ /**
5089
+ * @nullable
5090
+ */
5091
+ type GPTV3ResponseMcpListToolsToolDtoAnnotations = {
5089
5092
  [key: string]: unknown;
5090
- };
5093
+ } | null;
5091
5094
 
5092
5095
  /**
5093
5096
  * Generated by orval v7.10.0 🍺
@@ -5095,12 +5098,9 @@ type GPTV3ResponseMcpListToolsToolDtoInputSchema = {
5095
5098
  * Hautech API
5096
5099
  * OpenAPI spec version: 1.0
5097
5100
  */
5098
- /**
5099
- * @nullable
5100
- */
5101
- type GPTV3ResponseMcpListToolsToolDtoAnnotations = {
5101
+ type GPTV3ResponseMcpListToolsToolDtoInputSchema = {
5102
5102
  [key: string]: unknown;
5103
- } | null;
5103
+ };
5104
5104
 
5105
5105
  /**
5106
5106
  * Generated by orval v7.10.0 🍺
@@ -5111,11 +5111,11 @@ type GPTV3ResponseMcpListToolsToolDtoAnnotations = {
5111
5111
 
5112
5112
  interface GPTV3ResponseMcpListToolsToolDto {
5113
5113
  name: string;
5114
- input_schema?: GPTV3ResponseMcpListToolsToolDtoInputSchema;
5115
5114
  /** @nullable */
5116
5115
  annotations?: GPTV3ResponseMcpListToolsToolDtoAnnotations;
5117
5116
  /** @nullable */
5118
5117
  description?: string | null;
5118
+ input_schema: GPTV3ResponseMcpListToolsToolDtoInputSchema;
5119
5119
  }
5120
5120
 
5121
5121
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {