@orq-ai/node 4.15.0-rc.2 → 4.15.0-rc.4
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 +73 -74
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/agentresponserequest.d.ts +14 -14
- package/models/components/agentresponserequest.d.ts.map +1 -1
- package/models/components/agentresponserequest.js +14 -15
- package/models/components/agentresponserequest.js.map +1 -1
- package/models/components/agentthoughtstreamingevent.d.ts +12 -12
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -1
- package/models/components/agentthoughtstreamingevent.js +17 -17
- package/models/components/agentthoughtstreamingevent.js.map +1 -1
- package/models/components/evaluationcontext.d.ts +6 -6
- package/models/components/evaluationcontext.d.ts.map +1 -1
- package/models/components/evaluationcontext.js +6 -7
- package/models/components/evaluationcontext.js.map +1 -1
- package/models/components/evaluatorresponsefunction.js +2 -2
- package/models/components/evaluatorresponsehttp.js +2 -2
- package/models/components/evaluatorresponsejsonschema.js +2 -2
- package/models/components/evaluatorresponsellm.js +2 -2
- package/models/components/evaluatorresponsepython.js +2 -2
- package/models/components/evaluatorresponseragas.js +2 -2
- package/models/components/evaluatorresponsetypescript.js +2 -2
- package/models/components/index.d.ts +0 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +0 -1
- package/models/components/index.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/components/searchknowledgerequest.d.ts +174 -174
- package/models/components/searchknowledgerequest.d.ts.map +1 -1
- package/models/components/searchknowledgerequest.js +217 -207
- package/models/components/searchknowledgerequest.js.map +1 -1
- package/models/operations/createannotationqueue.js +1 -1
- package/models/operations/createchatcompletion.d.ts +58 -58
- package/models/operations/createchatcompletion.d.ts.map +1 -1
- package/models/operations/createchatcompletion.js +80 -81
- package/models/operations/createchatcompletion.js.map +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +5 -5
- package/models/operations/createprompt.d.ts +5 -4
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +7 -5
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +4 -4
- 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/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 +4 -4
- package/models/operations/geteval.js +16 -16
- 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/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/index.d.ts +0 -2
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -2
- package/models/operations/index.js.map +1 -1
- package/models/operations/listannotationqueues.js +1 -1
- package/models/operations/listdatasetdatapoints.js +5 -5
- package/models/operations/listdatasets.js +1 -1
- 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/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +4 -4
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrieveannotationqueue.js +1 -1
- package/models/operations/retrievedatapoint.js +5 -5
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievetool.js +4 -4
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updateannotationqueue.js +1 -1
- package/models/operations/updatedatapoint.js +5 -5
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updateprompt.d.ts +1 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +1 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +4 -4
- package/package.json +6 -6
- package/sdk/deployments.d.ts +0 -16
- package/sdk/deployments.d.ts.map +1 -1
- package/sdk/deployments.js +0 -20
- package/sdk/deployments.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/agentresponserequest.ts +22 -31
- package/src/models/components/agentthoughtstreamingevent.ts +43 -55
- package/src/models/components/evaluationcontext.ts +10 -15
- package/src/models/components/evaluatorresponsefunction.ts +2 -2
- package/src/models/components/evaluatorresponsehttp.ts +2 -2
- package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
- package/src/models/components/evaluatorresponsellm.ts +2 -2
- package/src/models/components/evaluatorresponsepython.ts +2 -2
- package/src/models/components/evaluatorresponseragas.ts +2 -2
- package/src/models/components/evaluatorresponsetypescript.ts +2 -2
- package/src/models/components/index.ts +0 -1
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/searchknowledgerequest.ts +469 -668
- package/src/models/operations/createannotationqueue.ts +1 -1
- package/src/models/operations/createchatcompletion.ts +248 -313
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +5 -5
- package/src/models/operations/createprompt.ts +7 -7
- package/src/models/operations/createtool.ts +4 -4
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +4 -4
- package/src/models/operations/geteval.ts +16 -16
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/index.ts +0 -2
- package/src/models/operations/listannotationqueues.ts +1 -1
- package/src/models/operations/listdatasetdatapoints.ts +5 -5
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +4 -4
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrieveannotationqueue.ts +1 -1
- package/src/models/operations/retrievedatapoint.ts +5 -5
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievetool.ts +4 -4
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updateannotationqueue.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +5 -5
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updateprompt.ts +1 -0
- package/src/models/operations/updatetool.ts +4 -4
- package/src/sdk/deployments.ts +0 -38
- package/funcs/deploymentsInvoke.d.ts +0 -18
- package/funcs/deploymentsInvoke.d.ts.map +0 -1
- package/funcs/deploymentsInvoke.js +0 -116
- package/funcs/deploymentsInvoke.js.map +0 -1
- package/funcs/deploymentsStream.d.ts +0 -18
- package/funcs/deploymentsStream.d.ts.map +0 -1
- package/funcs/deploymentsStream.js +0 -129
- package/funcs/deploymentsStream.js.map +0 -1
- package/models/components/invokedeploymentrequest.d.ts +0 -1544
- package/models/components/invokedeploymentrequest.d.ts.map +0 -1
- package/models/components/invokedeploymentrequest.js +0 -1108
- package/models/components/invokedeploymentrequest.js.map +0 -1
- package/models/operations/deploymentinvoke.d.ts +0 -365
- package/models/operations/deploymentinvoke.d.ts.map +0 -1
- package/models/operations/deploymentinvoke.js +0 -370
- package/models/operations/deploymentinvoke.js.map +0 -1
- package/models/operations/deploymentstream.d.ts +0 -1897
- package/models/operations/deploymentstream.d.ts.map +0 -1
- package/models/operations/deploymentstream.js +0 -1483
- package/models/operations/deploymentstream.js.map +0 -1
- package/src/funcs/deploymentsInvoke.ts +0 -170
- package/src/funcs/deploymentsStream.ts +0 -180
- package/src/models/components/invokedeploymentrequest.ts +0 -3446
- package/src/models/operations/deploymentinvoke.ts +0 -731
- package/src/models/operations/deploymentstream.ts +0 -4562
|
@@ -138,7 +138,7 @@ export const CreateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
138
138
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
139
139
|
.optional(),
|
|
140
140
|
updated: z.string().datetime({ offset: true }).default(
|
|
141
|
-
"2026-08-
|
|
141
|
+
"2026-08-26T13:26:42.563Z",
|
|
142
142
|
).transform(v => new Date(v)),
|
|
143
143
|
}).transform((v) => {
|
|
144
144
|
return remap$(v, {
|
|
@@ -2739,7 +2739,7 @@ export const Evaluations4$inboundSchema: z.ZodType<
|
|
|
2739
2739
|
explanation: z.string().optional(),
|
|
2740
2740
|
reviewed_by_id: z.string(),
|
|
2741
2741
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2742
|
-
"2026-08-
|
|
2742
|
+
"2026-08-26T13:26:53.807Z",
|
|
2743
2743
|
).transform(v => new Date(v)),
|
|
2744
2744
|
type: z.literal("string_array"),
|
|
2745
2745
|
values: z.array(z.string()),
|
|
@@ -2829,7 +2829,7 @@ export const CreateDatasetItemEvaluations3$inboundSchema: z.ZodType<
|
|
|
2829
2829
|
explanation: z.string().optional(),
|
|
2830
2830
|
reviewed_by_id: z.string(),
|
|
2831
2831
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2832
|
-
"2026-08-
|
|
2832
|
+
"2026-08-26T13:26:53.806Z",
|
|
2833
2833
|
).transform(v => new Date(v)),
|
|
2834
2834
|
type: z.literal("boolean"),
|
|
2835
2835
|
value: z.boolean(),
|
|
@@ -2914,7 +2914,7 @@ export const Evaluations2$inboundSchema: z.ZodType<
|
|
|
2914
2914
|
explanation: z.string().optional(),
|
|
2915
2915
|
reviewed_by_id: z.string(),
|
|
2916
2916
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2917
|
-
"2026-08-
|
|
2917
|
+
"2026-08-26T13:26:53.805Z",
|
|
2918
2918
|
).transform(v => new Date(v)),
|
|
2919
2919
|
type: z.literal("number"),
|
|
2920
2920
|
value: z.number(),
|
|
@@ -3000,7 +3000,7 @@ export const Evaluations1$inboundSchema: z.ZodType<
|
|
|
3000
3000
|
explanation: z.string().optional(),
|
|
3001
3001
|
reviewed_by_id: z.string(),
|
|
3002
3002
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
3003
|
-
"2026-08-
|
|
3003
|
+
"2026-08-26T13:26:53.805Z",
|
|
3004
3004
|
).transform(v => new Date(v)),
|
|
3005
3005
|
type: z.literal("string"),
|
|
3006
3006
|
value: z.string(),
|
|
@@ -3087,7 +3087,7 @@ export const ResponseBody$inboundSchema: z.ZodType<
|
|
|
3087
3087
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
3088
3088
|
.optional(),
|
|
3089
3089
|
updated: z.string().datetime({ offset: true }).default(
|
|
3090
|
-
"2026-08-
|
|
3090
|
+
"2026-08-26T13:26:42.563Z",
|
|
3091
3091
|
).transform(v => new Date(v)),
|
|
3092
3092
|
}).transform((v) => {
|
|
3093
3093
|
return remap$(v, {
|
|
@@ -1364,7 +1364,7 @@ export type ModelParameters = {
|
|
|
1364
1364
|
thinkingLevel?: CreatePromptThinkingLevel | undefined;
|
|
1365
1365
|
};
|
|
1366
1366
|
|
|
1367
|
-
export const
|
|
1367
|
+
export const Provider = {
|
|
1368
1368
|
Openai: "openai",
|
|
1369
1369
|
Groq: "groq",
|
|
1370
1370
|
Cohere: "cohere",
|
|
@@ -1403,10 +1403,11 @@ export const CreatePromptProvider = {
|
|
|
1403
1403
|
Fireworks: "fireworks",
|
|
1404
1404
|
Baseten: "baseten",
|
|
1405
1405
|
Reson8: "reson8",
|
|
1406
|
+
Meta: "meta",
|
|
1406
1407
|
Slack: "slack",
|
|
1407
1408
|
Orq: "orq",
|
|
1408
1409
|
} as const;
|
|
1409
|
-
export type
|
|
1410
|
+
export type Provider = ClosedEnum<typeof Provider>;
|
|
1410
1411
|
|
|
1411
1412
|
/**
|
|
1412
1413
|
* The role of the prompt message
|
|
@@ -1555,7 +1556,7 @@ export type PromptConfig = {
|
|
|
1555
1556
|
* Model Parameters: Not all parameters apply to every model
|
|
1556
1557
|
*/
|
|
1557
1558
|
modelParameters?: ModelParameters | undefined;
|
|
1558
|
-
provider?:
|
|
1559
|
+
provider?: Provider | null | undefined;
|
|
1559
1560
|
/**
|
|
1560
1561
|
* The ID of the integration to use
|
|
1561
1562
|
*/
|
|
@@ -4309,9 +4310,8 @@ export function modelParametersFromJSON(
|
|
|
4309
4310
|
}
|
|
4310
4311
|
|
|
4311
4312
|
/** @internal */
|
|
4312
|
-
export const
|
|
4313
|
-
|
|
4314
|
-
> = z.nativeEnum(CreatePromptProvider);
|
|
4313
|
+
export const Provider$inboundSchema: z.ZodNativeEnum<typeof Provider> = z
|
|
4314
|
+
.nativeEnum(Provider);
|
|
4315
4315
|
|
|
4316
4316
|
/** @internal */
|
|
4317
4317
|
export const CreatePromptRole$inboundSchema: z.ZodNativeEnum<
|
|
@@ -4574,7 +4574,7 @@ export const PromptConfig$inboundSchema: z.ZodType<
|
|
|
4574
4574
|
model_db_id: z.nullable(z.string()).optional(),
|
|
4575
4575
|
model_type: z.nullable(ModelType$inboundSchema).optional(),
|
|
4576
4576
|
model_parameters: z.lazy(() => ModelParameters$inboundSchema).optional(),
|
|
4577
|
-
provider: z.nullable(
|
|
4577
|
+
provider: z.nullable(Provider$inboundSchema).optional(),
|
|
4578
4578
|
integration_id: z.nullable(z.string()).optional(),
|
|
4579
4579
|
version: z.string().optional(),
|
|
4580
4580
|
messages: z.array(z.lazy(() => CreatePromptPromptsMessages$inboundSchema)),
|
|
@@ -1573,7 +1573,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1573
1573
|
z.ZodTypeDef,
|
|
1574
1574
|
unknown
|
|
1575
1575
|
> = z.object({
|
|
1576
|
-
_id: z.string().default("
|
|
1576
|
+
_id: z.string().default("tool_01M0Z41414KD9ZBMHBG4DSBZ5E"),
|
|
1577
1577
|
path: z.string(),
|
|
1578
1578
|
key: z.string(),
|
|
1579
1579
|
display_name: z.string().optional(),
|
|
@@ -1760,7 +1760,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
1760
1760
|
z.ZodTypeDef,
|
|
1761
1761
|
unknown
|
|
1762
1762
|
> = z.object({
|
|
1763
|
-
_id: z.string().default("
|
|
1763
|
+
_id: z.string().default("tool_01M0Z41412JYC330TTS4JW7101"),
|
|
1764
1764
|
path: z.string(),
|
|
1765
1765
|
key: z.string(),
|
|
1766
1766
|
display_name: z.string().optional(),
|
|
@@ -1853,7 +1853,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1853
1853
|
z.ZodTypeDef,
|
|
1854
1854
|
unknown
|
|
1855
1855
|
> = z.object({
|
|
1856
|
-
_id: z.string().default("
|
|
1856
|
+
_id: z.string().default("tool_01M0Z414118MZ8MDMQQGFNSZHZ"),
|
|
1857
1857
|
path: z.string(),
|
|
1858
1858
|
key: z.string(),
|
|
1859
1859
|
display_name: z.string().optional(),
|
|
@@ -1954,7 +1954,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
1954
1954
|
z.ZodTypeDef,
|
|
1955
1955
|
unknown
|
|
1956
1956
|
> = z.object({
|
|
1957
|
-
_id: z.string().default("
|
|
1957
|
+
_id: z.string().default("tool_01M0Z4140ZBC97KJ44CZW5EJ9F"),
|
|
1958
1958
|
path: z.string(),
|
|
1959
1959
|
key: z.string(),
|
|
1960
1960
|
display_name: z.string().optional(),
|
|
@@ -639,7 +639,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
639
639
|
z.ZodTypeDef,
|
|
640
640
|
unknown
|
|
641
641
|
> = z.object({
|
|
642
|
-
_id: z.string().default("
|
|
642
|
+
_id: z.string().default("tool_01M0Z4140KH8NVC1VBJJGM6Z6Y"),
|
|
643
643
|
path: z.string(),
|
|
644
644
|
key: z.string(),
|
|
645
645
|
display_name: z.string().optional(),
|
|
@@ -821,7 +821,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
821
821
|
z.ZodTypeDef,
|
|
822
822
|
unknown
|
|
823
823
|
> = z.object({
|
|
824
|
-
_id: z.string().default("
|
|
824
|
+
_id: z.string().default("tool_01M0Z4140H3JW3XB235H1AFJ6X"),
|
|
825
825
|
path: z.string(),
|
|
826
826
|
key: z.string(),
|
|
827
827
|
display_name: z.string().optional(),
|
|
@@ -914,7 +914,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
914
914
|
z.ZodTypeDef,
|
|
915
915
|
unknown
|
|
916
916
|
> = z.object({
|
|
917
|
-
_id: z.string().default("
|
|
917
|
+
_id: z.string().default("tool_01M0Z4140GRQDYMSYMGGTQ9G1T"),
|
|
918
918
|
path: z.string(),
|
|
919
919
|
key: z.string(),
|
|
920
920
|
display_name: z.string().optional(),
|
|
@@ -1012,7 +1012,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1012
1012
|
z.ZodTypeDef,
|
|
1013
1013
|
unknown
|
|
1014
1014
|
> = z.object({
|
|
1015
|
-
_id: z.string().default("
|
|
1015
|
+
_id: z.string().default("tool_01M0Z4140FYV3VA80JZM7FF7XD"),
|
|
1016
1016
|
path: z.string(),
|
|
1017
1017
|
key: z.string(),
|
|
1018
1018
|
display_name: z.string().optional(),
|
|
@@ -846,8 +846,8 @@ export const BedrockGuardrail$inboundSchema: z.ZodType<
|
|
|
846
846
|
display_name: z.string(),
|
|
847
847
|
description: z.string(),
|
|
848
848
|
owner: z.string(),
|
|
849
|
-
created: z.string().default("2026-08-
|
|
850
|
-
updated: z.string().default("2026-08-
|
|
849
|
+
created: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
850
|
+
updated: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
851
851
|
created_by_id: z.nullable(z.string()).optional(),
|
|
852
852
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
853
853
|
domain_id: z.string(),
|
|
@@ -949,8 +949,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
949
949
|
display_name: z.string(),
|
|
950
950
|
description: z.string(),
|
|
951
951
|
owner: z.string(),
|
|
952
|
-
created: z.string().default("2026-08-
|
|
953
|
-
updated: z.string().default("2026-08-
|
|
952
|
+
created: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
953
|
+
updated: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
954
954
|
created_by_id: z.nullable(z.string()).optional(),
|
|
955
955
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
956
956
|
domain_id: z.string(),
|
|
@@ -1046,8 +1046,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
1046
1046
|
display_name: z.string(),
|
|
1047
1047
|
description: z.string(),
|
|
1048
1048
|
owner: z.string(),
|
|
1049
|
-
created: z.string().default("2026-08-
|
|
1050
|
-
updated: z.string().default("2026-08-
|
|
1049
|
+
created: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
1050
|
+
updated: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
1051
1051
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1052
1052
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1053
1053
|
domain_id: z.string(),
|
|
@@ -1144,8 +1144,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
1144
1144
|
display_name: z.string(),
|
|
1145
1145
|
description: z.string(),
|
|
1146
1146
|
owner: z.string(),
|
|
1147
|
-
created: z.string().default("2026-08-
|
|
1148
|
-
updated: z.string().default("2026-08-
|
|
1147
|
+
created: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
1148
|
+
updated: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
1149
1149
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1150
1150
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1151
1151
|
domain_id: z.string(),
|
|
@@ -1228,8 +1228,8 @@ export const Json$inboundSchema: z.ZodType<Json, z.ZodTypeDef, unknown> = z
|
|
|
1228
1228
|
display_name: z.string(),
|
|
1229
1229
|
description: z.string(),
|
|
1230
1230
|
owner: z.string(),
|
|
1231
|
-
created: z.string().default("2026-08-
|
|
1232
|
-
updated: z.string().default("2026-08-
|
|
1231
|
+
created: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
1232
|
+
updated: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
1233
1233
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1234
1234
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1235
1235
|
domain_id: z.string(),
|
|
@@ -1337,8 +1337,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
1337
1337
|
display_name: z.string(),
|
|
1338
1338
|
description: z.string(),
|
|
1339
1339
|
owner: z.string(),
|
|
1340
|
-
created: z.string().default("2026-08-
|
|
1341
|
-
updated: z.string().default("2026-08-
|
|
1340
|
+
created: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
1341
|
+
updated: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
1342
1342
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1343
1343
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1344
1344
|
domain_id: z.string(),
|
|
@@ -2056,8 +2056,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
2056
2056
|
display_name: z.string(),
|
|
2057
2057
|
description: z.string(),
|
|
2058
2058
|
owner: z.string(),
|
|
2059
|
-
created: z.string().default("2026-08-
|
|
2060
|
-
updated: z.string().default("2026-08-
|
|
2059
|
+
created: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
2060
|
+
updated: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
2061
2061
|
created_by_id: z.nullable(z.string()).optional(),
|
|
2062
2062
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2063
2063
|
domain_id: z.string(),
|
|
@@ -2726,8 +2726,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
2726
2726
|
display_name: z.string(),
|
|
2727
2727
|
description: z.string(),
|
|
2728
2728
|
owner: z.string(),
|
|
2729
|
-
created: z.string().default("2026-08-
|
|
2730
|
-
updated: z.string().default("2026-08-
|
|
2729
|
+
created: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
2730
|
+
updated: z.string().default("2026-08-26T13:26:44.323Z"),
|
|
2731
2731
|
created_by_id: z.nullable(z.string()).optional(),
|
|
2732
2732
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2733
2733
|
domain_id: z.string(),
|
|
@@ -140,7 +140,7 @@ export const GetV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
140
140
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
141
141
|
.optional(),
|
|
142
142
|
updated: z.string().datetime({ offset: true }).default(
|
|
143
|
-
"2026-08-
|
|
143
|
+
"2026-08-26T13:26:42.563Z",
|
|
144
144
|
).transform(v => new Date(v)),
|
|
145
145
|
filter_type: z.literal("name"),
|
|
146
146
|
filter_value: z.string(),
|
|
@@ -185,7 +185,7 @@ export const GetV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
185
185
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
186
186
|
.optional(),
|
|
187
187
|
updated: z.string().datetime({ offset: true }).default(
|
|
188
|
-
"2026-08-
|
|
188
|
+
"2026-08-26T13:26:42.563Z",
|
|
189
189
|
).transform(v => new Date(v)),
|
|
190
190
|
filter_type: z.literal("span_type"),
|
|
191
191
|
filter_values: z.array(z.string()),
|
|
@@ -141,7 +141,7 @@ export const GetV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
141
141
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
142
142
|
.optional(),
|
|
143
143
|
updated: z.string().datetime({ offset: true }).default(
|
|
144
|
-
"2026-08-
|
|
144
|
+
"2026-08-26T13:26:42.563Z",
|
|
145
145
|
).transform(v => new Date(v)),
|
|
146
146
|
filter_type: z.literal("name"),
|
|
147
147
|
filter_value: z.string(),
|
|
@@ -186,7 +186,7 @@ export const GetV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
186
186
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
187
187
|
.optional(),
|
|
188
188
|
updated: z.string().datetime({ offset: true }).default(
|
|
189
|
-
"2026-08-
|
|
189
|
+
"2026-08-26T13:26:42.563Z",
|
|
190
190
|
).transform(v => new Date(v)),
|
|
191
191
|
filter_type: z.literal("span_type"),
|
|
192
192
|
filter_values: z.array(z.string()),
|
|
@@ -69,9 +69,7 @@ export * from "./deleteprompt.js";
|
|
|
69
69
|
export * from "./deletetool.js";
|
|
70
70
|
export * from "./deletev2humanevalsetsid.js";
|
|
71
71
|
export * from "./deploymentgetconfig.js";
|
|
72
|
-
export * from "./deploymentinvoke.js";
|
|
73
72
|
export * from "./deployments.js";
|
|
74
|
-
export * from "./deploymentstream.js";
|
|
75
73
|
export * from "./filecontent.js";
|
|
76
74
|
export * from "./filedelete.js";
|
|
77
75
|
export * from "./fileget.js";
|
|
@@ -183,7 +183,7 @@ export const ListAnnotationQueuesData$inboundSchema: z.ZodType<
|
|
|
183
183
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
184
184
|
.optional(),
|
|
185
185
|
updated: z.string().datetime({ offset: true }).default(
|
|
186
|
-
"2026-08-
|
|
186
|
+
"2026-08-26T13:26:42.563Z",
|
|
187
187
|
).transform(v => new Date(v)),
|
|
188
188
|
}).transform((v) => {
|
|
189
189
|
return remap$(v, {
|
|
@@ -1653,7 +1653,7 @@ export const ListDatasetDatapointsEvaluations4$inboundSchema: z.ZodType<
|
|
|
1653
1653
|
explanation: z.string().optional(),
|
|
1654
1654
|
reviewed_by_id: z.string(),
|
|
1655
1655
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1656
|
-
"2026-08-
|
|
1656
|
+
"2026-08-26T13:26:53.789Z",
|
|
1657
1657
|
).transform(v => new Date(v)),
|
|
1658
1658
|
type: z.literal("string_array"),
|
|
1659
1659
|
values: z.array(z.string()),
|
|
@@ -1749,7 +1749,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
|
|
|
1749
1749
|
explanation: z.string().optional(),
|
|
1750
1750
|
reviewed_by_id: z.string(),
|
|
1751
1751
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1752
|
-
"2026-08-
|
|
1752
|
+
"2026-08-26T13:26:53.788Z",
|
|
1753
1753
|
).transform(v => new Date(v)),
|
|
1754
1754
|
type: z.literal("boolean"),
|
|
1755
1755
|
value: z.boolean(),
|
|
@@ -1853,7 +1853,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
|
|
|
1853
1853
|
explanation: z.string().optional(),
|
|
1854
1854
|
reviewed_by_id: z.string(),
|
|
1855
1855
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1856
|
-
"2026-08-
|
|
1856
|
+
"2026-08-26T13:26:53.787Z",
|
|
1857
1857
|
).transform(v => new Date(v)),
|
|
1858
1858
|
type: z.literal("number"),
|
|
1859
1859
|
value: z.number(),
|
|
@@ -1959,7 +1959,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
|
|
|
1959
1959
|
explanation: z.string().optional(),
|
|
1960
1960
|
reviewed_by_id: z.string(),
|
|
1961
1961
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1962
|
-
"2026-08-
|
|
1962
|
+
"2026-08-26T13:26:53.786Z",
|
|
1963
1963
|
).transform(v => new Date(v)),
|
|
1964
1964
|
type: z.literal("string"),
|
|
1965
1965
|
value: z.string(),
|
|
@@ -2042,7 +2042,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
2042
2042
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2043
2043
|
.optional(),
|
|
2044
2044
|
updated: z.string().datetime({ offset: true }).default(
|
|
2045
|
-
"2026-08-
|
|
2045
|
+
"2026-08-26T13:26:42.563Z",
|
|
2046
2046
|
).transform(v => new Date(v)),
|
|
2047
2047
|
}).transform((v) => {
|
|
2048
2048
|
return remap$(v, {
|
|
@@ -169,7 +169,7 @@ export const ListDatasetsData$inboundSchema: z.ZodType<
|
|
|
169
169
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
170
170
|
.optional(),
|
|
171
171
|
updated: z.string().datetime({ offset: true }).default(
|
|
172
|
-
"2026-08-
|
|
172
|
+
"2026-08-26T13:26:42.563Z",
|
|
173
173
|
).transform(v => new Date(v)),
|
|
174
174
|
}).transform((v) => {
|
|
175
175
|
return remap$(v, {
|
|
@@ -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-08-
|
|
321
|
+
"2026-08-26T13:26:42.563Z",
|
|
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-08-
|
|
367
|
+
"2026-08-26T13:26:42.563Z",
|
|
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-08-
|
|
248
|
+
reviewedAt: z.date().default(() => new Date("2026-08-26T13:26:53.915Z"))
|
|
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 Three$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-08-
|
|
302
|
+
reviewedAt: z.date().default(() => new Date("2026-08-26T13:26:53.915Z"))
|
|
303
303
|
.transform(v => v.toISOString()),
|
|
304
304
|
type: z.literal("boolean"),
|
|
305
305
|
value: z.boolean(),
|
|
@@ -353,7 +353,7 @@ export const RequestBody2$outboundSchema: z.ZodType<
|
|
|
353
353
|
"orq",
|
|
354
354
|
),
|
|
355
355
|
explanation: z.string().optional(),
|
|
356
|
-
reviewedAt: z.date().default(() => new Date("2026-08-
|
|
356
|
+
reviewedAt: z.date().default(() => new Date("2026-08-26T13:26:53.914Z"))
|
|
357
357
|
.transform(v => v.toISOString()),
|
|
358
358
|
type: z.literal("number"),
|
|
359
359
|
value: z.number(),
|
|
@@ -405,7 +405,7 @@ export const PostV2FeedbackEvaluationRequestBody1$outboundSchema: z.ZodType<
|
|
|
405
405
|
humanReviewId: z.string().optional(),
|
|
406
406
|
source: RequestBodySource$outboundSchema.default("orq"),
|
|
407
407
|
explanation: z.string().optional(),
|
|
408
|
-
reviewedAt: z.date().default(() => new Date("2026-08-
|
|
408
|
+
reviewedAt: z.date().default(() => new Date("2026-08-26T13:26:53.913Z"))
|
|
409
409
|
.transform(v => v.toISOString()),
|
|
410
410
|
type: z.literal("string"),
|
|
411
411
|
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-08-
|
|
274
|
+
"2026-08-26T13:26:42.563Z",
|
|
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-08-
|
|
319
|
+
"2026-08-26T13:26:42.563Z",
|
|
320
320
|
).transform(v => new Date(v)),
|
|
321
321
|
filter_type: z.literal("span_type"),
|
|
322
322
|
filter_values: z.array(z.string()),
|
|
@@ -135,7 +135,7 @@ export const RetrieveAnnotationQueueResponseBody$inboundSchema: z.ZodType<
|
|
|
135
135
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
136
136
|
.optional(),
|
|
137
137
|
updated: z.string().datetime({ offset: true }).default(
|
|
138
|
-
"2026-08-
|
|
138
|
+
"2026-08-26T13:26:42.563Z",
|
|
139
139
|
).transform(v => new Date(v)),
|
|
140
140
|
}).transform((v) => {
|
|
141
141
|
return remap$(v, {
|
|
@@ -1585,7 +1585,7 @@ export const RetrieveDatapointEvaluations4$inboundSchema: z.ZodType<
|
|
|
1585
1585
|
explanation: z.string().optional(),
|
|
1586
1586
|
reviewed_by_id: z.string(),
|
|
1587
1587
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1588
|
-
"2026-08-
|
|
1588
|
+
"2026-08-26T13:26:53.801Z",
|
|
1589
1589
|
).transform(v => new Date(v)),
|
|
1590
1590
|
type: z.literal("string_array"),
|
|
1591
1591
|
values: z.array(z.string()),
|
|
@@ -1685,7 +1685,7 @@ export const Evaluations3$inboundSchema: z.ZodType<
|
|
|
1685
1685
|
explanation: z.string().optional(),
|
|
1686
1686
|
reviewed_by_id: z.string(),
|
|
1687
1687
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1688
|
-
"2026-08-
|
|
1688
|
+
"2026-08-26T13:26:53.800Z",
|
|
1689
1689
|
).transform(v => new Date(v)),
|
|
1690
1690
|
type: z.literal("boolean"),
|
|
1691
1691
|
value: z.boolean(),
|
|
@@ -1783,7 +1783,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
1783
1783
|
explanation: z.string().optional(),
|
|
1784
1784
|
reviewed_by_id: z.string(),
|
|
1785
1785
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1786
|
-
"2026-08-
|
|
1786
|
+
"2026-08-26T13:26:53.794Z",
|
|
1787
1787
|
).transform(v => new Date(v)),
|
|
1788
1788
|
type: z.literal("number"),
|
|
1789
1789
|
value: z.number(),
|
|
@@ -1871,7 +1871,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
1871
1871
|
explanation: z.string().optional(),
|
|
1872
1872
|
reviewed_by_id: z.string(),
|
|
1873
1873
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1874
|
-
"2026-08-
|
|
1874
|
+
"2026-08-26T13:26:53.793Z",
|
|
1875
1875
|
).transform(v => new Date(v)),
|
|
1876
1876
|
type: z.literal("string"),
|
|
1877
1877
|
value: z.string(),
|
|
@@ -1952,7 +1952,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
1952
1952
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1953
1953
|
.optional(),
|
|
1954
1954
|
updated: z.string().datetime({ offset: true }).default(
|
|
1955
|
-
"2026-08-
|
|
1955
|
+
"2026-08-26T13:26:42.563Z",
|
|
1956
1956
|
).transform(v => new Date(v)),
|
|
1957
1957
|
}).transform((v) => {
|
|
1958
1958
|
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-08-
|
|
129
|
+
"2026-08-26T13:26:42.563Z",
|
|
130
130
|
).transform(v => new Date(v)),
|
|
131
131
|
}).transform((v) => {
|
|
132
132
|
return remap$(v, {
|
|
@@ -624,7 +624,7 @@ export const RetrieveToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
624
624
|
z.ZodTypeDef,
|
|
625
625
|
unknown
|
|
626
626
|
> = z.object({
|
|
627
|
-
_id: z.string().default("
|
|
627
|
+
_id: z.string().default("tool_01M0Z414260R6XCZPTXGNXB6QY"),
|
|
628
628
|
path: z.string(),
|
|
629
629
|
key: z.string(),
|
|
630
630
|
display_name: z.string().optional(),
|
|
@@ -820,7 +820,7 @@ export const RetrieveToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
820
820
|
z.ZodTypeDef,
|
|
821
821
|
unknown
|
|
822
822
|
> = z.object({
|
|
823
|
-
_id: z.string().default("
|
|
823
|
+
_id: z.string().default("tool_01M0Z41424V4Z7AAJ1CGWC2KR2"),
|
|
824
824
|
path: z.string(),
|
|
825
825
|
key: z.string(),
|
|
826
826
|
display_name: z.string().optional(),
|
|
@@ -916,7 +916,7 @@ export const RetrieveToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
916
916
|
z.ZodTypeDef,
|
|
917
917
|
unknown
|
|
918
918
|
> = z.object({
|
|
919
|
-
_id: z.string().default("
|
|
919
|
+
_id: z.string().default("tool_01M0Z4141ZQ90E11KXVKTFXW45"),
|
|
920
920
|
path: z.string(),
|
|
921
921
|
key: z.string(),
|
|
922
922
|
display_name: z.string().optional(),
|
|
@@ -1022,7 +1022,7 @@ export const RetrieveToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
1022
1022
|
z.ZodTypeDef,
|
|
1023
1023
|
unknown
|
|
1024
1024
|
> = z.object({
|
|
1025
|
-
_id: z.string().default("
|
|
1025
|
+
_id: z.string().default("tool_01M0Z4141YFDRK487M8PZYS1SN"),
|
|
1026
1026
|
path: z.string(),
|
|
1027
1027
|
key: z.string(),
|
|
1028
1028
|
display_name: z.string().optional(),
|
|
@@ -3898,7 +3898,7 @@ export const Tools$outboundSchema: z.ZodType<
|
|
|
3898
3898
|
z.ZodTypeDef,
|
|
3899
3899
|
Tools
|
|
3900
3900
|
> = z.object({
|
|
3901
|
-
id: z.string().default("
|
|
3901
|
+
id: z.string().default("01M0Z413VWH1SWAX7S51ZN0BCS"),
|
|
3902
3902
|
name: z.string(),
|
|
3903
3903
|
description: z.string().optional(),
|
|
3904
3904
|
schema: z.lazy(() => AgentToolInputRunSchema$outboundSchema),
|
|
@@ -3957,7 +3957,7 @@ export const AgentToolInputRunTools$outboundSchema: z.ZodType<
|
|
|
3957
3957
|
z.ZodTypeDef,
|
|
3958
3958
|
AgentToolInputRunTools
|
|
3959
3959
|
> = z.object({
|
|
3960
|
-
id: z.string().default("
|
|
3960
|
+
id: z.string().default("01M0Z413X5236VTRF04NTH72HW"),
|
|
3961
3961
|
name: z.string(),
|
|
3962
3962
|
description: z.string().optional(),
|
|
3963
3963
|
schema: z.lazy(() =>
|
|
@@ -195,7 +195,7 @@ export const UpdateAnnotationQueueResponseBody$inboundSchema: z.ZodType<
|
|
|
195
195
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
196
196
|
.optional(),
|
|
197
197
|
updated: z.string().datetime({ offset: true }).default(
|
|
198
|
-
"2026-08-
|
|
198
|
+
"2026-08-26T13:26:42.563Z",
|
|
199
199
|
).transform(v => new Date(v)),
|
|
200
200
|
}).transform((v) => {
|
|
201
201
|
return remap$(v, {
|