vellum-ai 1.2.4 → 1.3.0
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/Client.js +11 -11
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +9 -9
- package/api/resources/workflowExecutions/client/Client.js +1 -1
- package/api/resources/workflowSandboxes/client/Client.d.ts +2 -3
- package/api/resources/workflowSandboxes/client/Client.js +9 -10
- package/api/resources/workflows/client/Client.js +9 -3
- package/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/AudioInput.d.ts +13 -0
- package/api/types/AudioInput.js +5 -0
- package/api/types/CodeExecutorInput.d.ts +1 -1
- package/api/types/DeploymentRead.d.ts +4 -7
- package/api/types/DocumentInput.d.ts +13 -0
- package/api/types/DocumentInput.js +5 -0
- package/api/types/EnvironmentEnum.d.ts +0 -5
- package/api/types/ImageInput.d.ts +13 -0
- package/api/types/ImageInput.js +5 -0
- package/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputRequest.d.ts +1 -1
- package/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
- package/api/types/NamedTestCaseAudioVariableValue.js +5 -0
- package/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
- package/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
- package/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseImageVariableValue.js +5 -0
- package/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseVariableValue.d.ts +1 -1
- package/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
- package/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseVideoVariableValue.js +5 -0
- package/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
- package/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/api/types/ScenarioInput.d.ts +1 -1
- package/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputAudioVariableValue.js +5 -0
- package/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputDocumentVariableValue.js +5 -0
- package/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputImageVariableValue.js +5 -0
- package/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputVideoVariableValue.js +5 -0
- package/api/types/SlimDeploymentRead.d.ts +4 -7
- package/api/types/SlimWorkflowDeployment.d.ts +4 -7
- package/api/types/SpanLinkTypeEnum.d.ts +8 -1
- package/api/types/SpanLinkTypeEnum.js +6 -0
- package/api/types/TestCaseAudioVariableValue.d.ts +13 -0
- package/api/types/TestCaseAudioVariableValue.js +5 -0
- package/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
- package/api/types/TestCaseDocumentVariableValue.js +5 -0
- package/api/types/TestCaseImageVariableValue.d.ts +13 -0
- package/api/types/TestCaseImageVariableValue.js +5 -0
- package/api/types/TestCaseVariableValue.d.ts +1 -1
- package/api/types/TestCaseVideoVariableValue.d.ts +13 -0
- package/api/types/TestCaseVideoVariableValue.js +5 -0
- package/api/types/VideoInput.d.ts +13 -0
- package/api/types/VideoInput.js +5 -0
- package/api/types/WorkflowDeploymentRead.d.ts +4 -7
- package/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/api/types/WorkflowRequestAudioInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestAudioInputRequest.js +5 -0
- package/api/types/WorkflowRequestDocumentInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestDocumentInputRequest.js +5 -0
- package/api/types/WorkflowRequestImageInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestImageInputRequest.js +5 -0
- package/api/types/WorkflowRequestInputRequest.d.ts +1 -1
- package/api/types/WorkflowRequestVideoInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestVideoInputRequest.js +5 -0
- package/api/types/index.d.ts +28 -0
- package/api/types/index.js +28 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
- package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
- package/dist/api/resources/workflowSandboxes/client/Client.d.ts +2 -3
- package/dist/api/resources/workflowSandboxes/client/Client.js +9 -10
- package/dist/api/resources/workflows/client/Client.js +9 -3
- package/dist/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/AudioInput.d.ts +13 -0
- package/dist/api/types/AudioInput.js +5 -0
- package/dist/api/types/CodeExecutorInput.d.ts +1 -1
- package/dist/api/types/DeploymentRead.d.ts +4 -7
- package/dist/api/types/DocumentInput.d.ts +13 -0
- package/dist/api/types/DocumentInput.js +5 -0
- package/dist/api/types/EnvironmentEnum.d.ts +0 -5
- package/dist/api/types/ImageInput.d.ts +13 -0
- package/dist/api/types/ImageInput.js +5 -0
- package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputRequest.d.ts +1 -1
- package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
- package/dist/api/types/NamedTestCaseAudioVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
- package/dist/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseImageVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseVariableValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
- package/dist/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseVideoVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
- package/dist/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/dist/api/types/ScenarioInput.d.ts +1 -1
- package/dist/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputAudioVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputDocumentVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputImageVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputVideoVariableValue.js +5 -0
- package/dist/api/types/SlimDeploymentRead.d.ts +4 -7
- package/dist/api/types/SlimWorkflowDeployment.d.ts +4 -7
- package/dist/api/types/SpanLinkTypeEnum.d.ts +8 -1
- package/dist/api/types/SpanLinkTypeEnum.js +6 -0
- package/dist/api/types/TestCaseAudioVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseAudioVariableValue.js +5 -0
- package/dist/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseDocumentVariableValue.js +5 -0
- package/dist/api/types/TestCaseImageVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseImageVariableValue.js +5 -0
- package/dist/api/types/TestCaseVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseVideoVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseVideoVariableValue.js +5 -0
- package/dist/api/types/VideoInput.d.ts +13 -0
- package/dist/api/types/VideoInput.js +5 -0
- package/dist/api/types/WorkflowDeploymentRead.d.ts +4 -7
- package/dist/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/dist/api/types/WorkflowRequestAudioInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestAudioInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestDocumentInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestDocumentInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestImageInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestImageInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestInputRequest.d.ts +1 -1
- package/dist/api/types/WorkflowRequestVideoInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestVideoInputRequest.js +5 -0
- package/dist/api/types/index.d.ts +28 -0
- package/dist/api/types/index.js +28 -0
- package/dist/serialization/types/AudioInput.d.ts +15 -0
- package/dist/{terraform/index.js → serialization/types/AudioInput.js} +11 -7
- package/dist/serialization/types/CodeExecutorInput.d.ts +5 -1
- package/dist/serialization/types/CodeExecutorInput.js +8 -0
- package/dist/serialization/types/DocumentInput.d.ts +15 -0
- package/{terraform/index.js → dist/serialization/types/DocumentInput.js} +11 -7
- package/dist/serialization/types/ImageInput.d.ts +15 -0
- package/dist/serialization/types/ImageInput.js +46 -0
- package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
- package/dist/serialization/types/NamedScenarioInputRequest.js +8 -0
- package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
- package/dist/serialization/types/NamedTestCaseVariableValue.js +8 -0
- package/dist/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
- package/dist/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
- package/dist/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/dist/serialization/types/NodeExecutionSpanAttributes.js +1 -0
- package/dist/serialization/types/ScenarioInput.d.ts +5 -1
- package/dist/serialization/types/ScenarioInput.js +8 -0
- package/dist/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputImageVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
- package/dist/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
- package/dist/serialization/types/SpanLinkTypeEnum.js +1 -1
- package/dist/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseAudioVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseDocumentVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseImageVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseVariableValue.d.ts +5 -1
- package/dist/serialization/types/TestCaseVariableValue.js +8 -0
- package/dist/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseVideoVariableValue.js +47 -0
- package/dist/serialization/types/VideoInput.d.ts +15 -0
- package/dist/serialization/types/VideoInput.js +46 -0
- package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
- package/dist/serialization/types/WorkflowRequestAudioInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestAudioInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestDocumentInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestDocumentInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestImageInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestImageInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestInputRequest.d.ts +5 -1
- package/dist/serialization/types/WorkflowRequestInputRequest.js +8 -0
- package/dist/serialization/types/WorkflowRequestVideoInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestVideoInputRequest.js +46 -0
- package/dist/serialization/types/index.d.ts +28 -0
- package/dist/serialization/types/index.js +28 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -3
- package/reference.md +2 -10
- package/serialization/types/AudioInput.d.ts +15 -0
- package/serialization/types/AudioInput.js +46 -0
- package/serialization/types/CodeExecutorInput.d.ts +5 -1
- package/serialization/types/CodeExecutorInput.js +8 -0
- package/serialization/types/DocumentInput.d.ts +15 -0
- package/serialization/types/DocumentInput.js +46 -0
- package/serialization/types/ImageInput.d.ts +15 -0
- package/serialization/types/ImageInput.js +46 -0
- package/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
- package/serialization/types/NamedScenarioInputRequest.js +8 -0
- package/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
- package/serialization/types/NamedTestCaseVariableValue.js +8 -0
- package/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
- package/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
- package/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
- package/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/serialization/types/NodeExecutionSpanAttributes.js +1 -0
- package/serialization/types/ScenarioInput.d.ts +5 -1
- package/serialization/types/ScenarioInput.js +8 -0
- package/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
- package/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
- package/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputImageVariableValue.js +46 -0
- package/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
- package/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
- package/serialization/types/SpanLinkTypeEnum.js +1 -1
- package/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseAudioVariableValue.js +47 -0
- package/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseDocumentVariableValue.js +47 -0
- package/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseImageVariableValue.js +47 -0
- package/serialization/types/TestCaseVariableValue.d.ts +5 -1
- package/serialization/types/TestCaseVariableValue.js +8 -0
- package/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseVideoVariableValue.js +47 -0
- package/serialization/types/VideoInput.d.ts +15 -0
- package/serialization/types/VideoInput.js +46 -0
- package/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
- package/serialization/types/WorkflowRequestAudioInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestAudioInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestDocumentInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestDocumentInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestImageInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestImageInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestInputRequest.d.ts +5 -1
- package/serialization/types/WorkflowRequestInputRequest.js +8 -0
- package/serialization/types/WorkflowRequestVideoInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestVideoInputRequest.js +46 -0
- package/serialization/types/index.d.ts +28 -0
- package/serialization/types/index.js +28 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/terraform/data-vellum-document-index/index.d.ts +0 -61
- package/dist/terraform/data-vellum-document-index/index.js +0 -162
- package/dist/terraform/data-vellum-ml-model/index.d.ts +0 -61
- package/dist/terraform/data-vellum-ml-model/index.js +0 -162
- package/dist/terraform/document-index/index.d.ts +0 -83
- package/dist/terraform/document-index/index.js +0 -190
- package/dist/terraform/index.d.ts +0 -5
- package/dist/terraform/lazy-index.d.ts +0 -0
- package/dist/terraform/lazy-index.js +0 -7
- package/dist/terraform/ml-model/index.d.ts +0 -148
- package/dist/terraform/ml-model/index.js +0 -364
- package/dist/terraform/provider/index.d.ts +0 -65
- package/dist/terraform/provider/index.js +0 -158
- package/terraform/data-vellum-document-index/index.d.ts +0 -61
- package/terraform/data-vellum-document-index/index.js +0 -162
- package/terraform/data-vellum-ml-model/index.d.ts +0 -61
- package/terraform/data-vellum-ml-model/index.js +0 -162
- package/terraform/document-index/index.d.ts +0 -83
- package/terraform/document-index/index.js +0 -190
- package/terraform/index.d.ts +0 -5
- package/terraform/lazy-index.d.ts +0 -0
- package/terraform/lazy-index.js +0 -7
- package/terraform/ml-model/index.d.ts +0 -148
- package/terraform/ml-model/index.js +0 -364
- package/terraform/provider/index.d.ts +0 -65
- package/terraform/provider/index.js +0 -158
package/api/types/index.js
CHANGED
|
@@ -37,6 +37,7 @@ __exportStar(require("./ArrayVellumValue"), exports);
|
|
|
37
37
|
__exportStar(require("./ArrayVellumValueRequest"), exports);
|
|
38
38
|
__exportStar(require("./AudioChatMessageContent"), exports);
|
|
39
39
|
__exportStar(require("./AudioChatMessageContentRequest"), exports);
|
|
40
|
+
__exportStar(require("./AudioInput"), exports);
|
|
40
41
|
__exportStar(require("./AudioInputRequest"), exports);
|
|
41
42
|
__exportStar(require("./AudioPromptBlock"), exports);
|
|
42
43
|
__exportStar(require("./AudioVellumValue"), exports);
|
|
@@ -104,6 +105,7 @@ __exportStar(require("./DocumentIndexChunkingRequest"), exports);
|
|
|
104
105
|
__exportStar(require("./DocumentIndexIndexingConfig"), exports);
|
|
105
106
|
__exportStar(require("./DocumentIndexIndexingConfigRequest"), exports);
|
|
106
107
|
__exportStar(require("./DocumentIndexRead"), exports);
|
|
108
|
+
__exportStar(require("./DocumentInput"), exports);
|
|
107
109
|
__exportStar(require("./DocumentInputRequest"), exports);
|
|
108
110
|
__exportStar(require("./DocumentProcessingState"), exports);
|
|
109
111
|
__exportStar(require("./DocumentPromptBlock"), exports);
|
|
@@ -200,6 +202,7 @@ __exportStar(require("./HkunlpInstructorXlVectorizer"), exports);
|
|
|
200
202
|
__exportStar(require("./HkunlpInstructorXlVectorizerRequest"), exports);
|
|
201
203
|
__exportStar(require("./ImageChatMessageContent"), exports);
|
|
202
204
|
__exportStar(require("./ImageChatMessageContentRequest"), exports);
|
|
205
|
+
__exportStar(require("./ImageInput"), exports);
|
|
203
206
|
__exportStar(require("./ImageInputRequest"), exports);
|
|
204
207
|
__exportStar(require("./ImagePromptBlock"), exports);
|
|
205
208
|
__exportStar(require("./ImageVellumValue"), exports);
|
|
@@ -238,18 +241,28 @@ __exportStar(require("./MetricDefinitionExecution"), exports);
|
|
|
238
241
|
__exportStar(require("./MetricDefinitionHistoryItem"), exports);
|
|
239
242
|
__exportStar(require("./MetricDefinitionInput"), exports);
|
|
240
243
|
__exportStar(require("./MetricNodeResult"), exports);
|
|
244
|
+
__exportStar(require("./NamedScenarioInputAudioVariableValueRequest"), exports);
|
|
241
245
|
__exportStar(require("./NamedScenarioInputChatHistoryVariableValueRequest"), exports);
|
|
246
|
+
__exportStar(require("./NamedScenarioInputDocumentVariableValueRequest"), exports);
|
|
247
|
+
__exportStar(require("./NamedScenarioInputImageVariableValueRequest"), exports);
|
|
242
248
|
__exportStar(require("./NamedScenarioInputJsonVariableValueRequest"), exports);
|
|
243
249
|
__exportStar(require("./NamedScenarioInputRequest"), exports);
|
|
244
250
|
__exportStar(require("./NamedScenarioInputStringVariableValueRequest"), exports);
|
|
251
|
+
__exportStar(require("./NamedScenarioInputVideoVariableValueRequest"), exports);
|
|
245
252
|
__exportStar(require("./NamedTestCaseArrayVariableValue"), exports);
|
|
246
253
|
__exportStar(require("./NamedTestCaseArrayVariableValueRequest"), exports);
|
|
254
|
+
__exportStar(require("./NamedTestCaseAudioVariableValue"), exports);
|
|
255
|
+
__exportStar(require("./NamedTestCaseAudioVariableValueRequest"), exports);
|
|
247
256
|
__exportStar(require("./NamedTestCaseChatHistoryVariableValue"), exports);
|
|
248
257
|
__exportStar(require("./NamedTestCaseChatHistoryVariableValueRequest"), exports);
|
|
258
|
+
__exportStar(require("./NamedTestCaseDocumentVariableValue"), exports);
|
|
259
|
+
__exportStar(require("./NamedTestCaseDocumentVariableValueRequest"), exports);
|
|
249
260
|
__exportStar(require("./NamedTestCaseErrorVariableValue"), exports);
|
|
250
261
|
__exportStar(require("./NamedTestCaseErrorVariableValueRequest"), exports);
|
|
251
262
|
__exportStar(require("./NamedTestCaseFunctionCallVariableValue"), exports);
|
|
252
263
|
__exportStar(require("./NamedTestCaseFunctionCallVariableValueRequest"), exports);
|
|
264
|
+
__exportStar(require("./NamedTestCaseImageVariableValue"), exports);
|
|
265
|
+
__exportStar(require("./NamedTestCaseImageVariableValueRequest"), exports);
|
|
253
266
|
__exportStar(require("./NamedTestCaseJsonVariableValue"), exports);
|
|
254
267
|
__exportStar(require("./NamedTestCaseJsonVariableValueRequest"), exports);
|
|
255
268
|
__exportStar(require("./NamedTestCaseNumberVariableValue"), exports);
|
|
@@ -260,6 +273,8 @@ __exportStar(require("./NamedTestCaseStringVariableValue"), exports);
|
|
|
260
273
|
__exportStar(require("./NamedTestCaseStringVariableValueRequest"), exports);
|
|
261
274
|
__exportStar(require("./NamedTestCaseVariableValue"), exports);
|
|
262
275
|
__exportStar(require("./NamedTestCaseVariableValueRequest"), exports);
|
|
276
|
+
__exportStar(require("./NamedTestCaseVideoVariableValue"), exports);
|
|
277
|
+
__exportStar(require("./NamedTestCaseVideoVariableValueRequest"), exports);
|
|
263
278
|
__exportStar(require("./NewMemberJoinBehaviorEnum"), exports);
|
|
264
279
|
__exportStar(require("./NodeExecutionFulfilledBody"), exports);
|
|
265
280
|
__exportStar(require("./NodeExecutionFulfilledEvent"), exports);
|
|
@@ -381,9 +396,13 @@ __exportStar(require("./RichTextChildBlock"), exports);
|
|
|
381
396
|
__exportStar(require("./RichTextPromptBlock"), exports);
|
|
382
397
|
__exportStar(require("./SandboxScenario"), exports);
|
|
383
398
|
__exportStar(require("./ScenarioInput"), exports);
|
|
399
|
+
__exportStar(require("./ScenarioInputAudioVariableValue"), exports);
|
|
384
400
|
__exportStar(require("./ScenarioInputChatHistoryVariableValue"), exports);
|
|
401
|
+
__exportStar(require("./ScenarioInputDocumentVariableValue"), exports);
|
|
402
|
+
__exportStar(require("./ScenarioInputImageVariableValue"), exports);
|
|
385
403
|
__exportStar(require("./ScenarioInputJsonVariableValue"), exports);
|
|
386
404
|
__exportStar(require("./ScenarioInputStringVariableValue"), exports);
|
|
405
|
+
__exportStar(require("./ScenarioInputVideoVariableValue"), exports);
|
|
387
406
|
__exportStar(require("./SearchFiltersRequest"), exports);
|
|
388
407
|
__exportStar(require("./SearchNodeResult"), exports);
|
|
389
408
|
__exportStar(require("./SearchNodeResultData"), exports);
|
|
@@ -452,14 +471,18 @@ __exportStar(require("./TerminalNodeResultOutput"), exports);
|
|
|
452
471
|
__exportStar(require("./TerminalNodeSearchResultsResult"), exports);
|
|
453
472
|
__exportStar(require("./TerminalNodeStringResult"), exports);
|
|
454
473
|
__exportStar(require("./TestCaseArrayVariableValue"), exports);
|
|
474
|
+
__exportStar(require("./TestCaseAudioVariableValue"), exports);
|
|
455
475
|
__exportStar(require("./TestCaseChatHistoryVariableValue"), exports);
|
|
476
|
+
__exportStar(require("./TestCaseDocumentVariableValue"), exports);
|
|
456
477
|
__exportStar(require("./TestCaseErrorVariableValue"), exports);
|
|
457
478
|
__exportStar(require("./TestCaseFunctionCallVariableValue"), exports);
|
|
479
|
+
__exportStar(require("./TestCaseImageVariableValue"), exports);
|
|
458
480
|
__exportStar(require("./TestCaseJsonVariableValue"), exports);
|
|
459
481
|
__exportStar(require("./TestCaseNumberVariableValue"), exports);
|
|
460
482
|
__exportStar(require("./TestCaseSearchResultsVariableValue"), exports);
|
|
461
483
|
__exportStar(require("./TestCaseStringVariableValue"), exports);
|
|
462
484
|
__exportStar(require("./TestCaseVariableValue"), exports);
|
|
485
|
+
__exportStar(require("./TestCaseVideoVariableValue"), exports);
|
|
463
486
|
__exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfig"), exports);
|
|
464
487
|
__exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigData"), exports);
|
|
465
488
|
__exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigDataRequest"), exports);
|
|
@@ -561,6 +584,7 @@ __exportStar(require("./VellumVideoRequest"), exports);
|
|
|
561
584
|
__exportStar(require("./VellumWorkflowExecutionEvent"), exports);
|
|
562
585
|
__exportStar(require("./VideoChatMessageContent"), exports);
|
|
563
586
|
__exportStar(require("./VideoChatMessageContentRequest"), exports);
|
|
587
|
+
__exportStar(require("./VideoInput"), exports);
|
|
564
588
|
__exportStar(require("./VideoInputRequest"), exports);
|
|
565
589
|
__exportStar(require("./VideoPromptBlock"), exports);
|
|
566
590
|
__exportStar(require("./VideoVellumValue"), exports);
|
|
@@ -627,11 +651,15 @@ __exportStar(require("./WorkflowPushExecConfig"), exports);
|
|
|
627
651
|
__exportStar(require("./WorkflowPushResponse"), exports);
|
|
628
652
|
__exportStar(require("./WorkflowReleaseTagRead"), exports);
|
|
629
653
|
__exportStar(require("./WorkflowReleaseTagWorkflowDeploymentHistoryItem"), exports);
|
|
654
|
+
__exportStar(require("./WorkflowRequestAudioInputRequest"), exports);
|
|
630
655
|
__exportStar(require("./WorkflowRequestChatHistoryInputRequest"), exports);
|
|
656
|
+
__exportStar(require("./WorkflowRequestDocumentInputRequest"), exports);
|
|
657
|
+
__exportStar(require("./WorkflowRequestImageInputRequest"), exports);
|
|
631
658
|
__exportStar(require("./WorkflowRequestInputRequest"), exports);
|
|
632
659
|
__exportStar(require("./WorkflowRequestJsonInputRequest"), exports);
|
|
633
660
|
__exportStar(require("./WorkflowRequestNumberInputRequest"), exports);
|
|
634
661
|
__exportStar(require("./WorkflowRequestStringInputRequest"), exports);
|
|
662
|
+
__exportStar(require("./WorkflowRequestVideoInputRequest"), exports);
|
|
635
663
|
__exportStar(require("./WorkflowResultEvent"), exports);
|
|
636
664
|
__exportStar(require("./WorkflowResultEventOutputData"), exports);
|
|
637
665
|
__exportStar(require("./WorkflowResultEventOutputDataArray"), exports);
|
package/dist/Client.js
CHANGED
|
@@ -182,7 +182,7 @@ class VellumClient {
|
|
|
182
182
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
183
183
|
unrecognizedObjectKeys: "strip",
|
|
184
184
|
})
|
|
185
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
185
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
186
186
|
contentType: "application/json",
|
|
187
187
|
requestType: "json",
|
|
188
188
|
body: serializers.ExecuteApiRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -268,7 +268,7 @@ class VellumClient {
|
|
|
268
268
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
269
269
|
unrecognizedObjectKeys: "strip",
|
|
270
270
|
})
|
|
271
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
271
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
272
272
|
contentType: "application/json",
|
|
273
273
|
requestType: "json",
|
|
274
274
|
body: serializers.CodeExecutor.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -354,7 +354,7 @@ class VellumClient {
|
|
|
354
354
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
355
355
|
unrecognizedObjectKeys: "strip",
|
|
356
356
|
})
|
|
357
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
357
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
358
358
|
contentType: "application/json",
|
|
359
359
|
requestType: "json",
|
|
360
360
|
body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -425,7 +425,7 @@ class VellumClient {
|
|
|
425
425
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
426
426
|
unrecognizedObjectKeys: "strip",
|
|
427
427
|
})
|
|
428
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
428
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
429
429
|
contentType: "application/json",
|
|
430
430
|
requestType: "json",
|
|
431
431
|
body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -527,7 +527,7 @@ class VellumClient {
|
|
|
527
527
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
528
528
|
unrecognizedObjectKeys: "strip",
|
|
529
529
|
})
|
|
530
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
530
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
531
531
|
contentType: "application/json",
|
|
532
532
|
requestType: "json",
|
|
533
533
|
body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -596,7 +596,7 @@ class VellumClient {
|
|
|
596
596
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
597
597
|
unrecognizedObjectKeys: "strip",
|
|
598
598
|
})
|
|
599
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
599
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
600
600
|
contentType: "application/json",
|
|
601
601
|
requestType: "json",
|
|
602
602
|
body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -704,7 +704,7 @@ class VellumClient {
|
|
|
704
704
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
705
705
|
unrecognizedObjectKeys: "strip",
|
|
706
706
|
})
|
|
707
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
707
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
708
708
|
contentType: "application/json",
|
|
709
709
|
requestType: "json",
|
|
710
710
|
body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -778,7 +778,7 @@ class VellumClient {
|
|
|
778
778
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
779
779
|
unrecognizedObjectKeys: "strip",
|
|
780
780
|
})
|
|
781
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
781
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
782
782
|
contentType: "application/json",
|
|
783
783
|
requestType: "json",
|
|
784
784
|
body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -872,7 +872,7 @@ class VellumClient {
|
|
|
872
872
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
873
873
|
unrecognizedObjectKeys: "strip",
|
|
874
874
|
})
|
|
875
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
875
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
876
876
|
contentType: "application/json",
|
|
877
877
|
requestType: "json",
|
|
878
878
|
body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -953,7 +953,7 @@ class VellumClient {
|
|
|
953
953
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
954
954
|
unrecognizedObjectKeys: "strip",
|
|
955
955
|
})
|
|
956
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
956
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
957
957
|
contentType: "application/json",
|
|
958
958
|
requestType: "json",
|
|
959
959
|
body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -1028,7 +1028,7 @@ class VellumClient {
|
|
|
1028
1028
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
1029
1029
|
unrecognizedObjectKeys: "strip",
|
|
1030
1030
|
})
|
|
1031
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
1031
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1032
1032
|
contentType: "application/json",
|
|
1033
1033
|
requestType: "json",
|
|
1034
1034
|
body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
|
|
@@ -112,7 +112,7 @@ class AdHoc {
|
|
|
112
112
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
113
113
|
unrecognizedObjectKeys: "strip",
|
|
114
114
|
})
|
|
115
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
115
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
requestType: "json",
|
|
118
118
|
body: serializers.AdHocExecutePrompt.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -178,7 +178,7 @@ class AdHoc {
|
|
|
178
178
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
179
179
|
unrecognizedObjectKeys: "strip",
|
|
180
180
|
})
|
|
181
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
181
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
182
182
|
contentType: "application/json",
|
|
183
183
|
requestType: "json",
|
|
184
184
|
body: serializers.AdHocExecutePromptStream.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -92,7 +92,7 @@ class ContainerImages {
|
|
|
92
92
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
93
93
|
unrecognizedObjectKeys: "strip",
|
|
94
94
|
})
|
|
95
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
95
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
96
96
|
contentType: "application/json",
|
|
97
97
|
queryParameters: _queryParams,
|
|
98
98
|
requestType: "json",
|
|
@@ -158,7 +158,7 @@ class ContainerImages {
|
|
|
158
158
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
159
159
|
unrecognizedObjectKeys: "strip",
|
|
160
160
|
})
|
|
161
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
161
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
162
162
|
contentType: "application/json",
|
|
163
163
|
requestType: "json",
|
|
164
164
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -220,7 +220,7 @@ class ContainerImages {
|
|
|
220
220
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
221
221
|
unrecognizedObjectKeys: "strip",
|
|
222
222
|
})
|
|
223
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
223
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
224
224
|
contentType: "application/json",
|
|
225
225
|
requestType: "json",
|
|
226
226
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -287,7 +287,7 @@ class ContainerImages {
|
|
|
287
287
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
288
288
|
unrecognizedObjectKeys: "strip",
|
|
289
289
|
})
|
|
290
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
290
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
291
291
|
contentType: "application/json",
|
|
292
292
|
requestType: "json",
|
|
293
293
|
body: serializers.PushContainerImageRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -98,7 +98,7 @@ class Deployments {
|
|
|
98
98
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
99
99
|
unrecognizedObjectKeys: "strip",
|
|
100
100
|
})
|
|
101
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
101
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
102
102
|
contentType: "application/json",
|
|
103
103
|
queryParameters: _queryParams,
|
|
104
104
|
requestType: "json",
|
|
@@ -164,7 +164,7 @@ class Deployments {
|
|
|
164
164
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
165
165
|
unrecognizedObjectKeys: "strip",
|
|
166
166
|
})
|
|
167
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
167
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
168
168
|
contentType: "application/json",
|
|
169
169
|
requestType: "json",
|
|
170
170
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -231,7 +231,7 @@ class Deployments {
|
|
|
231
231
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
232
232
|
unrecognizedObjectKeys: "strip",
|
|
233
233
|
})
|
|
234
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
234
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
235
235
|
contentType: "application/json",
|
|
236
236
|
requestType: "json",
|
|
237
237
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -313,7 +313,7 @@ class Deployments {
|
|
|
313
313
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
314
314
|
unrecognizedObjectKeys: "strip",
|
|
315
315
|
})
|
|
316
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
316
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
317
317
|
contentType: "application/json",
|
|
318
318
|
queryParameters: _queryParams,
|
|
319
319
|
requestType: "json",
|
|
@@ -380,7 +380,7 @@ class Deployments {
|
|
|
380
380
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
381
381
|
unrecognizedObjectKeys: "strip",
|
|
382
382
|
})
|
|
383
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
383
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
384
384
|
contentType: "application/json",
|
|
385
385
|
requestType: "json",
|
|
386
386
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -447,7 +447,7 @@ class Deployments {
|
|
|
447
447
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
448
448
|
unrecognizedObjectKeys: "strip",
|
|
449
449
|
})
|
|
450
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
450
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
451
451
|
contentType: "application/json",
|
|
452
452
|
requestType: "json",
|
|
453
453
|
body: serializers.PatchedDeploymentReleaseTagUpdateRequest.jsonOrThrow(request, {
|
|
@@ -516,7 +516,7 @@ class Deployments {
|
|
|
516
516
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
517
517
|
unrecognizedObjectKeys: "strip",
|
|
518
518
|
})
|
|
519
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
519
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
520
520
|
contentType: "application/json",
|
|
521
521
|
requestType: "json",
|
|
522
522
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -605,7 +605,7 @@ class Deployments {
|
|
|
605
605
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
606
606
|
unrecognizedObjectKeys: "strip",
|
|
607
607
|
})
|
|
608
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
608
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
609
609
|
contentType: "application/json",
|
|
610
610
|
requestType: "json",
|
|
611
611
|
body: serializers.DeploymentProviderPayloadRequest.jsonOrThrow(request, {
|
|
@@ -100,7 +100,7 @@ class DocumentIndexes {
|
|
|
100
100
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
101
101
|
unrecognizedObjectKeys: "strip",
|
|
102
102
|
})
|
|
103
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
103
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
104
104
|
contentType: "application/json",
|
|
105
105
|
queryParameters: _queryParams,
|
|
106
106
|
requestType: "json",
|
|
@@ -175,7 +175,7 @@ class DocumentIndexes {
|
|
|
175
175
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
176
176
|
unrecognizedObjectKeys: "strip",
|
|
177
177
|
})
|
|
178
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
178
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
179
179
|
contentType: "application/json",
|
|
180
180
|
requestType: "json",
|
|
181
181
|
body: serializers.DocumentIndexCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -241,7 +241,7 @@ class DocumentIndexes {
|
|
|
241
241
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
242
242
|
unrecognizedObjectKeys: "strip",
|
|
243
243
|
})
|
|
244
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
244
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
245
245
|
contentType: "application/json",
|
|
246
246
|
requestType: "json",
|
|
247
247
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -309,7 +309,7 @@ class DocumentIndexes {
|
|
|
309
309
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
310
310
|
unrecognizedObjectKeys: "strip",
|
|
311
311
|
})
|
|
312
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
312
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
313
313
|
contentType: "application/json",
|
|
314
314
|
requestType: "json",
|
|
315
315
|
body: serializers.DocumentIndexUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -375,7 +375,7 @@ class DocumentIndexes {
|
|
|
375
375
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
376
376
|
unrecognizedObjectKeys: "strip",
|
|
377
377
|
})
|
|
378
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
378
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
379
379
|
contentType: "application/json",
|
|
380
380
|
requestType: "json",
|
|
381
381
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -433,7 +433,7 @@ class DocumentIndexes {
|
|
|
433
433
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
434
434
|
unrecognizedObjectKeys: "strip",
|
|
435
435
|
})
|
|
436
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
436
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
437
437
|
contentType: "application/json",
|
|
438
438
|
requestType: "json",
|
|
439
439
|
body: serializers.PatchedDocumentIndexUpdateRequest.jsonOrThrow(request, {
|
|
@@ -502,7 +502,7 @@ class DocumentIndexes {
|
|
|
502
502
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
503
503
|
unrecognizedObjectKeys: "strip",
|
|
504
504
|
})
|
|
505
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
505
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
506
506
|
contentType: "application/json",
|
|
507
507
|
requestType: "json",
|
|
508
508
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -560,7 +560,7 @@ class DocumentIndexes {
|
|
|
560
560
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
561
561
|
unrecognizedObjectKeys: "strip",
|
|
562
562
|
})
|
|
563
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
563
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
564
564
|
contentType: "application/json",
|
|
565
565
|
requestType: "json",
|
|
566
566
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -99,7 +99,7 @@ class Documents {
|
|
|
99
99
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
100
100
|
unrecognizedObjectKeys: "strip",
|
|
101
101
|
})
|
|
102
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
102
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
103
103
|
contentType: "application/json",
|
|
104
104
|
queryParameters: _queryParams,
|
|
105
105
|
requestType: "json",
|
|
@@ -165,7 +165,7 @@ class Documents {
|
|
|
165
165
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
166
166
|
unrecognizedObjectKeys: "strip",
|
|
167
167
|
})
|
|
168
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
168
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
169
169
|
contentType: "application/json",
|
|
170
170
|
requestType: "json",
|
|
171
171
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -230,7 +230,7 @@ class Documents {
|
|
|
230
230
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
231
231
|
unrecognizedObjectKeys: "strip",
|
|
232
232
|
})
|
|
233
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
233
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
234
234
|
contentType: "application/json",
|
|
235
235
|
requestType: "json",
|
|
236
236
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -288,7 +288,7 @@ class Documents {
|
|
|
288
288
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
289
289
|
unrecognizedObjectKeys: "strip",
|
|
290
290
|
})
|
|
291
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
291
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
292
292
|
contentType: "application/json",
|
|
293
293
|
requestType: "json",
|
|
294
294
|
body: serializers.PatchedDocumentUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -378,7 +378,7 @@ class Documents {
|
|
|
378
378
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
379
379
|
unrecognizedObjectKeys: "strip",
|
|
380
380
|
})
|
|
381
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
381
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
382
382
|
requestType: "file",
|
|
383
383
|
duplex: _maybeEncodedRequest.duplex,
|
|
384
384
|
body: _maybeEncodedRequest.body,
|
|
@@ -105,7 +105,7 @@ class Events {
|
|
|
105
105
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
106
106
|
unrecognizedObjectKeys: "strip",
|
|
107
107
|
})
|
|
108
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
108
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
109
109
|
contentType: "application/json",
|
|
110
110
|
requestType: "json",
|
|
111
111
|
body: serializers.WorkflowEvent.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -98,7 +98,7 @@ class FolderEntities {
|
|
|
98
98
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
99
99
|
unrecognizedObjectKeys: "strip",
|
|
100
100
|
})
|
|
101
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
101
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
102
102
|
contentType: "application/json",
|
|
103
103
|
queryParameters: _queryParams,
|
|
104
104
|
requestType: "json",
|
|
@@ -174,7 +174,7 @@ class FolderEntities {
|
|
|
174
174
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
175
175
|
unrecognizedObjectKeys: "strip",
|
|
176
176
|
})
|
|
177
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
177
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
178
178
|
contentType: "application/json",
|
|
179
179
|
requestType: "json",
|
|
180
180
|
body: serializers.AddEntityToFolderRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -90,7 +90,7 @@ class MetricDefinitions {
|
|
|
90
90
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
91
91
|
unrecognizedObjectKeys: "strip",
|
|
92
92
|
})
|
|
93
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
93
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
94
94
|
contentType: "application/json",
|
|
95
95
|
requestType: "json",
|
|
96
96
|
body: serializers.ExecuteMetricDefinition.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -155,7 +155,7 @@ class MetricDefinitions {
|
|
|
155
155
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
156
156
|
unrecognizedObjectKeys: "strip",
|
|
157
157
|
})
|
|
158
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
158
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
159
159
|
contentType: "application/json",
|
|
160
160
|
requestType: "json",
|
|
161
161
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -81,7 +81,7 @@ class MlModels {
|
|
|
81
81
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
82
82
|
unrecognizedObjectKeys: "strip",
|
|
83
83
|
})
|
|
84
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
84
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
85
85
|
contentType: "application/json",
|
|
86
86
|
requestType: "json",
|
|
87
87
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -80,7 +80,7 @@ class Organizations {
|
|
|
80
80
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
81
81
|
unrecognizedObjectKeys: "strip",
|
|
82
82
|
})
|
|
83
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
83
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.3.0", "User-Agent": "vellum-ai/1.3.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
requestType: "json",
|
|
86
86
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|