@orq-ai/node 4.8.0-rc.12 → 4.8.0-rc.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -44
- 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/createcontact.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/createidentity.js +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/getv2humanevals.js +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/getv2humanevalsid.js +6 -6
- package/models/operations/index.d.ts +0 -1
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -1
- package/models/operations/index.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.js +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/patchv2humanevalsid.js +12 -12
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevals.js +12 -12
- 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/retrieveidentity.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/updateidentity.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/sdk/sdk.d.ts +0 -3
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +0 -4
- package/sdk/sdk.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createcontact.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/createidentity.ts +1 -1
- 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/getv2humanevals.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/getv2humanevalsid.ts +6 -6
- package/src/models/operations/index.ts +0 -1
- 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/listidentities.ts +1 -1
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/patchv2humanevalsid.ts +12 -12
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevals.ts +12 -12
- 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/retrieveidentity.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/updateidentity.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/sdk.ts +0 -6
- package/funcs/modelsList.d.ts +0 -17
- package/funcs/modelsList.d.ts.map +0 -1
- package/funcs/modelsList.js +0 -117
- package/funcs/modelsList.js.map +0 -1
- package/models/operations/listmodels.d.ts +0 -90
- package/models/operations/listmodels.d.ts.map +0 -1
- package/models/operations/listmodels.js +0 -112
- package/models/operations/listmodels.js.map +0 -1
- package/sdk/models.d.ts +0 -12
- package/sdk/models.d.ts.map +0 -1
- package/sdk/models.js +0 -22
- package/sdk/models.js.map +0 -1
- package/src/funcs/modelsList.ts +0 -165
- package/src/models/operations/listmodels.ts +0 -169
- package/src/sdk/models.ts +0 -27
package/README.md
CHANGED
|
@@ -289,10 +289,6 @@ run();
|
|
|
289
289
|
* [updateDocument](docs/sdks/memorystores/README.md#updatedocument) - Update a specific memory document
|
|
290
290
|
* [deleteDocument](docs/sdks/memorystores/README.md#deletedocument) - Delete a specific memory document
|
|
291
291
|
|
|
292
|
-
### [Models](docs/sdks/models/README.md)
|
|
293
|
-
|
|
294
|
-
* [list](docs/sdks/models/README.md#list) - List models
|
|
295
|
-
|
|
296
292
|
### [Policies](docs/sdks/policies/README.md)
|
|
297
293
|
|
|
298
294
|
* [list](docs/sdks/policies/README.md#list) - List policies
|
|
@@ -495,7 +491,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
|
|
|
495
491
|
- [`memoryStoresUpdate`](docs/sdks/memorystores/README.md#update) - Update memory store
|
|
496
492
|
- [`memoryStoresUpdateDocument`](docs/sdks/memorystores/README.md#updatedocument) - Update a specific memory document
|
|
497
493
|
- [`memoryStoresUpdateMemory`](docs/sdks/memorystores/README.md#updatememory) - Update a specific memory
|
|
498
|
-
- [`modelsList`](docs/sdks/models/README.md#list) - List models
|
|
499
494
|
- [`patchV2HumanEvalsId`](docs/sdks/orq/README.md#patchv2humanevalsid)
|
|
500
495
|
- [`policiesCreate`](docs/sdks/policies/README.md#create) - Create policy
|
|
501
496
|
- [`policiesDelete`](docs/sdks/policies/README.md#delete) - Delete policy
|
|
@@ -855,45 +850,45 @@ run();
|
|
|
855
850
|
|
|
856
851
|
|
|
857
852
|
**Inherit from [`OrqError`](./src/models/errors/orqerror.ts)**:
|
|
858
|
-
* [`HonoApiError`](./src/models/errors/honoapierror.ts): Applicable to 10 of
|
|
859
|
-
* [`PostV2FeedbackResponseBody`](./src/models/errors/postv2feedbackresponsebody.ts): Bad Request. Status code `400`. Applicable to 1 of
|
|
860
|
-
* [`InvokeEvalResponseBody`](./src/models/errors/invokeevalresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of
|
|
861
|
-
* [`PostV2AgentsA2aResponseBody`](./src/models/errors/postv2agentsa2aresponsebody.ts): Invalid request or agent card fetch failed. Status code `400`. Applicable to 1 of
|
|
862
|
-
* [`PostV2AgentsKeyCardRefreshResponseBody`](./src/models/errors/postv2agentskeycardrefreshresponsebody.ts): Invalid request - Agent is not an A2A agent or card fetch failed. Status code `400`. Applicable to 1 of
|
|
863
|
-
* [`PostV2FeedbackResponseResponseBody`](./src/models/errors/postv2feedbackresponseresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
864
|
-
* [`PostV2FeedbackRemoveResponseBody`](./src/models/errors/postv2feedbackremoveresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
865
|
-
* [`GetV2HumanEvalsResponseBody`](./src/models/errors/getv2humanevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
866
|
-
* [`PostV2HumanEvalsResponseBody`](./src/models/errors/postv2humanevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
867
|
-
* [`GetV2HumanEvalsIdResponseBody`](./src/models/errors/getv2humanevalsidresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
868
|
-
* [`PatchV2HumanEvalsIdResponseBody`](./src/models/errors/patchv2humanevalsidresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
869
|
-
* [`DeleteV2HumanEvalsIdResponseBody`](./src/models/errors/deletev2humanevalsidresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
870
|
-
* [`GetEvalsResponseBody`](./src/models/errors/getevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
871
|
-
* [`CreateEvalResponseBody`](./src/models/errors/createevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
872
|
-
* [`UpdateEvalResponseBody`](./src/models/errors/updateevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
873
|
-
* [`DeleteEvalResponseBody`](./src/models/errors/deleteevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
874
|
-
* [`InvokeEvalEvalsResponseBody`](./src/models/errors/invokeevalevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of
|
|
875
|
-
* [`GetV2EvaluatorsIdVersionsResponseBody`](./src/models/errors/getv2evaluatorsidversionsresponsebody.ts): Evaluator not found. Status code `404`. Applicable to 1 of
|
|
876
|
-
* [`RetrieveIdentityResponseBody`](./src/models/errors/retrieveidentityresponsebody.ts): Identity not found. Status code `404`. Applicable to 1 of
|
|
877
|
-
* [`UpdateIdentityResponseBody`](./src/models/errors/updateidentityresponsebody.ts): Identity not found. Status code `404`. Applicable to 1 of
|
|
878
|
-
* [`DeleteIdentityResponseBody`](./src/models/errors/deleteidentityresponsebody.ts): Identity not found. Status code `404`. Applicable to 1 of
|
|
879
|
-
* [`PostV2AgentsKeyCardRefreshAgentsResponseBody`](./src/models/errors/postv2agentskeycardrefreshagentsresponsebody.ts): Agent not found. Status code `404`. Applicable to 1 of
|
|
880
|
-
* [`DeleteAgentResponseBody`](./src/models/errors/deleteagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or has already been deleted. Status code `404`. Applicable to 1 of
|
|
881
|
-
* [`RetrieveAgentRequestResponseBody`](./src/models/errors/retrieveagentrequestresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to access it. Status code `404`. Applicable to 1 of
|
|
882
|
-
* [`UpdateAgentResponseBody`](./src/models/errors/updateagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to modify it. Status code `404`. Applicable to 1 of
|
|
883
|
-
* [`StreamRunAgentResponseBody`](./src/models/errors/streamrunagentresponsebody.ts): Model not found. Status code `404`. Applicable to 1 of
|
|
884
|
-
* [`StreamAgentResponseBody`](./src/models/errors/streamagentresponsebody.ts): Agent not found. Status code `404`. Applicable to 1 of
|
|
885
|
-
* [`UpdatePromptResponseBody`](./src/models/errors/updatepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of
|
|
886
|
-
* [`DeletePromptResponseBody`](./src/models/errors/deletepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of
|
|
887
|
-
* [`GetPromptVersionResponseBody`](./src/models/errors/getpromptversionresponsebody.ts): Not Found - The prompt or prompt version does not exist. Status code `404`. Applicable to 1 of
|
|
888
|
-
* [`UpdateToolResponseBody`](./src/models/errors/updatetoolresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of
|
|
889
|
-
* [`GetV2ToolsToolIdVersionsResponseBody`](./src/models/errors/getv2toolstoolidversionsresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of
|
|
890
|
-
* [`GetV2ToolsToolIdVersionsVersionIdResponseBody`](./src/models/errors/getv2toolstoolidversionsversionidresponsebody.ts): Tool or version not found. Status code `404`. Applicable to 1 of
|
|
891
|
-
* [`PostV2AgentsA2aAgentsResponseBody`](./src/models/errors/postv2agentsa2aagentsresponsebody.ts): Agent with this key already exists. Status code `409`. Applicable to 1 of
|
|
892
|
-
* [`CreateModerationResponseBody`](./src/models/errors/createmoderationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of
|
|
893
|
-
* [`CreateTranscriptionResponseBody`](./src/models/errors/createtranscriptionresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of
|
|
894
|
-
* [`CreateTranslationResponseBody`](./src/models/errors/createtranslationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of
|
|
895
|
-
* [`InvokeEvalEvalsResponseResponseBody`](./src/models/errors/invokeevalevalsresponseresponsebody.ts): Error running the evaluator. Status code `500`. Applicable to 1 of
|
|
896
|
-
* [`RetrieveIdentityIdentitiesResponseBody`](./src/models/errors/retrieveidentityidentitiesresponsebody.ts): Failed to fetch metrics. Status code `500`. Applicable to 1 of
|
|
853
|
+
* [`HonoApiError`](./src/models/errors/honoapierror.ts): Applicable to 10 of 141 methods.*
|
|
854
|
+
* [`PostV2FeedbackResponseBody`](./src/models/errors/postv2feedbackresponsebody.ts): Bad Request. Status code `400`. Applicable to 1 of 141 methods.*
|
|
855
|
+
* [`InvokeEvalResponseBody`](./src/models/errors/invokeevalresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 141 methods.*
|
|
856
|
+
* [`PostV2AgentsA2aResponseBody`](./src/models/errors/postv2agentsa2aresponsebody.ts): Invalid request or agent card fetch failed. Status code `400`. Applicable to 1 of 141 methods.*
|
|
857
|
+
* [`PostV2AgentsKeyCardRefreshResponseBody`](./src/models/errors/postv2agentskeycardrefreshresponsebody.ts): Invalid request - Agent is not an A2A agent or card fetch failed. Status code `400`. Applicable to 1 of 141 methods.*
|
|
858
|
+
* [`PostV2FeedbackResponseResponseBody`](./src/models/errors/postv2feedbackresponseresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
859
|
+
* [`PostV2FeedbackRemoveResponseBody`](./src/models/errors/postv2feedbackremoveresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
860
|
+
* [`GetV2HumanEvalsResponseBody`](./src/models/errors/getv2humanevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
861
|
+
* [`PostV2HumanEvalsResponseBody`](./src/models/errors/postv2humanevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
862
|
+
* [`GetV2HumanEvalsIdResponseBody`](./src/models/errors/getv2humanevalsidresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
863
|
+
* [`PatchV2HumanEvalsIdResponseBody`](./src/models/errors/patchv2humanevalsidresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
864
|
+
* [`DeleteV2HumanEvalsIdResponseBody`](./src/models/errors/deletev2humanevalsidresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
865
|
+
* [`GetEvalsResponseBody`](./src/models/errors/getevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
866
|
+
* [`CreateEvalResponseBody`](./src/models/errors/createevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
867
|
+
* [`UpdateEvalResponseBody`](./src/models/errors/updateevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
868
|
+
* [`DeleteEvalResponseBody`](./src/models/errors/deleteevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
869
|
+
* [`InvokeEvalEvalsResponseBody`](./src/models/errors/invokeevalevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 141 methods.*
|
|
870
|
+
* [`GetV2EvaluatorsIdVersionsResponseBody`](./src/models/errors/getv2evaluatorsidversionsresponsebody.ts): Evaluator not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
871
|
+
* [`RetrieveIdentityResponseBody`](./src/models/errors/retrieveidentityresponsebody.ts): Identity not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
872
|
+
* [`UpdateIdentityResponseBody`](./src/models/errors/updateidentityresponsebody.ts): Identity not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
873
|
+
* [`DeleteIdentityResponseBody`](./src/models/errors/deleteidentityresponsebody.ts): Identity not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
874
|
+
* [`PostV2AgentsKeyCardRefreshAgentsResponseBody`](./src/models/errors/postv2agentskeycardrefreshagentsresponsebody.ts): Agent not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
875
|
+
* [`DeleteAgentResponseBody`](./src/models/errors/deleteagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or has already been deleted. Status code `404`. Applicable to 1 of 141 methods.*
|
|
876
|
+
* [`RetrieveAgentRequestResponseBody`](./src/models/errors/retrieveagentrequestresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to access it. Status code `404`. Applicable to 1 of 141 methods.*
|
|
877
|
+
* [`UpdateAgentResponseBody`](./src/models/errors/updateagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to modify it. Status code `404`. Applicable to 1 of 141 methods.*
|
|
878
|
+
* [`StreamRunAgentResponseBody`](./src/models/errors/streamrunagentresponsebody.ts): Model not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
879
|
+
* [`StreamAgentResponseBody`](./src/models/errors/streamagentresponsebody.ts): Agent not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
880
|
+
* [`UpdatePromptResponseBody`](./src/models/errors/updatepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
881
|
+
* [`DeletePromptResponseBody`](./src/models/errors/deletepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
882
|
+
* [`GetPromptVersionResponseBody`](./src/models/errors/getpromptversionresponsebody.ts): Not Found - The prompt or prompt version does not exist. Status code `404`. Applicable to 1 of 141 methods.*
|
|
883
|
+
* [`UpdateToolResponseBody`](./src/models/errors/updatetoolresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
884
|
+
* [`GetV2ToolsToolIdVersionsResponseBody`](./src/models/errors/getv2toolstoolidversionsresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
885
|
+
* [`GetV2ToolsToolIdVersionsVersionIdResponseBody`](./src/models/errors/getv2toolstoolidversionsversionidresponsebody.ts): Tool or version not found. Status code `404`. Applicable to 1 of 141 methods.*
|
|
886
|
+
* [`PostV2AgentsA2aAgentsResponseBody`](./src/models/errors/postv2agentsa2aagentsresponsebody.ts): Agent with this key already exists. Status code `409`. Applicable to 1 of 141 methods.*
|
|
887
|
+
* [`CreateModerationResponseBody`](./src/models/errors/createmoderationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 141 methods.*
|
|
888
|
+
* [`CreateTranscriptionResponseBody`](./src/models/errors/createtranscriptionresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 141 methods.*
|
|
889
|
+
* [`CreateTranslationResponseBody`](./src/models/errors/createtranslationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 141 methods.*
|
|
890
|
+
* [`InvokeEvalEvalsResponseResponseBody`](./src/models/errors/invokeevalevalsresponseresponsebody.ts): Error running the evaluator. Status code `500`. Applicable to 1 of 141 methods.*
|
|
891
|
+
* [`RetrieveIdentityIdentitiesResponseBody`](./src/models/errors/retrieveidentityidentitiesresponsebody.ts): Failed to fetch metrics. Status code `500`. Applicable to 1 of 141 methods.*
|
|
897
892
|
* [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
|
|
898
893
|
|
|
899
894
|
</details>
|
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.8.0-rc.
|
|
42
|
+
readonly sdkVersion: "4.8.0-rc.14";
|
|
43
43
|
readonly genVersion: "2.879.13";
|
|
44
|
-
readonly userAgent: "speakeasy-sdk/typescript 4.8.0-rc.
|
|
44
|
+
readonly userAgent: "speakeasy-sdk/typescript 4.8.0-rc.14 2.879.13 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.8.0-rc.
|
|
31
|
+
sdkVersion: "4.8.0-rc.14",
|
|
32
32
|
genVersion: "2.879.13",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 4.8.0-rc.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 4.8.0-rc.14 2.879.13 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_01kp5nj9hhxtk3n2rxxhjgqrnc"),
|
|
47
47
|
metadata: z.record(z.any()).optional(),
|
|
48
48
|
kind: z.literal("reasoning"),
|
|
49
49
|
reasoning: z.string(),
|
|
@@ -71,7 +71,7 @@ exports.CreateContactResponseBody$inboundSchema = z.object({
|
|
|
71
71
|
metadata: z.record(z.any()).optional(),
|
|
72
72
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
73
73
|
.optional(),
|
|
74
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
74
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-14T09:35:52.409Z").transform(v => new Date(v)),
|
|
75
75
|
}).transform((v) => {
|
|
76
76
|
return (0, primitives_js_1.remap)(v, {
|
|
77
77
|
"_id": "id",
|
|
@@ -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-04-
|
|
82
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-14T09:35:52.409Z").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-04-
|
|
743
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-14T09:36:09.404Z").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-04-
|
|
768
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-14T09:36:09.403Z").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-04-
|
|
794
|
+
reviewed_at: z.string().datetime({ offset: true }).default("2026-04-14T09:36:09.403Z").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-04-
|
|
841
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-14T09:35:52.409Z").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("01KP5NJA3SJNATBY2H90DVFBT4"),
|
|
162
162
|
display_name: z.string(),
|
|
163
163
|
description: z.string().optional(),
|
|
164
164
|
status: exports.CreateDatasourceStatus$inboundSchema,
|
|
@@ -969,8 +969,8 @@ exports.CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema
|
|
|
969
969
|
exports.Typescript$inboundSchema = z.object({
|
|
970
970
|
_id: z.string(),
|
|
971
971
|
description: z.string(),
|
|
972
|
-
created: z.string().default("2026-04-
|
|
973
|
-
updated: z.string().default("2026-04-
|
|
972
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
973
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
974
974
|
guardrail_config: z.nullable(z.union([
|
|
975
975
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
976
976
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Categorical$inboundSchema),
|
|
@@ -1056,8 +1056,8 @@ exports.Ragas$inboundSchema = z
|
|
|
1056
1056
|
.object({
|
|
1057
1057
|
_id: z.string(),
|
|
1058
1058
|
description: z.string(),
|
|
1059
|
-
created: z.string().default("2026-04-
|
|
1060
|
-
updated: z.string().default("2026-04-
|
|
1059
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1060
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1061
1061
|
guardrail_config: z.nullable(z.union([
|
|
1062
1062
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
1063
1063
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Categorical$inboundSchema),
|
|
@@ -1423,8 +1423,8 @@ function functionParamsFromJSON(jsonString) {
|
|
|
1423
1423
|
exports.CreateEvalResponseBodyFunction$inboundSchema = z.object({
|
|
1424
1424
|
_id: z.string(),
|
|
1425
1425
|
description: z.string(),
|
|
1426
|
-
created: z.string().default("2026-04-
|
|
1427
|
-
updated: z.string().default("2026-04-
|
|
1426
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1427
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1428
1428
|
guardrail_config: z.nullable(z.union([
|
|
1429
1429
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
1430
1430
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyCategorical$inboundSchema),
|
|
@@ -1539,8 +1539,8 @@ exports.CreateEvalResponseBodyEvalsType$inboundSchema = z.nativeEnum(exports.Cre
|
|
|
1539
1539
|
exports.ResponseBodyPython$inboundSchema = z.object({
|
|
1540
1540
|
_id: z.string(),
|
|
1541
1541
|
description: z.string(),
|
|
1542
|
-
created: z.string().default("2026-04-
|
|
1543
|
-
updated: z.string().default("2026-04-
|
|
1542
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1543
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1544
1544
|
guardrail_config: z.nullable(z.union([
|
|
1545
1545
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
1546
1546
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONCategorical$inboundSchema),
|
|
@@ -1621,8 +1621,8 @@ exports.ResponseBodyMethod$inboundSchema = z.nativeEnum(exports.ResponseBodyMeth
|
|
|
1621
1621
|
exports.ResponseBodyHTTP$inboundSchema = z.object({
|
|
1622
1622
|
_id: z.string(),
|
|
1623
1623
|
description: z.string(),
|
|
1624
|
-
created: z.string().default("2026-04-
|
|
1625
|
-
updated: z.string().default("2026-04-
|
|
1624
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1625
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1626
1626
|
guardrail_config: z.nullable(z.union([
|
|
1627
1627
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
1628
1628
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Categorical$inboundSchema),
|
|
@@ -1704,8 +1704,8 @@ exports.CreateEvalResponseBodyEvalsResponse200ApplicationJson2Type$inboundSchema
|
|
|
1704
1704
|
exports.ResponseBodyJSON$inboundSchema = z.object({
|
|
1705
1705
|
_id: z.string(),
|
|
1706
1706
|
description: z.string(),
|
|
1707
|
-
created: z.string().default("2026-04-
|
|
1708
|
-
updated: z.string().default("2026-04-
|
|
1707
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1708
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1709
1709
|
guardrail_config: z.nullable(z.union([
|
|
1710
1710
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
1711
1711
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseCategorical$inboundSchema),
|
|
@@ -1869,8 +1869,8 @@ function createEvalLLMJuryFromJSON(jsonString) {
|
|
|
1869
1869
|
exports.CreateEvalLlm2$inboundSchema = z.object({
|
|
1870
1870
|
_id: z.string(),
|
|
1871
1871
|
description: z.string(),
|
|
1872
|
-
created: z.string().default("2026-04-
|
|
1873
|
-
updated: z.string().default("2026-04-
|
|
1872
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1873
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1874
1874
|
guardrail_config: z.nullable(z.union([
|
|
1875
1875
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMBoolean$inboundSchema),
|
|
1876
1876
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1LLMCategorical$inboundSchema),
|
|
@@ -1965,8 +1965,8 @@ function createEvalLLMEvalsResponseCategoricalLabelsFromJSON(jsonString) {
|
|
|
1965
1965
|
exports.CreateEvalLlm1$inboundSchema = z.object({
|
|
1966
1966
|
_id: z.string(),
|
|
1967
1967
|
description: z.string(),
|
|
1968
|
-
created: z.string().default("2026-04-
|
|
1969
|
-
updated: z.string().default("2026-04-
|
|
1968
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1969
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1970
1970
|
guardrail_config: z.nullable(z.union([
|
|
1971
1971
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Boolean$inboundSchema),
|
|
1972
1972
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody1Categorical$inboundSchema),
|
|
@@ -72,7 +72,7 @@ exports.CreateIdentityResponseBody$inboundSchema = z.object({
|
|
|
72
72
|
metadata: z.record(z.any()).optional(),
|
|
73
73
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
74
74
|
.optional(),
|
|
75
|
-
updated: z.string().datetime({ offset: true }).default("2026-04-
|
|
75
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-14T09:35:52.409Z").transform(v => new Date(v)),
|
|
76
76
|
}).transform((v) => {
|
|
77
77
|
return (0, primitives_js_1.remap)(v, {
|
|
78
78
|
"_id": "id",
|
|
@@ -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_01KP5NJ9ZP33Z5T5JDN241595G"),
|
|
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("01KP5NJ9ZN8T65NYF07WVSTC94"),
|
|
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_01KP5NJ9ZM3RKE8X6KRP99HEX7"),
|
|
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_01KP5NJ9ZK07QSZ0PNRFMHKTM3"),
|
|
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_01KP5NJ9ZHBN7AH4JAT7CQ4K5V"),
|
|
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_01KP5NJ9ZG03PFY8BWGMFSPAD0"),
|
|
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_01KP5NJ9Z7WJ2RK2J4YM3T2ZWW"),
|
|
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("01KP5NJ9Z6AQ8WYRS77WX38P4N"),
|
|
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_01KP5NJ9YYQ1TN43CKDKTTQ8FA"),
|
|
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_01KP5NJ9YW0Y3R1ZXE12WE4EVK"),
|
|
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_01KP5NJ9YVFVQF3KM9VPJP5M1D"),
|
|
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_01KP5NJ9YSAY6KZWZ2GDJVNB6K"),
|
|
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-04-
|
|
322
|
-
updated: z.string().default("2026-04-
|
|
321
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
322
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
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-04-
|
|
404
|
-
updated: z.string().default("2026-04-
|
|
403
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
404
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
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-04-
|
|
759
|
-
updated: z.string().default("2026-04-
|
|
758
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
759
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
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-04-
|
|
872
|
-
updated: z.string().default("2026-04-
|
|
871
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
872
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
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-04-
|
|
958
|
-
updated: z.string().default("2026-04-
|
|
957
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
958
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
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-04-
|
|
1045
|
-
updated: z.string().default("2026-04-
|
|
1044
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1045
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
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-04-
|
|
1211
|
-
updated: z.string().default("2026-04-
|
|
1210
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1211
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1212
1212
|
guardrail_config: z.nullable(z.union([
|
|
1213
1213
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Boolean$inboundSchema),
|
|
1214
1214
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyData1Categorical$inboundSchema),
|
|
@@ -1303,8 +1303,8 @@ function getEvalsLLMCategoricalLabelsFromJSON(jsonString) {
|
|
|
1303
1303
|
exports.GetEvalsLlm1$inboundSchema = z.object({
|
|
1304
1304
|
_id: z.string(),
|
|
1305
1305
|
description: z.string(),
|
|
1306
|
-
created: z.string().default("2026-04-
|
|
1307
|
-
updated: z.string().default("2026-04-
|
|
1306
|
+
created: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1307
|
+
updated: z.string().default("2026-04-14T09:35:54.795Z"),
|
|
1308
1308
|
guardrail_config: z.nullable(z.union([
|
|
1309
1309
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
1310
1310
|
z.lazy(() => exports.GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataCategorical$inboundSchema),
|
|
@@ -76,7 +76,7 @@ function getV2HumanEvalsRequestToJSON(getV2HumanEvalsRequest) {
|
|
|
76
76
|
exports.ResponseBody6$inboundSchema = z.object({
|
|
77
77
|
type: z.literal("text"),
|
|
78
78
|
id: z.string(),
|
|
79
|
-
key: z.string().default("
|
|
79
|
+
key: z.string().default("orq_01kp5njab2"),
|
|
80
80
|
display_name: z.string(),
|
|
81
81
|
description: z.string(),
|
|
82
82
|
domain_id: z.string().optional(),
|
|
@@ -115,7 +115,7 @@ exports.ResponseBody5$inboundSchema = z.object({
|
|
|
115
115
|
type: z.literal("single_select"),
|
|
116
116
|
options: z.array(z.lazy(() => exports.ResponseBodyOptions$inboundSchema)),
|
|
117
117
|
id: z.string(),
|
|
118
|
-
key: z.string().default("
|
|
118
|
+
key: z.string().default("orq_01kp5njab1"),
|
|
119
119
|
display_name: z.string(),
|
|
120
120
|
description: z.string(),
|
|
121
121
|
domain_id: z.string().optional(),
|
|
@@ -154,7 +154,7 @@ exports.ResponseBody4$inboundSchema = z.object({
|
|
|
154
154
|
type: z.literal("multi_select"),
|
|
155
155
|
options: z.array(z.lazy(() => exports.GetV2HumanEvalsResponseBodyOptions$inboundSchema)),
|
|
156
156
|
id: z.string(),
|
|
157
|
-
key: z.string().default("
|
|
157
|
+
key: z.string().default("orq_01kp5njab0"),
|
|
158
158
|
display_name: z.string(),
|
|
159
159
|
description: z.string(),
|
|
160
160
|
domain_id: z.string().optional(),
|
|
@@ -188,7 +188,7 @@ exports.ResponseBody3$inboundSchema = z.object({
|
|
|
188
188
|
type: z.literal("range"),
|
|
189
189
|
config: z.lazy(() => exports.ResponseBodyConfig$inboundSchema),
|
|
190
190
|
id: z.string(),
|
|
191
|
-
key: z.string().default("
|
|
191
|
+
key: z.string().default("orq_01kp5njaay"),
|
|
192
192
|
display_name: z.string(),
|
|
193
193
|
description: z.string(),
|
|
194
194
|
domain_id: z.string().optional(),
|
|
@@ -213,7 +213,7 @@ function responseBody3FromJSON(jsonString) {
|
|
|
213
213
|
exports.ResponseBody2$inboundSchema = z.object({
|
|
214
214
|
type: z.literal("correction"),
|
|
215
215
|
id: z.string(),
|
|
216
|
-
key: z.string().default("
|
|
216
|
+
key: z.string().default("orq_01kp5njaaw"),
|
|
217
217
|
display_name: z.string(),
|
|
218
218
|
description: z.string(),
|
|
219
219
|
domain_id: z.string().optional(),
|
|
@@ -238,7 +238,7 @@ function responseBody2FromJSON(jsonString) {
|
|
|
238
238
|
exports.ResponseBody1$inboundSchema = z.object({
|
|
239
239
|
type: z.literal("boolean"),
|
|
240
240
|
id: z.string(),
|
|
241
|
-
key: z.string().default("
|
|
241
|
+
key: z.string().default("orq_01kp5njaav"),
|
|
242
242
|
display_name: z.string(),
|
|
243
243
|
description: z.string(),
|
|
244
244
|
domain_id: z.string().optional(),
|
|
@@ -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-04-
|
|
70
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-14T09:35:52.409Z").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-04-
|
|
101
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-14T09:35:52.409Z").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-04-
|
|
66
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-14T09:35:52.409Z").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-04-
|
|
97
|
+
updated: z.string().datetime({ offset: true }).default("2026-04-14T09:35:52.409Z").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) => {
|