@orq-ai/node 4.0.0-rc.16 → 4.0.0-rc.18
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/bin/mcp-server.js +302 -300
- package/bin/mcp-server.js.map +41 -41
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/createagent.d.ts +11 -11
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +22 -22
- package/models/operations/createagent.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 +10 -10
- package/models/operations/duplicatetool.js +10 -10
- 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 +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listagenttasks.d.ts +6 -0
- package/models/operations/listagenttasks.d.ts.map +1 -1
- package/models/operations/listagenttasks.js +2 -0
- package/models/operations/listagenttasks.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 +10 -10
- package/models/operations/runagent.d.ts +11 -11
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +22 -22
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +11 -11
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +22 -22
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +11 -11
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +22 -22
- package/models/operations/updateagent.js.map +1 -1
- 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 +10 -10
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/createagent.ts +33 -33
- 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 +10 -10
- package/src/models/operations/duplicatetool.ts +10 -10
- 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 +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listagenttasks.ts +4 -0
- 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 +10 -10
- package/src/models/operations/runagent.ts +33 -33
- package/src/models/operations/streamrunagent.ts +33 -33
- package/src/models/operations/updateagent.ts +33 -33
- 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 +10 -10
|
@@ -4143,7 +4143,7 @@ export const AgentToolInputCRUDCurrentDateTool$inboundSchema: z.ZodType<
|
|
|
4143
4143
|
> = z.object({
|
|
4144
4144
|
type:
|
|
4145
4145
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type$inboundSchema,
|
|
4146
|
-
requires_approval: z.boolean().
|
|
4146
|
+
requires_approval: z.boolean().optional(),
|
|
4147
4147
|
}).transform((v) => {
|
|
4148
4148
|
return remap$(v, {
|
|
4149
4149
|
"requires_approval": "requiresApproval",
|
|
@@ -4152,7 +4152,7 @@ export const AgentToolInputCRUDCurrentDateTool$inboundSchema: z.ZodType<
|
|
|
4152
4152
|
/** @internal */
|
|
4153
4153
|
export type AgentToolInputCRUDCurrentDateTool$Outbound = {
|
|
4154
4154
|
type: string;
|
|
4155
|
-
requires_approval
|
|
4155
|
+
requires_approval?: boolean | undefined;
|
|
4156
4156
|
};
|
|
4157
4157
|
|
|
4158
4158
|
/** @internal */
|
|
@@ -4163,7 +4163,7 @@ export const AgentToolInputCRUDCurrentDateTool$outboundSchema: z.ZodType<
|
|
|
4163
4163
|
> = z.object({
|
|
4164
4164
|
type:
|
|
4165
4165
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type$outboundSchema,
|
|
4166
|
-
requiresApproval: z.boolean().
|
|
4166
|
+
requiresApproval: z.boolean().optional(),
|
|
4167
4167
|
}).transform((v) => {
|
|
4168
4168
|
return remap$(v, {
|
|
4169
4169
|
requiresApproval: "requires_approval",
|
|
@@ -4211,7 +4211,7 @@ export const AgentToolInputCRUDQueryKnowledgeBaseTool$inboundSchema: z.ZodType<
|
|
|
4211
4211
|
> = z.object({
|
|
4212
4212
|
type:
|
|
4213
4213
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools10Type$inboundSchema,
|
|
4214
|
-
requires_approval: z.boolean().
|
|
4214
|
+
requires_approval: z.boolean().optional(),
|
|
4215
4215
|
}).transform((v) => {
|
|
4216
4216
|
return remap$(v, {
|
|
4217
4217
|
"requires_approval": "requiresApproval",
|
|
@@ -4220,7 +4220,7 @@ export const AgentToolInputCRUDQueryKnowledgeBaseTool$inboundSchema: z.ZodType<
|
|
|
4220
4220
|
/** @internal */
|
|
4221
4221
|
export type AgentToolInputCRUDQueryKnowledgeBaseTool$Outbound = {
|
|
4222
4222
|
type: string;
|
|
4223
|
-
requires_approval
|
|
4223
|
+
requires_approval?: boolean | undefined;
|
|
4224
4224
|
};
|
|
4225
4225
|
|
|
4226
4226
|
/** @internal */
|
|
@@ -4231,7 +4231,7 @@ export const AgentToolInputCRUDQueryKnowledgeBaseTool$outboundSchema: z.ZodType<
|
|
|
4231
4231
|
> = z.object({
|
|
4232
4232
|
type:
|
|
4233
4233
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools10Type$outboundSchema,
|
|
4234
|
-
requiresApproval: z.boolean().
|
|
4234
|
+
requiresApproval: z.boolean().optional(),
|
|
4235
4235
|
}).transform((v) => {
|
|
4236
4236
|
return remap$(v, {
|
|
4237
4237
|
requiresApproval: "requires_approval",
|
|
@@ -4287,7 +4287,7 @@ export const AgentToolInputCRUDRetrieveKnowledgeBasesTool$inboundSchema:
|
|
|
4287
4287
|
> = z.object({
|
|
4288
4288
|
type:
|
|
4289
4289
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools9Type$inboundSchema,
|
|
4290
|
-
requires_approval: z.boolean().
|
|
4290
|
+
requires_approval: z.boolean().optional(),
|
|
4291
4291
|
}).transform((v) => {
|
|
4292
4292
|
return remap$(v, {
|
|
4293
4293
|
"requires_approval": "requiresApproval",
|
|
@@ -4296,7 +4296,7 @@ export const AgentToolInputCRUDRetrieveKnowledgeBasesTool$inboundSchema:
|
|
|
4296
4296
|
/** @internal */
|
|
4297
4297
|
export type AgentToolInputCRUDRetrieveKnowledgeBasesTool$Outbound = {
|
|
4298
4298
|
type: string;
|
|
4299
|
-
requires_approval
|
|
4299
|
+
requires_approval?: boolean | undefined;
|
|
4300
4300
|
};
|
|
4301
4301
|
|
|
4302
4302
|
/** @internal */
|
|
@@ -4308,7 +4308,7 @@ export const AgentToolInputCRUDRetrieveKnowledgeBasesTool$outboundSchema:
|
|
|
4308
4308
|
> = z.object({
|
|
4309
4309
|
type:
|
|
4310
4310
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools9Type$outboundSchema,
|
|
4311
|
-
requiresApproval: z.boolean().
|
|
4311
|
+
requiresApproval: z.boolean().optional(),
|
|
4312
4312
|
}).transform((v) => {
|
|
4313
4313
|
return remap$(v, {
|
|
4314
4314
|
requiresApproval: "requires_approval",
|
|
@@ -4361,7 +4361,7 @@ export const AgentToolInputCRUDDeleteMemoryDocumentTool$inboundSchema:
|
|
|
4361
4361
|
z.object({
|
|
4362
4362
|
type:
|
|
4363
4363
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools8Type$inboundSchema,
|
|
4364
|
-
requires_approval: z.boolean().
|
|
4364
|
+
requires_approval: z.boolean().optional(),
|
|
4365
4365
|
}).transform((v) => {
|
|
4366
4366
|
return remap$(v, {
|
|
4367
4367
|
"requires_approval": "requiresApproval",
|
|
@@ -4370,7 +4370,7 @@ export const AgentToolInputCRUDDeleteMemoryDocumentTool$inboundSchema:
|
|
|
4370
4370
|
/** @internal */
|
|
4371
4371
|
export type AgentToolInputCRUDDeleteMemoryDocumentTool$Outbound = {
|
|
4372
4372
|
type: string;
|
|
4373
|
-
requires_approval
|
|
4373
|
+
requires_approval?: boolean | undefined;
|
|
4374
4374
|
};
|
|
4375
4375
|
|
|
4376
4376
|
/** @internal */
|
|
@@ -4382,7 +4382,7 @@ export const AgentToolInputCRUDDeleteMemoryDocumentTool$outboundSchema:
|
|
|
4382
4382
|
> = z.object({
|
|
4383
4383
|
type:
|
|
4384
4384
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools8Type$outboundSchema,
|
|
4385
|
-
requiresApproval: z.boolean().
|
|
4385
|
+
requiresApproval: z.boolean().optional(),
|
|
4386
4386
|
}).transform((v) => {
|
|
4387
4387
|
return remap$(v, {
|
|
4388
4388
|
requiresApproval: "requires_approval",
|
|
@@ -4435,7 +4435,7 @@ export const AgentToolInputCRUDRetrieveMemoryStoresTool$inboundSchema:
|
|
|
4435
4435
|
z.object({
|
|
4436
4436
|
type:
|
|
4437
4437
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools7Type$inboundSchema,
|
|
4438
|
-
requires_approval: z.boolean().
|
|
4438
|
+
requires_approval: z.boolean().optional(),
|
|
4439
4439
|
}).transform((v) => {
|
|
4440
4440
|
return remap$(v, {
|
|
4441
4441
|
"requires_approval": "requiresApproval",
|
|
@@ -4444,7 +4444,7 @@ export const AgentToolInputCRUDRetrieveMemoryStoresTool$inboundSchema:
|
|
|
4444
4444
|
/** @internal */
|
|
4445
4445
|
export type AgentToolInputCRUDRetrieveMemoryStoresTool$Outbound = {
|
|
4446
4446
|
type: string;
|
|
4447
|
-
requires_approval
|
|
4447
|
+
requires_approval?: boolean | undefined;
|
|
4448
4448
|
};
|
|
4449
4449
|
|
|
4450
4450
|
/** @internal */
|
|
@@ -4456,7 +4456,7 @@ export const AgentToolInputCRUDRetrieveMemoryStoresTool$outboundSchema:
|
|
|
4456
4456
|
> = z.object({
|
|
4457
4457
|
type:
|
|
4458
4458
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsTools7Type$outboundSchema,
|
|
4459
|
-
requiresApproval: z.boolean().
|
|
4459
|
+
requiresApproval: z.boolean().optional(),
|
|
4460
4460
|
}).transform((v) => {
|
|
4461
4461
|
return remap$(v, {
|
|
4462
4462
|
requiresApproval: "requires_approval",
|
|
@@ -4511,7 +4511,7 @@ export const AgentToolInputCRUDWriteMemoryStoreTool$inboundSchema: z.ZodType<
|
|
|
4511
4511
|
> = z.object({
|
|
4512
4512
|
type:
|
|
4513
4513
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsToolsType$inboundSchema,
|
|
4514
|
-
requires_approval: z.boolean().
|
|
4514
|
+
requires_approval: z.boolean().optional(),
|
|
4515
4515
|
}).transform((v) => {
|
|
4516
4516
|
return remap$(v, {
|
|
4517
4517
|
"requires_approval": "requiresApproval",
|
|
@@ -4520,7 +4520,7 @@ export const AgentToolInputCRUDWriteMemoryStoreTool$inboundSchema: z.ZodType<
|
|
|
4520
4520
|
/** @internal */
|
|
4521
4521
|
export type AgentToolInputCRUDWriteMemoryStoreTool$Outbound = {
|
|
4522
4522
|
type: string;
|
|
4523
|
-
requires_approval
|
|
4523
|
+
requires_approval?: boolean | undefined;
|
|
4524
4524
|
};
|
|
4525
4525
|
|
|
4526
4526
|
/** @internal */
|
|
@@ -4531,7 +4531,7 @@ export const AgentToolInputCRUDWriteMemoryStoreTool$outboundSchema: z.ZodType<
|
|
|
4531
4531
|
> = z.object({
|
|
4532
4532
|
type:
|
|
4533
4533
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsToolsType$outboundSchema,
|
|
4534
|
-
requiresApproval: z.boolean().
|
|
4534
|
+
requiresApproval: z.boolean().optional(),
|
|
4535
4535
|
}).transform((v) => {
|
|
4536
4536
|
return remap$(v, {
|
|
4537
4537
|
requiresApproval: "requires_approval",
|
|
@@ -4581,7 +4581,7 @@ export const AgentToolInputCRUDQueryMemoryStoreTool$inboundSchema: z.ZodType<
|
|
|
4581
4581
|
> = z.object({
|
|
4582
4582
|
type:
|
|
4583
4583
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsType$inboundSchema,
|
|
4584
|
-
requires_approval: z.boolean().
|
|
4584
|
+
requires_approval: z.boolean().optional(),
|
|
4585
4585
|
}).transform((v) => {
|
|
4586
4586
|
return remap$(v, {
|
|
4587
4587
|
"requires_approval": "requiresApproval",
|
|
@@ -4590,7 +4590,7 @@ export const AgentToolInputCRUDQueryMemoryStoreTool$inboundSchema: z.ZodType<
|
|
|
4590
4590
|
/** @internal */
|
|
4591
4591
|
export type AgentToolInputCRUDQueryMemoryStoreTool$Outbound = {
|
|
4592
4592
|
type: string;
|
|
4593
|
-
requires_approval
|
|
4593
|
+
requires_approval?: boolean | undefined;
|
|
4594
4594
|
};
|
|
4595
4595
|
|
|
4596
4596
|
/** @internal */
|
|
@@ -4601,7 +4601,7 @@ export const AgentToolInputCRUDQueryMemoryStoreTool$outboundSchema: z.ZodType<
|
|
|
4601
4601
|
> = z.object({
|
|
4602
4602
|
type:
|
|
4603
4603
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodySettingsType$outboundSchema,
|
|
4604
|
-
requiresApproval: z.boolean().
|
|
4604
|
+
requiresApproval: z.boolean().optional(),
|
|
4605
4605
|
}).transform((v) => {
|
|
4606
4606
|
return remap$(v, {
|
|
4607
4607
|
requiresApproval: "requires_approval",
|
|
@@ -4647,7 +4647,7 @@ export const AgentToolInputCRUDRetrieveAgentsTool$inboundSchema: z.ZodType<
|
|
|
4647
4647
|
unknown
|
|
4648
4648
|
> = z.object({
|
|
4649
4649
|
type: UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodyType$inboundSchema,
|
|
4650
|
-
requires_approval: z.boolean().
|
|
4650
|
+
requires_approval: z.boolean().optional(),
|
|
4651
4651
|
}).transform((v) => {
|
|
4652
4652
|
return remap$(v, {
|
|
4653
4653
|
"requires_approval": "requiresApproval",
|
|
@@ -4656,7 +4656,7 @@ export const AgentToolInputCRUDRetrieveAgentsTool$inboundSchema: z.ZodType<
|
|
|
4656
4656
|
/** @internal */
|
|
4657
4657
|
export type AgentToolInputCRUDRetrieveAgentsTool$Outbound = {
|
|
4658
4658
|
type: string;
|
|
4659
|
-
requires_approval
|
|
4659
|
+
requires_approval?: boolean | undefined;
|
|
4660
4660
|
};
|
|
4661
4661
|
|
|
4662
4662
|
/** @internal */
|
|
@@ -4667,7 +4667,7 @@ export const AgentToolInputCRUDRetrieveAgentsTool$outboundSchema: z.ZodType<
|
|
|
4667
4667
|
> = z.object({
|
|
4668
4668
|
type:
|
|
4669
4669
|
UpdateAgentAgentToolInputCRUDAgentsRequestRequestBodyType$outboundSchema,
|
|
4670
|
-
requiresApproval: z.boolean().
|
|
4670
|
+
requiresApproval: z.boolean().optional(),
|
|
4671
4671
|
}).transform((v) => {
|
|
4672
4672
|
return remap$(v, {
|
|
4673
4673
|
requiresApproval: "requires_approval",
|
|
@@ -4710,7 +4710,7 @@ export const AgentToolInputCRUDCallSubAgentTool$inboundSchema: z.ZodType<
|
|
|
4710
4710
|
unknown
|
|
4711
4711
|
> = z.object({
|
|
4712
4712
|
type: UpdateAgentAgentToolInputCRUDAgentsRequestType$inboundSchema,
|
|
4713
|
-
requires_approval: z.boolean().
|
|
4713
|
+
requires_approval: z.boolean().optional(),
|
|
4714
4714
|
}).transform((v) => {
|
|
4715
4715
|
return remap$(v, {
|
|
4716
4716
|
"requires_approval": "requiresApproval",
|
|
@@ -4719,7 +4719,7 @@ export const AgentToolInputCRUDCallSubAgentTool$inboundSchema: z.ZodType<
|
|
|
4719
4719
|
/** @internal */
|
|
4720
4720
|
export type AgentToolInputCRUDCallSubAgentTool$Outbound = {
|
|
4721
4721
|
type: string;
|
|
4722
|
-
requires_approval
|
|
4722
|
+
requires_approval?: boolean | undefined;
|
|
4723
4723
|
};
|
|
4724
4724
|
|
|
4725
4725
|
/** @internal */
|
|
@@ -4729,7 +4729,7 @@ export const AgentToolInputCRUDCallSubAgentTool$outboundSchema: z.ZodType<
|
|
|
4729
4729
|
AgentToolInputCRUDCallSubAgentTool
|
|
4730
4730
|
> = z.object({
|
|
4731
4731
|
type: UpdateAgentAgentToolInputCRUDAgentsRequestType$outboundSchema,
|
|
4732
|
-
requiresApproval: z.boolean().
|
|
4732
|
+
requiresApproval: z.boolean().optional(),
|
|
4733
4733
|
}).transform((v) => {
|
|
4734
4734
|
return remap$(v, {
|
|
4735
4735
|
requiresApproval: "requires_approval",
|
|
@@ -4772,7 +4772,7 @@ export const AgentToolInputCRUDWebScraperTool$inboundSchema: z.ZodType<
|
|
|
4772
4772
|
unknown
|
|
4773
4773
|
> = z.object({
|
|
4774
4774
|
type: UpdateAgentAgentToolInputCRUDAgentsType$inboundSchema,
|
|
4775
|
-
requires_approval: z.boolean().
|
|
4775
|
+
requires_approval: z.boolean().optional(),
|
|
4776
4776
|
}).transform((v) => {
|
|
4777
4777
|
return remap$(v, {
|
|
4778
4778
|
"requires_approval": "requiresApproval",
|
|
@@ -4781,7 +4781,7 @@ export const AgentToolInputCRUDWebScraperTool$inboundSchema: z.ZodType<
|
|
|
4781
4781
|
/** @internal */
|
|
4782
4782
|
export type AgentToolInputCRUDWebScraperTool$Outbound = {
|
|
4783
4783
|
type: string;
|
|
4784
|
-
requires_approval
|
|
4784
|
+
requires_approval?: boolean | undefined;
|
|
4785
4785
|
};
|
|
4786
4786
|
|
|
4787
4787
|
/** @internal */
|
|
@@ -4791,7 +4791,7 @@ export const AgentToolInputCRUDWebScraperTool$outboundSchema: z.ZodType<
|
|
|
4791
4791
|
AgentToolInputCRUDWebScraperTool
|
|
4792
4792
|
> = z.object({
|
|
4793
4793
|
type: UpdateAgentAgentToolInputCRUDAgentsType$outboundSchema,
|
|
4794
|
-
requiresApproval: z.boolean().
|
|
4794
|
+
requiresApproval: z.boolean().optional(),
|
|
4795
4795
|
}).transform((v) => {
|
|
4796
4796
|
return remap$(v, {
|
|
4797
4797
|
requiresApproval: "requires_approval",
|
|
@@ -4833,7 +4833,7 @@ export const AgentToolInputCRUDGoogleSearchTool$inboundSchema: z.ZodType<
|
|
|
4833
4833
|
unknown
|
|
4834
4834
|
> = z.object({
|
|
4835
4835
|
type: UpdateAgentAgentToolInputCRUDType$inboundSchema,
|
|
4836
|
-
requires_approval: z.boolean().
|
|
4836
|
+
requires_approval: z.boolean().optional(),
|
|
4837
4837
|
}).transform((v) => {
|
|
4838
4838
|
return remap$(v, {
|
|
4839
4839
|
"requires_approval": "requiresApproval",
|
|
@@ -4842,7 +4842,7 @@ export const AgentToolInputCRUDGoogleSearchTool$inboundSchema: z.ZodType<
|
|
|
4842
4842
|
/** @internal */
|
|
4843
4843
|
export type AgentToolInputCRUDGoogleSearchTool$Outbound = {
|
|
4844
4844
|
type: string;
|
|
4845
|
-
requires_approval
|
|
4845
|
+
requires_approval?: boolean | undefined;
|
|
4846
4846
|
};
|
|
4847
4847
|
|
|
4848
4848
|
/** @internal */
|
|
@@ -4852,7 +4852,7 @@ export const AgentToolInputCRUDGoogleSearchTool$outboundSchema: z.ZodType<
|
|
|
4852
4852
|
AgentToolInputCRUDGoogleSearchTool
|
|
4853
4853
|
> = z.object({
|
|
4854
4854
|
type: UpdateAgentAgentToolInputCRUDType$outboundSchema,
|
|
4855
|
-
requiresApproval: z.boolean().
|
|
4855
|
+
requiresApproval: z.boolean().optional(),
|
|
4856
4856
|
}).transform((v) => {
|
|
4857
4857
|
return remap$(v, {
|
|
4858
4858
|
requiresApproval: "requires_approval",
|
|
@@ -436,7 +436,7 @@ export const UpdateBudgetResponseBody$inboundSchema: z.ZodType<
|
|
|
436
436
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
437
437
|
.optional(),
|
|
438
438
|
updated: z.string().datetime({ offset: true }).default(
|
|
439
|
-
"2025-11-
|
|
439
|
+
"2025-11-10T05:21:35.562Z",
|
|
440
440
|
).transform(v => new Date(v)),
|
|
441
441
|
}).transform((v) => {
|
|
442
442
|
return remap$(v, {
|
|
@@ -473,7 +473,7 @@ export const UpdateBudgetResponseBody$outboundSchema: z.ZodType<
|
|
|
473
473
|
isActive: z.boolean(),
|
|
474
474
|
consumption: z.lazy(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
475
475
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
476
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
476
|
+
updated: z.date().default(() => new Date("2025-11-10T05:21:35.562Z"))
|
|
477
477
|
.transform(v => v.toISOString()),
|
|
478
478
|
}).transform((v) => {
|
|
479
479
|
return remap$(v, {
|
|
@@ -214,7 +214,7 @@ export const UpdateContactResponseBody$inboundSchema: z.ZodType<
|
|
|
214
214
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
215
215
|
.optional(),
|
|
216
216
|
updated: z.string().datetime({ offset: true }).default(
|
|
217
|
-
"2025-11-
|
|
217
|
+
"2025-11-10T05:21:35.242Z",
|
|
218
218
|
).transform(v => new Date(v)),
|
|
219
219
|
}).transform((v) => {
|
|
220
220
|
return remap$(v, {
|
|
@@ -251,7 +251,7 @@ export const UpdateContactResponseBody$outboundSchema: z.ZodType<
|
|
|
251
251
|
tags: z.array(z.string()).optional(),
|
|
252
252
|
metadata: z.record(z.any()).optional(),
|
|
253
253
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
254
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
254
|
+
updated: z.date().default(() => new Date("2025-11-10T05:21:35.242Z"))
|
|
255
255
|
.transform(v => v.toISOString()),
|
|
256
256
|
}).transform((v) => {
|
|
257
257
|
return remap$(v, {
|
|
@@ -4893,7 +4893,7 @@ export const UpdateDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
4893
4893
|
.default("orq"),
|
|
4894
4894
|
reviewed_by_id: z.string(),
|
|
4895
4895
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
4896
|
-
"2025-11-
|
|
4896
|
+
"2025-11-10T05:21:48.972Z",
|
|
4897
4897
|
).transform(v => new Date(v)),
|
|
4898
4898
|
type: UpdateDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
4899
4899
|
values: z.array(z.string()),
|
|
@@ -4930,7 +4930,7 @@ export const UpdateDatapointEvaluations3$outboundSchema: z.ZodType<
|
|
|
4930
4930
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema
|
|
4931
4931
|
.default("orq"),
|
|
4932
4932
|
reviewedById: z.string(),
|
|
4933
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
4933
|
+
reviewedAt: z.date().default(() => new Date("2025-11-10T05:21:48.972Z"))
|
|
4934
4934
|
.transform(v => v.toISOString()),
|
|
4935
4935
|
type: UpdateDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
4936
4936
|
values: z.array(z.string()),
|
|
@@ -5003,7 +5003,7 @@ export const UpdateDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
5003
5003
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
5004
5004
|
reviewed_by_id: z.string(),
|
|
5005
5005
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
5006
|
-
"2025-11-
|
|
5006
|
+
"2025-11-10T05:21:48.972Z",
|
|
5007
5007
|
).transform(v => new Date(v)),
|
|
5008
5008
|
type: UpdateDatapointEvaluationsDatasetsType$inboundSchema,
|
|
5009
5009
|
value: z.number(),
|
|
@@ -5041,7 +5041,7 @@ export const UpdateDatapointEvaluations2$outboundSchema: z.ZodType<
|
|
|
5041
5041
|
"orq",
|
|
5042
5042
|
),
|
|
5043
5043
|
reviewedById: z.string(),
|
|
5044
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
5044
|
+
reviewedAt: z.date().default(() => new Date("2025-11-10T05:21:48.972Z"))
|
|
5045
5045
|
.transform(v => v.toISOString()),
|
|
5046
5046
|
type: UpdateDatapointEvaluationsDatasetsType$outboundSchema,
|
|
5047
5047
|
value: z.number(),
|
|
@@ -5112,7 +5112,7 @@ export const UpdateDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
5112
5112
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
5113
5113
|
reviewed_by_id: z.string(),
|
|
5114
5114
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
5115
|
-
"2025-11-
|
|
5115
|
+
"2025-11-10T05:21:48.971Z",
|
|
5116
5116
|
).transform(v => new Date(v)),
|
|
5117
5117
|
type: UpdateDatapointEvaluationsType$inboundSchema,
|
|
5118
5118
|
value: z.string(),
|
|
@@ -5147,7 +5147,7 @@ export const UpdateDatapointEvaluations1$outboundSchema: z.ZodType<
|
|
|
5147
5147
|
humanReviewId: z.string(),
|
|
5148
5148
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
5149
5149
|
reviewedById: z.string(),
|
|
5150
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
5150
|
+
reviewedAt: z.date().default(() => new Date("2025-11-10T05:21:48.971Z"))
|
|
5151
5151
|
.transform(v => v.toISOString()),
|
|
5152
5152
|
type: UpdateDatapointEvaluationsType$outboundSchema,
|
|
5153
5153
|
value: z.string(),
|
|
@@ -5262,7 +5262,7 @@ export const UpdateDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
5262
5262
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
5263
5263
|
.optional(),
|
|
5264
5264
|
updated: z.string().datetime({ offset: true }).default(
|
|
5265
|
-
"2025-11-
|
|
5265
|
+
"2025-11-10T05:21:35.242Z",
|
|
5266
5266
|
).transform(v => new Date(v)),
|
|
5267
5267
|
}).transform((v) => {
|
|
5268
5268
|
return remap$(v, {
|
|
@@ -5340,7 +5340,7 @@ export const UpdateDatapointResponseBody$outboundSchema: z.ZodType<
|
|
|
5340
5340
|
createdById: z.string().optional(),
|
|
5341
5341
|
updatedById: z.string().optional(),
|
|
5342
5342
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
5343
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
5343
|
+
updated: z.date().default(() => new Date("2025-11-10T05:21:35.242Z"))
|
|
5344
5344
|
.transform(v => v.toISOString()),
|
|
5345
5345
|
}).transform((v) => {
|
|
5346
5346
|
return remap$(v, {
|
|
@@ -256,7 +256,7 @@ export const UpdateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
256
256
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
257
257
|
.optional(),
|
|
258
258
|
updated: z.string().datetime({ offset: true }).default(
|
|
259
|
-
"2025-11-
|
|
259
|
+
"2025-11-10T05:21:35.242Z",
|
|
260
260
|
).transform(v => new Date(v)),
|
|
261
261
|
}).transform((v) => {
|
|
262
262
|
return remap$(v, {
|
|
@@ -295,7 +295,7 @@ export const UpdateDatasetResponseBody$outboundSchema: z.ZodType<
|
|
|
295
295
|
createdById: z.string().optional(),
|
|
296
296
|
updatedById: z.string().optional(),
|
|
297
297
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
298
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
298
|
+
updated: z.date().default(() => new Date("2025-11-10T05:21:35.242Z"))
|
|
299
299
|
.transform(v => v.toISOString()),
|
|
300
300
|
}).transform((v) => {
|
|
301
301
|
return remap$(v, {
|
|
@@ -202,7 +202,7 @@ export const UpdateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
202
202
|
z.ZodTypeDef,
|
|
203
203
|
unknown
|
|
204
204
|
> = z.object({
|
|
205
|
-
_id: z.string().default("
|
|
205
|
+
_id: z.string().default("01K9P3D69AYKR7DWGPND3HBNVK"),
|
|
206
206
|
display_name: z.string(),
|
|
207
207
|
description: z.string().optional(),
|
|
208
208
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -245,7 +245,7 @@ export const UpdateDatasourceResponseBody$outboundSchema: z.ZodType<
|
|
|
245
245
|
z.ZodTypeDef,
|
|
246
246
|
UpdateDatasourceResponseBody
|
|
247
247
|
> = z.object({
|
|
248
|
-
id: z.string().default("
|
|
248
|
+
id: z.string().default("01K9P3D69AYKR7DWGPND3HBNVK"),
|
|
249
249
|
displayName: z.string(),
|
|
250
250
|
description: z.string().optional(),
|
|
251
251
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -2988,8 +2988,8 @@ export const ResponseBodyTypescript$inboundSchema: z.ZodType<
|
|
|
2988
2988
|
> = z.object({
|
|
2989
2989
|
_id: z.string(),
|
|
2990
2990
|
description: z.string(),
|
|
2991
|
-
created: z.string().default("2025-11-
|
|
2992
|
-
updated: z.string().default("2025-11-
|
|
2991
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
2992
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
2993
2993
|
guardrail_config: z.union([
|
|
2994
2994
|
z.lazy(() =>
|
|
2995
2995
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
|
|
@@ -3031,8 +3031,8 @@ export const ResponseBodyTypescript$outboundSchema: z.ZodType<
|
|
|
3031
3031
|
> = z.object({
|
|
3032
3032
|
id: z.string(),
|
|
3033
3033
|
description: z.string(),
|
|
3034
|
-
created: z.string().default("2025-11-
|
|
3035
|
-
updated: z.string().default("2025-11-
|
|
3034
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
3035
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
3036
3036
|
guardrailConfig: z.union([
|
|
3037
3037
|
z.lazy(() =>
|
|
3038
3038
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
|
|
@@ -3322,8 +3322,8 @@ export const ResponseBodyRagas$inboundSchema: z.ZodType<
|
|
|
3322
3322
|
> = z.object({
|
|
3323
3323
|
_id: z.string(),
|
|
3324
3324
|
description: z.string(),
|
|
3325
|
-
created: z.string().default("2025-11-
|
|
3326
|
-
updated: z.string().default("2025-11-
|
|
3325
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
3326
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
3327
3327
|
guardrail_config: z.union([
|
|
3328
3328
|
z.lazy(() =>
|
|
3329
3329
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
|
|
@@ -3368,8 +3368,8 @@ export const ResponseBodyRagas$outboundSchema: z.ZodType<
|
|
|
3368
3368
|
> = z.object({
|
|
3369
3369
|
id: z.string(),
|
|
3370
3370
|
description: z.string(),
|
|
3371
|
-
created: z.string().default("2025-11-
|
|
3372
|
-
updated: z.string().default("2025-11-
|
|
3371
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
3372
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
3373
3373
|
guardrailConfig: z.union([
|
|
3374
3374
|
z.lazy(() =>
|
|
3375
3375
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
|
|
@@ -5707,8 +5707,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5707
5707
|
> = z.object({
|
|
5708
5708
|
_id: z.string(),
|
|
5709
5709
|
description: z.string(),
|
|
5710
|
-
created: z.string().default("2025-11-
|
|
5711
|
-
updated: z.string().default("2025-11-
|
|
5710
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
5711
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
5712
5712
|
guardrail_config: z.union([
|
|
5713
5713
|
z.lazy(() =>
|
|
5714
5714
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
|
|
@@ -5821,8 +5821,8 @@ export const ResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5821
5821
|
> = z.object({
|
|
5822
5822
|
id: z.string(),
|
|
5823
5823
|
description: z.string(),
|
|
5824
|
-
created: z.string().default("2025-11-
|
|
5825
|
-
updated: z.string().default("2025-11-
|
|
5824
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
5825
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
5826
5826
|
guardrailConfig: z.union([
|
|
5827
5827
|
z.lazy(() =>
|
|
5828
5828
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
|
|
@@ -6138,8 +6138,8 @@ export const UpdateEvalResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
6138
6138
|
> = z.object({
|
|
6139
6139
|
_id: z.string(),
|
|
6140
6140
|
description: z.string(),
|
|
6141
|
-
created: z.string().default("2025-11-
|
|
6142
|
-
updated: z.string().default("2025-11-
|
|
6141
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6142
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6143
6143
|
guardrail_config: z.union([
|
|
6144
6144
|
z.lazy(() =>
|
|
6145
6145
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -6180,8 +6180,8 @@ export const UpdateEvalResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
6180
6180
|
> = z.object({
|
|
6181
6181
|
id: z.string(),
|
|
6182
6182
|
description: z.string(),
|
|
6183
|
-
created: z.string().default("2025-11-
|
|
6184
|
-
updated: z.string().default("2025-11-
|
|
6183
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6184
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6185
6185
|
guardrailConfig: z.union([
|
|
6186
6186
|
z.lazy(() =>
|
|
6187
6187
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -6466,8 +6466,8 @@ export const UpdateEvalResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
6466
6466
|
> = z.object({
|
|
6467
6467
|
_id: z.string(),
|
|
6468
6468
|
description: z.string(),
|
|
6469
|
-
created: z.string().default("2025-11-
|
|
6470
|
-
updated: z.string().default("2025-11-
|
|
6469
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6470
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6471
6471
|
guardrail_config: z.union([
|
|
6472
6472
|
z.lazy(() =>
|
|
6473
6473
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -6514,8 +6514,8 @@ export const UpdateEvalResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
6514
6514
|
> = z.object({
|
|
6515
6515
|
id: z.string(),
|
|
6516
6516
|
description: z.string(),
|
|
6517
|
-
created: z.string().default("2025-11-
|
|
6518
|
-
updated: z.string().default("2025-11-
|
|
6517
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6518
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6519
6519
|
guardrailConfig: z.union([
|
|
6520
6520
|
z.lazy(() =>
|
|
6521
6521
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -6784,8 +6784,8 @@ export const UpdateEvalResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
6784
6784
|
> = z.object({
|
|
6785
6785
|
_id: z.string(),
|
|
6786
6786
|
description: z.string(),
|
|
6787
|
-
created: z.string().default("2025-11-
|
|
6788
|
-
updated: z.string().default("2025-11-
|
|
6787
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6788
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6789
6789
|
guardrail_config: z.union([
|
|
6790
6790
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
6791
6791
|
z.lazy(() =>
|
|
@@ -6824,8 +6824,8 @@ export const UpdateEvalResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
6824
6824
|
> = z.object({
|
|
6825
6825
|
id: z.string(),
|
|
6826
6826
|
description: z.string(),
|
|
6827
|
-
created: z.string().default("2025-11-
|
|
6828
|
-
updated: z.string().default("2025-11-
|
|
6827
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6828
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
6829
6829
|
guardrailConfig: z.union([
|
|
6830
6830
|
z.lazy(() =>
|
|
6831
6831
|
UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -7064,8 +7064,8 @@ export const UpdateEvalResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
7064
7064
|
> = z.object({
|
|
7065
7065
|
_id: z.string(),
|
|
7066
7066
|
description: z.string(),
|
|
7067
|
-
created: z.string().default("2025-11-
|
|
7068
|
-
updated: z.string().default("2025-11-
|
|
7067
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
7068
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
7069
7069
|
guardrail_config: z.union([
|
|
7070
7070
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
7071
7071
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -7104,8 +7104,8 @@ export const UpdateEvalResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
7104
7104
|
> = z.object({
|
|
7105
7105
|
id: z.string(),
|
|
7106
7106
|
description: z.string(),
|
|
7107
|
-
created: z.string().default("2025-11-
|
|
7108
|
-
updated: z.string().default("2025-11-
|
|
7107
|
+
created: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
7108
|
+
updated: z.string().default("2025-11-10T05:21:37.815Z"),
|
|
7109
7109
|
guardrailConfig: z.union([
|
|
7110
7110
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
7111
7111
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|