@orq-ai/node 4.10.0-rc.32 → 4.10.0-rc.33
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/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.js +16 -16
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updatetool.js +7 -7
- package/package.json +3 -3
- package/src/lib/config.ts +2 -2
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updatetool.ts +7 -7
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -39,8 +39,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
39
39
|
export declare const SDK_METADATA: {
|
|
40
40
|
readonly language: "typescript";
|
|
41
41
|
readonly openapiDocVersion: "2.0";
|
|
42
|
-
readonly sdkVersion: "4.10.0-rc.
|
|
42
|
+
readonly sdkVersion: "4.10.0-rc.33";
|
|
43
43
|
readonly genVersion: "2.886.0";
|
|
44
|
-
readonly userAgent: "speakeasy-sdk/typescript 4.10.0-rc.
|
|
44
|
+
readonly userAgent: "speakeasy-sdk/typescript 4.10.0-rc.33 2.886.0 2.0 @orq-ai/node";
|
|
45
45
|
};
|
|
46
46
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "2.0",
|
|
31
|
-
sdkVersion: "4.10.0-rc.
|
|
31
|
+
sdkVersion: "4.10.0-rc.33",
|
|
32
32
|
genVersion: "2.886.0",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 4.10.0-rc.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 4.10.0-rc.33 2.886.0 2.0 @orq-ai/node",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -43,7 +43,7 @@ const primitives_js_1 = require("../../lib/primitives.js");
|
|
|
43
43
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
44
|
/** @internal */
|
|
45
45
|
exports.ReasoningPart$inboundSchema = z.object({
|
|
46
|
-
_id: z.string().default("
|
|
46
|
+
_id: z.string().default("reasoning_01ksfyhcesynycmnqq79fqhzq2"),
|
|
47
47
|
metadata: z.record(z.any()).optional(),
|
|
48
48
|
kind: z.literal("reasoning"),
|
|
49
49
|
reasoning: z.string(),
|
|
@@ -79,7 +79,7 @@ exports.CreateDatasetResponseBody$inboundSchema = z.object({
|
|
|
79
79
|
updated_by_id: z.string().optional(),
|
|
80
80
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
81
81
|
.optional(),
|
|
82
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
82
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
83
83
|
}).transform((v) => {
|
|
84
84
|
return (0, primitives_js_1.remap)(v, {
|
|
85
85
|
"_id": "id",
|
|
@@ -740,7 +740,7 @@ exports.Evaluations3$inboundSchema = z.object({
|
|
|
740
740
|
human_review_id: z.string(),
|
|
741
741
|
source: exports.CreateDatasetItemEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
742
742
|
reviewed_by_id: z.string(),
|
|
743
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
743
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.675Z").transform(v => new Date(v)),
|
|
744
744
|
type: z.literal("string_array"),
|
|
745
745
|
values: z.array(z.string()),
|
|
746
746
|
}).transform((v) => {
|
|
@@ -765,7 +765,7 @@ exports.Evaluations2$inboundSchema = z.object({
|
|
|
765
765
|
human_review_id: z.string(),
|
|
766
766
|
source: exports.CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
767
767
|
reviewed_by_id: z.string(),
|
|
768
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
768
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.675Z").transform(v => new Date(v)),
|
|
769
769
|
type: z.literal("number"),
|
|
770
770
|
value: z.number(),
|
|
771
771
|
}).transform((v) => {
|
|
@@ -791,7 +791,7 @@ exports.Evaluations1$inboundSchema = z.object({
|
|
|
791
791
|
human_review_id: z.string(),
|
|
792
792
|
source: exports.EvaluationsSource$inboundSchema.default("orq"),
|
|
793
793
|
reviewed_by_id: z.string(),
|
|
794
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
794
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.674Z").transform(v => new Date(v)),
|
|
795
795
|
type: z.literal("string"),
|
|
796
796
|
value: z.string(),
|
|
797
797
|
}).transform((v) => {
|
|
@@ -838,7 +838,7 @@ exports.CreateDatasetItemResponseBody$inboundSchema = z.object({
|
|
|
838
838
|
updated_by_id: z.string().optional(),
|
|
839
839
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
840
840
|
.optional(),
|
|
841
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
841
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
842
842
|
}).transform((v) => {
|
|
843
843
|
return (0, primitives_js_1.remap)(v, {
|
|
844
844
|
"_id": "id",
|
|
@@ -158,7 +158,7 @@ function createDatasourceRequestToJSON(createDatasourceRequest) {
|
|
|
158
158
|
exports.CreateDatasourceStatus$inboundSchema = z.nativeEnum(exports.CreateDatasourceStatus);
|
|
159
159
|
/** @internal */
|
|
160
160
|
exports.CreateDatasourceResponseBody$inboundSchema = z.object({
|
|
161
|
-
_id: z.string().default("
|
|
161
|
+
_id: z.string().default("01KSFYHD3BZFBJH31YQSQGJY66"),
|
|
162
162
|
display_name: z.string(),
|
|
163
163
|
description: z.string().optional(),
|
|
164
164
|
status: exports.CreateDatasourceStatus$inboundSchema,
|
|
@@ -973,8 +973,8 @@ exports.CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema
|
|
|
973
973
|
exports.Typescript$inboundSchema = z.object({
|
|
974
974
|
_id: z.string(),
|
|
975
975
|
description: z.string(),
|
|
976
|
-
created: z.string().default("2026-05-
|
|
977
|
-
updated: z.string().default("2026-05-
|
|
976
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
977
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
978
978
|
guardrail_config: z.nullable(z.union([
|
|
979
979
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
980
980
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Categorical$inboundSchema),
|
|
@@ -1060,8 +1060,8 @@ exports.Ragas$inboundSchema = z
|
|
|
1060
1060
|
.object({
|
|
1061
1061
|
_id: z.string(),
|
|
1062
1062
|
description: z.string(),
|
|
1063
|
-
created: z.string().default("2026-05-
|
|
1064
|
-
updated: z.string().default("2026-05-
|
|
1063
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1064
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1065
1065
|
guardrail_config: z.nullable(z.union([
|
|
1066
1066
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
1067
1067
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Categorical$inboundSchema),
|
|
@@ -1429,8 +1429,8 @@ function functionParamsFromJSON(jsonString) {
|
|
|
1429
1429
|
exports.CreateEvalResponseBodyFunction$inboundSchema = z.object({
|
|
1430
1430
|
_id: z.string(),
|
|
1431
1431
|
description: z.string(),
|
|
1432
|
-
created: z.string().default("2026-05-
|
|
1433
|
-
updated: z.string().default("2026-05-
|
|
1432
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1433
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1434
1434
|
guardrail_config: z.nullable(z.union([
|
|
1435
1435
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
1436
1436
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyCategorical$inboundSchema),
|
|
@@ -1545,8 +1545,8 @@ exports.CreateEvalResponseBodyEvalsType$inboundSchema = z.nativeEnum(exports.Cre
|
|
|
1545
1545
|
exports.ResponseBodyPython$inboundSchema = z.object({
|
|
1546
1546
|
_id: z.string(),
|
|
1547
1547
|
description: z.string(),
|
|
1548
|
-
created: z.string().default("2026-05-
|
|
1549
|
-
updated: z.string().default("2026-05-
|
|
1548
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1549
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1550
1550
|
guardrail_config: z.nullable(z.union([
|
|
1551
1551
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
1552
1552
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONCategorical$inboundSchema),
|
|
@@ -1627,8 +1627,8 @@ exports.ResponseBodyMethod$inboundSchema = z.nativeEnum(exports.ResponseBodyMeth
|
|
|
1627
1627
|
exports.ResponseBodyHTTP$inboundSchema = z.object({
|
|
1628
1628
|
_id: z.string(),
|
|
1629
1629
|
description: z.string(),
|
|
1630
|
-
created: z.string().default("2026-05-
|
|
1631
|
-
updated: z.string().default("2026-05-
|
|
1630
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1631
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1632
1632
|
guardrail_config: z.nullable(z.union([
|
|
1633
1633
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
1634
1634
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Categorical$inboundSchema),
|
|
@@ -1710,8 +1710,8 @@ exports.ResponseBodyType$inboundSchema = z.nativeEnum(exports.ResponseBodyType);
|
|
|
1710
1710
|
exports.ResponseBodyJSON$inboundSchema = z.object({
|
|
1711
1711
|
_id: z.string(),
|
|
1712
1712
|
description: z.string(),
|
|
1713
|
-
created: z.string().default("2026-05-
|
|
1714
|
-
updated: z.string().default("2026-05-
|
|
1713
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1714
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1715
1715
|
guardrail_config: z.nullable(z.union([
|
|
1716
1716
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
1717
1717
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseCategorical$inboundSchema),
|
|
@@ -1875,8 +1875,8 @@ function createEvalLLMJuryFromJSON(jsonString) {
|
|
|
1875
1875
|
exports.CreateEvalLlm2$inboundSchema = z.object({
|
|
1876
1876
|
_id: z.string(),
|
|
1877
1877
|
description: z.string(),
|
|
1878
|
-
created: z.string().default("2026-05-
|
|
1879
|
-
updated: z.string().default("2026-05-
|
|
1878
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1879
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1880
1880
|
guardrail_config: z.nullable(z.union([
|
|
1881
1881
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMBoolean$inboundSchema),
|
|
1882
1882
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMCategorical$inboundSchema),
|
|
@@ -1973,8 +1973,8 @@ function createEvalLLMEvalsResponseCategoricalLabelsFromJSON(jsonString) {
|
|
|
1973
1973
|
exports.CreateEvalLlm1$inboundSchema = z.object({
|
|
1974
1974
|
_id: z.string(),
|
|
1975
1975
|
description: z.string(),
|
|
1976
|
-
created: z.string().default("2026-05-
|
|
1977
|
-
updated: z.string().default("2026-05-
|
|
1976
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1977
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1978
1978
|
guardrail_config: z.nullable(z.union([
|
|
1979
1979
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Boolean$inboundSchema),
|
|
1980
1980
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Categorical$inboundSchema),
|
|
@@ -562,7 +562,7 @@ function responseBodyCodeToolFromJSON(jsonString) {
|
|
|
562
562
|
}
|
|
563
563
|
/** @internal */
|
|
564
564
|
exports.ResponseBodyCodeExecutionTool$inboundSchema = z.object({
|
|
565
|
-
_id: z.string().default("
|
|
565
|
+
_id: z.string().default("tool_01KSFYHCZA9MRKZZRWWQ22T137"),
|
|
566
566
|
path: z.string(),
|
|
567
567
|
key: z.string(),
|
|
568
568
|
display_name: z.string().optional(),
|
|
@@ -614,7 +614,7 @@ function createToolResponseBodySchemaFromJSON(jsonString) {
|
|
|
614
614
|
}
|
|
615
615
|
/** @internal */
|
|
616
616
|
exports.ResponseBodyTools$inboundSchema = z.object({
|
|
617
|
-
id: z.string().default("
|
|
617
|
+
id: z.string().default("01KSFYHCZ9XVKTRSKK2B6DRA6Z"),
|
|
618
618
|
name: z.string(),
|
|
619
619
|
description: z.string().optional(),
|
|
620
620
|
schema: z.lazy(() => exports.CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -643,7 +643,7 @@ function responseBodyMcpFromJSON(jsonString) {
|
|
|
643
643
|
}
|
|
644
644
|
/** @internal */
|
|
645
645
|
exports.ResponseBodyMCPTool$inboundSchema = z.object({
|
|
646
|
-
_id: z.string().default("
|
|
646
|
+
_id: z.string().default("tool_01KSFYHCZ8WAMPE197A9F9WEQK"),
|
|
647
647
|
path: z.string(),
|
|
648
648
|
key: z.string(),
|
|
649
649
|
display_name: z.string().optional(),
|
|
@@ -730,7 +730,7 @@ function createToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
730
730
|
}
|
|
731
731
|
/** @internal */
|
|
732
732
|
exports.ResponseBodyHTTPTool$inboundSchema = z.object({
|
|
733
|
-
_id: z.string().default("
|
|
733
|
+
_id: z.string().default("tool_01KSFYHCZ6KBR6HA0RAH5Z8TDS"),
|
|
734
734
|
path: z.string(),
|
|
735
735
|
key: z.string(),
|
|
736
736
|
display_name: z.string().optional(),
|
|
@@ -780,7 +780,7 @@ function responseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
780
780
|
}
|
|
781
781
|
/** @internal */
|
|
782
782
|
exports.ResponseBodyJSONSchemaTool$inboundSchema = z.object({
|
|
783
|
-
_id: z.string().default("
|
|
783
|
+
_id: z.string().default("tool_01KSFYHCZ5EV2J1A9WKYATW0JM"),
|
|
784
784
|
path: z.string(),
|
|
785
785
|
key: z.string(),
|
|
786
786
|
display_name: z.string().optional(),
|
|
@@ -833,7 +833,7 @@ function createToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
833
833
|
}
|
|
834
834
|
/** @internal */
|
|
835
835
|
exports.ResponseBodyFunctionTool$inboundSchema = z.object({
|
|
836
|
-
_id: z.string().default("
|
|
836
|
+
_id: z.string().default("tool_01KSFYHCZ4WGGH881EF61KWBV4"),
|
|
837
837
|
path: z.string(),
|
|
838
838
|
key: z.string(),
|
|
839
839
|
display_name: z.string().optional(),
|
|
@@ -196,7 +196,7 @@ function dataCodeToolFromJSON(jsonString) {
|
|
|
196
196
|
}
|
|
197
197
|
/** @internal */
|
|
198
198
|
exports.DataCodeExecutionTool$inboundSchema = z.object({
|
|
199
|
-
_id: z.string().default("
|
|
199
|
+
_id: z.string().default("tool_01KSFYHCYMJ3KMHQP66EN18YHP"),
|
|
200
200
|
path: z.string(),
|
|
201
201
|
key: z.string(),
|
|
202
202
|
display_name: z.string().optional(),
|
|
@@ -247,7 +247,7 @@ function getAllToolsDataSchemaFromJSON(jsonString) {
|
|
|
247
247
|
}
|
|
248
248
|
/** @internal */
|
|
249
249
|
exports.DataTools$inboundSchema = z.object({
|
|
250
|
-
id: z.string().default("
|
|
250
|
+
id: z.string().default("01KSFYHCYKNTDYZYB0TZA4WQAW"),
|
|
251
251
|
name: z.string(),
|
|
252
252
|
description: z.string().optional(),
|
|
253
253
|
schema: z.lazy(() => exports.GetAllToolsDataSchema$inboundSchema),
|
|
@@ -276,7 +276,7 @@ function dataMcpFromJSON(jsonString) {
|
|
|
276
276
|
}
|
|
277
277
|
/** @internal */
|
|
278
278
|
exports.DataMCPTool$inboundSchema = z.object({
|
|
279
|
-
_id: z.string().default("
|
|
279
|
+
_id: z.string().default("tool_01KSFYHCYJX8W3GM4CN4JQRT6J"),
|
|
280
280
|
path: z.string(),
|
|
281
281
|
key: z.string(),
|
|
282
282
|
display_name: z.string().optional(),
|
|
@@ -362,7 +362,7 @@ function getAllToolsDataHttpFromJSON(jsonString) {
|
|
|
362
362
|
}
|
|
363
363
|
/** @internal */
|
|
364
364
|
exports.DataHTTPTool$inboundSchema = z.object({
|
|
365
|
-
_id: z.string().default("
|
|
365
|
+
_id: z.string().default("tool_01KSFYHCYG4D053DWVQSRR216J"),
|
|
366
366
|
path: z.string(),
|
|
367
367
|
key: z.string(),
|
|
368
368
|
display_name: z.string().optional(),
|
|
@@ -412,7 +412,7 @@ function dataJsonSchemaFromJSON(jsonString) {
|
|
|
412
412
|
}
|
|
413
413
|
/** @internal */
|
|
414
414
|
exports.DataJSONSchemaTool$inboundSchema = z.object({
|
|
415
|
-
_id: z.string().default("
|
|
415
|
+
_id: z.string().default("tool_01KSFYHCYFHFVE28Z5SVTP06X4"),
|
|
416
416
|
path: z.string(),
|
|
417
417
|
key: z.string(),
|
|
418
418
|
display_name: z.string().optional(),
|
|
@@ -466,7 +466,7 @@ function getAllToolsDataFunctionFromJSON(jsonString) {
|
|
|
466
466
|
}
|
|
467
467
|
/** @internal */
|
|
468
468
|
exports.DataFunctionTool$inboundSchema = z.object({
|
|
469
|
-
_id: z.string().default("
|
|
469
|
+
_id: z.string().default("tool_01KSFYHCYEEYHYF7DZ446EPG1E"),
|
|
470
470
|
path: z.string(),
|
|
471
471
|
key: z.string(),
|
|
472
472
|
display_name: z.string().optional(),
|
|
@@ -318,8 +318,8 @@ exports.GetEvalsDataEvalsResponse200Type$inboundSchema = z.nativeEnum(exports.Ge
|
|
|
318
318
|
exports.DataTypescript$inboundSchema = z.object({
|
|
319
319
|
_id: z.string(),
|
|
320
320
|
description: z.string(),
|
|
321
|
-
created: z.string().default("2026-05-
|
|
322
|
-
updated: z.string().default("2026-05-
|
|
321
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
322
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
323
323
|
guardrail_config: z.nullable(z.union([
|
|
324
324
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
325
325
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200Categorical$inboundSchema),
|
|
@@ -400,8 +400,8 @@ exports.DataRagasMetric$inboundSchema = z.nativeEnum(exports.DataRagasMetric);
|
|
|
400
400
|
exports.DataRagas$inboundSchema = z.object({
|
|
401
401
|
_id: z.string(),
|
|
402
402
|
description: z.string(),
|
|
403
|
-
created: z.string().default("2026-05-
|
|
404
|
-
updated: z.string().default("2026-05-
|
|
403
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
404
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
405
405
|
guardrail_config: z.nullable(z.union([
|
|
406
406
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
407
407
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponseCategorical$inboundSchema),
|
|
@@ -755,8 +755,8 @@ function dataFunctionParamsFromJSON(jsonString) {
|
|
|
755
755
|
exports.DataFunction$inboundSchema = z.object({
|
|
756
756
|
_id: z.string(),
|
|
757
757
|
description: z.string(),
|
|
758
|
-
created: z.string().default("2026-05-
|
|
759
|
-
updated: z.string().default("2026-05-
|
|
758
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
759
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
760
760
|
guardrail_config: z.nullable(z.union([
|
|
761
761
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
762
762
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsCategorical$inboundSchema),
|
|
@@ -868,8 +868,8 @@ exports.GetEvalsDataType$inboundSchema = z.nativeEnum(exports.GetEvalsDataType);
|
|
|
868
868
|
exports.DataPython$inboundSchema = z.object({
|
|
869
869
|
_id: z.string(),
|
|
870
870
|
description: z.string(),
|
|
871
|
-
created: z.string().default("2026-05-
|
|
872
|
-
updated: z.string().default("2026-05-
|
|
871
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
872
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
873
873
|
guardrail_config: z.nullable(z.union([
|
|
874
874
|
z.lazy(() => exports.GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
875
875
|
z.lazy(() => exports.GetEvalsGuardrailConfigCategorical$inboundSchema),
|
|
@@ -954,8 +954,8 @@ exports.DataMethod$inboundSchema = z
|
|
|
954
954
|
exports.DataHTTP$inboundSchema = z.object({
|
|
955
955
|
_id: z.string(),
|
|
956
956
|
description: z.string(),
|
|
957
|
-
created: z.string().default("2026-05-
|
|
958
|
-
updated: z.string().default("2026-05-
|
|
957
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
958
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
959
959
|
guardrail_config: z.nullable(z.union([
|
|
960
960
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
961
961
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyCategorical$inboundSchema),
|
|
@@ -1041,8 +1041,8 @@ exports.GetEvalsDataEvalsResponse200ApplicationJSONType$inboundSchema = z
|
|
|
1041
1041
|
exports.DataJSON$inboundSchema = z.object({
|
|
1042
1042
|
_id: z.string(),
|
|
1043
1043
|
description: z.string(),
|
|
1044
|
-
created: z.string().default("2026-05-
|
|
1045
|
-
updated: z.string().default("2026-05-
|
|
1044
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1045
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1046
1046
|
guardrail_config: z.nullable(z.union([
|
|
1047
1047
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
1048
1048
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONCategorical$inboundSchema),
|
|
@@ -1207,8 +1207,8 @@ function getEvalsLLMJuryFromJSON(jsonString) {
|
|
|
1207
1207
|
exports.GetEvalsLlm2$inboundSchema = z.object({
|
|
1208
1208
|
_id: z.string(),
|
|
1209
1209
|
description: z.string(),
|
|
1210
|
-
created: z.string().default("2026-05-
|
|
1211
|
-
updated: z.string().default("2026-05-
|
|
1210
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1211
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1212
1212
|
guardrail_config: z.nullable(z.union([
|
|
1213
1213
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Boolean$inboundSchema),
|
|
1214
1214
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Categorical$inboundSchema),
|
|
@@ -1305,8 +1305,8 @@ function getEvalsLLMCategoricalLabelsFromJSON(jsonString) {
|
|
|
1305
1305
|
exports.GetEvalsLlm1$inboundSchema = z.object({
|
|
1306
1306
|
_id: z.string(),
|
|
1307
1307
|
description: z.string(),
|
|
1308
|
-
created: z.string().default("2026-05-
|
|
1309
|
-
updated: z.string().default("2026-05-
|
|
1308
|
+
created: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1309
|
+
updated: z.string().default("2026-05-25T16:12:13.080Z"),
|
|
1310
1310
|
guardrail_config: z.nullable(z.union([
|
|
1311
1311
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
1312
1312
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataCategorical$inboundSchema),
|
|
@@ -67,7 +67,7 @@ exports.GetV2HumanEvalSetsResponseBody2$inboundSchema = z.object({
|
|
|
67
67
|
updated_by_id: z.string().optional(),
|
|
68
68
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
69
69
|
.optional(),
|
|
70
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
70
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
71
71
|
filter_type: z.literal("name"),
|
|
72
72
|
filter_value: z.string(),
|
|
73
73
|
}).transform((v) => {
|
|
@@ -98,7 +98,7 @@ exports.GetV2HumanEvalSetsResponseBody1$inboundSchema = z.object({
|
|
|
98
98
|
updated_by_id: z.string().optional(),
|
|
99
99
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
100
100
|
.optional(),
|
|
101
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
101
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
102
102
|
filter_type: z.literal("span_type"),
|
|
103
103
|
filter_values: z.array(z.string()),
|
|
104
104
|
}).transform((v) => {
|
|
@@ -63,7 +63,7 @@ exports.GetV2HumanEvalSetsIdResponseBody2$inboundSchema = z.object({
|
|
|
63
63
|
updated_by_id: z.string().optional(),
|
|
64
64
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
65
65
|
.optional(),
|
|
66
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
66
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
67
67
|
filter_type: z.literal("name"),
|
|
68
68
|
filter_value: z.string(),
|
|
69
69
|
}).transform((v) => {
|
|
@@ -94,7 +94,7 @@ exports.GetV2HumanEvalSetsIdResponseBody1$inboundSchema = z.object({
|
|
|
94
94
|
updated_by_id: z.string().optional(),
|
|
95
95
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
96
96
|
.optional(),
|
|
97
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
97
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
98
98
|
filter_type: z.literal("span_type"),
|
|
99
99
|
filter_values: z.array(z.string()),
|
|
100
100
|
}).transform((v) => {
|
|
@@ -420,7 +420,7 @@ exports.ListDatasetDatapointsEvaluations3$inboundSchema = z.object({
|
|
|
420
420
|
human_review_id: z.string(),
|
|
421
421
|
source: exports.ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
422
422
|
reviewed_by_id: z.string(),
|
|
423
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
423
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.664Z").transform(v => new Date(v)),
|
|
424
424
|
type: z.literal("string_array"),
|
|
425
425
|
values: z.array(z.string()),
|
|
426
426
|
}).transform((v) => {
|
|
@@ -445,7 +445,7 @@ exports.ListDatasetDatapointsEvaluations2$inboundSchema = z.object({
|
|
|
445
445
|
human_review_id: z.string(),
|
|
446
446
|
source: exports.ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
447
447
|
reviewed_by_id: z.string(),
|
|
448
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
448
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.663Z").transform(v => new Date(v)),
|
|
449
449
|
type: z.literal("number"),
|
|
450
450
|
value: z.number(),
|
|
451
451
|
}).transform((v) => {
|
|
@@ -471,7 +471,7 @@ exports.ListDatasetDatapointsEvaluations1$inboundSchema = z.object({
|
|
|
471
471
|
source: exports.ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema
|
|
472
472
|
.default("orq"),
|
|
473
473
|
reviewed_by_id: z.string(),
|
|
474
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
474
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.663Z").transform(v => new Date(v)),
|
|
475
475
|
type: z.literal("string"),
|
|
476
476
|
value: z.string(),
|
|
477
477
|
}).transform((v) => {
|
|
@@ -518,7 +518,7 @@ exports.ListDatasetDatapointsData$inboundSchema = z.object({
|
|
|
518
518
|
updated_by_id: z.string().optional(),
|
|
519
519
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
520
520
|
.optional(),
|
|
521
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
521
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
522
522
|
}).transform((v) => {
|
|
523
523
|
return (0, primitives_js_1.remap)(v, {
|
|
524
524
|
"_id": "id",
|
|
@@ -87,7 +87,7 @@ exports.ListDatasetsData$inboundSchema = z.object({
|
|
|
87
87
|
updated_by_id: z.string().optional(),
|
|
88
88
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
89
89
|
.optional(),
|
|
90
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
90
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
91
91
|
}).transform((v) => {
|
|
92
92
|
return (0, primitives_js_1.remap)(v, {
|
|
93
93
|
"_id": "id",
|
|
@@ -83,7 +83,7 @@ exports.ListDatasourcesObject$inboundSchema = z.nativeEnum(exports.ListDatasourc
|
|
|
83
83
|
exports.ListDatasourcesStatus$inboundSchema = z.nativeEnum(exports.ListDatasourcesStatus);
|
|
84
84
|
/** @internal */
|
|
85
85
|
exports.ListDatasourcesData$inboundSchema = z.object({
|
|
86
|
-
_id: z.string().default("
|
|
86
|
+
_id: z.string().default("01KSFYHD383GAR720SG0AR0MCR"),
|
|
87
87
|
display_name: z.string(),
|
|
88
88
|
description: z.string().optional(),
|
|
89
89
|
status: exports.ListDatasourcesStatus$inboundSchema,
|
|
@@ -122,7 +122,7 @@ exports.PatchV2HumanEvalSetsIdResponseBody2$inboundSchema = z.object({
|
|
|
122
122
|
updated_by_id: z.string().optional(),
|
|
123
123
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
124
124
|
.optional(),
|
|
125
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
125
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
126
126
|
filter_type: z.literal("name"),
|
|
127
127
|
filter_value: z.string(),
|
|
128
128
|
}).transform((v) => {
|
|
@@ -153,7 +153,7 @@ exports.PatchV2HumanEvalSetsIdResponseBody1$inboundSchema = z.object({
|
|
|
153
153
|
updated_by_id: z.string().optional(),
|
|
154
154
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
155
155
|
.optional(),
|
|
156
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
156
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
157
157
|
filter_type: z.literal("span_type"),
|
|
158
158
|
filter_values: z.array(z.string()),
|
|
159
159
|
}).transform((v) => {
|
|
@@ -86,7 +86,7 @@ exports.RequestBody3$outboundSchema = z.object({
|
|
|
86
86
|
humanReviewId: z.string(),
|
|
87
87
|
source: exports.PostV2FeedbackEvaluationRequestBodyRequestSource$outboundSchema
|
|
88
88
|
.default("orq"),
|
|
89
|
-
reviewedAt: z.date().default(() => new Date("2026-05-
|
|
89
|
+
reviewedAt: z.date().default(() => new Date("2026-05-25T16:12:26.792Z"))
|
|
90
90
|
.transform(v => v.toISOString()),
|
|
91
91
|
type: z.literal("string_array"),
|
|
92
92
|
values: z.array(z.string()),
|
|
@@ -113,7 +113,7 @@ exports.RequestBody2$outboundSchema = z.object({
|
|
|
113
113
|
evaluationType: exports.RequestBodyEvaluationType$outboundSchema,
|
|
114
114
|
humanReviewId: z.string(),
|
|
115
115
|
source: exports.PostV2FeedbackEvaluationRequestBodySource$outboundSchema.default("orq"),
|
|
116
|
-
reviewedAt: z.date().default(() => new Date("2026-05-
|
|
116
|
+
reviewedAt: z.date().default(() => new Date("2026-05-25T16:12:26.791Z"))
|
|
117
117
|
.transform(v => v.toISOString()),
|
|
118
118
|
type: z.literal("number"),
|
|
119
119
|
value: z.number(),
|
|
@@ -139,7 +139,7 @@ exports.RequestBody1$outboundSchema = z.object({
|
|
|
139
139
|
evaluationType: exports.EvaluationType$outboundSchema,
|
|
140
140
|
humanReviewId: z.string(),
|
|
141
141
|
source: exports.RequestBodySource$outboundSchema.default("orq"),
|
|
142
|
-
reviewedAt: z.date().default(() => new Date("2026-05-
|
|
142
|
+
reviewedAt: z.date().default(() => new Date("2026-05-25T16:12:26.791Z"))
|
|
143
143
|
.transform(v => v.toISOString()),
|
|
144
144
|
type: z.literal("string"),
|
|
145
145
|
value: z.string(),
|
|
@@ -106,7 +106,7 @@ exports.PostV2HumanEvalSetsResponseBody2$inboundSchema = z.object({
|
|
|
106
106
|
updated_by_id: z.string().optional(),
|
|
107
107
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
108
108
|
.optional(),
|
|
109
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
109
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
110
110
|
filter_type: z.literal("name"),
|
|
111
111
|
filter_value: z.string(),
|
|
112
112
|
}).transform((v) => {
|
|
@@ -137,7 +137,7 @@ exports.PostV2HumanEvalSetsResponseBody1$inboundSchema = z.object({
|
|
|
137
137
|
updated_by_id: z.string().optional(),
|
|
138
138
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
139
139
|
.optional(),
|
|
140
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
140
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
141
141
|
filter_type: z.literal("span_type"),
|
|
142
142
|
filter_values: z.array(z.string()),
|
|
143
143
|
}).transform((v) => {
|
|
@@ -409,7 +409,7 @@ exports.RetrieveDatapointEvaluations3$inboundSchema = z.object({
|
|
|
409
409
|
source: exports.RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema
|
|
410
410
|
.default("orq"),
|
|
411
411
|
reviewed_by_id: z.string(),
|
|
412
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
412
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.670Z").transform(v => new Date(v)),
|
|
413
413
|
type: z.literal("string_array"),
|
|
414
414
|
values: z.array(z.string()),
|
|
415
415
|
}).transform((v) => {
|
|
@@ -436,7 +436,7 @@ exports.RetrieveDatapointEvaluations2$inboundSchema = z.object({
|
|
|
436
436
|
human_review_id: z.string(),
|
|
437
437
|
source: exports.RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
438
438
|
reviewed_by_id: z.string(),
|
|
439
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
439
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.669Z").transform(v => new Date(v)),
|
|
440
440
|
type: z.literal("number"),
|
|
441
441
|
value: z.number(),
|
|
442
442
|
}).transform((v) => {
|
|
@@ -462,7 +462,7 @@ exports.RetrieveDatapointEvaluations1$inboundSchema = z.object({
|
|
|
462
462
|
human_review_id: z.string(),
|
|
463
463
|
source: exports.RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
464
464
|
reviewed_by_id: z.string(),
|
|
465
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-
|
|
465
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-05-25T16:12:26.669Z").transform(v => new Date(v)),
|
|
466
466
|
type: z.literal("string"),
|
|
467
467
|
value: z.string(),
|
|
468
468
|
}).transform((v) => {
|
|
@@ -509,7 +509,7 @@ exports.RetrieveDatapointResponseBody$inboundSchema = z.object({
|
|
|
509
509
|
updated_by_id: z.string().optional(),
|
|
510
510
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
511
511
|
.optional(),
|
|
512
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
512
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
513
513
|
}).transform((v) => {
|
|
514
514
|
return (0, primitives_js_1.remap)(v, {
|
|
515
515
|
"_id": "id",
|
|
@@ -78,7 +78,7 @@ exports.RetrieveDatasetResponseBody$inboundSchema = z.object({
|
|
|
78
78
|
updated_by_id: z.string().optional(),
|
|
79
79
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
80
80
|
.optional(),
|
|
81
|
-
updated: z.string().datetime({ offset: true }).default("2026-05-
|
|
81
|
+
updated: z.string().datetime({ offset: true }).default("2026-05-25T16:12:11.970Z").transform(v => new Date(v)),
|
|
82
82
|
}).transform((v) => {
|
|
83
83
|
return (0, primitives_js_1.remap)(v, {
|
|
84
84
|
"_id": "id",
|
|
@@ -66,7 +66,7 @@ function retrieveDatasourceRequestToJSON(retrieveDatasourceRequest) {
|
|
|
66
66
|
exports.RetrieveDatasourceStatus$inboundSchema = z.nativeEnum(exports.RetrieveDatasourceStatus);
|
|
67
67
|
/** @internal */
|
|
68
68
|
exports.RetrieveDatasourceResponseBody$inboundSchema = z.object({
|
|
69
|
-
_id: z.string().default("
|
|
69
|
+
_id: z.string().default("01KSFYHD3AT5V6P8W4006N8NAC"),
|
|
70
70
|
display_name: z.string(),
|
|
71
71
|
description: z.string().optional(),
|
|
72
72
|
status: exports.RetrieveDatasourceStatus$inboundSchema,
|