@orq-ai/node 4.0.0-rc.31 → 4.0.0-rc.34
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 +1 -1
- package/bin/mcp-server.js +539 -527
- package/bin/mcp-server.js.map +53 -53
- package/docs/sdks/deployments/README.md +43 -43
- package/examples/package-lock.json +2 -10
- package/funcs/deploymentsInvoke.d.ts +1 -1
- package/funcs/deploymentsInvoke.d.ts.map +1 -1
- package/funcs/deploymentsInvoke.js +1 -1
- package/funcs/deploymentsInvoke.js.map +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 +2 -2
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/deploymentsInvoke.d.ts +1 -1
- package/mcp-server/tools/deploymentsInvoke.js +1 -1
- package/mcp-server/tools/deploymentsInvoke.js.map +1 -1
- package/models/components/index.d.ts +1 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -1
- package/models/components/index.js.map +1 -1
- package/models/components/{deployments.d.ts → invokedeploymentrequest.d.ts} +280 -266
- package/models/components/invokedeploymentrequest.d.ts.map +1 -0
- package/models/components/{deployments.js → invokedeploymentrequest.js} +377 -363
- package/models/components/invokedeploymentrequest.js.map +1 -0
- 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/createprompt.d.ts +2 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +2 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +10 -10
- package/models/operations/deploymentgetconfig.d.ts +42 -32
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +42 -42
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +15 -15
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +17 -17
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +1 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +1 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +41 -32
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +42 -41
- package/models/operations/deploymentstream.js.map +1 -1
- 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/getallprompts.d.ts +1 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +1 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +1 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.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/listpromptversions.d.ts +1 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- 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/searchknowledge.d.ts +41 -32
- package/models/operations/searchknowledge.d.ts.map +1 -1
- package/models/operations/searchknowledge.js +40 -40
- package/models/operations/searchknowledge.js.map +1 -1
- package/models/operations/syncmcptool.js +10 -10
- 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/updateprompt.d.ts +2 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +2 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +10 -10
- package/package.json +3 -6
- package/sdk/deployments.d.ts +7 -7
- package/sdk/deployments.d.ts.map +1 -1
- package/sdk/deployments.js +9 -9
- package/sdk/deployments.js.map +1 -1
- package/src/funcs/deploymentsInvoke.ts +3 -3
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +2 -2
- package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
- package/src/models/components/index.ts +1 -1
- package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
- 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/createprompt.ts +2 -0
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/deploymentgetconfig.ts +78 -66
- package/src/models/operations/deploymentinvoke.ts +35 -35
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +80 -78
- 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/getallprompts.ts +1 -0
- 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/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -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/listpromptversions.ts +1 -0
- 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/searchknowledge.ts +79 -70
- package/src/models/operations/syncmcptool.ts +10 -10
- 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/updateprompt.ts +2 -0
- package/src/models/operations/updatetool.ts +10 -10
- package/src/sdk/deployments.ts +17 -17
- package/models/components/deployments.d.ts.map +0 -1
- package/models/components/deployments.js.map +0 -1
|
@@ -68,7 +68,10 @@ export type SearchKnowledgeOrGte = {
|
|
|
68
68
|
gte: number;
|
|
69
69
|
};
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
/**
|
|
72
|
+
* Greater than
|
|
73
|
+
*/
|
|
74
|
+
export type SearchKnowledgeOrGt = {
|
|
72
75
|
gt: number;
|
|
73
76
|
};
|
|
74
77
|
|
|
@@ -93,7 +96,7 @@ export type SearchKnowledgeOrEq = {
|
|
|
93
96
|
export type SearchKnowledgeFilterByOr =
|
|
94
97
|
| SearchKnowledgeOrEq
|
|
95
98
|
| SearchKnowledgeOrNe
|
|
96
|
-
|
|
|
99
|
+
| SearchKnowledgeOrGt
|
|
97
100
|
| SearchKnowledgeOrGte
|
|
98
101
|
| SearchKnowledgeOrLt
|
|
99
102
|
| SearchKnowledgeOrLte
|
|
@@ -110,7 +113,7 @@ export type FilterByOr = {
|
|
|
110
113
|
[k: string]:
|
|
111
114
|
| SearchKnowledgeOrEq
|
|
112
115
|
| SearchKnowledgeOrNe
|
|
113
|
-
|
|
|
116
|
+
| SearchKnowledgeOrGt
|
|
114
117
|
| SearchKnowledgeOrGte
|
|
115
118
|
| SearchKnowledgeOrLt
|
|
116
119
|
| SearchKnowledgeOrLte
|
|
@@ -167,7 +170,10 @@ export type SearchKnowledgeAndGte = {
|
|
|
167
170
|
gte: number;
|
|
168
171
|
};
|
|
169
172
|
|
|
170
|
-
|
|
173
|
+
/**
|
|
174
|
+
* Greater than
|
|
175
|
+
*/
|
|
176
|
+
export type SearchKnowledgeAndGt = {
|
|
171
177
|
gt: number;
|
|
172
178
|
};
|
|
173
179
|
|
|
@@ -192,7 +198,7 @@ export type SearchKnowledgeAndEq = {
|
|
|
192
198
|
export type SearchKnowledgeFilterByAnd =
|
|
193
199
|
| SearchKnowledgeAndEq
|
|
194
200
|
| SearchKnowledgeAndNe
|
|
195
|
-
|
|
|
201
|
+
| SearchKnowledgeAndGt
|
|
196
202
|
| SearchKnowledgeAndGte
|
|
197
203
|
| SearchKnowledgeAndLt
|
|
198
204
|
| SearchKnowledgeAndLte
|
|
@@ -209,7 +215,7 @@ export type FilterByAnd = {
|
|
|
209
215
|
[k: string]:
|
|
210
216
|
| SearchKnowledgeAndEq
|
|
211
217
|
| SearchKnowledgeAndNe
|
|
212
|
-
|
|
|
218
|
+
| SearchKnowledgeAndGt
|
|
213
219
|
| SearchKnowledgeAndGte
|
|
214
220
|
| SearchKnowledgeAndLt
|
|
215
221
|
| SearchKnowledgeAndLte
|
|
@@ -266,7 +272,10 @@ export type SearchKnowledge1Gte = {
|
|
|
266
272
|
gte: number;
|
|
267
273
|
};
|
|
268
274
|
|
|
269
|
-
|
|
275
|
+
/**
|
|
276
|
+
* Greater than
|
|
277
|
+
*/
|
|
278
|
+
export type SearchKnowledge1Gt = {
|
|
270
279
|
gt: number;
|
|
271
280
|
};
|
|
272
281
|
|
|
@@ -291,7 +300,7 @@ export type SearchKnowledge1Eq = {
|
|
|
291
300
|
export type FilterBy1 =
|
|
292
301
|
| SearchKnowledge1Eq
|
|
293
302
|
| SearchKnowledge1Ne
|
|
294
|
-
|
|
|
303
|
+
| SearchKnowledge1Gt
|
|
295
304
|
| SearchKnowledge1Gte
|
|
296
305
|
| SearchKnowledge1Lt
|
|
297
306
|
| SearchKnowledge1Lte
|
|
@@ -306,7 +315,7 @@ export type FilterBy = FilterByAnd | FilterByOr | {
|
|
|
306
315
|
[k: string]:
|
|
307
316
|
| SearchKnowledge1Eq
|
|
308
317
|
| SearchKnowledge1Ne
|
|
309
|
-
|
|
|
318
|
+
| SearchKnowledge1Gt
|
|
310
319
|
| SearchKnowledge1Gte
|
|
311
320
|
| SearchKnowledge1Lt
|
|
312
321
|
| SearchKnowledge1Lte
|
|
@@ -388,7 +397,7 @@ export type SearchKnowledgeRequestBody = {
|
|
|
388
397
|
[k: string]:
|
|
389
398
|
| SearchKnowledge1Eq
|
|
390
399
|
| SearchKnowledge1Ne
|
|
391
|
-
|
|
|
400
|
+
| SearchKnowledge1Gt
|
|
392
401
|
| SearchKnowledge1Gte
|
|
393
402
|
| SearchKnowledge1Lt
|
|
394
403
|
| SearchKnowledge1Lte
|
|
@@ -753,41 +762,41 @@ export function searchKnowledgeOrGteFromJSON(
|
|
|
753
762
|
}
|
|
754
763
|
|
|
755
764
|
/** @internal */
|
|
756
|
-
export const
|
|
757
|
-
|
|
765
|
+
export const SearchKnowledgeOrGt$inboundSchema: z.ZodType<
|
|
766
|
+
SearchKnowledgeOrGt,
|
|
758
767
|
z.ZodTypeDef,
|
|
759
768
|
unknown
|
|
760
769
|
> = z.object({
|
|
761
770
|
gt: z.number(),
|
|
762
771
|
});
|
|
763
772
|
/** @internal */
|
|
764
|
-
export type
|
|
773
|
+
export type SearchKnowledgeOrGt$Outbound = {
|
|
765
774
|
gt: number;
|
|
766
775
|
};
|
|
767
776
|
|
|
768
777
|
/** @internal */
|
|
769
|
-
export const
|
|
770
|
-
|
|
778
|
+
export const SearchKnowledgeOrGt$outboundSchema: z.ZodType<
|
|
779
|
+
SearchKnowledgeOrGt$Outbound,
|
|
771
780
|
z.ZodTypeDef,
|
|
772
|
-
|
|
781
|
+
SearchKnowledgeOrGt
|
|
773
782
|
> = z.object({
|
|
774
783
|
gt: z.number(),
|
|
775
784
|
});
|
|
776
785
|
|
|
777
|
-
export function
|
|
778
|
-
|
|
786
|
+
export function searchKnowledgeOrGtToJSON(
|
|
787
|
+
searchKnowledgeOrGt: SearchKnowledgeOrGt,
|
|
779
788
|
): string {
|
|
780
789
|
return JSON.stringify(
|
|
781
|
-
|
|
790
|
+
SearchKnowledgeOrGt$outboundSchema.parse(searchKnowledgeOrGt),
|
|
782
791
|
);
|
|
783
792
|
}
|
|
784
|
-
export function
|
|
793
|
+
export function searchKnowledgeOrGtFromJSON(
|
|
785
794
|
jsonString: string,
|
|
786
|
-
): SafeParseResult<
|
|
795
|
+
): SafeParseResult<SearchKnowledgeOrGt, SDKValidationError> {
|
|
787
796
|
return safeParse(
|
|
788
797
|
jsonString,
|
|
789
|
-
(x) =>
|
|
790
|
-
`Failed to parse '
|
|
798
|
+
(x) => SearchKnowledgeOrGt$inboundSchema.parse(JSON.parse(x)),
|
|
799
|
+
`Failed to parse 'SearchKnowledgeOrGt' from JSON`,
|
|
791
800
|
);
|
|
792
801
|
}
|
|
793
802
|
|
|
@@ -947,7 +956,7 @@ export const SearchKnowledgeFilterByOr$inboundSchema: z.ZodType<
|
|
|
947
956
|
> = z.union([
|
|
948
957
|
z.lazy(() => SearchKnowledgeOrEq$inboundSchema),
|
|
949
958
|
z.lazy(() => SearchKnowledgeOrNe$inboundSchema),
|
|
950
|
-
z.lazy(() =>
|
|
959
|
+
z.lazy(() => SearchKnowledgeOrGt$inboundSchema),
|
|
951
960
|
z.lazy(() => SearchKnowledgeOrGte$inboundSchema),
|
|
952
961
|
z.lazy(() => SearchKnowledgeOrLt$inboundSchema),
|
|
953
962
|
z.lazy(() => SearchKnowledgeOrLte$inboundSchema),
|
|
@@ -959,7 +968,7 @@ export const SearchKnowledgeFilterByOr$inboundSchema: z.ZodType<
|
|
|
959
968
|
export type SearchKnowledgeFilterByOr$Outbound =
|
|
960
969
|
| SearchKnowledgeOrEq$Outbound
|
|
961
970
|
| SearchKnowledgeOrNe$Outbound
|
|
962
|
-
|
|
|
971
|
+
| SearchKnowledgeOrGt$Outbound
|
|
963
972
|
| SearchKnowledgeOrGte$Outbound
|
|
964
973
|
| SearchKnowledgeOrLt$Outbound
|
|
965
974
|
| SearchKnowledgeOrLte$Outbound
|
|
@@ -975,7 +984,7 @@ export const SearchKnowledgeFilterByOr$outboundSchema: z.ZodType<
|
|
|
975
984
|
> = z.union([
|
|
976
985
|
z.lazy(() => SearchKnowledgeOrEq$outboundSchema),
|
|
977
986
|
z.lazy(() => SearchKnowledgeOrNe$outboundSchema),
|
|
978
|
-
z.lazy(() =>
|
|
987
|
+
z.lazy(() => SearchKnowledgeOrGt$outboundSchema),
|
|
979
988
|
z.lazy(() => SearchKnowledgeOrGte$outboundSchema),
|
|
980
989
|
z.lazy(() => SearchKnowledgeOrLt$outboundSchema),
|
|
981
990
|
z.lazy(() => SearchKnowledgeOrLte$outboundSchema),
|
|
@@ -1013,7 +1022,7 @@ export const FilterByOr$inboundSchema: z.ZodType<
|
|
|
1013
1022
|
z.lazy(() =>
|
|
1014
1023
|
SearchKnowledgeOrNe$inboundSchema
|
|
1015
1024
|
),
|
|
1016
|
-
z.lazy(() =>
|
|
1025
|
+
z.lazy(() => SearchKnowledgeOrGt$inboundSchema),
|
|
1017
1026
|
z.lazy(() => SearchKnowledgeOrGte$inboundSchema),
|
|
1018
1027
|
z.lazy(() => SearchKnowledgeOrLt$inboundSchema),
|
|
1019
1028
|
z.lazy(() => SearchKnowledgeOrLte$inboundSchema),
|
|
@@ -1030,7 +1039,7 @@ export type FilterByOr$Outbound = {
|
|
|
1030
1039
|
[k: string]:
|
|
1031
1040
|
| SearchKnowledgeOrEq$Outbound
|
|
1032
1041
|
| SearchKnowledgeOrNe$Outbound
|
|
1033
|
-
|
|
|
1042
|
+
| SearchKnowledgeOrGt$Outbound
|
|
1034
1043
|
| SearchKnowledgeOrGte$Outbound
|
|
1035
1044
|
| SearchKnowledgeOrLt$Outbound
|
|
1036
1045
|
| SearchKnowledgeOrLte$Outbound
|
|
@@ -1053,7 +1062,7 @@ export const FilterByOr$outboundSchema: z.ZodType<
|
|
|
1053
1062
|
z.lazy(() =>
|
|
1054
1063
|
SearchKnowledgeOrNe$outboundSchema
|
|
1055
1064
|
),
|
|
1056
|
-
z.lazy(() =>
|
|
1065
|
+
z.lazy(() => SearchKnowledgeOrGt$outboundSchema),
|
|
1057
1066
|
z.lazy(() => SearchKnowledgeOrGte$outboundSchema),
|
|
1058
1067
|
z.lazy(() => SearchKnowledgeOrLt$outboundSchema),
|
|
1059
1068
|
z.lazy(() => SearchKnowledgeOrLte$outboundSchema),
|
|
@@ -1382,41 +1391,41 @@ export function searchKnowledgeAndGteFromJSON(
|
|
|
1382
1391
|
}
|
|
1383
1392
|
|
|
1384
1393
|
/** @internal */
|
|
1385
|
-
export const
|
|
1386
|
-
|
|
1394
|
+
export const SearchKnowledgeAndGt$inboundSchema: z.ZodType<
|
|
1395
|
+
SearchKnowledgeAndGt,
|
|
1387
1396
|
z.ZodTypeDef,
|
|
1388
1397
|
unknown
|
|
1389
1398
|
> = z.object({
|
|
1390
1399
|
gt: z.number(),
|
|
1391
1400
|
});
|
|
1392
1401
|
/** @internal */
|
|
1393
|
-
export type
|
|
1402
|
+
export type SearchKnowledgeAndGt$Outbound = {
|
|
1394
1403
|
gt: number;
|
|
1395
1404
|
};
|
|
1396
1405
|
|
|
1397
1406
|
/** @internal */
|
|
1398
|
-
export const
|
|
1399
|
-
|
|
1407
|
+
export const SearchKnowledgeAndGt$outboundSchema: z.ZodType<
|
|
1408
|
+
SearchKnowledgeAndGt$Outbound,
|
|
1400
1409
|
z.ZodTypeDef,
|
|
1401
|
-
|
|
1410
|
+
SearchKnowledgeAndGt
|
|
1402
1411
|
> = z.object({
|
|
1403
1412
|
gt: z.number(),
|
|
1404
1413
|
});
|
|
1405
1414
|
|
|
1406
|
-
export function
|
|
1407
|
-
|
|
1415
|
+
export function searchKnowledgeAndGtToJSON(
|
|
1416
|
+
searchKnowledgeAndGt: SearchKnowledgeAndGt,
|
|
1408
1417
|
): string {
|
|
1409
1418
|
return JSON.stringify(
|
|
1410
|
-
|
|
1419
|
+
SearchKnowledgeAndGt$outboundSchema.parse(searchKnowledgeAndGt),
|
|
1411
1420
|
);
|
|
1412
1421
|
}
|
|
1413
|
-
export function
|
|
1422
|
+
export function searchKnowledgeAndGtFromJSON(
|
|
1414
1423
|
jsonString: string,
|
|
1415
|
-
): SafeParseResult<
|
|
1424
|
+
): SafeParseResult<SearchKnowledgeAndGt, SDKValidationError> {
|
|
1416
1425
|
return safeParse(
|
|
1417
1426
|
jsonString,
|
|
1418
|
-
(x) =>
|
|
1419
|
-
`Failed to parse '
|
|
1427
|
+
(x) => SearchKnowledgeAndGt$inboundSchema.parse(JSON.parse(x)),
|
|
1428
|
+
`Failed to parse 'SearchKnowledgeAndGt' from JSON`,
|
|
1420
1429
|
);
|
|
1421
1430
|
}
|
|
1422
1431
|
|
|
@@ -1576,7 +1585,7 @@ export const SearchKnowledgeFilterByAnd$inboundSchema: z.ZodType<
|
|
|
1576
1585
|
> = z.union([
|
|
1577
1586
|
z.lazy(() => SearchKnowledgeAndEq$inboundSchema),
|
|
1578
1587
|
z.lazy(() => SearchKnowledgeAndNe$inboundSchema),
|
|
1579
|
-
z.lazy(() =>
|
|
1588
|
+
z.lazy(() => SearchKnowledgeAndGt$inboundSchema),
|
|
1580
1589
|
z.lazy(() => SearchKnowledgeAndGte$inboundSchema),
|
|
1581
1590
|
z.lazy(() => SearchKnowledgeAndLt$inboundSchema),
|
|
1582
1591
|
z.lazy(() => SearchKnowledgeAndLte$inboundSchema),
|
|
@@ -1588,7 +1597,7 @@ export const SearchKnowledgeFilterByAnd$inboundSchema: z.ZodType<
|
|
|
1588
1597
|
export type SearchKnowledgeFilterByAnd$Outbound =
|
|
1589
1598
|
| SearchKnowledgeAndEq$Outbound
|
|
1590
1599
|
| SearchKnowledgeAndNe$Outbound
|
|
1591
|
-
|
|
|
1600
|
+
| SearchKnowledgeAndGt$Outbound
|
|
1592
1601
|
| SearchKnowledgeAndGte$Outbound
|
|
1593
1602
|
| SearchKnowledgeAndLt$Outbound
|
|
1594
1603
|
| SearchKnowledgeAndLte$Outbound
|
|
@@ -1604,7 +1613,7 @@ export const SearchKnowledgeFilterByAnd$outboundSchema: z.ZodType<
|
|
|
1604
1613
|
> = z.union([
|
|
1605
1614
|
z.lazy(() => SearchKnowledgeAndEq$outboundSchema),
|
|
1606
1615
|
z.lazy(() => SearchKnowledgeAndNe$outboundSchema),
|
|
1607
|
-
z.lazy(() =>
|
|
1616
|
+
z.lazy(() => SearchKnowledgeAndGt$outboundSchema),
|
|
1608
1617
|
z.lazy(() => SearchKnowledgeAndGte$outboundSchema),
|
|
1609
1618
|
z.lazy(() => SearchKnowledgeAndLt$outboundSchema),
|
|
1610
1619
|
z.lazy(() => SearchKnowledgeAndLte$outboundSchema),
|
|
@@ -1642,7 +1651,7 @@ export const FilterByAnd$inboundSchema: z.ZodType<
|
|
|
1642
1651
|
z.lazy(() =>
|
|
1643
1652
|
SearchKnowledgeAndNe$inboundSchema
|
|
1644
1653
|
),
|
|
1645
|
-
z.lazy(() =>
|
|
1654
|
+
z.lazy(() => SearchKnowledgeAndGt$inboundSchema),
|
|
1646
1655
|
z.lazy(() => SearchKnowledgeAndGte$inboundSchema),
|
|
1647
1656
|
z.lazy(() => SearchKnowledgeAndLt$inboundSchema),
|
|
1648
1657
|
z.lazy(() => SearchKnowledgeAndLte$inboundSchema),
|
|
@@ -1659,7 +1668,7 @@ export type FilterByAnd$Outbound = {
|
|
|
1659
1668
|
[k: string]:
|
|
1660
1669
|
| SearchKnowledgeAndEq$Outbound
|
|
1661
1670
|
| SearchKnowledgeAndNe$Outbound
|
|
1662
|
-
|
|
|
1671
|
+
| SearchKnowledgeAndGt$Outbound
|
|
1663
1672
|
| SearchKnowledgeAndGte$Outbound
|
|
1664
1673
|
| SearchKnowledgeAndLt$Outbound
|
|
1665
1674
|
| SearchKnowledgeAndLte$Outbound
|
|
@@ -1682,7 +1691,7 @@ export const FilterByAnd$outboundSchema: z.ZodType<
|
|
|
1682
1691
|
z.lazy(() =>
|
|
1683
1692
|
SearchKnowledgeAndNe$outboundSchema
|
|
1684
1693
|
),
|
|
1685
|
-
z.lazy(() =>
|
|
1694
|
+
z.lazy(() => SearchKnowledgeAndGt$outboundSchema),
|
|
1686
1695
|
z.lazy(() => SearchKnowledgeAndGte$outboundSchema),
|
|
1687
1696
|
z.lazy(() => SearchKnowledgeAndLt$outboundSchema),
|
|
1688
1697
|
z.lazy(() => SearchKnowledgeAndLte$outboundSchema),
|
|
@@ -2011,41 +2020,41 @@ export function searchKnowledge1GteFromJSON(
|
|
|
2011
2020
|
}
|
|
2012
2021
|
|
|
2013
2022
|
/** @internal */
|
|
2014
|
-
export const
|
|
2015
|
-
|
|
2023
|
+
export const SearchKnowledge1Gt$inboundSchema: z.ZodType<
|
|
2024
|
+
SearchKnowledge1Gt,
|
|
2016
2025
|
z.ZodTypeDef,
|
|
2017
2026
|
unknown
|
|
2018
2027
|
> = z.object({
|
|
2019
2028
|
gt: z.number(),
|
|
2020
2029
|
});
|
|
2021
2030
|
/** @internal */
|
|
2022
|
-
export type
|
|
2031
|
+
export type SearchKnowledge1Gt$Outbound = {
|
|
2023
2032
|
gt: number;
|
|
2024
2033
|
};
|
|
2025
2034
|
|
|
2026
2035
|
/** @internal */
|
|
2027
|
-
export const
|
|
2028
|
-
|
|
2036
|
+
export const SearchKnowledge1Gt$outboundSchema: z.ZodType<
|
|
2037
|
+
SearchKnowledge1Gt$Outbound,
|
|
2029
2038
|
z.ZodTypeDef,
|
|
2030
|
-
|
|
2039
|
+
SearchKnowledge1Gt
|
|
2031
2040
|
> = z.object({
|
|
2032
2041
|
gt: z.number(),
|
|
2033
2042
|
});
|
|
2034
2043
|
|
|
2035
|
-
export function
|
|
2036
|
-
|
|
2044
|
+
export function searchKnowledge1GtToJSON(
|
|
2045
|
+
searchKnowledge1Gt: SearchKnowledge1Gt,
|
|
2037
2046
|
): string {
|
|
2038
2047
|
return JSON.stringify(
|
|
2039
|
-
|
|
2048
|
+
SearchKnowledge1Gt$outboundSchema.parse(searchKnowledge1Gt),
|
|
2040
2049
|
);
|
|
2041
2050
|
}
|
|
2042
|
-
export function
|
|
2051
|
+
export function searchKnowledge1GtFromJSON(
|
|
2043
2052
|
jsonString: string,
|
|
2044
|
-
): SafeParseResult<
|
|
2053
|
+
): SafeParseResult<SearchKnowledge1Gt, SDKValidationError> {
|
|
2045
2054
|
return safeParse(
|
|
2046
2055
|
jsonString,
|
|
2047
|
-
(x) =>
|
|
2048
|
-
`Failed to parse '
|
|
2056
|
+
(x) => SearchKnowledge1Gt$inboundSchema.parse(JSON.parse(x)),
|
|
2057
|
+
`Failed to parse 'SearchKnowledge1Gt' from JSON`,
|
|
2049
2058
|
);
|
|
2050
2059
|
}
|
|
2051
2060
|
|
|
@@ -2205,7 +2214,7 @@ export const FilterBy1$inboundSchema: z.ZodType<
|
|
|
2205
2214
|
> = z.union([
|
|
2206
2215
|
z.lazy(() => SearchKnowledge1Eq$inboundSchema),
|
|
2207
2216
|
z.lazy(() => SearchKnowledge1Ne$inboundSchema),
|
|
2208
|
-
z.lazy(() =>
|
|
2217
|
+
z.lazy(() => SearchKnowledge1Gt$inboundSchema),
|
|
2209
2218
|
z.lazy(() => SearchKnowledge1Gte$inboundSchema),
|
|
2210
2219
|
z.lazy(() => SearchKnowledge1Lt$inboundSchema),
|
|
2211
2220
|
z.lazy(() => SearchKnowledge1Lte$inboundSchema),
|
|
@@ -2217,7 +2226,7 @@ export const FilterBy1$inboundSchema: z.ZodType<
|
|
|
2217
2226
|
export type FilterBy1$Outbound =
|
|
2218
2227
|
| SearchKnowledge1Eq$Outbound
|
|
2219
2228
|
| SearchKnowledge1Ne$Outbound
|
|
2220
|
-
|
|
|
2229
|
+
| SearchKnowledge1Gt$Outbound
|
|
2221
2230
|
| SearchKnowledge1Gte$Outbound
|
|
2222
2231
|
| SearchKnowledge1Lt$Outbound
|
|
2223
2232
|
| SearchKnowledge1Lte$Outbound
|
|
@@ -2233,7 +2242,7 @@ export const FilterBy1$outboundSchema: z.ZodType<
|
|
|
2233
2242
|
> = z.union([
|
|
2234
2243
|
z.lazy(() => SearchKnowledge1Eq$outboundSchema),
|
|
2235
2244
|
z.lazy(() => SearchKnowledge1Ne$outboundSchema),
|
|
2236
|
-
z.lazy(() =>
|
|
2245
|
+
z.lazy(() => SearchKnowledge1Gt$outboundSchema),
|
|
2237
2246
|
z.lazy(() => SearchKnowledge1Gte$outboundSchema),
|
|
2238
2247
|
z.lazy(() => SearchKnowledge1Lt$outboundSchema),
|
|
2239
2248
|
z.lazy(() => SearchKnowledge1Lte$outboundSchema),
|
|
@@ -2266,7 +2275,7 @@ export const FilterBy$inboundSchema: z.ZodType<
|
|
|
2266
2275
|
z.record(z.union([
|
|
2267
2276
|
z.lazy(() => SearchKnowledge1Eq$inboundSchema),
|
|
2268
2277
|
z.lazy(() => SearchKnowledge1Ne$inboundSchema),
|
|
2269
|
-
z.lazy(() =>
|
|
2278
|
+
z.lazy(() => SearchKnowledge1Gt$inboundSchema),
|
|
2270
2279
|
z.lazy(() => SearchKnowledge1Gte$inboundSchema),
|
|
2271
2280
|
z.lazy(() => SearchKnowledge1Lt$inboundSchema),
|
|
2272
2281
|
z.lazy(() => SearchKnowledge1Lte$inboundSchema),
|
|
@@ -2280,7 +2289,7 @@ export type FilterBy$Outbound = FilterByAnd$Outbound | FilterByOr$Outbound | {
|
|
|
2280
2289
|
[k: string]:
|
|
2281
2290
|
| SearchKnowledge1Eq$Outbound
|
|
2282
2291
|
| SearchKnowledge1Ne$Outbound
|
|
2283
|
-
|
|
|
2292
|
+
| SearchKnowledge1Gt$Outbound
|
|
2284
2293
|
| SearchKnowledge1Gte$Outbound
|
|
2285
2294
|
| SearchKnowledge1Lt$Outbound
|
|
2286
2295
|
| SearchKnowledge1Lte$Outbound
|
|
@@ -2300,7 +2309,7 @@ export const FilterBy$outboundSchema: z.ZodType<
|
|
|
2300
2309
|
z.record(z.union([
|
|
2301
2310
|
z.lazy(() => SearchKnowledge1Eq$outboundSchema),
|
|
2302
2311
|
z.lazy(() => SearchKnowledge1Ne$outboundSchema),
|
|
2303
|
-
z.lazy(() =>
|
|
2312
|
+
z.lazy(() => SearchKnowledge1Gt$outboundSchema),
|
|
2304
2313
|
z.lazy(() => SearchKnowledge1Gte$outboundSchema),
|
|
2305
2314
|
z.lazy(() => SearchKnowledge1Lt$outboundSchema),
|
|
2306
2315
|
z.lazy(() => SearchKnowledge1Lte$outboundSchema),
|
|
@@ -2480,7 +2489,7 @@ export const SearchKnowledgeRequestBody$inboundSchema: z.ZodType<
|
|
|
2480
2489
|
z.record(z.union([
|
|
2481
2490
|
z.lazy(() => SearchKnowledge1Eq$inboundSchema),
|
|
2482
2491
|
z.lazy(() => SearchKnowledge1Ne$inboundSchema),
|
|
2483
|
-
z.lazy(() =>
|
|
2492
|
+
z.lazy(() => SearchKnowledge1Gt$inboundSchema),
|
|
2484
2493
|
z.lazy(() => SearchKnowledge1Gte$inboundSchema),
|
|
2485
2494
|
z.lazy(() => SearchKnowledge1Lt$inboundSchema),
|
|
2486
2495
|
z.lazy(() => SearchKnowledge1Lte$inboundSchema),
|
|
@@ -2512,7 +2521,7 @@ export type SearchKnowledgeRequestBody$Outbound = {
|
|
|
2512
2521
|
[k: string]:
|
|
2513
2522
|
| SearchKnowledge1Eq$Outbound
|
|
2514
2523
|
| SearchKnowledge1Ne$Outbound
|
|
2515
|
-
|
|
|
2524
|
+
| SearchKnowledge1Gt$Outbound
|
|
2516
2525
|
| SearchKnowledge1Gte$Outbound
|
|
2517
2526
|
| SearchKnowledge1Lt$Outbound
|
|
2518
2527
|
| SearchKnowledge1Lte$Outbound
|
|
@@ -2541,7 +2550,7 @@ export const SearchKnowledgeRequestBody$outboundSchema: z.ZodType<
|
|
|
2541
2550
|
z.record(z.union([
|
|
2542
2551
|
z.lazy(() => SearchKnowledge1Eq$outboundSchema),
|
|
2543
2552
|
z.lazy(() => SearchKnowledge1Ne$outboundSchema),
|
|
2544
|
-
z.lazy(() =>
|
|
2553
|
+
z.lazy(() => SearchKnowledge1Gt$outboundSchema),
|
|
2545
2554
|
z.lazy(() => SearchKnowledge1Gte$outboundSchema),
|
|
2546
2555
|
z.lazy(() => SearchKnowledge1Lt$outboundSchema),
|
|
2547
2556
|
z.lazy(() => SearchKnowledge1Lte$outboundSchema),
|
|
@@ -978,7 +978,7 @@ export const SyncMcpToolResponseBody5$inboundSchema: z.ZodType<
|
|
|
978
978
|
z.ZodTypeDef,
|
|
979
979
|
unknown
|
|
980
980
|
> = z.object({
|
|
981
|
-
_id: z.string().default("
|
|
981
|
+
_id: z.string().default("tool_01KA1AV0TKQGW4KK4A3ZM5A9PV"),
|
|
982
982
|
path: z.string(),
|
|
983
983
|
key: z.string(),
|
|
984
984
|
display_name: z.string().optional(),
|
|
@@ -1037,7 +1037,7 @@ export const SyncMcpToolResponseBody5$outboundSchema: z.ZodType<
|
|
|
1037
1037
|
z.ZodTypeDef,
|
|
1038
1038
|
SyncMcpToolResponseBody5
|
|
1039
1039
|
> = z.object({
|
|
1040
|
-
id: z.string().default("
|
|
1040
|
+
id: z.string().default("tool_01KA1AV0TKQGW4KK4A3ZM5A9PV"),
|
|
1041
1041
|
path: z.string(),
|
|
1042
1042
|
key: z.string(),
|
|
1043
1043
|
displayName: z.string().optional(),
|
|
@@ -1388,7 +1388,7 @@ export const SyncMcpToolResponseBody4$inboundSchema: z.ZodType<
|
|
|
1388
1388
|
z.ZodTypeDef,
|
|
1389
1389
|
unknown
|
|
1390
1390
|
> = z.object({
|
|
1391
|
-
_id: z.string().default("
|
|
1391
|
+
_id: z.string().default("tool_01KA1AV0TH51SMXKG38E89K48Q"),
|
|
1392
1392
|
path: z.string(),
|
|
1393
1393
|
key: z.string(),
|
|
1394
1394
|
display_name: z.string().optional(),
|
|
@@ -1445,7 +1445,7 @@ export const SyncMcpToolResponseBody4$outboundSchema: z.ZodType<
|
|
|
1445
1445
|
z.ZodTypeDef,
|
|
1446
1446
|
SyncMcpToolResponseBody4
|
|
1447
1447
|
> = z.object({
|
|
1448
|
-
id: z.string().default("
|
|
1448
|
+
id: z.string().default("tool_01KA1AV0TH51SMXKG38E89K48Q"),
|
|
1449
1449
|
path: z.string(),
|
|
1450
1450
|
key: z.string(),
|
|
1451
1451
|
displayName: z.string().optional(),
|
|
@@ -1873,7 +1873,7 @@ export const SyncMcpToolResponseBody3$inboundSchema: z.ZodType<
|
|
|
1873
1873
|
z.ZodTypeDef,
|
|
1874
1874
|
unknown
|
|
1875
1875
|
> = z.object({
|
|
1876
|
-
_id: z.string().default("
|
|
1876
|
+
_id: z.string().default("tool_01KA1AV0TFJJSP0H152FKN7KSZ"),
|
|
1877
1877
|
path: z.string(),
|
|
1878
1878
|
key: z.string(),
|
|
1879
1879
|
display_name: z.string().optional(),
|
|
@@ -1928,7 +1928,7 @@ export const SyncMcpToolResponseBody3$outboundSchema: z.ZodType<
|
|
|
1928
1928
|
z.ZodTypeDef,
|
|
1929
1929
|
SyncMcpToolResponseBody3
|
|
1930
1930
|
> = z.object({
|
|
1931
|
-
id: z.string().default("
|
|
1931
|
+
id: z.string().default("tool_01KA1AV0TFJJSP0H152FKN7KSZ"),
|
|
1932
1932
|
path: z.string(),
|
|
1933
1933
|
key: z.string(),
|
|
1934
1934
|
displayName: z.string().optional(),
|
|
@@ -2157,7 +2157,7 @@ export const SyncMcpToolResponseBody2$inboundSchema: z.ZodType<
|
|
|
2157
2157
|
z.ZodTypeDef,
|
|
2158
2158
|
unknown
|
|
2159
2159
|
> = z.object({
|
|
2160
|
-
_id: z.string().default("
|
|
2160
|
+
_id: z.string().default("tool_01KA1AV0TEQXPZ3T1HG9GX9626"),
|
|
2161
2161
|
path: z.string(),
|
|
2162
2162
|
key: z.string(),
|
|
2163
2163
|
display_name: z.string().optional(),
|
|
@@ -2211,7 +2211,7 @@ export const SyncMcpToolResponseBody2$outboundSchema: z.ZodType<
|
|
|
2211
2211
|
z.ZodTypeDef,
|
|
2212
2212
|
SyncMcpToolResponseBody2
|
|
2213
2213
|
> = z.object({
|
|
2214
|
-
id: z.string().default("
|
|
2214
|
+
id: z.string().default("tool_01KA1AV0TEQXPZ3T1HG9GX9626"),
|
|
2215
2215
|
path: z.string(),
|
|
2216
2216
|
key: z.string(),
|
|
2217
2217
|
displayName: z.string().optional(),
|
|
@@ -2450,7 +2450,7 @@ export const SyncMcpToolResponseBody1$inboundSchema: z.ZodType<
|
|
|
2450
2450
|
z.ZodTypeDef,
|
|
2451
2451
|
unknown
|
|
2452
2452
|
> = z.object({
|
|
2453
|
-
_id: z.string().default("
|
|
2453
|
+
_id: z.string().default("tool_01KA1AV0TDJZDZCJ6VZ49J5JB8"),
|
|
2454
2454
|
path: z.string(),
|
|
2455
2455
|
key: z.string(),
|
|
2456
2456
|
display_name: z.string().optional(),
|
|
@@ -2503,7 +2503,7 @@ export const SyncMcpToolResponseBody1$outboundSchema: z.ZodType<
|
|
|
2503
2503
|
z.ZodTypeDef,
|
|
2504
2504
|
SyncMcpToolResponseBody1
|
|
2505
2505
|
> = z.object({
|
|
2506
|
-
id: z.string().default("
|
|
2506
|
+
id: z.string().default("tool_01KA1AV0TDJZDZCJ6VZ49J5JB8"),
|
|
2507
2507
|
path: z.string(),
|
|
2508
2508
|
key: z.string(),
|
|
2509
2509
|
displayName: z.string().optional(),
|
|
@@ -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-14T14:03:09.655Z",
|
|
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-14T14:03:09.655Z"))
|
|
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-14T14:03:09.284Z",
|
|
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-14T14:03:09.284Z"))
|
|
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-14T14:03:21.030Z",
|
|
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-14T14:03:21.030Z"))
|
|
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-14T14:03:21.030Z",
|
|
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-14T14:03:21.030Z"))
|
|
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-14T14:03:21.029Z",
|
|
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-14T14:03:21.029Z"))
|
|
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-14T14:03:09.284Z",
|
|
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-14T14:03:09.284Z"))
|
|
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-14T14:03:09.284Z",
|
|
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-14T14:03:09.284Z"))
|
|
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("01KA1AV0Y2CGQB482WE64EVRZJ"),
|
|
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("01KA1AV0Y2CGQB482WE64EVRZJ"),
|
|
249
249
|
displayName: z.string(),
|
|
250
250
|
description: z.string().optional(),
|
|
251
251
|
status: UpdateDatasourceStatus$outboundSchema,
|