@orq-ai/node 4.0.0-rc.49 → 4.0.0-rc.50
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/README.md +20 -29
- package/bin/mcp-server.js +1502 -4133
- package/bin/mcp-server.js.map +40 -51
- package/docs/sdks/agents/README.md +0 -76
- package/docs/sdks/tools/README.md +1 -152
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +1 -7
- package/mcp-server/server.js.map +1 -1
- package/models/errors/index.d.ts +0 -2
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +0 -2
- package/models/errors/index.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/index.d.ts +0 -3
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -3
- package/models/operations/index.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.js +2 -2
- package/models/operations/streamrunagent.js +2 -2
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/sdk/agents.d.ts +0 -7
- package/sdk/agents.d.ts.map +1 -1
- package/sdk/agents.js +0 -10
- package/sdk/agents.js.map +1 -1
- package/sdk/tools.d.ts +0 -14
- package/sdk/tools.d.ts.map +1 -1
- package/sdk/tools.js +0 -20
- package/sdk/tools.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -7
- package/src/models/errors/index.ts +0 -2
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/index.ts +0 -3
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +2 -2
- package/src/models/operations/streamrunagent.ts +2 -2
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatetool.ts +14 -14
- package/src/sdk/agents.ts +0 -18
- package/src/sdk/tools.ts +0 -36
- package/funcs/agentsDuplicate.d.ts +0 -18
- package/funcs/agentsDuplicate.d.ts.map +0 -1
- package/funcs/agentsDuplicate.js +0 -124
- package/funcs/agentsDuplicate.js.map +0 -1
- package/funcs/toolsDuplicate.d.ts +0 -18
- package/funcs/toolsDuplicate.d.ts.map +0 -1
- package/funcs/toolsDuplicate.js +0 -124
- package/funcs/toolsDuplicate.js.map +0 -1
- package/funcs/toolsSync.d.ts +0 -18
- package/funcs/toolsSync.d.ts.map +0 -1
- package/funcs/toolsSync.js +0 -123
- package/funcs/toolsSync.js.map +0 -1
- package/mcp-server/tools/agentsDuplicate.d.ts +0 -8
- package/mcp-server/tools/agentsDuplicate.d.ts.map +0 -1
- package/mcp-server/tools/agentsDuplicate.js +0 -64
- package/mcp-server/tools/agentsDuplicate.js.map +0 -1
- package/mcp-server/tools/toolsDuplicate.d.ts +0 -8
- package/mcp-server/tools/toolsDuplicate.d.ts.map +0 -1
- package/mcp-server/tools/toolsDuplicate.js +0 -64
- package/mcp-server/tools/toolsDuplicate.js.map +0 -1
- package/mcp-server/tools/toolsSync.d.ts +0 -8
- package/mcp-server/tools/toolsSync.d.ts.map +0 -1
- package/mcp-server/tools/toolsSync.js +0 -64
- package/mcp-server/tools/toolsSync.js.map +0 -1
- package/models/errors/duplicateagent.d.ts +0 -55
- package/models/errors/duplicateagent.d.ts.map +0 -1
- package/models/errors/duplicateagent.js +0 -106
- package/models/errors/duplicateagent.js.map +0 -1
- package/models/errors/duplicatetool.d.ts +0 -36
- package/models/errors/duplicatetool.d.ts.map +0 -1
- package/models/errors/duplicatetool.js +0 -77
- package/models/errors/duplicatetool.js.map +0 -1
- package/models/operations/duplicateagent.d.ts +0 -1436
- package/models/operations/duplicateagent.d.ts.map +0 -1
- package/models/operations/duplicateagent.js +0 -1456
- package/models/operations/duplicateagent.js.map +0 -1
- package/models/operations/duplicatetool.d.ts +0 -1038
- package/models/operations/duplicatetool.d.ts.map +0 -1
- package/models/operations/duplicatetool.js +0 -982
- package/models/operations/duplicatetool.js.map +0 -1
- package/models/operations/syncmcptool.d.ts +0 -1115
- package/models/operations/syncmcptool.d.ts.map +0 -1
- package/models/operations/syncmcptool.js +0 -1072
- package/models/operations/syncmcptool.js.map +0 -1
- package/src/funcs/agentsDuplicate.ts +0 -180
- package/src/funcs/toolsDuplicate.ts +0 -176
- package/src/funcs/toolsSync.ts +0 -176
- package/src/mcp-server/tools/agentsDuplicate.ts +0 -37
- package/src/mcp-server/tools/toolsDuplicate.ts +0 -37
- package/src/mcp-server/tools/toolsSync.ts +0 -37
- package/src/models/errors/duplicateagent.ts +0 -128
- package/src/models/errors/duplicatetool.ts +0 -78
- package/src/models/operations/duplicateagent.ts +0 -3674
- package/src/models/operations/duplicatetool.ts +0 -2395
- package/src/models/operations/syncmcptool.ts +0 -2603
|
@@ -1,1038 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
export type DuplicateToolRequestBody = {
|
|
6
|
-
/**
|
|
7
|
-
* Unique key of the tool as it will be displayed in the UI
|
|
8
|
-
*/
|
|
9
|
-
key: string;
|
|
10
|
-
/**
|
|
11
|
-
* The name of the tool as it will be displayed in the UI. This is optional and if not provided, the `key` will be used.
|
|
12
|
-
*/
|
|
13
|
-
displayName?: string | undefined;
|
|
14
|
-
/**
|
|
15
|
-
* A description of the tool, used by the model to choose when and how to call the tool. We do recommend using the `description` field as accurate as possible to give enough context to the model to make the right decision.
|
|
16
|
-
*/
|
|
17
|
-
description: string;
|
|
18
|
-
};
|
|
19
|
-
export type DuplicateToolRequest = {
|
|
20
|
-
/**
|
|
21
|
-
* The id of the tool to duplicate
|
|
22
|
-
*/
|
|
23
|
-
toolId: string;
|
|
24
|
-
requestBody?: DuplicateToolRequestBody | undefined;
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
28
|
-
*/
|
|
29
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJSONStatus: {
|
|
30
|
-
readonly Live: "live";
|
|
31
|
-
readonly Draft: "draft";
|
|
32
|
-
readonly Pending: "pending";
|
|
33
|
-
readonly Published: "published";
|
|
34
|
-
};
|
|
35
|
-
/**
|
|
36
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
37
|
-
*/
|
|
38
|
-
export type DuplicateToolResponseBodyToolsResponse200ApplicationJSONStatus = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJSONStatus>;
|
|
39
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJSONType: {
|
|
40
|
-
readonly Code: "code";
|
|
41
|
-
};
|
|
42
|
-
export type DuplicateToolResponseBodyToolsResponse200ApplicationJSONType = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJSONType>;
|
|
43
|
-
/**
|
|
44
|
-
* The type must be "object"
|
|
45
|
-
*/
|
|
46
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson5Type: {
|
|
47
|
-
readonly Object: "object";
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* The type must be "object"
|
|
51
|
-
*/
|
|
52
|
-
export type DuplicateToolResponseBodyToolsResponse200ApplicationJson5Type = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson5Type>;
|
|
53
|
-
/**
|
|
54
|
-
* The parameters the functions accepts, described as a JSON Schema object. See the `OpenAI` [guide](https://platform.openai.com/docs/guides/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.
|
|
55
|
-
*/
|
|
56
|
-
export type DuplicateToolResponseBodyToolsParameters = {
|
|
57
|
-
/**
|
|
58
|
-
* The type must be "object"
|
|
59
|
-
*/
|
|
60
|
-
type: DuplicateToolResponseBodyToolsResponse200ApplicationJson5Type;
|
|
61
|
-
/**
|
|
62
|
-
* The properties of the function parameters
|
|
63
|
-
*/
|
|
64
|
-
properties: {
|
|
65
|
-
[k: string]: any;
|
|
66
|
-
};
|
|
67
|
-
/**
|
|
68
|
-
* Array of required parameter names
|
|
69
|
-
*/
|
|
70
|
-
required: Array<string>;
|
|
71
|
-
additionalProperties?: {
|
|
72
|
-
[k: string]: any;
|
|
73
|
-
} | undefined;
|
|
74
|
-
};
|
|
75
|
-
export declare const DuplicateToolResponseBodyLanguage: {
|
|
76
|
-
readonly Python: "python";
|
|
77
|
-
};
|
|
78
|
-
export type DuplicateToolResponseBodyLanguage = ClosedEnum<typeof DuplicateToolResponseBodyLanguage>;
|
|
79
|
-
export type DuplicateToolResponseBodyCodeTool = {
|
|
80
|
-
/**
|
|
81
|
-
* The parameters the functions accepts, described as a JSON Schema object. See the `OpenAI` [guide](https://platform.openai.com/docs/guides/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.
|
|
82
|
-
*/
|
|
83
|
-
parameters?: DuplicateToolResponseBodyToolsParameters | undefined;
|
|
84
|
-
language: DuplicateToolResponseBodyLanguage;
|
|
85
|
-
/**
|
|
86
|
-
* The code to execute.
|
|
87
|
-
*/
|
|
88
|
-
code: string;
|
|
89
|
-
};
|
|
90
|
-
export type DuplicateToolResponseBody5 = {
|
|
91
|
-
id?: string | undefined;
|
|
92
|
-
/**
|
|
93
|
-
* Entity storage path in the format: `project/folder/subfolder/...`
|
|
94
|
-
*
|
|
95
|
-
* @remarks
|
|
96
|
-
*
|
|
97
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
98
|
-
*
|
|
99
|
-
* With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
|
|
100
|
-
*/
|
|
101
|
-
path: string;
|
|
102
|
-
/**
|
|
103
|
-
* Unique key of the tool as it will be displayed in the UI
|
|
104
|
-
*/
|
|
105
|
-
key: string;
|
|
106
|
-
/**
|
|
107
|
-
* The name of the tool as it will be displayed in the UI. This is optional and if not provided, the `key` will be used.
|
|
108
|
-
*/
|
|
109
|
-
displayName?: string | undefined;
|
|
110
|
-
/**
|
|
111
|
-
* A description of the tool, used by the model to choose when and how to call the tool. We do recommend using the `description` field as accurate as possible to give enough context to the model to make the right decision.
|
|
112
|
-
*/
|
|
113
|
-
description: string;
|
|
114
|
-
/**
|
|
115
|
-
* The id of the user that created the tool
|
|
116
|
-
*/
|
|
117
|
-
createdById?: string | undefined;
|
|
118
|
-
/**
|
|
119
|
-
* The id of the user that last updated the tool
|
|
120
|
-
*/
|
|
121
|
-
updatedById?: string | undefined;
|
|
122
|
-
projectId: string;
|
|
123
|
-
workspaceId: string;
|
|
124
|
-
created: string;
|
|
125
|
-
updated: string;
|
|
126
|
-
/**
|
|
127
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
128
|
-
*/
|
|
129
|
-
status?: DuplicateToolResponseBodyToolsResponse200ApplicationJSONStatus | undefined;
|
|
130
|
-
versionHash?: string | undefined;
|
|
131
|
-
type: DuplicateToolResponseBodyToolsResponse200ApplicationJSONType;
|
|
132
|
-
codeTool: DuplicateToolResponseBodyCodeTool;
|
|
133
|
-
};
|
|
134
|
-
/**
|
|
135
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
136
|
-
*/
|
|
137
|
-
export declare const DuplicateToolResponseBodyToolsResponse200Status: {
|
|
138
|
-
readonly Live: "live";
|
|
139
|
-
readonly Draft: "draft";
|
|
140
|
-
readonly Pending: "pending";
|
|
141
|
-
readonly Published: "published";
|
|
142
|
-
};
|
|
143
|
-
/**
|
|
144
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
145
|
-
*/
|
|
146
|
-
export type DuplicateToolResponseBodyToolsResponse200Status = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponse200Status>;
|
|
147
|
-
export declare const DuplicateToolResponseBodyToolsResponse200Type: {
|
|
148
|
-
readonly Mcp: "mcp";
|
|
149
|
-
};
|
|
150
|
-
export type DuplicateToolResponseBodyToolsResponse200Type = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponse200Type>;
|
|
151
|
-
export type DuplicateToolResponseBodyHeaders = {
|
|
152
|
-
value: string;
|
|
153
|
-
encrypted?: boolean | undefined;
|
|
154
|
-
};
|
|
155
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson4Type: {
|
|
156
|
-
readonly Object: "object";
|
|
157
|
-
};
|
|
158
|
-
export type DuplicateToolResponseBodyToolsResponse200ApplicationJson4Type = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson4Type>;
|
|
159
|
-
export type DuplicateToolResponseBodyToolsSchema = {
|
|
160
|
-
type: DuplicateToolResponseBodyToolsResponse200ApplicationJson4Type;
|
|
161
|
-
properties?: {
|
|
162
|
-
[k: string]: any;
|
|
163
|
-
} | undefined;
|
|
164
|
-
required?: Array<string> | undefined;
|
|
165
|
-
};
|
|
166
|
-
export type DuplicateToolResponseBodyTools = {
|
|
167
|
-
id?: string | undefined;
|
|
168
|
-
name: string;
|
|
169
|
-
description?: string | undefined;
|
|
170
|
-
schema: DuplicateToolResponseBodyToolsSchema;
|
|
171
|
-
};
|
|
172
|
-
/**
|
|
173
|
-
* The connection type used by the MCP server
|
|
174
|
-
*/
|
|
175
|
-
export declare const DuplicateToolResponseBodyConnectionType: {
|
|
176
|
-
readonly Http: "http";
|
|
177
|
-
readonly Sse: "sse";
|
|
178
|
-
};
|
|
179
|
-
/**
|
|
180
|
-
* The connection type used by the MCP server
|
|
181
|
-
*/
|
|
182
|
-
export type DuplicateToolResponseBodyConnectionType = ClosedEnum<typeof DuplicateToolResponseBodyConnectionType>;
|
|
183
|
-
export type DuplicateToolResponseBodyMcp = {
|
|
184
|
-
/**
|
|
185
|
-
* The MCP server URL (cached for execution)
|
|
186
|
-
*/
|
|
187
|
-
serverUrl: string;
|
|
188
|
-
/**
|
|
189
|
-
* HTTP headers for MCP server requests with encryption support
|
|
190
|
-
*/
|
|
191
|
-
headers?: {
|
|
192
|
-
[k: string]: DuplicateToolResponseBodyHeaders;
|
|
193
|
-
} | undefined;
|
|
194
|
-
/**
|
|
195
|
-
* Array of tools available from the MCP server
|
|
196
|
-
*/
|
|
197
|
-
tools: Array<DuplicateToolResponseBodyTools>;
|
|
198
|
-
/**
|
|
199
|
-
* The connection type used by the MCP server
|
|
200
|
-
*/
|
|
201
|
-
connectionType: DuplicateToolResponseBodyConnectionType;
|
|
202
|
-
};
|
|
203
|
-
export type DuplicateToolResponseBody4 = {
|
|
204
|
-
id?: string | undefined;
|
|
205
|
-
/**
|
|
206
|
-
* Entity storage path in the format: `project/folder/subfolder/...`
|
|
207
|
-
*
|
|
208
|
-
* @remarks
|
|
209
|
-
*
|
|
210
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
211
|
-
*
|
|
212
|
-
* With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
|
|
213
|
-
*/
|
|
214
|
-
path: string;
|
|
215
|
-
/**
|
|
216
|
-
* Unique key of the tool as it will be displayed in the UI
|
|
217
|
-
*/
|
|
218
|
-
key: string;
|
|
219
|
-
/**
|
|
220
|
-
* The name of the tool as it will be displayed in the UI. This is optional and if not provided, the `key` will be used.
|
|
221
|
-
*/
|
|
222
|
-
displayName?: string | undefined;
|
|
223
|
-
/**
|
|
224
|
-
* A description of the tool, used by the model to choose when and how to call the tool. We do recommend using the `description` field as accurate as possible to give enough context to the model to make the right decision.
|
|
225
|
-
*/
|
|
226
|
-
description: string;
|
|
227
|
-
/**
|
|
228
|
-
* The id of the user that created the tool
|
|
229
|
-
*/
|
|
230
|
-
createdById?: string | undefined;
|
|
231
|
-
/**
|
|
232
|
-
* The id of the user that last updated the tool
|
|
233
|
-
*/
|
|
234
|
-
updatedById?: string | undefined;
|
|
235
|
-
projectId: string;
|
|
236
|
-
workspaceId: string;
|
|
237
|
-
created: string;
|
|
238
|
-
updated: string;
|
|
239
|
-
/**
|
|
240
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
241
|
-
*/
|
|
242
|
-
status?: DuplicateToolResponseBodyToolsResponse200Status | undefined;
|
|
243
|
-
versionHash?: string | undefined;
|
|
244
|
-
type: DuplicateToolResponseBodyToolsResponse200Type;
|
|
245
|
-
mcp: DuplicateToolResponseBodyMcp;
|
|
246
|
-
};
|
|
247
|
-
/**
|
|
248
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
249
|
-
*/
|
|
250
|
-
export declare const DuplicateToolResponseBodyToolsResponseStatus: {
|
|
251
|
-
readonly Live: "live";
|
|
252
|
-
readonly Draft: "draft";
|
|
253
|
-
readonly Pending: "pending";
|
|
254
|
-
readonly Published: "published";
|
|
255
|
-
};
|
|
256
|
-
/**
|
|
257
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
258
|
-
*/
|
|
259
|
-
export type DuplicateToolResponseBodyToolsResponseStatus = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponseStatus>;
|
|
260
|
-
export declare const DuplicateToolResponseBodyToolsResponseType: {
|
|
261
|
-
readonly Http: "http";
|
|
262
|
-
};
|
|
263
|
-
export type DuplicateToolResponseBodyToolsResponseType = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponseType>;
|
|
264
|
-
/**
|
|
265
|
-
* The HTTP method to use.
|
|
266
|
-
*/
|
|
267
|
-
export declare const DuplicateToolResponseBodyMethod: {
|
|
268
|
-
readonly Get: "GET";
|
|
269
|
-
readonly Post: "POST";
|
|
270
|
-
readonly Put: "PUT";
|
|
271
|
-
readonly Delete: "DELETE";
|
|
272
|
-
};
|
|
273
|
-
/**
|
|
274
|
-
* The HTTP method to use.
|
|
275
|
-
*/
|
|
276
|
-
export type DuplicateToolResponseBodyMethod = ClosedEnum<typeof DuplicateToolResponseBodyMethod>;
|
|
277
|
-
export type DuplicateToolHeaders2 = {
|
|
278
|
-
value: string;
|
|
279
|
-
encrypted?: boolean | undefined;
|
|
280
|
-
};
|
|
281
|
-
export type DuplicateToolResponseBodyToolsHeaders = DuplicateToolHeaders2 | string;
|
|
282
|
-
/**
|
|
283
|
-
* The blueprint for the HTTP request. The `arguments` field will be used to replace the placeholders in the `url`, `headers`, `body`, and `arguments` fields.
|
|
284
|
-
*/
|
|
285
|
-
export type DuplicateToolResponseBodyBlueprint = {
|
|
286
|
-
/**
|
|
287
|
-
* The URL to send the request to.
|
|
288
|
-
*/
|
|
289
|
-
url: string;
|
|
290
|
-
/**
|
|
291
|
-
* The HTTP method to use.
|
|
292
|
-
*/
|
|
293
|
-
method: DuplicateToolResponseBodyMethod;
|
|
294
|
-
/**
|
|
295
|
-
* The headers to send with the request. Can be a string value or an object with value and encrypted properties.
|
|
296
|
-
*/
|
|
297
|
-
headers?: {
|
|
298
|
-
[k: string]: DuplicateToolHeaders2 | string;
|
|
299
|
-
} | undefined;
|
|
300
|
-
/**
|
|
301
|
-
* The body to send with the request.
|
|
302
|
-
*/
|
|
303
|
-
body?: {
|
|
304
|
-
[k: string]: any;
|
|
305
|
-
} | undefined;
|
|
306
|
-
};
|
|
307
|
-
/**
|
|
308
|
-
* The type of the argument.
|
|
309
|
-
*/
|
|
310
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson3Type: {
|
|
311
|
-
readonly String: "string";
|
|
312
|
-
readonly Number: "number";
|
|
313
|
-
readonly Boolean: "boolean";
|
|
314
|
-
};
|
|
315
|
-
/**
|
|
316
|
-
* The type of the argument.
|
|
317
|
-
*/
|
|
318
|
-
export type DuplicateToolResponseBodyToolsResponse200ApplicationJson3Type = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson3Type>;
|
|
319
|
-
/**
|
|
320
|
-
* The default value of the argument.
|
|
321
|
-
*/
|
|
322
|
-
export type DuplicateToolResponseBodyDefaultValue = string | number | boolean;
|
|
323
|
-
export type DuplicateToolResponseBodyArguments = {
|
|
324
|
-
/**
|
|
325
|
-
* The type of the argument.
|
|
326
|
-
*/
|
|
327
|
-
type: DuplicateToolResponseBodyToolsResponse200ApplicationJson3Type;
|
|
328
|
-
/**
|
|
329
|
-
* A description of the argument.
|
|
330
|
-
*/
|
|
331
|
-
description: string;
|
|
332
|
-
/**
|
|
333
|
-
* Whether to send the argument to the model. If set to false, the argument will not be sent to the model and needs to be provided by the user or it will be left blank.
|
|
334
|
-
*/
|
|
335
|
-
sendToModel?: boolean | undefined;
|
|
336
|
-
/**
|
|
337
|
-
* The default value of the argument.
|
|
338
|
-
*/
|
|
339
|
-
defaultValue?: string | number | boolean | undefined;
|
|
340
|
-
};
|
|
341
|
-
export type DuplicateToolResponseBodyHttp = {
|
|
342
|
-
/**
|
|
343
|
-
* The blueprint for the HTTP request. The `arguments` field will be used to replace the placeholders in the `url`, `headers`, `body`, and `arguments` fields.
|
|
344
|
-
*/
|
|
345
|
-
blueprint: DuplicateToolResponseBodyBlueprint;
|
|
346
|
-
/**
|
|
347
|
-
* The arguments to send with the request. The keys will be used to replace the placeholders in the `blueprint` field.
|
|
348
|
-
*/
|
|
349
|
-
arguments?: {
|
|
350
|
-
[k: string]: DuplicateToolResponseBodyArguments;
|
|
351
|
-
} | undefined;
|
|
352
|
-
};
|
|
353
|
-
export type DuplicateToolResponseBody3 = {
|
|
354
|
-
id?: string | undefined;
|
|
355
|
-
/**
|
|
356
|
-
* Entity storage path in the format: `project/folder/subfolder/...`
|
|
357
|
-
*
|
|
358
|
-
* @remarks
|
|
359
|
-
*
|
|
360
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
361
|
-
*
|
|
362
|
-
* With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
|
|
363
|
-
*/
|
|
364
|
-
path: string;
|
|
365
|
-
/**
|
|
366
|
-
* Unique key of the tool as it will be displayed in the UI
|
|
367
|
-
*/
|
|
368
|
-
key: string;
|
|
369
|
-
/**
|
|
370
|
-
* The name of the tool as it will be displayed in the UI. This is optional and if not provided, the `key` will be used.
|
|
371
|
-
*/
|
|
372
|
-
displayName?: string | undefined;
|
|
373
|
-
/**
|
|
374
|
-
* A description of the tool, used by the model to choose when and how to call the tool. We do recommend using the `description` field as accurate as possible to give enough context to the model to make the right decision.
|
|
375
|
-
*/
|
|
376
|
-
description: string;
|
|
377
|
-
/**
|
|
378
|
-
* The id of the user that created the tool
|
|
379
|
-
*/
|
|
380
|
-
createdById?: string | undefined;
|
|
381
|
-
/**
|
|
382
|
-
* The id of the user that last updated the tool
|
|
383
|
-
*/
|
|
384
|
-
updatedById?: string | undefined;
|
|
385
|
-
projectId: string;
|
|
386
|
-
workspaceId: string;
|
|
387
|
-
created: string;
|
|
388
|
-
updated: string;
|
|
389
|
-
/**
|
|
390
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
391
|
-
*/
|
|
392
|
-
status?: DuplicateToolResponseBodyToolsResponseStatus | undefined;
|
|
393
|
-
versionHash?: string | undefined;
|
|
394
|
-
type: DuplicateToolResponseBodyToolsResponseType;
|
|
395
|
-
http: DuplicateToolResponseBodyHttp;
|
|
396
|
-
};
|
|
397
|
-
/**
|
|
398
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
399
|
-
*/
|
|
400
|
-
export declare const DuplicateToolResponseBodyToolsStatus: {
|
|
401
|
-
readonly Live: "live";
|
|
402
|
-
readonly Draft: "draft";
|
|
403
|
-
readonly Pending: "pending";
|
|
404
|
-
readonly Published: "published";
|
|
405
|
-
};
|
|
406
|
-
/**
|
|
407
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
408
|
-
*/
|
|
409
|
-
export type DuplicateToolResponseBodyToolsStatus = ClosedEnum<typeof DuplicateToolResponseBodyToolsStatus>;
|
|
410
|
-
export declare const DuplicateToolResponseBodyToolsType: {
|
|
411
|
-
readonly JsonSchema: "json_schema";
|
|
412
|
-
};
|
|
413
|
-
export type DuplicateToolResponseBodyToolsType = ClosedEnum<typeof DuplicateToolResponseBodyToolsType>;
|
|
414
|
-
/**
|
|
415
|
-
* The schema for the response format, described as a JSON Schema object. See the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.
|
|
416
|
-
*/
|
|
417
|
-
export type DuplicateToolResponseBodySchema = {
|
|
418
|
-
/**
|
|
419
|
-
* The JSON Schema type
|
|
420
|
-
*/
|
|
421
|
-
type: string;
|
|
422
|
-
/**
|
|
423
|
-
* The properties of the JSON Schema object
|
|
424
|
-
*/
|
|
425
|
-
properties: {
|
|
426
|
-
[k: string]: any;
|
|
427
|
-
};
|
|
428
|
-
/**
|
|
429
|
-
* Array of required property names
|
|
430
|
-
*/
|
|
431
|
-
required: Array<string>;
|
|
432
|
-
additionalProperties?: {
|
|
433
|
-
[k: string]: any;
|
|
434
|
-
} | undefined;
|
|
435
|
-
};
|
|
436
|
-
export type DuplicateToolResponseBodyJsonSchema = {
|
|
437
|
-
/**
|
|
438
|
-
* The name of the response format. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.
|
|
439
|
-
*/
|
|
440
|
-
name: string;
|
|
441
|
-
/**
|
|
442
|
-
* A description of what the response format is for. This will be shown to the user.
|
|
443
|
-
*/
|
|
444
|
-
description: string;
|
|
445
|
-
/**
|
|
446
|
-
* The schema for the response format, described as a JSON Schema object. See the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.
|
|
447
|
-
*/
|
|
448
|
-
schema: DuplicateToolResponseBodySchema;
|
|
449
|
-
/**
|
|
450
|
-
* Whether to enable strict schema adherence when generating the output. If set to true, the model will always follow the exact schema defined in the `schema` field. Only a subset of JSON Schema is supported when `strict` is `true`. Only compatible with `OpenAI` models.
|
|
451
|
-
*/
|
|
452
|
-
strict?: boolean | undefined;
|
|
453
|
-
};
|
|
454
|
-
export type DuplicateToolResponseBody2 = {
|
|
455
|
-
id?: string | undefined;
|
|
456
|
-
/**
|
|
457
|
-
* Entity storage path in the format: `project/folder/subfolder/...`
|
|
458
|
-
*
|
|
459
|
-
* @remarks
|
|
460
|
-
*
|
|
461
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
462
|
-
*
|
|
463
|
-
* With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
|
|
464
|
-
*/
|
|
465
|
-
path: string;
|
|
466
|
-
/**
|
|
467
|
-
* Unique key of the tool as it will be displayed in the UI
|
|
468
|
-
*/
|
|
469
|
-
key: string;
|
|
470
|
-
/**
|
|
471
|
-
* The name of the tool as it will be displayed in the UI. This is optional and if not provided, the `key` will be used.
|
|
472
|
-
*/
|
|
473
|
-
displayName?: string | undefined;
|
|
474
|
-
/**
|
|
475
|
-
* A description of the tool, used by the model to choose when and how to call the tool. We do recommend using the `description` field as accurate as possible to give enough context to the model to make the right decision.
|
|
476
|
-
*/
|
|
477
|
-
description: string;
|
|
478
|
-
/**
|
|
479
|
-
* The id of the user that created the tool
|
|
480
|
-
*/
|
|
481
|
-
createdById?: string | undefined;
|
|
482
|
-
/**
|
|
483
|
-
* The id of the user that last updated the tool
|
|
484
|
-
*/
|
|
485
|
-
updatedById?: string | undefined;
|
|
486
|
-
projectId: string;
|
|
487
|
-
workspaceId: string;
|
|
488
|
-
created: string;
|
|
489
|
-
updated: string;
|
|
490
|
-
/**
|
|
491
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
492
|
-
*/
|
|
493
|
-
status?: DuplicateToolResponseBodyToolsStatus | undefined;
|
|
494
|
-
versionHash?: string | undefined;
|
|
495
|
-
type: DuplicateToolResponseBodyToolsType;
|
|
496
|
-
jsonSchema: DuplicateToolResponseBodyJsonSchema;
|
|
497
|
-
};
|
|
498
|
-
/**
|
|
499
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
500
|
-
*/
|
|
501
|
-
export declare const DuplicateToolResponseBodyStatus: {
|
|
502
|
-
readonly Live: "live";
|
|
503
|
-
readonly Draft: "draft";
|
|
504
|
-
readonly Pending: "pending";
|
|
505
|
-
readonly Published: "published";
|
|
506
|
-
};
|
|
507
|
-
/**
|
|
508
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
509
|
-
*/
|
|
510
|
-
export type DuplicateToolResponseBodyStatus = ClosedEnum<typeof DuplicateToolResponseBodyStatus>;
|
|
511
|
-
export declare const DuplicateToolResponseBodyType: {
|
|
512
|
-
readonly Function: "function";
|
|
513
|
-
};
|
|
514
|
-
export type DuplicateToolResponseBodyType = ClosedEnum<typeof DuplicateToolResponseBodyType>;
|
|
515
|
-
/**
|
|
516
|
-
* The type must be "object"
|
|
517
|
-
*/
|
|
518
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson1Type: {
|
|
519
|
-
readonly Object: "object";
|
|
520
|
-
};
|
|
521
|
-
/**
|
|
522
|
-
* The type must be "object"
|
|
523
|
-
*/
|
|
524
|
-
export type DuplicateToolResponseBodyToolsResponse200ApplicationJson1Type = ClosedEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson1Type>;
|
|
525
|
-
/**
|
|
526
|
-
* The parameters the functions accepts, described as a JSON Schema object. See the `OpenAI` [guide](https://platform.openai.com/docs/guides/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.
|
|
527
|
-
*/
|
|
528
|
-
export type DuplicateToolResponseBodyParameters = {
|
|
529
|
-
/**
|
|
530
|
-
* The type must be "object"
|
|
531
|
-
*/
|
|
532
|
-
type: DuplicateToolResponseBodyToolsResponse200ApplicationJson1Type;
|
|
533
|
-
/**
|
|
534
|
-
* The properties of the function parameters
|
|
535
|
-
*/
|
|
536
|
-
properties: {
|
|
537
|
-
[k: string]: any;
|
|
538
|
-
};
|
|
539
|
-
/**
|
|
540
|
-
* Array of required parameter names
|
|
541
|
-
*/
|
|
542
|
-
required: Array<string>;
|
|
543
|
-
additionalProperties?: {
|
|
544
|
-
[k: string]: any;
|
|
545
|
-
} | undefined;
|
|
546
|
-
};
|
|
547
|
-
export type DuplicateToolResponseBodyFunction = {
|
|
548
|
-
/**
|
|
549
|
-
* The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.
|
|
550
|
-
*/
|
|
551
|
-
name: string;
|
|
552
|
-
/**
|
|
553
|
-
* A description of what the function does, used by the model to choose when and how to call the function.
|
|
554
|
-
*/
|
|
555
|
-
description?: string | undefined;
|
|
556
|
-
/**
|
|
557
|
-
* Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Currently only compatible with `OpenAI` models.
|
|
558
|
-
*/
|
|
559
|
-
strict?: boolean | undefined;
|
|
560
|
-
/**
|
|
561
|
-
* The parameters the functions accepts, described as a JSON Schema object. See the `OpenAI` [guide](https://platform.openai.com/docs/guides/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.
|
|
562
|
-
*/
|
|
563
|
-
parameters?: DuplicateToolResponseBodyParameters | undefined;
|
|
564
|
-
};
|
|
565
|
-
export type DuplicateToolResponseBody1 = {
|
|
566
|
-
id?: string | undefined;
|
|
567
|
-
/**
|
|
568
|
-
* Entity storage path in the format: `project/folder/subfolder/...`
|
|
569
|
-
*
|
|
570
|
-
* @remarks
|
|
571
|
-
*
|
|
572
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
573
|
-
*
|
|
574
|
-
* With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
|
|
575
|
-
*/
|
|
576
|
-
path: string;
|
|
577
|
-
/**
|
|
578
|
-
* Unique key of the tool as it will be displayed in the UI
|
|
579
|
-
*/
|
|
580
|
-
key: string;
|
|
581
|
-
/**
|
|
582
|
-
* The name of the tool as it will be displayed in the UI. This is optional and if not provided, the `key` will be used.
|
|
583
|
-
*/
|
|
584
|
-
displayName?: string | undefined;
|
|
585
|
-
/**
|
|
586
|
-
* A description of the tool, used by the model to choose when and how to call the tool. We do recommend using the `description` field as accurate as possible to give enough context to the model to make the right decision.
|
|
587
|
-
*/
|
|
588
|
-
description: string;
|
|
589
|
-
/**
|
|
590
|
-
* The id of the user that created the tool
|
|
591
|
-
*/
|
|
592
|
-
createdById?: string | undefined;
|
|
593
|
-
/**
|
|
594
|
-
* The id of the user that last updated the tool
|
|
595
|
-
*/
|
|
596
|
-
updatedById?: string | undefined;
|
|
597
|
-
projectId: string;
|
|
598
|
-
workspaceId: string;
|
|
599
|
-
created: string;
|
|
600
|
-
updated: string;
|
|
601
|
-
/**
|
|
602
|
-
* The status of the tool. `Live` is the latest version of the tool. `Draft` is a version that is not yet published. `Pending` is a version that is pending approval. `Published` is a version that was live and has been replaced by a new version.
|
|
603
|
-
*/
|
|
604
|
-
status?: DuplicateToolResponseBodyStatus | undefined;
|
|
605
|
-
versionHash?: string | undefined;
|
|
606
|
-
type: DuplicateToolResponseBodyType;
|
|
607
|
-
function: DuplicateToolResponseBodyFunction;
|
|
608
|
-
};
|
|
609
|
-
/**
|
|
610
|
-
* Successfully duplicated the tool.
|
|
611
|
-
*/
|
|
612
|
-
export type DuplicateToolResponseBody = DuplicateToolResponseBody1 | DuplicateToolResponseBody2 | DuplicateToolResponseBody3 | DuplicateToolResponseBody4 | DuplicateToolResponseBody5;
|
|
613
|
-
/** @internal */
|
|
614
|
-
export declare const DuplicateToolRequestBody$inboundSchema: z.ZodType<DuplicateToolRequestBody, z.ZodTypeDef, unknown>;
|
|
615
|
-
/** @internal */
|
|
616
|
-
export type DuplicateToolRequestBody$Outbound = {
|
|
617
|
-
key: string;
|
|
618
|
-
display_name?: string | undefined;
|
|
619
|
-
description: string;
|
|
620
|
-
};
|
|
621
|
-
/** @internal */
|
|
622
|
-
export declare const DuplicateToolRequestBody$outboundSchema: z.ZodType<DuplicateToolRequestBody$Outbound, z.ZodTypeDef, DuplicateToolRequestBody>;
|
|
623
|
-
export declare function duplicateToolRequestBodyToJSON(duplicateToolRequestBody: DuplicateToolRequestBody): string;
|
|
624
|
-
export declare function duplicateToolRequestBodyFromJSON(jsonString: string): SafeParseResult<DuplicateToolRequestBody, SDKValidationError>;
|
|
625
|
-
/** @internal */
|
|
626
|
-
export declare const DuplicateToolRequest$inboundSchema: z.ZodType<DuplicateToolRequest, z.ZodTypeDef, unknown>;
|
|
627
|
-
/** @internal */
|
|
628
|
-
export type DuplicateToolRequest$Outbound = {
|
|
629
|
-
tool_id: string;
|
|
630
|
-
RequestBody?: DuplicateToolRequestBody$Outbound | undefined;
|
|
631
|
-
};
|
|
632
|
-
/** @internal */
|
|
633
|
-
export declare const DuplicateToolRequest$outboundSchema: z.ZodType<DuplicateToolRequest$Outbound, z.ZodTypeDef, DuplicateToolRequest>;
|
|
634
|
-
export declare function duplicateToolRequestToJSON(duplicateToolRequest: DuplicateToolRequest): string;
|
|
635
|
-
export declare function duplicateToolRequestFromJSON(jsonString: string): SafeParseResult<DuplicateToolRequest, SDKValidationError>;
|
|
636
|
-
/** @internal */
|
|
637
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJSONStatus$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJSONStatus>;
|
|
638
|
-
/** @internal */
|
|
639
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJSONStatus$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJSONStatus>;
|
|
640
|
-
/** @internal */
|
|
641
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJSONType>;
|
|
642
|
-
/** @internal */
|
|
643
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJSONType>;
|
|
644
|
-
/** @internal */
|
|
645
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson5Type$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson5Type>;
|
|
646
|
-
/** @internal */
|
|
647
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson5Type$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson5Type>;
|
|
648
|
-
/** @internal */
|
|
649
|
-
export declare const DuplicateToolResponseBodyToolsParameters$inboundSchema: z.ZodType<DuplicateToolResponseBodyToolsParameters, z.ZodTypeDef, unknown>;
|
|
650
|
-
/** @internal */
|
|
651
|
-
export type DuplicateToolResponseBodyToolsParameters$Outbound = {
|
|
652
|
-
type: string;
|
|
653
|
-
properties: {
|
|
654
|
-
[k: string]: any;
|
|
655
|
-
};
|
|
656
|
-
required: Array<string>;
|
|
657
|
-
[additionalProperties: string]: unknown;
|
|
658
|
-
};
|
|
659
|
-
/** @internal */
|
|
660
|
-
export declare const DuplicateToolResponseBodyToolsParameters$outboundSchema: z.ZodType<DuplicateToolResponseBodyToolsParameters$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyToolsParameters>;
|
|
661
|
-
export declare function duplicateToolResponseBodyToolsParametersToJSON(duplicateToolResponseBodyToolsParameters: DuplicateToolResponseBodyToolsParameters): string;
|
|
662
|
-
export declare function duplicateToolResponseBodyToolsParametersFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyToolsParameters, SDKValidationError>;
|
|
663
|
-
/** @internal */
|
|
664
|
-
export declare const DuplicateToolResponseBodyLanguage$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyLanguage>;
|
|
665
|
-
/** @internal */
|
|
666
|
-
export declare const DuplicateToolResponseBodyLanguage$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyLanguage>;
|
|
667
|
-
/** @internal */
|
|
668
|
-
export declare const DuplicateToolResponseBodyCodeTool$inboundSchema: z.ZodType<DuplicateToolResponseBodyCodeTool, z.ZodTypeDef, unknown>;
|
|
669
|
-
/** @internal */
|
|
670
|
-
export type DuplicateToolResponseBodyCodeTool$Outbound = {
|
|
671
|
-
parameters?: DuplicateToolResponseBodyToolsParameters$Outbound | undefined;
|
|
672
|
-
language: string;
|
|
673
|
-
code: string;
|
|
674
|
-
};
|
|
675
|
-
/** @internal */
|
|
676
|
-
export declare const DuplicateToolResponseBodyCodeTool$outboundSchema: z.ZodType<DuplicateToolResponseBodyCodeTool$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyCodeTool>;
|
|
677
|
-
export declare function duplicateToolResponseBodyCodeToolToJSON(duplicateToolResponseBodyCodeTool: DuplicateToolResponseBodyCodeTool): string;
|
|
678
|
-
export declare function duplicateToolResponseBodyCodeToolFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyCodeTool, SDKValidationError>;
|
|
679
|
-
/** @internal */
|
|
680
|
-
export declare const DuplicateToolResponseBody5$inboundSchema: z.ZodType<DuplicateToolResponseBody5, z.ZodTypeDef, unknown>;
|
|
681
|
-
/** @internal */
|
|
682
|
-
export type DuplicateToolResponseBody5$Outbound = {
|
|
683
|
-
_id: string;
|
|
684
|
-
path: string;
|
|
685
|
-
key: string;
|
|
686
|
-
display_name?: string | undefined;
|
|
687
|
-
description: string;
|
|
688
|
-
created_by_id?: string | undefined;
|
|
689
|
-
updated_by_id?: string | undefined;
|
|
690
|
-
project_id: string;
|
|
691
|
-
workspace_id: string;
|
|
692
|
-
created: string;
|
|
693
|
-
updated: string;
|
|
694
|
-
status: string;
|
|
695
|
-
version_hash?: string | undefined;
|
|
696
|
-
type: string;
|
|
697
|
-
code_tool: DuplicateToolResponseBodyCodeTool$Outbound;
|
|
698
|
-
};
|
|
699
|
-
/** @internal */
|
|
700
|
-
export declare const DuplicateToolResponseBody5$outboundSchema: z.ZodType<DuplicateToolResponseBody5$Outbound, z.ZodTypeDef, DuplicateToolResponseBody5>;
|
|
701
|
-
export declare function duplicateToolResponseBody5ToJSON(duplicateToolResponseBody5: DuplicateToolResponseBody5): string;
|
|
702
|
-
export declare function duplicateToolResponseBody5FromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBody5, SDKValidationError>;
|
|
703
|
-
/** @internal */
|
|
704
|
-
export declare const DuplicateToolResponseBodyToolsResponse200Status$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200Status>;
|
|
705
|
-
/** @internal */
|
|
706
|
-
export declare const DuplicateToolResponseBodyToolsResponse200Status$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200Status>;
|
|
707
|
-
/** @internal */
|
|
708
|
-
export declare const DuplicateToolResponseBodyToolsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200Type>;
|
|
709
|
-
/** @internal */
|
|
710
|
-
export declare const DuplicateToolResponseBodyToolsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200Type>;
|
|
711
|
-
/** @internal */
|
|
712
|
-
export declare const DuplicateToolResponseBodyHeaders$inboundSchema: z.ZodType<DuplicateToolResponseBodyHeaders, z.ZodTypeDef, unknown>;
|
|
713
|
-
/** @internal */
|
|
714
|
-
export type DuplicateToolResponseBodyHeaders$Outbound = {
|
|
715
|
-
value: string;
|
|
716
|
-
encrypted: boolean;
|
|
717
|
-
};
|
|
718
|
-
/** @internal */
|
|
719
|
-
export declare const DuplicateToolResponseBodyHeaders$outboundSchema: z.ZodType<DuplicateToolResponseBodyHeaders$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyHeaders>;
|
|
720
|
-
export declare function duplicateToolResponseBodyHeadersToJSON(duplicateToolResponseBodyHeaders: DuplicateToolResponseBodyHeaders): string;
|
|
721
|
-
export declare function duplicateToolResponseBodyHeadersFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyHeaders, SDKValidationError>;
|
|
722
|
-
/** @internal */
|
|
723
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson4Type$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson4Type>;
|
|
724
|
-
/** @internal */
|
|
725
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson4Type$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson4Type>;
|
|
726
|
-
/** @internal */
|
|
727
|
-
export declare const DuplicateToolResponseBodyToolsSchema$inboundSchema: z.ZodType<DuplicateToolResponseBodyToolsSchema, z.ZodTypeDef, unknown>;
|
|
728
|
-
/** @internal */
|
|
729
|
-
export type DuplicateToolResponseBodyToolsSchema$Outbound = {
|
|
730
|
-
type: string;
|
|
731
|
-
properties?: {
|
|
732
|
-
[k: string]: any;
|
|
733
|
-
} | undefined;
|
|
734
|
-
required?: Array<string> | undefined;
|
|
735
|
-
};
|
|
736
|
-
/** @internal */
|
|
737
|
-
export declare const DuplicateToolResponseBodyToolsSchema$outboundSchema: z.ZodType<DuplicateToolResponseBodyToolsSchema$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyToolsSchema>;
|
|
738
|
-
export declare function duplicateToolResponseBodyToolsSchemaToJSON(duplicateToolResponseBodyToolsSchema: DuplicateToolResponseBodyToolsSchema): string;
|
|
739
|
-
export declare function duplicateToolResponseBodyToolsSchemaFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyToolsSchema, SDKValidationError>;
|
|
740
|
-
/** @internal */
|
|
741
|
-
export declare const DuplicateToolResponseBodyTools$inboundSchema: z.ZodType<DuplicateToolResponseBodyTools, z.ZodTypeDef, unknown>;
|
|
742
|
-
/** @internal */
|
|
743
|
-
export type DuplicateToolResponseBodyTools$Outbound = {
|
|
744
|
-
id: string;
|
|
745
|
-
name: string;
|
|
746
|
-
description?: string | undefined;
|
|
747
|
-
schema: DuplicateToolResponseBodyToolsSchema$Outbound;
|
|
748
|
-
};
|
|
749
|
-
/** @internal */
|
|
750
|
-
export declare const DuplicateToolResponseBodyTools$outboundSchema: z.ZodType<DuplicateToolResponseBodyTools$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyTools>;
|
|
751
|
-
export declare function duplicateToolResponseBodyToolsToJSON(duplicateToolResponseBodyTools: DuplicateToolResponseBodyTools): string;
|
|
752
|
-
export declare function duplicateToolResponseBodyToolsFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyTools, SDKValidationError>;
|
|
753
|
-
/** @internal */
|
|
754
|
-
export declare const DuplicateToolResponseBodyConnectionType$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyConnectionType>;
|
|
755
|
-
/** @internal */
|
|
756
|
-
export declare const DuplicateToolResponseBodyConnectionType$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyConnectionType>;
|
|
757
|
-
/** @internal */
|
|
758
|
-
export declare const DuplicateToolResponseBodyMcp$inboundSchema: z.ZodType<DuplicateToolResponseBodyMcp, z.ZodTypeDef, unknown>;
|
|
759
|
-
/** @internal */
|
|
760
|
-
export type DuplicateToolResponseBodyMcp$Outbound = {
|
|
761
|
-
server_url: string;
|
|
762
|
-
headers?: {
|
|
763
|
-
[k: string]: DuplicateToolResponseBodyHeaders$Outbound;
|
|
764
|
-
} | undefined;
|
|
765
|
-
tools: Array<DuplicateToolResponseBodyTools$Outbound>;
|
|
766
|
-
connection_type: string;
|
|
767
|
-
};
|
|
768
|
-
/** @internal */
|
|
769
|
-
export declare const DuplicateToolResponseBodyMcp$outboundSchema: z.ZodType<DuplicateToolResponseBodyMcp$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyMcp>;
|
|
770
|
-
export declare function duplicateToolResponseBodyMcpToJSON(duplicateToolResponseBodyMcp: DuplicateToolResponseBodyMcp): string;
|
|
771
|
-
export declare function duplicateToolResponseBodyMcpFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyMcp, SDKValidationError>;
|
|
772
|
-
/** @internal */
|
|
773
|
-
export declare const DuplicateToolResponseBody4$inboundSchema: z.ZodType<DuplicateToolResponseBody4, z.ZodTypeDef, unknown>;
|
|
774
|
-
/** @internal */
|
|
775
|
-
export type DuplicateToolResponseBody4$Outbound = {
|
|
776
|
-
_id: string;
|
|
777
|
-
path: string;
|
|
778
|
-
key: string;
|
|
779
|
-
display_name?: string | undefined;
|
|
780
|
-
description: string;
|
|
781
|
-
created_by_id?: string | undefined;
|
|
782
|
-
updated_by_id?: string | undefined;
|
|
783
|
-
project_id: string;
|
|
784
|
-
workspace_id: string;
|
|
785
|
-
created: string;
|
|
786
|
-
updated: string;
|
|
787
|
-
status: string;
|
|
788
|
-
version_hash?: string | undefined;
|
|
789
|
-
type: string;
|
|
790
|
-
mcp: DuplicateToolResponseBodyMcp$Outbound;
|
|
791
|
-
};
|
|
792
|
-
/** @internal */
|
|
793
|
-
export declare const DuplicateToolResponseBody4$outboundSchema: z.ZodType<DuplicateToolResponseBody4$Outbound, z.ZodTypeDef, DuplicateToolResponseBody4>;
|
|
794
|
-
export declare function duplicateToolResponseBody4ToJSON(duplicateToolResponseBody4: DuplicateToolResponseBody4): string;
|
|
795
|
-
export declare function duplicateToolResponseBody4FromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBody4, SDKValidationError>;
|
|
796
|
-
/** @internal */
|
|
797
|
-
export declare const DuplicateToolResponseBodyToolsResponseStatus$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponseStatus>;
|
|
798
|
-
/** @internal */
|
|
799
|
-
export declare const DuplicateToolResponseBodyToolsResponseStatus$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponseStatus>;
|
|
800
|
-
/** @internal */
|
|
801
|
-
export declare const DuplicateToolResponseBodyToolsResponseType$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponseType>;
|
|
802
|
-
/** @internal */
|
|
803
|
-
export declare const DuplicateToolResponseBodyToolsResponseType$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponseType>;
|
|
804
|
-
/** @internal */
|
|
805
|
-
export declare const DuplicateToolResponseBodyMethod$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyMethod>;
|
|
806
|
-
/** @internal */
|
|
807
|
-
export declare const DuplicateToolResponseBodyMethod$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyMethod>;
|
|
808
|
-
/** @internal */
|
|
809
|
-
export declare const DuplicateToolHeaders2$inboundSchema: z.ZodType<DuplicateToolHeaders2, z.ZodTypeDef, unknown>;
|
|
810
|
-
/** @internal */
|
|
811
|
-
export type DuplicateToolHeaders2$Outbound = {
|
|
812
|
-
value: string;
|
|
813
|
-
encrypted: boolean;
|
|
814
|
-
};
|
|
815
|
-
/** @internal */
|
|
816
|
-
export declare const DuplicateToolHeaders2$outboundSchema: z.ZodType<DuplicateToolHeaders2$Outbound, z.ZodTypeDef, DuplicateToolHeaders2>;
|
|
817
|
-
export declare function duplicateToolHeaders2ToJSON(duplicateToolHeaders2: DuplicateToolHeaders2): string;
|
|
818
|
-
export declare function duplicateToolHeaders2FromJSON(jsonString: string): SafeParseResult<DuplicateToolHeaders2, SDKValidationError>;
|
|
819
|
-
/** @internal */
|
|
820
|
-
export declare const DuplicateToolResponseBodyToolsHeaders$inboundSchema: z.ZodType<DuplicateToolResponseBodyToolsHeaders, z.ZodTypeDef, unknown>;
|
|
821
|
-
/** @internal */
|
|
822
|
-
export type DuplicateToolResponseBodyToolsHeaders$Outbound = DuplicateToolHeaders2$Outbound | string;
|
|
823
|
-
/** @internal */
|
|
824
|
-
export declare const DuplicateToolResponseBodyToolsHeaders$outboundSchema: z.ZodType<DuplicateToolResponseBodyToolsHeaders$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyToolsHeaders>;
|
|
825
|
-
export declare function duplicateToolResponseBodyToolsHeadersToJSON(duplicateToolResponseBodyToolsHeaders: DuplicateToolResponseBodyToolsHeaders): string;
|
|
826
|
-
export declare function duplicateToolResponseBodyToolsHeadersFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyToolsHeaders, SDKValidationError>;
|
|
827
|
-
/** @internal */
|
|
828
|
-
export declare const DuplicateToolResponseBodyBlueprint$inboundSchema: z.ZodType<DuplicateToolResponseBodyBlueprint, z.ZodTypeDef, unknown>;
|
|
829
|
-
/** @internal */
|
|
830
|
-
export type DuplicateToolResponseBodyBlueprint$Outbound = {
|
|
831
|
-
url: string;
|
|
832
|
-
method: string;
|
|
833
|
-
headers?: {
|
|
834
|
-
[k: string]: DuplicateToolHeaders2$Outbound | string;
|
|
835
|
-
} | undefined;
|
|
836
|
-
body?: {
|
|
837
|
-
[k: string]: any;
|
|
838
|
-
} | undefined;
|
|
839
|
-
};
|
|
840
|
-
/** @internal */
|
|
841
|
-
export declare const DuplicateToolResponseBodyBlueprint$outboundSchema: z.ZodType<DuplicateToolResponseBodyBlueprint$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyBlueprint>;
|
|
842
|
-
export declare function duplicateToolResponseBodyBlueprintToJSON(duplicateToolResponseBodyBlueprint: DuplicateToolResponseBodyBlueprint): string;
|
|
843
|
-
export declare function duplicateToolResponseBodyBlueprintFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyBlueprint, SDKValidationError>;
|
|
844
|
-
/** @internal */
|
|
845
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson3Type$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson3Type>;
|
|
846
|
-
/** @internal */
|
|
847
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson3Type$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson3Type>;
|
|
848
|
-
/** @internal */
|
|
849
|
-
export declare const DuplicateToolResponseBodyDefaultValue$inboundSchema: z.ZodType<DuplicateToolResponseBodyDefaultValue, z.ZodTypeDef, unknown>;
|
|
850
|
-
/** @internal */
|
|
851
|
-
export type DuplicateToolResponseBodyDefaultValue$Outbound = string | number | boolean;
|
|
852
|
-
/** @internal */
|
|
853
|
-
export declare const DuplicateToolResponseBodyDefaultValue$outboundSchema: z.ZodType<DuplicateToolResponseBodyDefaultValue$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyDefaultValue>;
|
|
854
|
-
export declare function duplicateToolResponseBodyDefaultValueToJSON(duplicateToolResponseBodyDefaultValue: DuplicateToolResponseBodyDefaultValue): string;
|
|
855
|
-
export declare function duplicateToolResponseBodyDefaultValueFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyDefaultValue, SDKValidationError>;
|
|
856
|
-
/** @internal */
|
|
857
|
-
export declare const DuplicateToolResponseBodyArguments$inboundSchema: z.ZodType<DuplicateToolResponseBodyArguments, z.ZodTypeDef, unknown>;
|
|
858
|
-
/** @internal */
|
|
859
|
-
export type DuplicateToolResponseBodyArguments$Outbound = {
|
|
860
|
-
type: string;
|
|
861
|
-
description: string;
|
|
862
|
-
send_to_model: boolean;
|
|
863
|
-
default_value?: string | number | boolean | undefined;
|
|
864
|
-
};
|
|
865
|
-
/** @internal */
|
|
866
|
-
export declare const DuplicateToolResponseBodyArguments$outboundSchema: z.ZodType<DuplicateToolResponseBodyArguments$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyArguments>;
|
|
867
|
-
export declare function duplicateToolResponseBodyArgumentsToJSON(duplicateToolResponseBodyArguments: DuplicateToolResponseBodyArguments): string;
|
|
868
|
-
export declare function duplicateToolResponseBodyArgumentsFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyArguments, SDKValidationError>;
|
|
869
|
-
/** @internal */
|
|
870
|
-
export declare const DuplicateToolResponseBodyHttp$inboundSchema: z.ZodType<DuplicateToolResponseBodyHttp, z.ZodTypeDef, unknown>;
|
|
871
|
-
/** @internal */
|
|
872
|
-
export type DuplicateToolResponseBodyHttp$Outbound = {
|
|
873
|
-
blueprint: DuplicateToolResponseBodyBlueprint$Outbound;
|
|
874
|
-
arguments?: {
|
|
875
|
-
[k: string]: DuplicateToolResponseBodyArguments$Outbound;
|
|
876
|
-
} | undefined;
|
|
877
|
-
};
|
|
878
|
-
/** @internal */
|
|
879
|
-
export declare const DuplicateToolResponseBodyHttp$outboundSchema: z.ZodType<DuplicateToolResponseBodyHttp$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyHttp>;
|
|
880
|
-
export declare function duplicateToolResponseBodyHttpToJSON(duplicateToolResponseBodyHttp: DuplicateToolResponseBodyHttp): string;
|
|
881
|
-
export declare function duplicateToolResponseBodyHttpFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyHttp, SDKValidationError>;
|
|
882
|
-
/** @internal */
|
|
883
|
-
export declare const DuplicateToolResponseBody3$inboundSchema: z.ZodType<DuplicateToolResponseBody3, z.ZodTypeDef, unknown>;
|
|
884
|
-
/** @internal */
|
|
885
|
-
export type DuplicateToolResponseBody3$Outbound = {
|
|
886
|
-
_id: string;
|
|
887
|
-
path: string;
|
|
888
|
-
key: string;
|
|
889
|
-
display_name?: string | undefined;
|
|
890
|
-
description: string;
|
|
891
|
-
created_by_id?: string | undefined;
|
|
892
|
-
updated_by_id?: string | undefined;
|
|
893
|
-
project_id: string;
|
|
894
|
-
workspace_id: string;
|
|
895
|
-
created: string;
|
|
896
|
-
updated: string;
|
|
897
|
-
status: string;
|
|
898
|
-
version_hash?: string | undefined;
|
|
899
|
-
type: string;
|
|
900
|
-
http: DuplicateToolResponseBodyHttp$Outbound;
|
|
901
|
-
};
|
|
902
|
-
/** @internal */
|
|
903
|
-
export declare const DuplicateToolResponseBody3$outboundSchema: z.ZodType<DuplicateToolResponseBody3$Outbound, z.ZodTypeDef, DuplicateToolResponseBody3>;
|
|
904
|
-
export declare function duplicateToolResponseBody3ToJSON(duplicateToolResponseBody3: DuplicateToolResponseBody3): string;
|
|
905
|
-
export declare function duplicateToolResponseBody3FromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBody3, SDKValidationError>;
|
|
906
|
-
/** @internal */
|
|
907
|
-
export declare const DuplicateToolResponseBodyToolsStatus$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsStatus>;
|
|
908
|
-
/** @internal */
|
|
909
|
-
export declare const DuplicateToolResponseBodyToolsStatus$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsStatus>;
|
|
910
|
-
/** @internal */
|
|
911
|
-
export declare const DuplicateToolResponseBodyToolsType$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsType>;
|
|
912
|
-
/** @internal */
|
|
913
|
-
export declare const DuplicateToolResponseBodyToolsType$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsType>;
|
|
914
|
-
/** @internal */
|
|
915
|
-
export declare const DuplicateToolResponseBodySchema$inboundSchema: z.ZodType<DuplicateToolResponseBodySchema, z.ZodTypeDef, unknown>;
|
|
916
|
-
/** @internal */
|
|
917
|
-
export type DuplicateToolResponseBodySchema$Outbound = {
|
|
918
|
-
type: string;
|
|
919
|
-
properties: {
|
|
920
|
-
[k: string]: any;
|
|
921
|
-
};
|
|
922
|
-
required: Array<string>;
|
|
923
|
-
[additionalProperties: string]: unknown;
|
|
924
|
-
};
|
|
925
|
-
/** @internal */
|
|
926
|
-
export declare const DuplicateToolResponseBodySchema$outboundSchema: z.ZodType<DuplicateToolResponseBodySchema$Outbound, z.ZodTypeDef, DuplicateToolResponseBodySchema>;
|
|
927
|
-
export declare function duplicateToolResponseBodySchemaToJSON(duplicateToolResponseBodySchema: DuplicateToolResponseBodySchema): string;
|
|
928
|
-
export declare function duplicateToolResponseBodySchemaFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodySchema, SDKValidationError>;
|
|
929
|
-
/** @internal */
|
|
930
|
-
export declare const DuplicateToolResponseBodyJsonSchema$inboundSchema: z.ZodType<DuplicateToolResponseBodyJsonSchema, z.ZodTypeDef, unknown>;
|
|
931
|
-
/** @internal */
|
|
932
|
-
export type DuplicateToolResponseBodyJsonSchema$Outbound = {
|
|
933
|
-
name: string;
|
|
934
|
-
description: string;
|
|
935
|
-
schema: DuplicateToolResponseBodySchema$Outbound;
|
|
936
|
-
strict?: boolean | undefined;
|
|
937
|
-
};
|
|
938
|
-
/** @internal */
|
|
939
|
-
export declare const DuplicateToolResponseBodyJsonSchema$outboundSchema: z.ZodType<DuplicateToolResponseBodyJsonSchema$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyJsonSchema>;
|
|
940
|
-
export declare function duplicateToolResponseBodyJsonSchemaToJSON(duplicateToolResponseBodyJsonSchema: DuplicateToolResponseBodyJsonSchema): string;
|
|
941
|
-
export declare function duplicateToolResponseBodyJsonSchemaFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyJsonSchema, SDKValidationError>;
|
|
942
|
-
/** @internal */
|
|
943
|
-
export declare const DuplicateToolResponseBody2$inboundSchema: z.ZodType<DuplicateToolResponseBody2, z.ZodTypeDef, unknown>;
|
|
944
|
-
/** @internal */
|
|
945
|
-
export type DuplicateToolResponseBody2$Outbound = {
|
|
946
|
-
_id: string;
|
|
947
|
-
path: string;
|
|
948
|
-
key: string;
|
|
949
|
-
display_name?: string | undefined;
|
|
950
|
-
description: string;
|
|
951
|
-
created_by_id?: string | undefined;
|
|
952
|
-
updated_by_id?: string | undefined;
|
|
953
|
-
project_id: string;
|
|
954
|
-
workspace_id: string;
|
|
955
|
-
created: string;
|
|
956
|
-
updated: string;
|
|
957
|
-
status: string;
|
|
958
|
-
version_hash?: string | undefined;
|
|
959
|
-
type: string;
|
|
960
|
-
json_schema: DuplicateToolResponseBodyJsonSchema$Outbound;
|
|
961
|
-
};
|
|
962
|
-
/** @internal */
|
|
963
|
-
export declare const DuplicateToolResponseBody2$outboundSchema: z.ZodType<DuplicateToolResponseBody2$Outbound, z.ZodTypeDef, DuplicateToolResponseBody2>;
|
|
964
|
-
export declare function duplicateToolResponseBody2ToJSON(duplicateToolResponseBody2: DuplicateToolResponseBody2): string;
|
|
965
|
-
export declare function duplicateToolResponseBody2FromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBody2, SDKValidationError>;
|
|
966
|
-
/** @internal */
|
|
967
|
-
export declare const DuplicateToolResponseBodyStatus$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyStatus>;
|
|
968
|
-
/** @internal */
|
|
969
|
-
export declare const DuplicateToolResponseBodyStatus$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyStatus>;
|
|
970
|
-
/** @internal */
|
|
971
|
-
export declare const DuplicateToolResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyType>;
|
|
972
|
-
/** @internal */
|
|
973
|
-
export declare const DuplicateToolResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyType>;
|
|
974
|
-
/** @internal */
|
|
975
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson1Type$inboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson1Type>;
|
|
976
|
-
/** @internal */
|
|
977
|
-
export declare const DuplicateToolResponseBodyToolsResponse200ApplicationJson1Type$outboundSchema: z.ZodNativeEnum<typeof DuplicateToolResponseBodyToolsResponse200ApplicationJson1Type>;
|
|
978
|
-
/** @internal */
|
|
979
|
-
export declare const DuplicateToolResponseBodyParameters$inboundSchema: z.ZodType<DuplicateToolResponseBodyParameters, z.ZodTypeDef, unknown>;
|
|
980
|
-
/** @internal */
|
|
981
|
-
export type DuplicateToolResponseBodyParameters$Outbound = {
|
|
982
|
-
type: string;
|
|
983
|
-
properties: {
|
|
984
|
-
[k: string]: any;
|
|
985
|
-
};
|
|
986
|
-
required: Array<string>;
|
|
987
|
-
[additionalProperties: string]: unknown;
|
|
988
|
-
};
|
|
989
|
-
/** @internal */
|
|
990
|
-
export declare const DuplicateToolResponseBodyParameters$outboundSchema: z.ZodType<DuplicateToolResponseBodyParameters$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyParameters>;
|
|
991
|
-
export declare function duplicateToolResponseBodyParametersToJSON(duplicateToolResponseBodyParameters: DuplicateToolResponseBodyParameters): string;
|
|
992
|
-
export declare function duplicateToolResponseBodyParametersFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyParameters, SDKValidationError>;
|
|
993
|
-
/** @internal */
|
|
994
|
-
export declare const DuplicateToolResponseBodyFunction$inboundSchema: z.ZodType<DuplicateToolResponseBodyFunction, z.ZodTypeDef, unknown>;
|
|
995
|
-
/** @internal */
|
|
996
|
-
export type DuplicateToolResponseBodyFunction$Outbound = {
|
|
997
|
-
name: string;
|
|
998
|
-
description?: string | undefined;
|
|
999
|
-
strict?: boolean | undefined;
|
|
1000
|
-
parameters?: DuplicateToolResponseBodyParameters$Outbound | undefined;
|
|
1001
|
-
};
|
|
1002
|
-
/** @internal */
|
|
1003
|
-
export declare const DuplicateToolResponseBodyFunction$outboundSchema: z.ZodType<DuplicateToolResponseBodyFunction$Outbound, z.ZodTypeDef, DuplicateToolResponseBodyFunction>;
|
|
1004
|
-
export declare function duplicateToolResponseBodyFunctionToJSON(duplicateToolResponseBodyFunction: DuplicateToolResponseBodyFunction): string;
|
|
1005
|
-
export declare function duplicateToolResponseBodyFunctionFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBodyFunction, SDKValidationError>;
|
|
1006
|
-
/** @internal */
|
|
1007
|
-
export declare const DuplicateToolResponseBody1$inboundSchema: z.ZodType<DuplicateToolResponseBody1, z.ZodTypeDef, unknown>;
|
|
1008
|
-
/** @internal */
|
|
1009
|
-
export type DuplicateToolResponseBody1$Outbound = {
|
|
1010
|
-
_id: string;
|
|
1011
|
-
path: string;
|
|
1012
|
-
key: string;
|
|
1013
|
-
display_name?: string | undefined;
|
|
1014
|
-
description: string;
|
|
1015
|
-
created_by_id?: string | undefined;
|
|
1016
|
-
updated_by_id?: string | undefined;
|
|
1017
|
-
project_id: string;
|
|
1018
|
-
workspace_id: string;
|
|
1019
|
-
created: string;
|
|
1020
|
-
updated: string;
|
|
1021
|
-
status: string;
|
|
1022
|
-
version_hash?: string | undefined;
|
|
1023
|
-
type: string;
|
|
1024
|
-
function: DuplicateToolResponseBodyFunction$Outbound;
|
|
1025
|
-
};
|
|
1026
|
-
/** @internal */
|
|
1027
|
-
export declare const DuplicateToolResponseBody1$outboundSchema: z.ZodType<DuplicateToolResponseBody1$Outbound, z.ZodTypeDef, DuplicateToolResponseBody1>;
|
|
1028
|
-
export declare function duplicateToolResponseBody1ToJSON(duplicateToolResponseBody1: DuplicateToolResponseBody1): string;
|
|
1029
|
-
export declare function duplicateToolResponseBody1FromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBody1, SDKValidationError>;
|
|
1030
|
-
/** @internal */
|
|
1031
|
-
export declare const DuplicateToolResponseBody$inboundSchema: z.ZodType<DuplicateToolResponseBody, z.ZodTypeDef, unknown>;
|
|
1032
|
-
/** @internal */
|
|
1033
|
-
export type DuplicateToolResponseBody$Outbound = DuplicateToolResponseBody1$Outbound | DuplicateToolResponseBody2$Outbound | DuplicateToolResponseBody3$Outbound | DuplicateToolResponseBody4$Outbound | DuplicateToolResponseBody5$Outbound;
|
|
1034
|
-
/** @internal */
|
|
1035
|
-
export declare const DuplicateToolResponseBody$outboundSchema: z.ZodType<DuplicateToolResponseBody$Outbound, z.ZodTypeDef, DuplicateToolResponseBody>;
|
|
1036
|
-
export declare function duplicateToolResponseBodyToJSON(duplicateToolResponseBody: DuplicateToolResponseBody): string;
|
|
1037
|
-
export declare function duplicateToolResponseBodyFromJSON(jsonString: string): SafeParseResult<DuplicateToolResponseBody, SDKValidationError>;
|
|
1038
|
-
//# sourceMappingURL=duplicatetool.d.ts.map
|