@orq-ai/node 4.0.0-rc.21 → 4.0.0-rc.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +209 -209
- package/bin/mcp-server.js.map +35 -35
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createtool.js +10 -10
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +10 -10
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatetool.js +10 -10
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +10 -10
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatetool.ts +10 -10
|
@@ -238,7 +238,7 @@ function dataCodeToolFromJSON(jsonString) {
|
|
|
238
238
|
/** @internal */
|
|
239
239
|
exports.Data5$inboundSchema = z
|
|
240
240
|
.object({
|
|
241
|
-
_id: z.string().default("
|
|
241
|
+
_id: z.string().default("01K9SAG3GXTT39EM9NFSMFB459"),
|
|
242
242
|
path: z.string(),
|
|
243
243
|
key: z.string(),
|
|
244
244
|
display_name: z.string().optional(),
|
|
@@ -267,7 +267,7 @@ exports.Data5$inboundSchema = z
|
|
|
267
267
|
});
|
|
268
268
|
/** @internal */
|
|
269
269
|
exports.Data5$outboundSchema = z.object({
|
|
270
|
-
id: z.string().default("
|
|
270
|
+
id: z.string().default("01K9SAG3GXTT39EM9NFSMFB459"),
|
|
271
271
|
path: z.string(),
|
|
272
272
|
key: z.string(),
|
|
273
273
|
displayName: z.string().optional(),
|
|
@@ -393,7 +393,7 @@ function dataMcpFromJSON(jsonString) {
|
|
|
393
393
|
/** @internal */
|
|
394
394
|
exports.Data4$inboundSchema = z
|
|
395
395
|
.object({
|
|
396
|
-
_id: z.string().default("
|
|
396
|
+
_id: z.string().default("01K9SAG3GRKAC4Q9A8119E14DG"),
|
|
397
397
|
path: z.string(),
|
|
398
398
|
key: z.string(),
|
|
399
399
|
display_name: z.string().optional(),
|
|
@@ -421,7 +421,7 @@ exports.Data4$inboundSchema = z
|
|
|
421
421
|
});
|
|
422
422
|
/** @internal */
|
|
423
423
|
exports.Data4$outboundSchema = z.object({
|
|
424
|
-
id: z.string().default("
|
|
424
|
+
id: z.string().default("01K9SAG3GRKAC4Q9A8119E14DG"),
|
|
425
425
|
path: z.string(),
|
|
426
426
|
key: z.string(),
|
|
427
427
|
displayName: z.string().optional(),
|
|
@@ -566,7 +566,7 @@ function getAllToolsDataHttpFromJSON(jsonString) {
|
|
|
566
566
|
/** @internal */
|
|
567
567
|
exports.Data3$inboundSchema = z
|
|
568
568
|
.object({
|
|
569
|
-
_id: z.string().default("
|
|
569
|
+
_id: z.string().default("01K9SAG3GNW37FJYRYNRWAR5KY"),
|
|
570
570
|
path: z.string(),
|
|
571
571
|
key: z.string(),
|
|
572
572
|
display_name: z.string().optional(),
|
|
@@ -594,7 +594,7 @@ exports.Data3$inboundSchema = z
|
|
|
594
594
|
});
|
|
595
595
|
/** @internal */
|
|
596
596
|
exports.Data3$outboundSchema = z.object({
|
|
597
|
-
id: z.string().default("
|
|
597
|
+
id: z.string().default("01K9SAG3GNW37FJYRYNRWAR5KY"),
|
|
598
598
|
path: z.string(),
|
|
599
599
|
key: z.string(),
|
|
600
600
|
displayName: z.string().optional(),
|
|
@@ -657,7 +657,7 @@ function dataJsonSchemaFromJSON(jsonString) {
|
|
|
657
657
|
/** @internal */
|
|
658
658
|
exports.Data2$inboundSchema = z
|
|
659
659
|
.object({
|
|
660
|
-
_id: z.string().default("
|
|
660
|
+
_id: z.string().default("01K9SAG3GK4AJX3KC7TJZNQCTT"),
|
|
661
661
|
path: z.string(),
|
|
662
662
|
key: z.string(),
|
|
663
663
|
display_name: z.string().optional(),
|
|
@@ -686,7 +686,7 @@ exports.Data2$inboundSchema = z
|
|
|
686
686
|
});
|
|
687
687
|
/** @internal */
|
|
688
688
|
exports.Data2$outboundSchema = z.object({
|
|
689
|
-
id: z.string().default("
|
|
689
|
+
id: z.string().default("01K9SAG3GK4AJX3KC7TJZNQCTT"),
|
|
690
690
|
path: z.string(),
|
|
691
691
|
key: z.string(),
|
|
692
692
|
displayName: z.string().optional(),
|
|
@@ -751,7 +751,7 @@ function getAllToolsDataFunctionFromJSON(jsonString) {
|
|
|
751
751
|
/** @internal */
|
|
752
752
|
exports.Data1$inboundSchema = z
|
|
753
753
|
.object({
|
|
754
|
-
_id: z.string().default("
|
|
754
|
+
_id: z.string().default("01K9SAG3GJE9TYA3CQ1MW417N3"),
|
|
755
755
|
path: z.string(),
|
|
756
756
|
key: z.string(),
|
|
757
757
|
display_name: z.string().optional(),
|
|
@@ -779,7 +779,7 @@ exports.Data1$inboundSchema = z
|
|
|
779
779
|
});
|
|
780
780
|
/** @internal */
|
|
781
781
|
exports.Data1$outboundSchema = z.object({
|
|
782
|
-
id: z.string().default("
|
|
782
|
+
id: z.string().default("01K9SAG3GJE9TYA3CQ1MW417N3"),
|
|
783
783
|
path: z.string(),
|
|
784
784
|
key: z.string(),
|
|
785
785
|
displayName: z.string().optional(),
|
|
@@ -149,7 +149,7 @@ exports.GetBudgetResponseBody$inboundSchema = z.object({
|
|
|
149
149
|
consumption: z.lazy(() => exports.GetBudgetConsumption$inboundSchema).optional(),
|
|
150
150
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
151
151
|
.optional(),
|
|
152
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
152
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.586Z").transform(v => new Date(v)),
|
|
153
153
|
}).transform((v) => {
|
|
154
154
|
return (0, primitives_js_1.remap)(v, {
|
|
155
155
|
"_id": "id",
|
|
@@ -168,7 +168,7 @@ exports.GetBudgetResponseBody$outboundSchema = z.object({
|
|
|
168
168
|
isActive: z.boolean(),
|
|
169
169
|
consumption: z.lazy(() => exports.GetBudgetConsumption$outboundSchema).optional(),
|
|
170
170
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
171
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
171
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.586Z"))
|
|
172
172
|
.transform(v => v.toISOString()),
|
|
173
173
|
}).transform((v) => {
|
|
174
174
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -538,8 +538,8 @@ exports.GetEvalsDataEvalsResponse200ApplicationJSONType$outboundSchema = exports
|
|
|
538
538
|
exports.DataTypescript$inboundSchema = z.object({
|
|
539
539
|
_id: z.string(),
|
|
540
540
|
description: z.string(),
|
|
541
|
-
created: z.string().default("2025-11-
|
|
542
|
-
updated: z.string().default("2025-11-
|
|
541
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
542
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
543
543
|
guardrail_config: z.union([
|
|
544
544
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
545
545
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
@@ -557,8 +557,8 @@ exports.DataTypescript$inboundSchema = z.object({
|
|
|
557
557
|
exports.DataTypescript$outboundSchema = z.object({
|
|
558
558
|
id: z.string(),
|
|
559
559
|
description: z.string(),
|
|
560
|
-
created: z.string().default("2025-11-
|
|
561
|
-
updated: z.string().default("2025-11-
|
|
560
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
561
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
562
562
|
guardrailConfig: z.union([
|
|
563
563
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
564
564
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
@@ -657,8 +657,8 @@ exports.DataRagasMetric$outboundSchema = exports.DataRagasMetric$inboundSchema;
|
|
|
657
657
|
exports.DataRagas$inboundSchema = z.object({
|
|
658
658
|
_id: z.string(),
|
|
659
659
|
description: z.string(),
|
|
660
|
-
created: z.string().default("2025-11-
|
|
661
|
-
updated: z.string().default("2025-11-
|
|
660
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
661
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
662
662
|
guardrail_config: z.union([
|
|
663
663
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
664
664
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
@@ -678,8 +678,8 @@ exports.DataRagas$inboundSchema = z.object({
|
|
|
678
678
|
exports.DataRagas$outboundSchema = z.object({
|
|
679
679
|
id: z.string(),
|
|
680
680
|
description: z.string(),
|
|
681
|
-
created: z.string().default("2025-11-
|
|
682
|
-
updated: z.string().default("2025-11-
|
|
681
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
682
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
683
683
|
guardrailConfig: z.union([
|
|
684
684
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
685
685
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
@@ -1516,8 +1516,8 @@ function dataFunctionParamsFromJSON(jsonString) {
|
|
|
1516
1516
|
exports.DataFunction$inboundSchema = z.object({
|
|
1517
1517
|
_id: z.string(),
|
|
1518
1518
|
description: z.string(),
|
|
1519
|
-
created: z.string().default("2025-11-
|
|
1520
|
-
updated: z.string().default("2025-11-
|
|
1519
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1520
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1521
1521
|
guardrail_config: z.union([
|
|
1522
1522
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
1523
1523
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -1572,8 +1572,8 @@ exports.DataFunction$inboundSchema = z.object({
|
|
|
1572
1572
|
exports.DataFunction$outboundSchema = z.object({
|
|
1573
1573
|
id: z.string(),
|
|
1574
1574
|
description: z.string(),
|
|
1575
|
-
created: z.string().default("2025-11-
|
|
1576
|
-
updated: z.string().default("2025-11-
|
|
1575
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1576
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1577
1577
|
guardrailConfig: z.union([
|
|
1578
1578
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
1579
1579
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
@@ -1704,8 +1704,8 @@ exports.GetEvalsDataEvalsType$outboundSchema = exports.GetEvalsDataEvalsType$inb
|
|
|
1704
1704
|
exports.DataPython$inboundSchema = z.object({
|
|
1705
1705
|
_id: z.string(),
|
|
1706
1706
|
description: z.string(),
|
|
1707
|
-
created: z.string().default("2025-11-
|
|
1708
|
-
updated: z.string().default("2025-11-
|
|
1707
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1708
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1709
1709
|
guardrail_config: z.union([
|
|
1710
1710
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
1711
1711
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
@@ -1723,8 +1723,8 @@ exports.DataPython$inboundSchema = z.object({
|
|
|
1723
1723
|
exports.DataPython$outboundSchema = z.object({
|
|
1724
1724
|
id: z.string(),
|
|
1725
1725
|
description: z.string(),
|
|
1726
|
-
created: z.string().default("2025-11-
|
|
1727
|
-
updated: z.string().default("2025-11-
|
|
1726
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1727
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1728
1728
|
guardrailConfig: z.union([
|
|
1729
1729
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
1730
1730
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
@@ -1824,8 +1824,8 @@ exports.DataMethod$outboundSchema = exports.DataMethod$inboundSchema;
|
|
|
1824
1824
|
exports.DataHTTP$inboundSchema = z.object({
|
|
1825
1825
|
_id: z.string(),
|
|
1826
1826
|
description: z.string(),
|
|
1827
|
-
created: z.string().default("2025-11-
|
|
1828
|
-
updated: z.string().default("2025-11-
|
|
1827
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1828
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1829
1829
|
guardrail_config: z.union([
|
|
1830
1830
|
z.lazy(() => exports.GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
1831
1831
|
z.lazy(() => exports.GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
@@ -1846,8 +1846,8 @@ exports.DataHTTP$inboundSchema = z.object({
|
|
|
1846
1846
|
exports.DataHTTP$outboundSchema = z.object({
|
|
1847
1847
|
id: z.string(),
|
|
1848
1848
|
description: z.string(),
|
|
1849
|
-
created: z.string().default("2025-11-
|
|
1850
|
-
updated: z.string().default("2025-11-
|
|
1849
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1850
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1851
1851
|
guardrailConfig: z.union([
|
|
1852
1852
|
z.lazy(() => exports.GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
1853
1853
|
z.lazy(() => exports.GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
@@ -1950,8 +1950,8 @@ exports.DataType$outboundSchema = exports.DataType$inboundSchema;
|
|
|
1950
1950
|
exports.DataJSON$inboundSchema = z.object({
|
|
1951
1951
|
_id: z.string(),
|
|
1952
1952
|
description: z.string(),
|
|
1953
|
-
created: z.string().default("2025-11-
|
|
1954
|
-
updated: z.string().default("2025-11-
|
|
1953
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1954
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1955
1955
|
guardrail_config: z.union([
|
|
1956
1956
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
|
|
1957
1957
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
@@ -1969,8 +1969,8 @@ exports.DataJSON$inboundSchema = z.object({
|
|
|
1969
1969
|
exports.DataJSON$outboundSchema = z.object({
|
|
1970
1970
|
id: z.string(),
|
|
1971
1971
|
description: z.string(),
|
|
1972
|
-
created: z.string().default("2025-11-
|
|
1973
|
-
updated: z.string().default("2025-11-
|
|
1972
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1973
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
1974
1974
|
guardrailConfig: z.union([
|
|
1975
1975
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
|
|
1976
1976
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
@@ -2070,8 +2070,8 @@ exports.GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$outboundSche
|
|
|
2070
2070
|
exports.DataLLM$inboundSchema = z.object({
|
|
2071
2071
|
_id: z.string(),
|
|
2072
2072
|
description: z.string(),
|
|
2073
|
-
created: z.string().default("2025-11-
|
|
2074
|
-
updated: z.string().default("2025-11-
|
|
2073
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
2074
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
2075
2075
|
guardrail_config: z.union([
|
|
2076
2076
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
2077
2077
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
@@ -2090,8 +2090,8 @@ exports.DataLLM$inboundSchema = z.object({
|
|
|
2090
2090
|
exports.DataLLM$outboundSchema = z.object({
|
|
2091
2091
|
id: z.string(),
|
|
2092
2092
|
description: z.string(),
|
|
2093
|
-
created: z.string().default("2025-11-
|
|
2094
|
-
updated: z.string().default("2025-11-
|
|
2093
|
+
created: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
2094
|
+
updated: z.string().default("2025-11-11T11:23:18.800Z"),
|
|
2095
2095
|
guardrailConfig: z.union([
|
|
2096
2096
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
2097
2097
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
@@ -192,7 +192,7 @@ exports.ListBudgetsData$inboundSchema = z.object({
|
|
|
192
192
|
consumption: z.lazy(() => exports.ListBudgetsConsumption$inboundSchema).optional(),
|
|
193
193
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
194
194
|
.optional(),
|
|
195
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
195
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.586Z").transform(v => new Date(v)),
|
|
196
196
|
}).transform((v) => {
|
|
197
197
|
return (0, primitives_js_1.remap)(v, {
|
|
198
198
|
"_id": "id",
|
|
@@ -209,7 +209,7 @@ exports.ListBudgetsData$outboundSchema = z.object({
|
|
|
209
209
|
isActive: z.boolean(),
|
|
210
210
|
consumption: z.lazy(() => exports.ListBudgetsConsumption$outboundSchema).optional(),
|
|
211
211
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
212
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
212
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.586Z"))
|
|
213
213
|
.transform(v => v.toISOString()),
|
|
214
214
|
}).transform((v) => {
|
|
215
215
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -154,7 +154,7 @@ exports.Data$inboundSchema = z
|
|
|
154
154
|
metadata: z.record(z.any()).optional(),
|
|
155
155
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
156
156
|
.optional(),
|
|
157
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
157
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.262Z").transform(v => new Date(v)),
|
|
158
158
|
metrics: z.lazy(() => exports.ListContactsMetrics$inboundSchema),
|
|
159
159
|
}).transform((v) => {
|
|
160
160
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -174,7 +174,7 @@ exports.Data$outboundSchema = z.object({
|
|
|
174
174
|
tags: z.array(z.string()).optional(),
|
|
175
175
|
metadata: z.record(z.any()).optional(),
|
|
176
176
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
177
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
177
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.262Z"))
|
|
178
178
|
.transform(v => v.toISOString()),
|
|
179
179
|
metrics: z.lazy(() => exports.ListContactsMetrics$outboundSchema),
|
|
180
180
|
}).transform((v) => {
|
|
@@ -988,7 +988,7 @@ exports.ListDatasetDatapointsEvaluations3$inboundSchema = z.object({
|
|
|
988
988
|
human_review_id: z.string(),
|
|
989
989
|
source: exports.ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
990
990
|
reviewed_by_id: z.string(),
|
|
991
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
991
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-11T11:23:27.902Z").transform(v => new Date(v)),
|
|
992
992
|
type: exports.ListDatasetDatapointsEvaluationsDatasetsType$inboundSchema,
|
|
993
993
|
values: z.array(z.string()),
|
|
994
994
|
}).transform((v) => {
|
|
@@ -1006,7 +1006,7 @@ exports.ListDatasetDatapointsEvaluations3$outboundSchema = z.object({
|
|
|
1006
1006
|
humanReviewId: z.string(),
|
|
1007
1007
|
source: exports.ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
1008
1008
|
reviewedById: z.string(),
|
|
1009
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1009
|
+
reviewedAt: z.date().default(() => new Date("2025-11-11T11:23:27.902Z"))
|
|
1010
1010
|
.transform(v => v.toISOString()),
|
|
1011
1011
|
type: exports.ListDatasetDatapointsEvaluationsDatasetsType$outboundSchema,
|
|
1012
1012
|
values: z.array(z.string()),
|
|
@@ -1044,7 +1044,7 @@ exports.ListDatasetDatapointsEvaluations2$inboundSchema = z.object({
|
|
|
1044
1044
|
source: exports.ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema
|
|
1045
1045
|
.default("orq"),
|
|
1046
1046
|
reviewed_by_id: z.string(),
|
|
1047
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1047
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-11T11:23:27.901Z").transform(v => new Date(v)),
|
|
1048
1048
|
type: exports.ListDatasetDatapointsEvaluationsType$inboundSchema,
|
|
1049
1049
|
value: z.number(),
|
|
1050
1050
|
}).transform((v) => {
|
|
@@ -1063,7 +1063,7 @@ exports.ListDatasetDatapointsEvaluations2$outboundSchema = z.object({
|
|
|
1063
1063
|
source: exports.ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema
|
|
1064
1064
|
.default("orq"),
|
|
1065
1065
|
reviewedById: z.string(),
|
|
1066
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1066
|
+
reviewedAt: z.date().default(() => new Date("2025-11-11T11:23:27.901Z"))
|
|
1067
1067
|
.transform(v => v.toISOString()),
|
|
1068
1068
|
type: exports.ListDatasetDatapointsEvaluationsType$outboundSchema,
|
|
1069
1069
|
value: z.number(),
|
|
@@ -1101,7 +1101,7 @@ exports.ListDatasetDatapointsEvaluations1$inboundSchema = z.object({
|
|
|
1101
1101
|
human_review_id: z.string(),
|
|
1102
1102
|
source: exports.ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
1103
1103
|
reviewed_by_id: z.string(),
|
|
1104
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1104
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-11T11:23:27.901Z").transform(v => new Date(v)),
|
|
1105
1105
|
type: exports.ListDatasetDatapointsEvaluationsDatasetsResponseType$inboundSchema,
|
|
1106
1106
|
value: z.string(),
|
|
1107
1107
|
}).transform((v) => {
|
|
@@ -1119,7 +1119,7 @@ exports.ListDatasetDatapointsEvaluations1$outboundSchema = z.object({
|
|
|
1119
1119
|
humanReviewId: z.string(),
|
|
1120
1120
|
source: exports.ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
1121
1121
|
reviewedById: z.string(),
|
|
1122
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1122
|
+
reviewedAt: z.date().default(() => new Date("2025-11-11T11:23:27.901Z"))
|
|
1123
1123
|
.transform(v => v.toISOString()),
|
|
1124
1124
|
type: exports.ListDatasetDatapointsEvaluationsDatasetsResponseType$outboundSchema,
|
|
1125
1125
|
value: z.string(),
|
|
@@ -1179,7 +1179,7 @@ exports.ListDatasetDatapointsData$inboundSchema = z.object({
|
|
|
1179
1179
|
updated_by_id: z.string().optional(),
|
|
1180
1180
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1181
1181
|
.optional(),
|
|
1182
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
1182
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.262Z").transform(v => new Date(v)),
|
|
1183
1183
|
}).transform((v) => {
|
|
1184
1184
|
return (0, primitives_js_1.remap)(v, {
|
|
1185
1185
|
"_id": "id",
|
|
@@ -1214,7 +1214,7 @@ exports.ListDatasetDatapointsData$outboundSchema = z.object({
|
|
|
1214
1214
|
createdById: z.string().optional(),
|
|
1215
1215
|
updatedById: z.string().optional(),
|
|
1216
1216
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
1217
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
1217
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.262Z"))
|
|
1218
1218
|
.transform(v => v.toISOString()),
|
|
1219
1219
|
}).transform((v) => {
|
|
1220
1220
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -120,7 +120,7 @@ exports.ListDatasetsData$inboundSchema = z.object({
|
|
|
120
120
|
updated_by_id: z.string().optional(),
|
|
121
121
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
122
122
|
.optional(),
|
|
123
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
123
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.262Z").transform(v => new Date(v)),
|
|
124
124
|
}).transform((v) => {
|
|
125
125
|
return (0, primitives_js_1.remap)(v, {
|
|
126
126
|
"_id": "id",
|
|
@@ -141,7 +141,7 @@ exports.ListDatasetsData$outboundSchema = z.object({
|
|
|
141
141
|
createdById: z.string().optional(),
|
|
142
142
|
updatedById: z.string().optional(),
|
|
143
143
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
144
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
144
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.262Z"))
|
|
145
145
|
.transform(v => v.toISOString()),
|
|
146
146
|
}).transform((v) => {
|
|
147
147
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -114,7 +114,7 @@ exports.ListDatasourcesStatus$inboundSchema = z.nativeEnum(exports.ListDatasourc
|
|
|
114
114
|
exports.ListDatasourcesStatus$outboundSchema = exports.ListDatasourcesStatus$inboundSchema;
|
|
115
115
|
/** @internal */
|
|
116
116
|
exports.ListDatasourcesData$inboundSchema = z.object({
|
|
117
|
-
_id: z.string().default("
|
|
117
|
+
_id: z.string().default("01K9SAG3NYM3M6119WE2BY6F89"),
|
|
118
118
|
display_name: z.string(),
|
|
119
119
|
description: z.string().optional(),
|
|
120
120
|
status: exports.ListDatasourcesStatus$inboundSchema,
|
|
@@ -138,7 +138,7 @@ exports.ListDatasourcesData$inboundSchema = z.object({
|
|
|
138
138
|
});
|
|
139
139
|
/** @internal */
|
|
140
140
|
exports.ListDatasourcesData$outboundSchema = z.object({
|
|
141
|
-
id: z.string().default("
|
|
141
|
+
id: z.string().default("01K9SAG3NYM3M6119WE2BY6F89"),
|
|
142
142
|
displayName: z.string(),
|
|
143
143
|
description: z.string().optional(),
|
|
144
144
|
status: exports.ListDatasourcesStatus$outboundSchema,
|
|
@@ -69,7 +69,7 @@ exports.RetrieveContactResponseBody$inboundSchema = z.object({
|
|
|
69
69
|
metadata: z.record(z.any()).optional(),
|
|
70
70
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
71
71
|
.optional(),
|
|
72
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
72
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.262Z").transform(v => new Date(v)),
|
|
73
73
|
}).transform((v) => {
|
|
74
74
|
return (0, primitives_js_1.remap)(v, {
|
|
75
75
|
"_id": "id",
|
|
@@ -88,7 +88,7 @@ exports.RetrieveContactResponseBody$outboundSchema = z.object({
|
|
|
88
88
|
tags: z.array(z.string()).optional(),
|
|
89
89
|
metadata: z.record(z.any()).optional(),
|
|
90
90
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
91
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
91
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.262Z"))
|
|
92
92
|
.transform(v => v.toISOString()),
|
|
93
93
|
}).transform((v) => {
|
|
94
94
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -974,7 +974,7 @@ exports.RetrieveDatapointEvaluations3$inboundSchema = z.object({
|
|
|
974
974
|
source: exports.RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema
|
|
975
975
|
.default("orq"),
|
|
976
976
|
reviewed_by_id: z.string(),
|
|
977
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
977
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-11T11:23:27.919Z").transform(v => new Date(v)),
|
|
978
978
|
type: exports.RetrieveDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
979
979
|
values: z.array(z.string()),
|
|
980
980
|
}).transform((v) => {
|
|
@@ -993,7 +993,7 @@ exports.RetrieveDatapointEvaluations3$outboundSchema = z.object({
|
|
|
993
993
|
source: exports.RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema
|
|
994
994
|
.default("orq"),
|
|
995
995
|
reviewedById: z.string(),
|
|
996
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
996
|
+
reviewedAt: z.date().default(() => new Date("2025-11-11T11:23:27.919Z"))
|
|
997
997
|
.transform(v => v.toISOString()),
|
|
998
998
|
type: exports.RetrieveDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
999
999
|
values: z.array(z.string()),
|
|
@@ -1033,7 +1033,7 @@ exports.RetrieveDatapointEvaluations2$inboundSchema = z.object({
|
|
|
1033
1033
|
human_review_id: z.string(),
|
|
1034
1034
|
source: exports.RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
1035
1035
|
reviewed_by_id: z.string(),
|
|
1036
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1036
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-11T11:23:27.918Z").transform(v => new Date(v)),
|
|
1037
1037
|
type: exports.RetrieveDatapointEvaluationsDatasetsType$inboundSchema,
|
|
1038
1038
|
value: z.number(),
|
|
1039
1039
|
}).transform((v) => {
|
|
@@ -1051,7 +1051,7 @@ exports.RetrieveDatapointEvaluations2$outboundSchema = z.object({
|
|
|
1051
1051
|
humanReviewId: z.string(),
|
|
1052
1052
|
source: exports.RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
1053
1053
|
reviewedById: z.string(),
|
|
1054
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1054
|
+
reviewedAt: z.date().default(() => new Date("2025-11-11T11:23:27.918Z"))
|
|
1055
1055
|
.transform(v => v.toISOString()),
|
|
1056
1056
|
type: exports.RetrieveDatapointEvaluationsDatasetsType$outboundSchema,
|
|
1057
1057
|
value: z.number(),
|
|
@@ -1089,7 +1089,7 @@ exports.RetrieveDatapointEvaluations1$inboundSchema = z.object({
|
|
|
1089
1089
|
human_review_id: z.string(),
|
|
1090
1090
|
source: exports.RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
1091
1091
|
reviewed_by_id: z.string(),
|
|
1092
|
-
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-
|
|
1092
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2025-11-11T11:23:27.918Z").transform(v => new Date(v)),
|
|
1093
1093
|
type: exports.RetrieveDatapointEvaluationsType$inboundSchema,
|
|
1094
1094
|
value: z.string(),
|
|
1095
1095
|
}).transform((v) => {
|
|
@@ -1107,7 +1107,7 @@ exports.RetrieveDatapointEvaluations1$outboundSchema = z.object({
|
|
|
1107
1107
|
humanReviewId: z.string(),
|
|
1108
1108
|
source: exports.RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
1109
1109
|
reviewedById: z.string(),
|
|
1110
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
1110
|
+
reviewedAt: z.date().default(() => new Date("2025-11-11T11:23:27.918Z"))
|
|
1111
1111
|
.transform(v => v.toISOString()),
|
|
1112
1112
|
type: exports.RetrieveDatapointEvaluationsType$outboundSchema,
|
|
1113
1113
|
value: z.string(),
|
|
@@ -1167,7 +1167,7 @@ exports.RetrieveDatapointResponseBody$inboundSchema = z.object({
|
|
|
1167
1167
|
updated_by_id: z.string().optional(),
|
|
1168
1168
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1169
1169
|
.optional(),
|
|
1170
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
1170
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.262Z").transform(v => new Date(v)),
|
|
1171
1171
|
}).transform((v) => {
|
|
1172
1172
|
return (0, primitives_js_1.remap)(v, {
|
|
1173
1173
|
"_id": "id",
|
|
@@ -1202,7 +1202,7 @@ exports.RetrieveDatapointResponseBody$outboundSchema = z.object({
|
|
|
1202
1202
|
createdById: z.string().optional(),
|
|
1203
1203
|
updatedById: z.string().optional(),
|
|
1204
1204
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
1205
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
1205
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.262Z"))
|
|
1206
1206
|
.transform(v => v.toISOString()),
|
|
1207
1207
|
}).transform((v) => {
|
|
1208
1208
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -105,7 +105,7 @@ exports.RetrieveDatasetResponseBody$inboundSchema = z.object({
|
|
|
105
105
|
updated_by_id: z.string().optional(),
|
|
106
106
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
107
107
|
.optional(),
|
|
108
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
108
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.262Z").transform(v => new Date(v)),
|
|
109
109
|
}).transform((v) => {
|
|
110
110
|
return (0, primitives_js_1.remap)(v, {
|
|
111
111
|
"_id": "id",
|
|
@@ -126,7 +126,7 @@ exports.RetrieveDatasetResponseBody$outboundSchema = z.object({
|
|
|
126
126
|
createdById: z.string().optional(),
|
|
127
127
|
updatedById: z.string().optional(),
|
|
128
128
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
129
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
129
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.262Z"))
|
|
130
130
|
.transform(v => v.toISOString()),
|
|
131
131
|
}).transform((v) => {
|
|
132
132
|
return (0, primitives_js_1.remap)(v, {
|
|
@@ -83,7 +83,7 @@ exports.RetrieveDatasourceStatus$inboundSchema = z.nativeEnum(exports.RetrieveDa
|
|
|
83
83
|
exports.RetrieveDatasourceStatus$outboundSchema = exports.RetrieveDatasourceStatus$inboundSchema;
|
|
84
84
|
/** @internal */
|
|
85
85
|
exports.RetrieveDatasourceResponseBody$inboundSchema = z.object({
|
|
86
|
-
_id: z.string().default("
|
|
86
|
+
_id: z.string().default("01K9SAG3P1YV4GKCE48JG5B8TD"),
|
|
87
87
|
display_name: z.string(),
|
|
88
88
|
description: z.string().optional(),
|
|
89
89
|
status: exports.RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -107,7 +107,7 @@ exports.RetrieveDatasourceResponseBody$inboundSchema = z.object({
|
|
|
107
107
|
});
|
|
108
108
|
/** @internal */
|
|
109
109
|
exports.RetrieveDatasourceResponseBody$outboundSchema = z.object({
|
|
110
|
-
id: z.string().default("
|
|
110
|
+
id: z.string().default("01K9SAG3P1YV4GKCE48JG5B8TD"),
|
|
111
111
|
displayName: z.string(),
|
|
112
112
|
description: z.string().optional(),
|
|
113
113
|
status: exports.RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -221,7 +221,7 @@ function retrieveToolResponseBodyCodeToolFromJSON(jsonString) {
|
|
|
221
221
|
}
|
|
222
222
|
/** @internal */
|
|
223
223
|
exports.RetrieveToolResponseBody5$inboundSchema = z.object({
|
|
224
|
-
_id: z.string().default("
|
|
224
|
+
_id: z.string().default("01K9SAG3K28QBQW0DJ5B47BZE6"),
|
|
225
225
|
path: z.string(),
|
|
226
226
|
key: z.string(),
|
|
227
227
|
display_name: z.string().optional(),
|
|
@@ -251,7 +251,7 @@ exports.RetrieveToolResponseBody5$inboundSchema = z.object({
|
|
|
251
251
|
});
|
|
252
252
|
/** @internal */
|
|
253
253
|
exports.RetrieveToolResponseBody5$outboundSchema = z.object({
|
|
254
|
-
id: z.string().default("
|
|
254
|
+
id: z.string().default("01K9SAG3K28QBQW0DJ5B47BZE6"),
|
|
255
255
|
path: z.string(),
|
|
256
256
|
key: z.string(),
|
|
257
257
|
displayName: z.string().optional(),
|
|
@@ -380,7 +380,7 @@ function retrieveToolResponseBodyMcpFromJSON(jsonString) {
|
|
|
380
380
|
}
|
|
381
381
|
/** @internal */
|
|
382
382
|
exports.RetrieveToolResponseBody4$inboundSchema = z.object({
|
|
383
|
-
_id: z.string().default("
|
|
383
|
+
_id: z.string().default("01K9SAG3K0KN8R7AG7K15K09YD"),
|
|
384
384
|
path: z.string(),
|
|
385
385
|
key: z.string(),
|
|
386
386
|
display_name: z.string().optional(),
|
|
@@ -408,7 +408,7 @@ exports.RetrieveToolResponseBody4$inboundSchema = z.object({
|
|
|
408
408
|
});
|
|
409
409
|
/** @internal */
|
|
410
410
|
exports.RetrieveToolResponseBody4$outboundSchema = z.object({
|
|
411
|
-
id: z.string().default("
|
|
411
|
+
id: z.string().default("01K9SAG3K0KN8R7AG7K15K09YD"),
|
|
412
412
|
path: z.string(),
|
|
413
413
|
key: z.string(),
|
|
414
414
|
displayName: z.string().optional(),
|
|
@@ -552,7 +552,7 @@ function retrieveToolResponseBodyHttpFromJSON(jsonString) {
|
|
|
552
552
|
}
|
|
553
553
|
/** @internal */
|
|
554
554
|
exports.RetrieveToolResponseBody3$inboundSchema = z.object({
|
|
555
|
-
_id: z.string().default("
|
|
555
|
+
_id: z.string().default("01K9SAG3JXAG9ZV713JB3RTW2K"),
|
|
556
556
|
path: z.string(),
|
|
557
557
|
key: z.string(),
|
|
558
558
|
display_name: z.string().optional(),
|
|
@@ -580,7 +580,7 @@ exports.RetrieveToolResponseBody3$inboundSchema = z.object({
|
|
|
580
580
|
});
|
|
581
581
|
/** @internal */
|
|
582
582
|
exports.RetrieveToolResponseBody3$outboundSchema = z.object({
|
|
583
|
-
id: z.string().default("
|
|
583
|
+
id: z.string().default("01K9SAG3JXAG9ZV713JB3RTW2K"),
|
|
584
584
|
path: z.string(),
|
|
585
585
|
key: z.string(),
|
|
586
586
|
displayName: z.string().optional(),
|
|
@@ -642,7 +642,7 @@ function retrieveToolResponseBodyJsonSchemaFromJSON(jsonString) {
|
|
|
642
642
|
}
|
|
643
643
|
/** @internal */
|
|
644
644
|
exports.RetrieveToolResponseBody2$inboundSchema = z.object({
|
|
645
|
-
_id: z.string().default("
|
|
645
|
+
_id: z.string().default("01K9SAG3JV6RWECMK465Z8EG3N"),
|
|
646
646
|
path: z.string(),
|
|
647
647
|
key: z.string(),
|
|
648
648
|
display_name: z.string().optional(),
|
|
@@ -671,7 +671,7 @@ exports.RetrieveToolResponseBody2$inboundSchema = z.object({
|
|
|
671
671
|
});
|
|
672
672
|
/** @internal */
|
|
673
673
|
exports.RetrieveToolResponseBody2$outboundSchema = z.object({
|
|
674
|
-
id: z.string().default("
|
|
674
|
+
id: z.string().default("01K9SAG3JV6RWECMK465Z8EG3N"),
|
|
675
675
|
path: z.string(),
|
|
676
676
|
key: z.string(),
|
|
677
677
|
displayName: z.string().optional(),
|
|
@@ -734,7 +734,7 @@ function retrieveToolResponseBodyFunctionFromJSON(jsonString) {
|
|
|
734
734
|
}
|
|
735
735
|
/** @internal */
|
|
736
736
|
exports.RetrieveToolResponseBody1$inboundSchema = z.object({
|
|
737
|
-
_id: z.string().default("
|
|
737
|
+
_id: z.string().default("01K9SAG3JTV1JM668ZV0N5N0F2"),
|
|
738
738
|
path: z.string(),
|
|
739
739
|
key: z.string(),
|
|
740
740
|
display_name: z.string().optional(),
|
|
@@ -762,7 +762,7 @@ exports.RetrieveToolResponseBody1$inboundSchema = z.object({
|
|
|
762
762
|
});
|
|
763
763
|
/** @internal */
|
|
764
764
|
exports.RetrieveToolResponseBody1$outboundSchema = z.object({
|
|
765
|
-
id: z.string().default("
|
|
765
|
+
id: z.string().default("01K9SAG3JTV1JM668ZV0N5N0F2"),
|
|
766
766
|
path: z.string(),
|
|
767
767
|
key: z.string(),
|
|
768
768
|
displayName: z.string().optional(),
|
|
@@ -218,7 +218,7 @@ exports.UpdateBudgetResponseBody$inboundSchema = z.object({
|
|
|
218
218
|
consumption: z.lazy(() => exports.UpdateBudgetConsumption$inboundSchema).optional(),
|
|
219
219
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
220
220
|
.optional(),
|
|
221
|
-
updated: z.string().datetime({ offset: true }).default("2025-11-
|
|
221
|
+
updated: z.string().datetime({ offset: true }).default("2025-11-11T11:23:16.586Z").transform(v => new Date(v)),
|
|
222
222
|
}).transform((v) => {
|
|
223
223
|
return (0, primitives_js_1.remap)(v, {
|
|
224
224
|
"_id": "id",
|
|
@@ -237,7 +237,7 @@ exports.UpdateBudgetResponseBody$outboundSchema = z.object({
|
|
|
237
237
|
isActive: z.boolean(),
|
|
238
238
|
consumption: z.lazy(() => exports.UpdateBudgetConsumption$outboundSchema).optional(),
|
|
239
239
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
240
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
240
|
+
updated: z.date().default(() => new Date("2025-11-11T11:23:16.586Z"))
|
|
241
241
|
.transform(v => v.toISOString()),
|
|
242
242
|
}).transform((v) => {
|
|
243
243
|
return (0, primitives_js_1.remap)(v, {
|