@orq-ai/node 4.13.0-rc.6 → 4.13.0-rc.7

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.
Files changed (112) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +2 -2
  3. package/lib/config.js +2 -2
  4. package/models/components/evaluatorresponsefunction.js +2 -2
  5. package/models/components/evaluatorresponsehttp.js +2 -2
  6. package/models/components/evaluatorresponsejsonschema.js +2 -2
  7. package/models/components/evaluatorresponsellm.js +2 -2
  8. package/models/components/evaluatorresponsepython.js +2 -2
  9. package/models/components/evaluatorresponseragas.js +2 -2
  10. package/models/components/evaluatorresponsetypescript.js +2 -2
  11. package/models/components/modeldocument.d.ts +2 -2
  12. package/models/components/modeldocument.d.ts.map +1 -1
  13. package/models/components/modeldocument.js +2 -2
  14. package/models/components/modeldocument.js.map +1 -1
  15. package/models/components/reasoningpart.js +1 -1
  16. package/models/operations/createdataset.js +1 -1
  17. package/models/operations/createdatasetitem.js +5 -5
  18. package/models/operations/createdatasource.js +1 -1
  19. package/models/operations/createtool.js +6 -6
  20. package/models/operations/getalltools.js +6 -6
  21. package/models/operations/getv2humanevalsets.js +2 -2
  22. package/models/operations/getv2humanevalsetsid.js +2 -2
  23. package/models/operations/listdatasetdatapoints.js +5 -5
  24. package/models/operations/listdatasets.js +1 -1
  25. package/models/operations/listdatasources.js +1 -1
  26. package/models/operations/modelcreate.d.ts +2 -2
  27. package/models/operations/modelcreate.d.ts.map +1 -1
  28. package/models/operations/modelcreate.js +2 -2
  29. package/models/operations/modelcreate.js.map +1 -1
  30. package/models/operations/modelcreateawsbedrock.d.ts +2 -2
  31. package/models/operations/modelcreateawsbedrock.d.ts.map +1 -1
  32. package/models/operations/modelcreateawsbedrock.js +2 -2
  33. package/models/operations/modelcreateawsbedrock.js.map +1 -1
  34. package/models/operations/modelcreateopenailike.d.ts +2 -2
  35. package/models/operations/modelcreateopenailike.d.ts.map +1 -1
  36. package/models/operations/modelcreateopenailike.js +2 -2
  37. package/models/operations/modelcreateopenailike.js.map +1 -1
  38. package/models/operations/modelcreatevertex.d.ts +2 -2
  39. package/models/operations/modelcreatevertex.d.ts.map +1 -1
  40. package/models/operations/modelcreatevertex.js +2 -2
  41. package/models/operations/modelcreatevertex.js.map +1 -1
  42. package/models/operations/modelupdate.d.ts +2 -2
  43. package/models/operations/modelupdate.d.ts.map +1 -1
  44. package/models/operations/modelupdate.js +2 -2
  45. package/models/operations/modelupdate.js.map +1 -1
  46. package/models/operations/modelupdateawsbedrock.d.ts +2 -2
  47. package/models/operations/modelupdateawsbedrock.d.ts.map +1 -1
  48. package/models/operations/modelupdateawsbedrock.js +2 -2
  49. package/models/operations/modelupdateawsbedrock.js.map +1 -1
  50. package/models/operations/modelupdateopenailike.d.ts +2 -2
  51. package/models/operations/modelupdateopenailike.d.ts.map +1 -1
  52. package/models/operations/modelupdateopenailike.js +2 -2
  53. package/models/operations/modelupdateopenailike.js.map +1 -1
  54. package/models/operations/patchv2humanevalsetsid.js +2 -2
  55. package/models/operations/postv2feedbackevaluation.js +4 -4
  56. package/models/operations/postv2humanevalsets.js +2 -2
  57. package/models/operations/retrievedatapoint.js +5 -5
  58. package/models/operations/retrievedataset.js +1 -1
  59. package/models/operations/retrievedatasource.js +1 -1
  60. package/models/operations/retrievetool.js +6 -6
  61. package/models/operations/runagent.js +1 -1
  62. package/models/operations/streamrunagent.js +1 -1
  63. package/models/operations/updatedatapoint.js +5 -5
  64. package/models/operations/updatedataset.js +1 -1
  65. package/models/operations/updatedatasource.js +1 -1
  66. package/models/operations/updatetool.js +7 -7
  67. package/package.json +6 -6
  68. package/sdk/feedback.d.ts +4 -1
  69. package/sdk/feedback.d.ts.map +1 -1
  70. package/sdk/feedback.js +4 -1
  71. package/sdk/feedback.js.map +1 -1
  72. package/src/lib/config.ts +2 -2
  73. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  74. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  75. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  76. package/src/models/components/evaluatorresponsellm.ts +2 -2
  77. package/src/models/components/evaluatorresponsepython.ts +2 -2
  78. package/src/models/components/evaluatorresponseragas.ts +2 -2
  79. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  80. package/src/models/components/modeldocument.ts +4 -4
  81. package/src/models/components/reasoningpart.ts +1 -1
  82. package/src/models/operations/createdataset.ts +1 -1
  83. package/src/models/operations/createdatasetitem.ts +5 -5
  84. package/src/models/operations/createdatasource.ts +1 -1
  85. package/src/models/operations/createtool.ts +6 -6
  86. package/src/models/operations/getalltools.ts +6 -6
  87. package/src/models/operations/getv2humanevalsets.ts +2 -2
  88. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  89. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  90. package/src/models/operations/listdatasets.ts +1 -1
  91. package/src/models/operations/listdatasources.ts +1 -1
  92. package/src/models/operations/modelcreate.ts +4 -4
  93. package/src/models/operations/modelcreateawsbedrock.ts +4 -4
  94. package/src/models/operations/modelcreateopenailike.ts +4 -4
  95. package/src/models/operations/modelcreatevertex.ts +4 -4
  96. package/src/models/operations/modelupdate.ts +4 -4
  97. package/src/models/operations/modelupdateawsbedrock.ts +4 -4
  98. package/src/models/operations/modelupdateopenailike.ts +4 -4
  99. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  100. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  101. package/src/models/operations/postv2humanevalsets.ts +2 -2
  102. package/src/models/operations/retrievedatapoint.ts +5 -5
  103. package/src/models/operations/retrievedataset.ts +1 -1
  104. package/src/models/operations/retrievedatasource.ts +1 -1
  105. package/src/models/operations/retrievetool.ts +6 -6
  106. package/src/models/operations/runagent.ts +1 -1
  107. package/src/models/operations/streamrunagent.ts +1 -1
  108. package/src/models/operations/updatedatapoint.ts +5 -5
  109. package/src/models/operations/updatedataset.ts +1 -1
  110. package/src/models/operations/updatedatasource.ts +1 -1
  111. package/src/models/operations/updatetool.ts +7 -7
  112. package/src/sdk/feedback.ts +4 -1
@@ -30,7 +30,7 @@ export type ModelCreateRequestBody = {
30
30
  */
31
31
  export type ModelCreateResponseBody = {
32
32
  configuration: components.ModelConfigurationResponse;
33
- created: Date;
33
+ created: string;
34
34
  description: string | null;
35
35
  displayName: string;
36
36
  docsUrl: string | null;
@@ -56,7 +56,7 @@ export type ModelCreateResponseBody = {
56
56
  provider: string;
57
57
  refId: string;
58
58
  sharing?: components.Config | undefined;
59
- updated: Date;
59
+ updated: string;
60
60
  };
61
61
 
62
62
  /** @internal */
@@ -125,7 +125,7 @@ export const ModelCreateResponseBody$inboundSchema: z.ZodType<
125
125
  unknown
126
126
  > = z.object({
127
127
  configuration: components.ModelConfigurationResponse$inboundSchema,
128
- created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
128
+ created: z.string(),
129
129
  description: z.nullable(z.string()),
130
130
  display_name: z.string(),
131
131
  docs_url: z.nullable(z.string()),
@@ -153,7 +153,7 @@ export const ModelCreateResponseBody$inboundSchema: z.ZodType<
153
153
  provider: z.string(),
154
154
  refId: z.string(),
155
155
  sharing: components.Config$inboundSchema.optional(),
156
- updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
156
+ updated: z.string(),
157
157
  }).transform((v) => {
158
158
  return remap$(v, {
159
159
  "display_name": "displayName",
@@ -42,7 +42,7 @@ export type ModelCreateAwsBedrockRequestBody = {
42
42
  */
43
43
  export type ModelCreateAwsBedrockResponseBody = {
44
44
  configuration: components.ModelConfigurationResponse;
45
- created: Date;
45
+ created: string;
46
46
  description: string | null;
47
47
  displayName: string;
48
48
  docsUrl: string | null;
@@ -68,7 +68,7 @@ export type ModelCreateAwsBedrockResponseBody = {
68
68
  provider: string;
69
69
  refId: string;
70
70
  sharing?: components.Config | undefined;
71
- updated: Date;
71
+ updated: string;
72
72
  };
73
73
 
74
74
  /** @internal */
@@ -175,7 +175,7 @@ export const ModelCreateAwsBedrockResponseBody$inboundSchema: z.ZodType<
175
175
  unknown
176
176
  > = z.object({
177
177
  configuration: components.ModelConfigurationResponse$inboundSchema,
178
- created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
178
+ created: z.string(),
179
179
  description: z.nullable(z.string()),
180
180
  display_name: z.string(),
181
181
  docs_url: z.nullable(z.string()),
@@ -203,7 +203,7 @@ export const ModelCreateAwsBedrockResponseBody$inboundSchema: z.ZodType<
203
203
  provider: z.string(),
204
204
  refId: z.string(),
205
205
  sharing: components.Config$inboundSchema.optional(),
206
- updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
206
+ updated: z.string(),
207
207
  }).transform((v) => {
208
208
  return remap$(v, {
209
209
  "display_name": "displayName",
@@ -34,7 +34,7 @@ export type ModelCreateOpenAILikeRequestBody = {
34
34
  */
35
35
  export type ModelCreateOpenAILikeResponseBody = {
36
36
  configuration: components.ModelConfigurationResponse;
37
- created: Date;
37
+ created: string;
38
38
  description: string | null;
39
39
  displayName: string;
40
40
  docsUrl: string | null;
@@ -60,7 +60,7 @@ export type ModelCreateOpenAILikeResponseBody = {
60
60
  provider: string;
61
61
  refId: string;
62
62
  sharing?: components.Config | undefined;
63
- updated: Date;
63
+ updated: string;
64
64
  };
65
65
 
66
66
  /** @internal */
@@ -143,7 +143,7 @@ export const ModelCreateOpenAILikeResponseBody$inboundSchema: z.ZodType<
143
143
  unknown
144
144
  > = z.object({
145
145
  configuration: components.ModelConfigurationResponse$inboundSchema,
146
- created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
146
+ created: z.string(),
147
147
  description: z.nullable(z.string()),
148
148
  display_name: z.string(),
149
149
  docs_url: z.nullable(z.string()),
@@ -171,7 +171,7 @@ export const ModelCreateOpenAILikeResponseBody$inboundSchema: z.ZodType<
171
171
  provider: z.string(),
172
172
  refId: z.string(),
173
173
  sharing: components.Config$inboundSchema.optional(),
174
- updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
174
+ updated: z.string(),
175
175
  }).transform((v) => {
176
176
  return remap$(v, {
177
177
  "display_name": "displayName",
@@ -19,7 +19,7 @@ export type ModelCreateVertexRequestBody = {
19
19
  */
20
20
  export type ModelCreateVertexResponseBody = {
21
21
  configuration: components.ModelConfigurationResponse;
22
- created: Date;
22
+ created: string;
23
23
  description: string | null;
24
24
  displayName: string;
25
25
  docsUrl: string | null;
@@ -45,7 +45,7 @@ export type ModelCreateVertexResponseBody = {
45
45
  provider: string;
46
46
  refId: string;
47
47
  sharing?: components.Config | undefined;
48
- updated: Date;
48
+ updated: string;
49
49
  };
50
50
 
51
51
  /** @internal */
@@ -85,7 +85,7 @@ export const ModelCreateVertexResponseBody$inboundSchema: z.ZodType<
85
85
  unknown
86
86
  > = z.object({
87
87
  configuration: components.ModelConfigurationResponse$inboundSchema,
88
- created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
88
+ created: z.string(),
89
89
  description: z.nullable(z.string()),
90
90
  display_name: z.string(),
91
91
  docs_url: z.nullable(z.string()),
@@ -113,7 +113,7 @@ export const ModelCreateVertexResponseBody$inboundSchema: z.ZodType<
113
113
  provider: z.string(),
114
114
  refId: z.string(),
115
115
  sharing: components.Config$inboundSchema.optional(),
116
- updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
116
+ updated: z.string(),
117
117
  }).transform((v) => {
118
118
  return remap$(v, {
119
119
  "display_name": "displayName",
@@ -32,7 +32,7 @@ export type ModelUpdateRequest = {
32
32
  */
33
33
  export type ModelUpdateResponseBody = {
34
34
  configuration: components.ModelConfigurationResponse;
35
- created: Date;
35
+ created: string;
36
36
  description: string | null;
37
37
  displayName: string;
38
38
  docsUrl: string | null;
@@ -58,7 +58,7 @@ export type ModelUpdateResponseBody = {
58
58
  provider: string;
59
59
  refId: string;
60
60
  sharing?: components.Config | undefined;
61
- updated: Date;
61
+ updated: string;
62
62
  };
63
63
 
64
64
  /** @internal */
@@ -139,7 +139,7 @@ export const ModelUpdateResponseBody$inboundSchema: z.ZodType<
139
139
  unknown
140
140
  > = z.object({
141
141
  configuration: components.ModelConfigurationResponse$inboundSchema,
142
- created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
142
+ created: z.string(),
143
143
  description: z.nullable(z.string()),
144
144
  display_name: z.string(),
145
145
  docs_url: z.nullable(z.string()),
@@ -167,7 +167,7 @@ export const ModelUpdateResponseBody$inboundSchema: z.ZodType<
167
167
  provider: z.string(),
168
168
  refId: z.string(),
169
169
  sharing: components.Config$inboundSchema.optional(),
170
- updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
170
+ updated: z.string(),
171
171
  }).transform((v) => {
172
172
  return remap$(v, {
173
173
  "display_name": "displayName",
@@ -47,7 +47,7 @@ export type ModelUpdateAwsBedrockRequest = {
47
47
  */
48
48
  export type ModelUpdateAwsBedrockResponseBody = {
49
49
  configuration: components.ModelConfigurationResponse;
50
- created: Date;
50
+ created: string;
51
51
  description: string | null;
52
52
  displayName: string;
53
53
  docsUrl: string | null;
@@ -73,7 +73,7 @@ export type ModelUpdateAwsBedrockResponseBody = {
73
73
  provider: string;
74
74
  refId: string;
75
75
  sharing?: components.Config | undefined;
76
- updated: Date;
76
+ updated: string;
77
77
  };
78
78
 
79
79
  /** @internal */
@@ -201,7 +201,7 @@ export const ModelUpdateAwsBedrockResponseBody$inboundSchema: z.ZodType<
201
201
  unknown
202
202
  > = z.object({
203
203
  configuration: components.ModelConfigurationResponse$inboundSchema,
204
- created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
204
+ created: z.string(),
205
205
  description: z.nullable(z.string()),
206
206
  display_name: z.string(),
207
207
  docs_url: z.nullable(z.string()),
@@ -229,7 +229,7 @@ export const ModelUpdateAwsBedrockResponseBody$inboundSchema: z.ZodType<
229
229
  provider: z.string(),
230
230
  refId: z.string(),
231
231
  sharing: components.Config$inboundSchema.optional(),
232
- updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
232
+ updated: z.string(),
233
233
  }).transform((v) => {
234
234
  return remap$(v, {
235
235
  "display_name": "displayName",
@@ -41,7 +41,7 @@ export type ModelUpdateOpenAILikeRequest = {
41
41
  */
42
42
  export type ModelUpdateOpenAILikeResponseBody = {
43
43
  configuration: components.ModelConfigurationResponse;
44
- created: Date;
44
+ created: string;
45
45
  description: string | null;
46
46
  displayName: string;
47
47
  docsUrl: string | null;
@@ -67,7 +67,7 @@ export type ModelUpdateOpenAILikeResponseBody = {
67
67
  provider: string;
68
68
  refId: string;
69
69
  sharing?: components.Config | undefined;
70
- updated: Date;
70
+ updated: string;
71
71
  };
72
72
 
73
73
  /** @internal */
@@ -177,7 +177,7 @@ export const ModelUpdateOpenAILikeResponseBody$inboundSchema: z.ZodType<
177
177
  unknown
178
178
  > = z.object({
179
179
  configuration: components.ModelConfigurationResponse$inboundSchema,
180
- created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
180
+ created: z.string(),
181
181
  description: z.nullable(z.string()),
182
182
  display_name: z.string(),
183
183
  docs_url: z.nullable(z.string()),
@@ -205,7 +205,7 @@ export const ModelUpdateOpenAILikeResponseBody$inboundSchema: z.ZodType<
205
205
  provider: z.string(),
206
206
  refId: z.string(),
207
207
  sharing: components.Config$inboundSchema.optional(),
208
- updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
208
+ updated: z.string(),
209
209
  }).transform((v) => {
210
210
  return remap$(v, {
211
211
  "display_name": "displayName",
@@ -318,7 +318,7 @@ export const PatchV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
318
318
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
319
319
  .optional(),
320
320
  updated: z.string().datetime({ offset: true }).default(
321
- "2026-07-27T08:22:51.157Z",
321
+ "2026-07-27T09:51:21.838Z",
322
322
  ).transform(v => new Date(v)),
323
323
  filter_type: z.literal("name"),
324
324
  filter_value: z.string(),
@@ -364,7 +364,7 @@ export const PatchV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
364
364
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
365
365
  .optional(),
366
366
  updated: z.string().datetime({ offset: true }).default(
367
- "2026-07-27T08:22:51.157Z",
367
+ "2026-07-27T09:51:21.838Z",
368
368
  ).transform(v => new Date(v)),
369
369
  filter_type: z.literal("span_type"),
370
370
  filter_values: z.array(z.string()),
@@ -245,7 +245,7 @@ export const RequestBody4$outboundSchema: z.ZodType<
245
245
  PostV2FeedbackEvaluationRequestBodyFeedbackRequestSource$outboundSchema
246
246
  .default("orq"),
247
247
  explanation: z.string().optional(),
248
- reviewedAt: z.date().default(() => new Date("2026-07-27T08:23:20.272Z"))
248
+ reviewedAt: z.date().default(() => new Date("2026-07-27T09:51:40.034Z"))
249
249
  .transform(v => v.toISOString()),
250
250
  type: z.literal("string_array"),
251
251
  values: z.array(z.string()),
@@ -299,7 +299,7 @@ export const RequestBody3$outboundSchema: z.ZodType<
299
299
  source: PostV2FeedbackEvaluationRequestBodyFeedbackSource$outboundSchema
300
300
  .default("orq"),
301
301
  explanation: z.string().optional(),
302
- reviewedAt: z.date().default(() => new Date("2026-07-27T08:23:20.270Z"))
302
+ reviewedAt: z.date().default(() => new Date("2026-07-27T09:51:40.033Z"))
303
303
  .transform(v => v.toISOString()),
304
304
  type: z.literal("boolean"),
305
305
  value: z.boolean(),
@@ -353,7 +353,7 @@ export const PostV2FeedbackEvaluationRequestBody2$outboundSchema: z.ZodType<
353
353
  "orq",
354
354
  ),
355
355
  explanation: z.string().optional(),
356
- reviewedAt: z.date().default(() => new Date("2026-07-27T08:23:20.269Z"))
356
+ reviewedAt: z.date().default(() => new Date("2026-07-27T09:51:40.032Z"))
357
357
  .transform(v => v.toISOString()),
358
358
  type: z.literal("number"),
359
359
  value: z.number(),
@@ -411,7 +411,7 @@ export const PostV2FeedbackEvaluationRequestBody1$outboundSchema: z.ZodType<
411
411
  humanReviewId: z.string().optional(),
412
412
  source: RequestBodySource$outboundSchema.default("orq"),
413
413
  explanation: z.string().optional(),
414
- reviewedAt: z.date().default(() => new Date("2026-07-27T08:23:20.268Z"))
414
+ reviewedAt: z.date().default(() => new Date("2026-07-27T09:51:40.031Z"))
415
415
  .transform(v => v.toISOString()),
416
416
  type: z.literal("string"),
417
417
  value: z.string(),
@@ -271,7 +271,7 @@ export const PostV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
271
271
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
272
272
  .optional(),
273
273
  updated: z.string().datetime({ offset: true }).default(
274
- "2026-07-27T08:22:51.157Z",
274
+ "2026-07-27T09:51:21.838Z",
275
275
  ).transform(v => new Date(v)),
276
276
  filter_type: z.literal("name"),
277
277
  filter_value: z.string(),
@@ -316,7 +316,7 @@ export const PostV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
316
316
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
317
317
  .optional(),
318
318
  updated: z.string().datetime({ offset: true }).default(
319
- "2026-07-27T08:22:51.157Z",
319
+ "2026-07-27T09:51:21.838Z",
320
320
  ).transform(v => new Date(v)),
321
321
  filter_type: z.literal("span_type"),
322
322
  filter_values: z.array(z.string()),
@@ -1579,7 +1579,7 @@ export const RetrieveDatapointEvaluations4$inboundSchema: z.ZodType<
1579
1579
  explanation: z.string().optional(),
1580
1580
  reviewed_by_id: z.string(),
1581
1581
  reviewed_at: z.string().datetime({ offset: true }).default(
1582
- "2026-07-27T08:23:20.028Z",
1582
+ "2026-07-27T09:51:39.850Z",
1583
1583
  ).transform(v => new Date(v)),
1584
1584
  type: z.literal("string_array"),
1585
1585
  values: z.array(z.string()),
@@ -1679,7 +1679,7 @@ export const RetrieveDatapointEvaluations3$inboundSchema: z.ZodType<
1679
1679
  explanation: z.string().optional(),
1680
1680
  reviewed_by_id: z.string(),
1681
1681
  reviewed_at: z.string().datetime({ offset: true }).default(
1682
- "2026-07-27T08:23:20.026Z",
1682
+ "2026-07-27T09:51:39.849Z",
1683
1683
  ).transform(v => new Date(v)),
1684
1684
  type: z.literal("boolean"),
1685
1685
  value: z.boolean(),
@@ -1777,7 +1777,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
1777
1777
  explanation: z.string().optional(),
1778
1778
  reviewed_by_id: z.string(),
1779
1779
  reviewed_at: z.string().datetime({ offset: true }).default(
1780
- "2026-07-27T08:23:20.025Z",
1780
+ "2026-07-27T09:51:39.848Z",
1781
1781
  ).transform(v => new Date(v)),
1782
1782
  type: z.literal("number"),
1783
1783
  value: z.number(),
@@ -1865,7 +1865,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
1865
1865
  explanation: z.string().optional(),
1866
1866
  reviewed_by_id: z.string(),
1867
1867
  reviewed_at: z.string().datetime({ offset: true }).default(
1868
- "2026-07-27T08:23:20.023Z",
1868
+ "2026-07-27T09:51:39.846Z",
1869
1869
  ).transform(v => new Date(v)),
1870
1870
  type: z.literal("string"),
1871
1871
  value: z.string(),
@@ -1946,7 +1946,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
1946
1946
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
1947
1947
  .optional(),
1948
1948
  updated: z.string().datetime({ offset: true }).default(
1949
- "2026-07-27T08:22:51.157Z",
1949
+ "2026-07-27T09:51:21.838Z",
1950
1950
  ).transform(v => new Date(v)),
1951
1951
  }).transform((v) => {
1952
1952
  return remap$(v, {
@@ -126,7 +126,7 @@ export const RetrieveDatasetResponseBody$inboundSchema: z.ZodType<
126
126
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
127
127
  .optional(),
128
128
  updated: z.string().datetime({ offset: true }).default(
129
- "2026-07-27T08:22:51.157Z",
129
+ "2026-07-27T09:51:21.838Z",
130
130
  ).transform(v => new Date(v)),
131
131
  }).transform((v) => {
132
132
  return remap$(v, {
@@ -187,7 +187,7 @@ export const RetrieveDatasourceResponseBody$inboundSchema: z.ZodType<
187
187
  z.ZodTypeDef,
188
188
  unknown
189
189
  > = z.object({
190
- _id: z.string().default("01KYHAQQ41SACYSH7RY7SSF516"),
190
+ _id: z.string().default("01KYHFSEPWERTGKZ4SYMZQQ639"),
191
191
  display_name: z.string(),
192
192
  description: z.nullable(z.string()).optional(),
193
193
  status: RetrieveDatasourceStatus$inboundSchema,
@@ -757,7 +757,7 @@ export const RetrieveToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
757
757
  z.ZodTypeDef,
758
758
  unknown
759
759
  > = z.object({
760
- _id: z.string().default("tool_01KYHAQPZCRS1N1G82947FK9WJ"),
760
+ _id: z.string().default("tool_01KYHFSEKM5348YSGN97WQXSQZ"),
761
761
  path: z.string(),
762
762
  key: z.string(),
763
763
  display_name: z.string().optional(),
@@ -863,7 +863,7 @@ export const RetrieveToolResponseBodyTools$inboundSchema: z.ZodType<
863
863
  z.ZodTypeDef,
864
864
  unknown
865
865
  > = z.object({
866
- id: z.string().default("01KYHAQPZAG63SSM1QVTYKWW16"),
866
+ id: z.string().default("01KYHFSEKKQC3VB6SPP8BEEXGG"),
867
867
  name: z.string(),
868
868
  description: z.string().optional(),
869
869
  schema: z.lazy(() => RetrieveToolResponseBodyToolsSchema$inboundSchema),
@@ -921,7 +921,7 @@ export const RetrieveToolResponseBodyMCPTool$inboundSchema: z.ZodType<
921
921
  z.ZodTypeDef,
922
922
  unknown
923
923
  > = z.object({
924
- _id: z.string().default("tool_01KYHAQPZ73RVS00FR2QXBP8S8"),
924
+ _id: z.string().default("tool_01KYHFSEKGF15T7W3YKFPXD0WP"),
925
925
  path: z.string(),
926
926
  key: z.string(),
927
927
  display_name: z.string().optional(),
@@ -1113,7 +1113,7 @@ export const RetrieveToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
1113
1113
  z.ZodTypeDef,
1114
1114
  unknown
1115
1115
  > = z.object({
1116
- _id: z.string().default("tool_01KYHAQPZ2RK2BE4P39A5S9F4X"),
1116
+ _id: z.string().default("tool_01KYHFSEKD0MTGYM5JJP7TDHD1"),
1117
1117
  path: z.string(),
1118
1118
  key: z.string(),
1119
1119
  display_name: z.string().optional(),
@@ -1209,7 +1209,7 @@ export const RetrieveToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
1209
1209
  z.ZodTypeDef,
1210
1210
  unknown
1211
1211
  > = z.object({
1212
- _id: z.string().default("tool_01KYHAQPYY7A8H6FK4FCR45MR9"),
1212
+ _id: z.string().default("tool_01KYHFSEKBSNH0CVQKVJKR11EV"),
1213
1213
  path: z.string(),
1214
1214
  key: z.string(),
1215
1215
  display_name: z.string().optional(),
@@ -1315,7 +1315,7 @@ export const RetrieveToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
1315
1315
  z.ZodTypeDef,
1316
1316
  unknown
1317
1317
  > = z.object({
1318
- _id: z.string().default("tool_01KYHAQPYT5KFN52M6FDGRSGGR"),
1318
+ _id: z.string().default("tool_01KYHFSEK90J6Z50JQS9FZXPV7"),
1319
1319
  path: z.string(),
1320
1320
  key: z.string(),
1321
1321
  display_name: z.string().optional(),
@@ -4088,7 +4088,7 @@ export const Tools$outboundSchema: z.ZodType<
4088
4088
  z.ZodTypeDef,
4089
4089
  Tools
4090
4090
  > = z.object({
4091
- id: z.string().default("01KYHAQPJ98XEAMRA8PE24KKX3"),
4091
+ id: z.string().default("01KYHFSE9ESFHKECWBJM21PTKV"),
4092
4092
  name: z.string(),
4093
4093
  description: z.string().optional(),
4094
4094
  schema: z.lazy(() => AgentToolInputRunSchema$outboundSchema),
@@ -4144,7 +4144,7 @@ export const AgentToolInputRunTools$outboundSchema: z.ZodType<
4144
4144
  z.ZodTypeDef,
4145
4145
  AgentToolInputRunTools
4146
4146
  > = z.object({
4147
- id: z.string().default("01KYHAQPKYW1ANQW3THW6C4K2P"),
4147
+ id: z.string().default("01KYHFSEBJXEPEC9T3XKD5X8A8"),
4148
4148
  name: z.string(),
4149
4149
  description: z.string().optional(),
4150
4150
  schema: z.lazy(() =>
@@ -2747,7 +2747,7 @@ export const UpdateDatapointEvaluations4$inboundSchema: z.ZodType<
2747
2747
  explanation: z.string().optional(),
2748
2748
  reviewed_by_id: z.string(),
2749
2749
  reviewed_at: z.string().datetime({ offset: true }).default(
2750
- "2026-07-27T08:23:20.091Z",
2750
+ "2026-07-27T09:51:39.890Z",
2751
2751
  ).transform(v => new Date(v)),
2752
2752
  type: z.literal("string_array"),
2753
2753
  values: z.array(z.string()),
@@ -2847,7 +2847,7 @@ export const UpdateDatapointEvaluations3$inboundSchema: z.ZodType<
2847
2847
  explanation: z.string().optional(),
2848
2848
  reviewed_by_id: z.string(),
2849
2849
  reviewed_at: z.string().datetime({ offset: true }).default(
2850
- "2026-07-27T08:23:20.090Z",
2850
+ "2026-07-27T09:51:39.889Z",
2851
2851
  ).transform(v => new Date(v)),
2852
2852
  type: z.literal("boolean"),
2853
2853
  value: z.boolean(),
@@ -2944,7 +2944,7 @@ export const UpdateDatapointEvaluations2$inboundSchema: z.ZodType<
2944
2944
  explanation: z.string().optional(),
2945
2945
  reviewed_by_id: z.string(),
2946
2946
  reviewed_at: z.string().datetime({ offset: true }).default(
2947
- "2026-07-27T08:23:20.088Z",
2947
+ "2026-07-27T09:51:39.888Z",
2948
2948
  ).transform(v => new Date(v)),
2949
2949
  type: z.literal("number"),
2950
2950
  value: z.number(),
@@ -3033,7 +3033,7 @@ export const UpdateDatapointEvaluations1$inboundSchema: z.ZodType<
3033
3033
  explanation: z.string().optional(),
3034
3034
  reviewed_by_id: z.string(),
3035
3035
  reviewed_at: z.string().datetime({ offset: true }).default(
3036
- "2026-07-27T08:23:20.087Z",
3036
+ "2026-07-27T09:51:39.887Z",
3037
3037
  ).transform(v => new Date(v)),
3038
3038
  type: z.literal("string"),
3039
3039
  value: z.string(),
@@ -3118,7 +3118,7 @@ export const UpdateDatapointResponseBody$inboundSchema: z.ZodType<
3118
3118
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
3119
3119
  .optional(),
3120
3120
  updated: z.string().datetime({ offset: true }).default(
3121
- "2026-07-27T08:22:51.157Z",
3121
+ "2026-07-27T09:51:21.838Z",
3122
3122
  ).transform(v => new Date(v)),
3123
3123
  }).transform((v) => {
3124
3124
  return remap$(v, {
@@ -182,7 +182,7 @@ export const UpdateDatasetResponseBody$inboundSchema: z.ZodType<
182
182
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
183
183
  .optional(),
184
184
  updated: z.string().datetime({ offset: true }).default(
185
- "2026-07-27T08:22:51.157Z",
185
+ "2026-07-27T09:51:21.838Z",
186
186
  ).transform(v => new Date(v)),
187
187
  }).transform((v) => {
188
188
  return remap$(v, {
@@ -221,7 +221,7 @@ export const UpdateDatasourceResponseBody$inboundSchema: z.ZodType<
221
221
  z.ZodTypeDef,
222
222
  unknown
223
223
  > = z.object({
224
- _id: z.string().default("01KYHAQQ46AR1BX4641ZD5JW1Q"),
224
+ _id: z.string().default("01KYHFSEQ3C33SA1ZT94MSY4F7"),
225
225
  display_name: z.string(),
226
226
  description: z.nullable(z.string()).optional(),
227
227
  status: UpdateDatasourceStatus$inboundSchema,
@@ -1480,7 +1480,7 @@ export const RequestBodyTools$outboundSchema: z.ZodType<
1480
1480
  z.ZodTypeDef,
1481
1481
  RequestBodyTools
1482
1482
  > = z.object({
1483
- id: z.string().default("01KYHAQPXCAXES2FEK3RPTG77H"),
1483
+ id: z.string().default("01KYHFSEJT3V72TWF0XPZZM0A8"),
1484
1484
  name: z.string(),
1485
1485
  description: z.string().optional(),
1486
1486
  schema: z.lazy(() => UpdateToolRequestBodyToolsSchema$outboundSchema),
@@ -2203,7 +2203,7 @@ export const UpdateToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
2203
2203
  z.ZodTypeDef,
2204
2204
  unknown
2205
2205
  > = z.object({
2206
- _id: z.string().default("tool_01KYHAQPWYPS2APYR8P07SKR44"),
2206
+ _id: z.string().default("tool_01KYHFSEJFN1TD2NXRQCPTNKFG"),
2207
2207
  path: z.string(),
2208
2208
  key: z.string(),
2209
2209
  display_name: z.string().optional(),
@@ -2306,7 +2306,7 @@ export const UpdateToolResponseBodyTools$inboundSchema: z.ZodType<
2306
2306
  z.ZodTypeDef,
2307
2307
  unknown
2308
2308
  > = z.object({
2309
- id: z.string().default("01KYHAQPWWEXEY5P3H6ECH52R9"),
2309
+ id: z.string().default("01KYHFSEJD387H5NZ8VFCJB8SB"),
2310
2310
  name: z.string(),
2311
2311
  description: z.string().optional(),
2312
2312
  schema: z.lazy(() => UpdateToolResponseBodyToolsSchema$inboundSchema),
@@ -2364,7 +2364,7 @@ export const UpdateToolResponseBodyMCPTool$inboundSchema: z.ZodType<
2364
2364
  z.ZodTypeDef,
2365
2365
  unknown
2366
2366
  > = z.object({
2367
- _id: z.string().default("tool_01KYHAQPWSTQQX9GWB6V5T3BT5"),
2367
+ _id: z.string().default("tool_01KYHFSEJB47Z0MWCF5TQE2673"),
2368
2368
  path: z.string(),
2369
2369
  key: z.string(),
2370
2370
  display_name: z.string().optional(),
@@ -2554,7 +2554,7 @@ export const UpdateToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
2554
2554
  z.ZodTypeDef,
2555
2555
  unknown
2556
2556
  > = z.object({
2557
- _id: z.string().default("tool_01KYHAQPWNAXTF00FZWDEE0081"),
2557
+ _id: z.string().default("tool_01KYHFSEJ8XN1RMD77ZSK74Q4W"),
2558
2558
  path: z.string(),
2559
2559
  key: z.string(),
2560
2560
  display_name: z.string().optional(),
@@ -2649,7 +2649,7 @@ export const UpdateToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
2649
2649
  z.ZodTypeDef,
2650
2650
  unknown
2651
2651
  > = z.object({
2652
- _id: z.string().default("tool_01KYHAQPWJ63TNYEQ6ZQH2YMZ0"),
2652
+ _id: z.string().default("tool_01KYHFSEJ6PETATYB32BTB1Z7E"),
2653
2653
  path: z.string(),
2654
2654
  key: z.string(),
2655
2655
  display_name: z.string().optional(),
@@ -2752,7 +2752,7 @@ export const UpdateToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
2752
2752
  z.ZodTypeDef,
2753
2753
  unknown
2754
2754
  > = z.object({
2755
- _id: z.string().default("tool_01KYHAQPWEPXZNXJW4F3QEPPJ1"),
2755
+ _id: z.string().default("tool_01KYHFSEJ5A3X0MJTNT9FCMZCK"),
2756
2756
  path: z.string(),
2757
2757
  key: z.string(),
2758
2758
  display_name: z.string().optional(),
@@ -45,7 +45,10 @@ export class Feedback extends ClientSDK {
45
45
  }
46
46
 
47
47
  /**
48
- * Create a knowledge
48
+ * Create schedule
49
+ *
50
+ * @remarks
51
+ * Creates a schedule that runs the agent on a recurring or one-off cadence. The minimum firing interval is 1 hour for `cron` and `interval`; `once` schedules are exempt.
49
52
  */
50
53
  async create(
51
54
  request?: operations.PostV2FeedbackRequestBody | undefined,