@orq-ai/node 4.14.0-rc.38 → 4.14.0-rc.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +2 -2
  3. package/lib/config.js +2 -2
  4. package/models/components/evaluatorresponsefunction.js +2 -2
  5. package/models/components/evaluatorresponsehttp.js +2 -2
  6. package/models/components/evaluatorresponsejsonschema.js +2 -2
  7. package/models/components/evaluatorresponsellm.js +2 -2
  8. package/models/components/evaluatorresponsepython.js +2 -2
  9. package/models/components/evaluatorresponseragas.js +2 -2
  10. package/models/components/evaluatorresponsetypescript.js +2 -2
  11. package/models/components/invokedeploymentrequest.d.ts +14 -53
  12. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  13. package/models/components/invokedeploymentrequest.js +2 -33
  14. package/models/components/invokedeploymentrequest.js.map +1 -1
  15. package/models/components/reasoningpart.js +1 -1
  16. package/models/components/searchknowledgerequest.d.ts +26 -26
  17. package/models/components/searchknowledgerequest.d.ts.map +1 -1
  18. package/models/components/searchknowledgerequest.js +20 -20
  19. package/models/components/searchknowledgerequest.js.map +1 -1
  20. package/models/operations/createannotationqueue.js +1 -1
  21. package/models/operations/createchatcompletion.d.ts +14 -53
  22. package/models/operations/createchatcompletion.d.ts.map +1 -1
  23. package/models/operations/createchatcompletion.js +2 -33
  24. package/models/operations/createchatcompletion.js.map +1 -1
  25. package/models/operations/createcompletion.d.ts +14 -53
  26. package/models/operations/createcompletion.d.ts.map +1 -1
  27. package/models/operations/createcompletion.js +2 -34
  28. package/models/operations/createcompletion.js.map +1 -1
  29. package/models/operations/createdataset.js +1 -1
  30. package/models/operations/createdatasetitem.js +5 -5
  31. package/models/operations/createtool.js +4 -4
  32. package/models/operations/deploymentgetconfig.d.ts +14 -53
  33. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  34. package/models/operations/deploymentgetconfig.js +3 -34
  35. package/models/operations/deploymentgetconfig.js.map +1 -1
  36. package/models/operations/deploymentstream.d.ts +14 -53
  37. package/models/operations/deploymentstream.d.ts.map +1 -1
  38. package/models/operations/deploymentstream.js +2 -33
  39. package/models/operations/deploymentstream.js.map +1 -1
  40. package/models/operations/getalltools.js +4 -4
  41. package/models/operations/geteval.js +16 -16
  42. package/models/operations/getv2humanevalsets.js +2 -2
  43. package/models/operations/getv2humanevalsetsid.js +2 -2
  44. package/models/operations/listannotationqueues.js +1 -1
  45. package/models/operations/listdatasetdatapoints.js +5 -5
  46. package/models/operations/listdatasets.js +1 -1
  47. package/models/operations/patchv2humanevalsetsid.js +2 -2
  48. package/models/operations/postv2feedbackevaluation.js +4 -4
  49. package/models/operations/postv2humanevalsets.js +2 -2
  50. package/models/operations/retrieveannotationqueue.js +1 -1
  51. package/models/operations/retrievedatapoint.js +5 -5
  52. package/models/operations/retrievedataset.js +1 -1
  53. package/models/operations/retrievetool.js +4 -4
  54. package/models/operations/runagent.js +1 -1
  55. package/models/operations/streamrunagent.js +1 -1
  56. package/models/operations/updateannotationqueue.js +1 -1
  57. package/models/operations/updatedatapoint.js +5 -5
  58. package/models/operations/updatedataset.js +1 -1
  59. package/models/operations/updatetool.js +4 -4
  60. package/package.json +3 -3
  61. package/src/lib/config.ts +2 -2
  62. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  63. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  64. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  65. package/src/models/components/evaluatorresponsellm.ts +2 -2
  66. package/src/models/components/evaluatorresponsepython.ts +2 -2
  67. package/src/models/components/evaluatorresponseragas.ts +2 -2
  68. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  69. package/src/models/components/invokedeploymentrequest.ts +14 -110
  70. package/src/models/components/reasoningpart.ts +1 -1
  71. package/src/models/components/searchknowledgerequest.ts +42 -54
  72. package/src/models/operations/createannotationqueue.ts +1 -1
  73. package/src/models/operations/createchatcompletion.ts +14 -128
  74. package/src/models/operations/createcompletion.ts +14 -122
  75. package/src/models/operations/createdataset.ts +1 -1
  76. package/src/models/operations/createdatasetitem.ts +5 -5
  77. package/src/models/operations/createtool.ts +4 -4
  78. package/src/models/operations/deploymentgetconfig.ts +14 -117
  79. package/src/models/operations/deploymentstream.ts +14 -118
  80. package/src/models/operations/getalltools.ts +4 -4
  81. package/src/models/operations/geteval.ts +16 -16
  82. package/src/models/operations/getv2humanevalsets.ts +2 -2
  83. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  84. package/src/models/operations/listannotationqueues.ts +1 -1
  85. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  86. package/src/models/operations/listdatasets.ts +1 -1
  87. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  88. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  89. package/src/models/operations/postv2humanevalsets.ts +2 -2
  90. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  91. package/src/models/operations/retrievedatapoint.ts +5 -5
  92. package/src/models/operations/retrievedataset.ts +1 -1
  93. package/src/models/operations/retrievetool.ts +4 -4
  94. package/src/models/operations/runagent.ts +1 -1
  95. package/src/models/operations/streamrunagent.ts +1 -1
  96. package/src/models/operations/updateannotationqueue.ts +1 -1
  97. package/src/models/operations/updatedatapoint.ts +5 -5
  98. package/src/models/operations/updatedataset.ts +1 -1
  99. package/src/models/operations/updatetool.ts +4 -4
@@ -771,13 +771,6 @@ export type DeploymentStreamThread = {
771
771
  tags?: Array<string> | undefined;
772
772
  };
773
773
 
774
- /**
775
- * Exists
776
- */
777
- export type DeploymentStreamOrExists = {
778
- exists: boolean;
779
- };
780
-
781
774
  export type DeploymentStreamOrDeploymentsNin = string | number | boolean;
782
775
 
783
776
  /**
@@ -850,8 +843,7 @@ export type DeploymentStreamKnowledgeFilterDeploymentsOr =
850
843
  | DeploymentStreamOrLt
851
844
  | DeploymentStreamOrLte
852
845
  | DeploymentStreamOrIn
853
- | DeploymentStreamOrNin
854
- | DeploymentStreamOrExists;
846
+ | DeploymentStreamOrNin;
855
847
 
856
848
  /**
857
849
  * Or
@@ -867,19 +859,11 @@ export type DeploymentStreamKnowledgeFilterOr = {
867
859
  | DeploymentStreamOrLt
868
860
  | DeploymentStreamOrLte
869
861
  | DeploymentStreamOrIn
870
- | DeploymentStreamOrNin
871
- | DeploymentStreamOrExists;
862
+ | DeploymentStreamOrNin;
872
863
  }
873
864
  >;
874
865
  };
875
866
 
876
- /**
877
- * Exists
878
- */
879
- export type DeploymentStreamAndExists = {
880
- exists: boolean;
881
- };
882
-
883
867
  export type DeploymentStreamAndDeploymentsNin = string | number | boolean;
884
868
 
885
869
  /**
@@ -952,8 +936,7 @@ export type DeploymentStreamKnowledgeFilterDeploymentsAnd =
952
936
  | DeploymentStreamAndLt
953
937
  | DeploymentStreamAndLte
954
938
  | DeploymentStreamAndIn
955
- | DeploymentStreamAndNin
956
- | DeploymentStreamAndExists;
939
+ | DeploymentStreamAndNin;
957
940
 
958
941
  /**
959
942
  * And
@@ -969,19 +952,11 @@ export type DeploymentStreamKnowledgeFilterAnd = {
969
952
  | DeploymentStreamAndLt
970
953
  | DeploymentStreamAndLte
971
954
  | DeploymentStreamAndIn
972
- | DeploymentStreamAndNin
973
- | DeploymentStreamAndExists;
955
+ | DeploymentStreamAndNin;
974
956
  }
975
957
  >;
976
958
  };
977
959
 
978
- /**
979
- * Exists
980
- */
981
- export type OneExists = {
982
- exists: boolean;
983
- };
984
-
985
960
  export type DeploymentStream1DeploymentsNin = string | number | boolean;
986
961
 
987
962
  /**
@@ -1054,8 +1029,7 @@ export type KnowledgeFilter1 =
1054
1029
  | OneLt
1055
1030
  | OneLte
1056
1031
  | DeploymentStream1In
1057
- | DeploymentStream1Nin
1058
- | OneExists;
1032
+ | DeploymentStream1Nin;
1059
1033
 
1060
1034
  /**
1061
1035
  * A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
@@ -1072,8 +1046,7 @@ export type DeploymentStreamKnowledgeFilter =
1072
1046
  | OneLt
1073
1047
  | OneLte
1074
1048
  | DeploymentStream1In
1075
- | DeploymentStream1Nin
1076
- | OneExists;
1049
+ | DeploymentStream1Nin;
1077
1050
  };
1078
1051
 
1079
1052
  export type DeploymentStreamRequestBody = {
@@ -1150,8 +1123,7 @@ export type DeploymentStreamRequestBody = {
1150
1123
  | OneLt
1151
1124
  | OneLte
1152
1125
  | DeploymentStream1In
1153
- | DeploymentStream1Nin
1154
- | OneExists;
1126
+ | DeploymentStream1Nin;
1155
1127
  }
1156
1128
  | undefined;
1157
1129
  };
@@ -2979,28 +2951,6 @@ export function deploymentStreamThreadToJSON(
2979
2951
  );
2980
2952
  }
2981
2953
 
2982
- /** @internal */
2983
- export type DeploymentStreamOrExists$Outbound = {
2984
- exists: boolean;
2985
- };
2986
-
2987
- /** @internal */
2988
- export const DeploymentStreamOrExists$outboundSchema: z.ZodType<
2989
- DeploymentStreamOrExists$Outbound,
2990
- z.ZodTypeDef,
2991
- DeploymentStreamOrExists
2992
- > = z.object({
2993
- exists: z.boolean(),
2994
- });
2995
-
2996
- export function deploymentStreamOrExistsToJSON(
2997
- deploymentStreamOrExists: DeploymentStreamOrExists,
2998
- ): string {
2999
- return JSON.stringify(
3000
- DeploymentStreamOrExists$outboundSchema.parse(deploymentStreamOrExists),
3001
- );
3002
- }
3003
-
3004
2954
  /** @internal */
3005
2955
  export type DeploymentStreamOrDeploymentsNin$Outbound =
3006
2956
  | string
@@ -3278,8 +3228,7 @@ export type DeploymentStreamKnowledgeFilterDeploymentsOr$Outbound =
3278
3228
  | DeploymentStreamOrLt$Outbound
3279
3229
  | DeploymentStreamOrLte$Outbound
3280
3230
  | DeploymentStreamOrIn$Outbound
3281
- | DeploymentStreamOrNin$Outbound
3282
- | DeploymentStreamOrExists$Outbound;
3231
+ | DeploymentStreamOrNin$Outbound;
3283
3232
 
3284
3233
  /** @internal */
3285
3234
  export const DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema:
@@ -3296,7 +3245,6 @@ export const DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema:
3296
3245
  z.lazy(() => DeploymentStreamOrLte$outboundSchema),
3297
3246
  z.lazy(() => DeploymentStreamOrIn$outboundSchema),
3298
3247
  z.lazy(() => DeploymentStreamOrNin$outboundSchema),
3299
- z.lazy(() => DeploymentStreamOrExists$outboundSchema),
3300
3248
  ]);
3301
3249
 
3302
3250
  export function deploymentStreamKnowledgeFilterDeploymentsOrToJSON(
@@ -3322,8 +3270,7 @@ export type DeploymentStreamKnowledgeFilterOr$Outbound = {
3322
3270
  | DeploymentStreamOrLt$Outbound
3323
3271
  | DeploymentStreamOrLte$Outbound
3324
3272
  | DeploymentStreamOrIn$Outbound
3325
- | DeploymentStreamOrNin$Outbound
3326
- | DeploymentStreamOrExists$Outbound;
3273
+ | DeploymentStreamOrNin$Outbound;
3327
3274
  }
3328
3275
  >;
3329
3276
  };
@@ -3346,7 +3293,6 @@ export const DeploymentStreamKnowledgeFilterOr$outboundSchema: z.ZodType<
3346
3293
  z.lazy(() => DeploymentStreamOrLte$outboundSchema),
3347
3294
  z.lazy(() => DeploymentStreamOrIn$outboundSchema),
3348
3295
  z.lazy(() => DeploymentStreamOrNin$outboundSchema),
3349
- z.lazy(() => DeploymentStreamOrExists$outboundSchema),
3350
3296
  ])),
3351
3297
  ),
3352
3298
  });
@@ -3361,28 +3307,6 @@ export function deploymentStreamKnowledgeFilterOrToJSON(
3361
3307
  );
3362
3308
  }
3363
3309
 
3364
- /** @internal */
3365
- export type DeploymentStreamAndExists$Outbound = {
3366
- exists: boolean;
3367
- };
3368
-
3369
- /** @internal */
3370
- export const DeploymentStreamAndExists$outboundSchema: z.ZodType<
3371
- DeploymentStreamAndExists$Outbound,
3372
- z.ZodTypeDef,
3373
- DeploymentStreamAndExists
3374
- > = z.object({
3375
- exists: z.boolean(),
3376
- });
3377
-
3378
- export function deploymentStreamAndExistsToJSON(
3379
- deploymentStreamAndExists: DeploymentStreamAndExists,
3380
- ): string {
3381
- return JSON.stringify(
3382
- DeploymentStreamAndExists$outboundSchema.parse(deploymentStreamAndExists),
3383
- );
3384
- }
3385
-
3386
3310
  /** @internal */
3387
3311
  export type DeploymentStreamAndDeploymentsNin$Outbound =
3388
3312
  | string
@@ -3660,8 +3584,7 @@ export type DeploymentStreamKnowledgeFilterDeploymentsAnd$Outbound =
3660
3584
  | DeploymentStreamAndLt$Outbound
3661
3585
  | DeploymentStreamAndLte$Outbound
3662
3586
  | DeploymentStreamAndIn$Outbound
3663
- | DeploymentStreamAndNin$Outbound
3664
- | DeploymentStreamAndExists$Outbound;
3587
+ | DeploymentStreamAndNin$Outbound;
3665
3588
 
3666
3589
  /** @internal */
3667
3590
  export const DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema:
@@ -3678,7 +3601,6 @@ export const DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema:
3678
3601
  z.lazy(() => DeploymentStreamAndLte$outboundSchema),
3679
3602
  z.lazy(() => DeploymentStreamAndIn$outboundSchema),
3680
3603
  z.lazy(() => DeploymentStreamAndNin$outboundSchema),
3681
- z.lazy(() => DeploymentStreamAndExists$outboundSchema),
3682
3604
  ]);
3683
3605
 
3684
3606
  export function deploymentStreamKnowledgeFilterDeploymentsAndToJSON(
@@ -3704,8 +3626,7 @@ export type DeploymentStreamKnowledgeFilterAnd$Outbound = {
3704
3626
  | DeploymentStreamAndLt$Outbound
3705
3627
  | DeploymentStreamAndLte$Outbound
3706
3628
  | DeploymentStreamAndIn$Outbound
3707
- | DeploymentStreamAndNin$Outbound
3708
- | DeploymentStreamAndExists$Outbound;
3629
+ | DeploymentStreamAndNin$Outbound;
3709
3630
  }
3710
3631
  >;
3711
3632
  };
@@ -3728,7 +3649,6 @@ export const DeploymentStreamKnowledgeFilterAnd$outboundSchema: z.ZodType<
3728
3649
  z.lazy(() => DeploymentStreamAndLte$outboundSchema),
3729
3650
  z.lazy(() => DeploymentStreamAndIn$outboundSchema),
3730
3651
  z.lazy(() => DeploymentStreamAndNin$outboundSchema),
3731
- z.lazy(() => DeploymentStreamAndExists$outboundSchema),
3732
3652
  ])),
3733
3653
  ),
3734
3654
  });
@@ -3743,24 +3663,6 @@ export function deploymentStreamKnowledgeFilterAndToJSON(
3743
3663
  );
3744
3664
  }
3745
3665
 
3746
- /** @internal */
3747
- export type OneExists$Outbound = {
3748
- exists: boolean;
3749
- };
3750
-
3751
- /** @internal */
3752
- export const OneExists$outboundSchema: z.ZodType<
3753
- OneExists$Outbound,
3754
- z.ZodTypeDef,
3755
- OneExists
3756
- > = z.object({
3757
- exists: z.boolean(),
3758
- });
3759
-
3760
- export function oneExistsToJSON(oneExists: OneExists): string {
3761
- return JSON.stringify(OneExists$outboundSchema.parse(oneExists));
3762
- }
3763
-
3764
3666
  /** @internal */
3765
3667
  export type DeploymentStream1DeploymentsNin$Outbound =
3766
3668
  | string
@@ -4013,8 +3915,7 @@ export type KnowledgeFilter1$Outbound =
4013
3915
  | OneLt$Outbound
4014
3916
  | OneLte$Outbound
4015
3917
  | DeploymentStream1In$Outbound
4016
- | DeploymentStream1Nin$Outbound
4017
- | OneExists$Outbound;
3918
+ | DeploymentStream1Nin$Outbound;
4018
3919
 
4019
3920
  /** @internal */
4020
3921
  export const KnowledgeFilter1$outboundSchema: z.ZodType<
@@ -4030,7 +3931,6 @@ export const KnowledgeFilter1$outboundSchema: z.ZodType<
4030
3931
  z.lazy(() => OneLte$outboundSchema),
4031
3932
  z.lazy(() => DeploymentStream1In$outboundSchema),
4032
3933
  z.lazy(() => DeploymentStream1Nin$outboundSchema),
4033
- z.lazy(() => OneExists$outboundSchema),
4034
3934
  ]);
4035
3935
 
4036
3936
  export function knowledgeFilter1ToJSON(
@@ -4054,8 +3954,7 @@ export type DeploymentStreamKnowledgeFilter$Outbound =
4054
3954
  | OneLt$Outbound
4055
3955
  | OneLte$Outbound
4056
3956
  | DeploymentStream1In$Outbound
4057
- | DeploymentStream1Nin$Outbound
4058
- | OneExists$Outbound;
3957
+ | DeploymentStream1Nin$Outbound;
4059
3958
  };
4060
3959
 
4061
3960
  /** @internal */
@@ -4075,7 +3974,6 @@ export const DeploymentStreamKnowledgeFilter$outboundSchema: z.ZodType<
4075
3974
  z.lazy(() => OneLte$outboundSchema),
4076
3975
  z.lazy(() => DeploymentStream1In$outboundSchema),
4077
3976
  z.lazy(() => DeploymentStream1Nin$outboundSchema),
4078
- z.lazy(() => OneExists$outboundSchema),
4079
3977
  ])),
4080
3978
  ]);
4081
3979
 
@@ -4131,8 +4029,7 @@ export type DeploymentStreamRequestBody$Outbound = {
4131
4029
  | OneLt$Outbound
4132
4030
  | OneLte$Outbound
4133
4031
  | DeploymentStream1In$Outbound
4134
- | DeploymentStream1Nin$Outbound
4135
- | OneExists$Outbound;
4032
+ | DeploymentStream1Nin$Outbound;
4136
4033
  }
4137
4034
  | undefined;
4138
4035
  };
@@ -4186,7 +4083,6 @@ export const DeploymentStreamRequestBody$outboundSchema: z.ZodType<
4186
4083
  z.lazy(() => OneLte$outboundSchema),
4187
4084
  z.lazy(() => DeploymentStream1In$outboundSchema),
4188
4085
  z.lazy(() => DeploymentStream1Nin$outboundSchema),
4189
- z.lazy(() => OneExists$outboundSchema),
4190
4086
  ]),
4191
4087
  ),
4192
4088
  ]).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("tool_01M0D0CE7JY6ND91N5JKS6S37J"),
642
+ _id: z.string().default("tool_01M0EP6J3TN3R7FYGWQFCGFWEH"),
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("tool_01M0D0CE7GS79BCGA705SWACVQ"),
824
+ _id: z.string().default("tool_01M0EP6J3HE5Q4PQ3HKM9ERCD7"),
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("tool_01M0D0CE7FA1ZZ4PNBXZ8P2J0J"),
917
+ _id: z.string().default("tool_01M0EP6J3G3X60WKNEK7S0JFW7"),
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("tool_01M0D0CE7E962DBC7F36R2YC6Z"),
1015
+ _id: z.string().default("tool_01M0EP6J3EDQXQXQ8BRPN53Z27"),
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-19T12:36:38.391Z"),
850
- updated: z.string().default("2026-08-19T12:36:38.391Z"),
849
+ created: z.string().default("2026-08-20T04:17:08.353Z"),
850
+ updated: z.string().default("2026-08-20T04:17:08.353Z"),
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-19T12:36:38.391Z"),
953
- updated: z.string().default("2026-08-19T12:36:38.391Z"),
952
+ created: z.string().default("2026-08-20T04:17:08.353Z"),
953
+ updated: z.string().default("2026-08-20T04:17:08.353Z"),
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-19T12:36:38.391Z"),
1050
- updated: z.string().default("2026-08-19T12:36:38.391Z"),
1049
+ created: z.string().default("2026-08-20T04:17:08.353Z"),
1050
+ updated: z.string().default("2026-08-20T04:17:08.353Z"),
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-19T12:36:38.391Z"),
1148
- updated: z.string().default("2026-08-19T12:36:38.391Z"),
1147
+ created: z.string().default("2026-08-20T04:17:08.353Z"),
1148
+ updated: z.string().default("2026-08-20T04:17:08.353Z"),
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-19T12:36:38.391Z"),
1232
- updated: z.string().default("2026-08-19T12:36:38.391Z"),
1231
+ created: z.string().default("2026-08-20T04:17:08.353Z"),
1232
+ updated: z.string().default("2026-08-20T04:17:08.353Z"),
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-19T12:36:38.391Z"),
1341
- updated: z.string().default("2026-08-19T12:36:38.391Z"),
1340
+ created: z.string().default("2026-08-20T04:17:08.353Z"),
1341
+ updated: z.string().default("2026-08-20T04:17:08.353Z"),
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-19T12:36:38.391Z"),
2060
- updated: z.string().default("2026-08-19T12:36:38.391Z"),
2059
+ created: z.string().default("2026-08-20T04:17:08.353Z"),
2060
+ updated: z.string().default("2026-08-20T04:17:08.353Z"),
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-19T12:36:38.391Z"),
2730
- updated: z.string().default("2026-08-19T12:36:38.391Z"),
2729
+ created: z.string().default("2026-08-20T04:17:08.353Z"),
2730
+ updated: z.string().default("2026-08-20T04:17:08.353Z"),
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-19T12:36:36.185Z",
143
+ "2026-08-20T04:17:06.109Z",
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-19T12:36:36.185Z",
188
+ "2026-08-20T04:17:06.109Z",
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-19T12:36:36.185Z",
144
+ "2026-08-20T04:17:06.109Z",
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-19T12:36:36.185Z",
189
+ "2026-08-20T04:17:06.109Z",
190
190
  ).transform(v => new Date(v)),
191
191
  filter_type: z.literal("span_type"),
192
192
  filter_values: z.array(z.string()),
@@ -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-19T12:36:36.185Z",
186
+ "2026-08-20T04:17:06.109Z",
187
187
  ).transform(v => new Date(v)),
188
188
  }).transform((v) => {
189
189
  return remap$(v, {
@@ -1647,7 +1647,7 @@ export const ListDatasetDatapointsEvaluations4$inboundSchema: z.ZodType<
1647
1647
  explanation: z.string().optional(),
1648
1648
  reviewed_by_id: z.string(),
1649
1649
  reviewed_at: z.string().datetime({ offset: true }).default(
1650
- "2026-08-19T12:36:50.646Z",
1650
+ "2026-08-20T04:17:21.097Z",
1651
1651
  ).transform(v => new Date(v)),
1652
1652
  type: z.literal("string_array"),
1653
1653
  values: z.array(z.string()),
@@ -1743,7 +1743,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
1743
1743
  explanation: z.string().optional(),
1744
1744
  reviewed_by_id: z.string(),
1745
1745
  reviewed_at: z.string().datetime({ offset: true }).default(
1746
- "2026-08-19T12:36:50.644Z",
1746
+ "2026-08-20T04:17:21.097Z",
1747
1747
  ).transform(v => new Date(v)),
1748
1748
  type: z.literal("boolean"),
1749
1749
  value: z.boolean(),
@@ -1847,7 +1847,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
1847
1847
  explanation: z.string().optional(),
1848
1848
  reviewed_by_id: z.string(),
1849
1849
  reviewed_at: z.string().datetime({ offset: true }).default(
1850
- "2026-08-19T12:36:50.643Z",
1850
+ "2026-08-20T04:17:21.096Z",
1851
1851
  ).transform(v => new Date(v)),
1852
1852
  type: z.literal("number"),
1853
1853
  value: z.number(),
@@ -1953,7 +1953,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
1953
1953
  explanation: z.string().optional(),
1954
1954
  reviewed_by_id: z.string(),
1955
1955
  reviewed_at: z.string().datetime({ offset: true }).default(
1956
- "2026-08-19T12:36:50.642Z",
1956
+ "2026-08-20T04:17:21.095Z",
1957
1957
  ).transform(v => new Date(v)),
1958
1958
  type: z.literal("string"),
1959
1959
  value: z.string(),
@@ -2036,7 +2036,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
2036
2036
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
2037
2037
  .optional(),
2038
2038
  updated: z.string().datetime({ offset: true }).default(
2039
- "2026-08-19T12:36:36.185Z",
2039
+ "2026-08-20T04:17:06.109Z",
2040
2040
  ).transform(v => new Date(v)),
2041
2041
  }).transform((v) => {
2042
2042
  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-19T12:36:36.185Z",
172
+ "2026-08-20T04:17:06.109Z",
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-19T12:36:36.185Z",
321
+ "2026-08-20T04:17:06.109Z",
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-19T12:36:36.185Z",
367
+ "2026-08-20T04:17:06.109Z",
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-19T12:36:50.816Z"))
248
+ reviewedAt: z.date().default(() => new Date("2026-08-20T04:17:21.258Z"))
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-19T12:36:50.815Z"))
302
+ reviewedAt: z.date().default(() => new Date("2026-08-20T04:17:21.257Z"))
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-19T12:36:50.814Z"))
356
+ reviewedAt: z.date().default(() => new Date("2026-08-20T04:17:21.257Z"))
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-19T12:36:50.814Z"))
408
+ reviewedAt: z.date().default(() => new Date("2026-08-20T04:17:21.256Z"))
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-19T12:36:36.185Z",
274
+ "2026-08-20T04:17:06.109Z",
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-19T12:36:36.185Z",
319
+ "2026-08-20T04:17:06.109Z",
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-19T12:36:36.185Z",
138
+ "2026-08-20T04:17:06.109Z",
139
139
  ).transform(v => new Date(v)),
140
140
  }).transform((v) => {
141
141
  return remap$(v, {
@@ -1579,7 +1579,7 @@ export const RetrieveDatapointEvaluations4$inboundSchema: z.ZodType<
1579
1579
  explanation: z.string().optional(),
1580
1580
  reviewed_by_id: z.string(),
1581
1581
  reviewed_at: z.string().datetime({ offset: true }).default(
1582
- "2026-08-19T12:36:50.653Z",
1582
+ "2026-08-20T04:17:21.112Z",
1583
1583
  ).transform(v => new Date(v)),
1584
1584
  type: z.literal("string_array"),
1585
1585
  values: z.array(z.string()),
@@ -1679,7 +1679,7 @@ export const Evaluations3$inboundSchema: z.ZodType<
1679
1679
  explanation: z.string().optional(),
1680
1680
  reviewed_by_id: z.string(),
1681
1681
  reviewed_at: z.string().datetime({ offset: true }).default(
1682
- "2026-08-19T12:36:50.652Z",
1682
+ "2026-08-20T04:17:21.112Z",
1683
1683
  ).transform(v => new Date(v)),
1684
1684
  type: z.literal("boolean"),
1685
1685
  value: z.boolean(),
@@ -1777,7 +1777,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
1777
1777
  explanation: z.string().optional(),
1778
1778
  reviewed_by_id: z.string(),
1779
1779
  reviewed_at: z.string().datetime({ offset: true }).default(
1780
- "2026-08-19T12:36:50.651Z",
1780
+ "2026-08-20T04:17:21.111Z",
1781
1781
  ).transform(v => new Date(v)),
1782
1782
  type: z.literal("number"),
1783
1783
  value: z.number(),
@@ -1865,7 +1865,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
1865
1865
  explanation: z.string().optional(),
1866
1866
  reviewed_by_id: z.string(),
1867
1867
  reviewed_at: z.string().datetime({ offset: true }).default(
1868
- "2026-08-19T12:36:50.651Z",
1868
+ "2026-08-20T04:17:21.110Z",
1869
1869
  ).transform(v => new Date(v)),
1870
1870
  type: z.literal("string"),
1871
1871
  value: z.string(),
@@ -1946,7 +1946,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
1946
1946
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
1947
1947
  .optional(),
1948
1948
  updated: z.string().datetime({ offset: true }).default(
1949
- "2026-08-19T12:36:36.185Z",
1949
+ "2026-08-20T04:17:06.109Z",
1950
1950
  ).transform(v => new Date(v)),
1951
1951
  }).transform((v) => {
1952
1952
  return remap$(v, {
@@ -126,7 +126,7 @@ export const RetrieveDatasetResponseBody$inboundSchema: z.ZodType<
126
126
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
127
127
  .optional(),
128
128
  updated: z.string().datetime({ offset: true }).default(
129
- "2026-08-19T12:36:36.185Z",
129
+ "2026-08-20T04:17:06.109Z",
130
130
  ).transform(v => new Date(v)),
131
131
  }).transform((v) => {
132
132
  return remap$(v, {