vellum-ai 0.14.22 → 0.14.24
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 +1 -1
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +7 -7
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- 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/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.d.ts +18 -0
- package/api/resources/workflowDeployments/client/Client.js +120 -6
- package/api/resources/workflowDeployments/client/requests/ListWorkflowDeploymentEventExecutionsRequest.d.ts +18 -0
- package/api/resources/workflowDeployments/client/requests/ListWorkflowDeploymentEventExecutionsRequest.js +5 -0
- package/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/ApiRequestParentContext.d.ts +10 -0
- package/api/types/ApiRequestParentContext.js +5 -0
- package/api/types/ApiVersionEnum.d.ts +7 -0
- package/api/types/ApiVersionEnum.js +5 -0
- package/api/types/BaseOutput.d.ts +8 -0
- package/api/types/BaseOutput.js +5 -0
- package/api/types/CodeResourceDefinition.d.ts +12 -0
- package/api/types/CodeResourceDefinition.js +5 -0
- package/api/types/ExternalInputDescriptor.d.ts +10 -0
- package/api/types/ExternalInputDescriptor.js +5 -0
- package/api/types/InvokedPort.d.ts +6 -0
- package/api/types/InvokedPort.js +5 -0
- package/api/types/MlModelUsageWrapper.d.ts +8 -0
- package/api/types/MlModelUsageWrapper.js +5 -0
- package/api/types/NodeEventDisplayContext.d.ts +10 -0
- package/api/types/NodeEventDisplayContext.js +5 -0
- package/api/types/NodeExecutionFulfilledBody.d.ts +10 -0
- package/api/types/NodeExecutionFulfilledBody.js +5 -0
- package/api/types/NodeExecutionFulfilledEvent.d.ts +15 -0
- package/api/types/NodeExecutionFulfilledEvent.js +5 -0
- package/api/types/NodeExecutionInitiatedBody.d.ts +8 -0
- package/api/types/NodeExecutionInitiatedBody.js +5 -0
- package/api/types/NodeExecutionInitiatedEvent.d.ts +15 -0
- package/api/types/NodeExecutionInitiatedEvent.js +5 -0
- package/api/types/NodeExecutionPausedBody.d.ts +7 -0
- package/api/types/NodeExecutionPausedBody.js +5 -0
- package/api/types/NodeExecutionPausedEvent.d.ts +15 -0
- package/api/types/NodeExecutionPausedEvent.js +5 -0
- package/api/types/NodeExecutionRejectedBody.d.ts +8 -0
- package/api/types/NodeExecutionRejectedBody.js +5 -0
- package/api/types/NodeExecutionRejectedEvent.d.ts +15 -0
- package/api/types/NodeExecutionRejectedEvent.js +5 -0
- package/api/types/NodeExecutionResumedBody.d.ts +7 -0
- package/api/types/NodeExecutionResumedBody.js +5 -0
- package/api/types/NodeExecutionResumedEvent.d.ts +15 -0
- package/api/types/NodeExecutionResumedEvent.js +5 -0
- package/api/types/NodeExecutionSpan.d.ts +13 -0
- package/api/types/NodeExecutionSpan.js +5 -0
- package/api/types/NodeExecutionSpanAttributes.d.ts +6 -0
- package/api/types/NodeExecutionSpanAttributes.js +5 -0
- package/api/types/NodeExecutionStreamingBody.d.ts +8 -0
- package/api/types/NodeExecutionStreamingBody.js +5 -0
- package/api/types/NodeExecutionStreamingEvent.d.ts +15 -0
- package/api/types/NodeExecutionStreamingEvent.js +5 -0
- package/api/types/NodeParentContext.d.ts +11 -0
- package/api/types/NodeParentContext.js +5 -0
- package/api/types/ParentContext.d.ts +5 -0
- package/api/types/ParentContext.js +5 -0
- package/api/types/PromptDeploymentParentContext.d.ts +18 -0
- package/api/types/PromptDeploymentParentContext.js +5 -0
- package/api/types/SlimWorkflowExecutionRead.d.ts +16 -0
- package/api/types/SlimWorkflowExecutionRead.js +5 -0
- package/api/types/SpanLink.d.ts +9 -0
- package/api/types/SpanLink.js +5 -0
- package/api/types/SpanLinkTypeEnum.d.ts +7 -0
- package/api/types/SpanLinkTypeEnum.js +5 -0
- package/api/types/VellumCodeResourceDefinition.d.ts +9 -0
- package/api/types/VellumCodeResourceDefinition.js +5 -0
- package/api/types/VellumNodeExecutionEvent.d.ts +5 -0
- package/api/types/VellumNodeExecutionEvent.js +5 -0
- package/api/types/VellumSdkError.d.ts +8 -0
- package/api/types/VellumSdkError.js +5 -0
- package/api/types/VellumSdkErrorCodeEnum.d.ts +30 -0
- package/api/types/VellumSdkErrorCodeEnum.js +19 -0
- package/api/types/VellumSpan.d.ts +5 -0
- package/api/types/VellumSpan.js +5 -0
- package/api/types/VellumWorkflowExecutionEvent.d.ts +5 -0
- package/api/types/VellumWorkflowExecutionEvent.js +5 -0
- package/api/types/WorkflowDeploymentEventExecutionsResponse.d.ts +8 -0
- package/api/types/WorkflowDeploymentEventExecutionsResponse.js +5 -0
- package/api/types/WorkflowDeploymentParentContext.d.ts +18 -0
- package/api/types/WorkflowDeploymentParentContext.js +5 -0
- package/api/types/WorkflowError.d.ts +5 -0
- package/api/types/WorkflowError.js +5 -0
- package/api/types/WorkflowEventDisplayContext.d.ts +9 -0
- package/api/types/WorkflowEventDisplayContext.js +5 -0
- package/api/types/WorkflowEventExecutionRead.d.ts +17 -0
- package/api/types/WorkflowEventExecutionRead.js +5 -0
- package/api/types/WorkflowExecutionActual.d.ts +10 -0
- package/api/types/WorkflowExecutionActual.js +5 -0
- package/api/types/WorkflowExecutionFulfilledBody.d.ts +8 -0
- package/api/types/WorkflowExecutionFulfilledBody.js +5 -0
- package/api/types/WorkflowExecutionFulfilledEvent.d.ts +15 -0
- package/api/types/WorkflowExecutionFulfilledEvent.js +5 -0
- package/api/types/WorkflowExecutionInitiatedBody.d.ts +9 -0
- package/api/types/WorkflowExecutionInitiatedBody.js +5 -0
- package/api/types/WorkflowExecutionInitiatedEvent.d.ts +15 -0
- package/api/types/WorkflowExecutionInitiatedEvent.js +5 -0
- package/api/types/WorkflowExecutionPausedBody.d.ts +8 -0
- package/api/types/WorkflowExecutionPausedBody.js +5 -0
- package/api/types/WorkflowExecutionPausedEvent.d.ts +15 -0
- package/api/types/WorkflowExecutionPausedEvent.js +5 -0
- package/api/types/WorkflowExecutionRejectedBody.d.ts +8 -0
- package/api/types/WorkflowExecutionRejectedBody.js +5 -0
- package/api/types/WorkflowExecutionRejectedEvent.d.ts +15 -0
- package/api/types/WorkflowExecutionRejectedEvent.js +5 -0
- package/api/types/WorkflowExecutionResumedBody.d.ts +7 -0
- package/api/types/WorkflowExecutionResumedBody.js +5 -0
- package/api/types/WorkflowExecutionResumedEvent.d.ts +15 -0
- package/api/types/WorkflowExecutionResumedEvent.js +5 -0
- package/api/types/WorkflowExecutionSnapshottedBody.d.ts +8 -0
- package/api/types/WorkflowExecutionSnapshottedBody.js +5 -0
- package/api/types/WorkflowExecutionSnapshottedEvent.d.ts +15 -0
- package/api/types/WorkflowExecutionSnapshottedEvent.js +5 -0
- package/api/types/WorkflowExecutionSpan.d.ts +13 -0
- package/api/types/WorkflowExecutionSpan.js +5 -0
- package/api/types/WorkflowExecutionSpanAttributes.d.ts +6 -0
- package/api/types/WorkflowExecutionSpanAttributes.js +5 -0
- package/api/types/WorkflowExecutionStreamingBody.d.ts +8 -0
- package/api/types/WorkflowExecutionStreamingBody.js +5 -0
- package/api/types/WorkflowExecutionStreamingEvent.d.ts +15 -0
- package/api/types/WorkflowExecutionStreamingEvent.js +5 -0
- package/api/types/WorkflowExecutionUsageCalculationFulfilledBody.d.ts +8 -0
- package/api/types/WorkflowExecutionUsageCalculationFulfilledBody.js +5 -0
- package/api/types/WorkflowExecutionViewOnlineEvalMetricResult.d.ts +9 -0
- package/api/types/WorkflowExecutionViewOnlineEvalMetricResult.js +5 -0
- package/api/types/WorkflowInitializationError.d.ts +10 -0
- package/api/types/WorkflowInitializationError.js +5 -0
- package/api/types/WorkflowParentContext.d.ts +11 -0
- package/api/types/WorkflowParentContext.js +5 -0
- package/api/types/WorkflowSandboxParentContext.d.ts +13 -0
- package/api/types/WorkflowSandboxParentContext.js +5 -0
- package/api/types/index.d.ts +61 -0
- package/api/types/index.js +61 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +7 -7
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- 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/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.d.ts +18 -0
- package/dist/api/resources/workflowDeployments/client/Client.js +120 -6
- package/dist/api/resources/workflowDeployments/client/requests/ListWorkflowDeploymentEventExecutionsRequest.d.ts +18 -0
- package/dist/api/resources/workflowDeployments/client/requests/ListWorkflowDeploymentEventExecutionsRequest.js +5 -0
- package/dist/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/ApiRequestParentContext.d.ts +10 -0
- package/dist/api/types/ApiRequestParentContext.js +5 -0
- package/dist/api/types/ApiVersionEnum.d.ts +7 -0
- package/dist/api/types/ApiVersionEnum.js +5 -0
- package/dist/api/types/BaseOutput.d.ts +8 -0
- package/dist/api/types/BaseOutput.js +5 -0
- package/dist/api/types/CodeResourceDefinition.d.ts +12 -0
- package/dist/api/types/CodeResourceDefinition.js +5 -0
- package/dist/api/types/ExternalInputDescriptor.d.ts +10 -0
- package/dist/api/types/ExternalInputDescriptor.js +5 -0
- package/dist/api/types/InvokedPort.d.ts +6 -0
- package/dist/api/types/InvokedPort.js +5 -0
- package/dist/api/types/MlModelUsageWrapper.d.ts +8 -0
- package/dist/api/types/MlModelUsageWrapper.js +5 -0
- package/dist/api/types/NodeEventDisplayContext.d.ts +10 -0
- package/dist/api/types/NodeEventDisplayContext.js +5 -0
- package/dist/api/types/NodeExecutionFulfilledBody.d.ts +10 -0
- package/dist/api/types/NodeExecutionFulfilledBody.js +5 -0
- package/dist/api/types/NodeExecutionFulfilledEvent.d.ts +15 -0
- package/dist/api/types/NodeExecutionFulfilledEvent.js +5 -0
- package/dist/api/types/NodeExecutionInitiatedBody.d.ts +8 -0
- package/dist/api/types/NodeExecutionInitiatedBody.js +5 -0
- package/dist/api/types/NodeExecutionInitiatedEvent.d.ts +15 -0
- package/dist/api/types/NodeExecutionInitiatedEvent.js +5 -0
- package/dist/api/types/NodeExecutionPausedBody.d.ts +7 -0
- package/dist/api/types/NodeExecutionPausedBody.js +5 -0
- package/dist/api/types/NodeExecutionPausedEvent.d.ts +15 -0
- package/dist/api/types/NodeExecutionPausedEvent.js +5 -0
- package/dist/api/types/NodeExecutionRejectedBody.d.ts +8 -0
- package/dist/api/types/NodeExecutionRejectedBody.js +5 -0
- package/dist/api/types/NodeExecutionRejectedEvent.d.ts +15 -0
- package/dist/api/types/NodeExecutionRejectedEvent.js +5 -0
- package/dist/api/types/NodeExecutionResumedBody.d.ts +7 -0
- package/dist/api/types/NodeExecutionResumedBody.js +5 -0
- package/dist/api/types/NodeExecutionResumedEvent.d.ts +15 -0
- package/dist/api/types/NodeExecutionResumedEvent.js +5 -0
- package/dist/api/types/NodeExecutionSpan.d.ts +13 -0
- package/dist/api/types/NodeExecutionSpan.js +5 -0
- package/dist/api/types/NodeExecutionSpanAttributes.d.ts +6 -0
- package/dist/api/types/NodeExecutionSpanAttributes.js +5 -0
- package/dist/api/types/NodeExecutionStreamingBody.d.ts +8 -0
- package/dist/api/types/NodeExecutionStreamingBody.js +5 -0
- package/dist/api/types/NodeExecutionStreamingEvent.d.ts +15 -0
- package/dist/api/types/NodeExecutionStreamingEvent.js +5 -0
- package/dist/api/types/NodeParentContext.d.ts +11 -0
- package/dist/api/types/NodeParentContext.js +5 -0
- package/dist/api/types/ParentContext.d.ts +5 -0
- package/dist/api/types/ParentContext.js +5 -0
- package/dist/api/types/PromptDeploymentParentContext.d.ts +18 -0
- package/dist/api/types/PromptDeploymentParentContext.js +5 -0
- package/dist/api/types/SlimWorkflowExecutionRead.d.ts +16 -0
- package/dist/api/types/SlimWorkflowExecutionRead.js +5 -0
- package/dist/api/types/SpanLink.d.ts +9 -0
- package/dist/api/types/SpanLink.js +5 -0
- package/dist/api/types/SpanLinkTypeEnum.d.ts +7 -0
- package/dist/api/types/SpanLinkTypeEnum.js +5 -0
- package/dist/api/types/VellumCodeResourceDefinition.d.ts +9 -0
- package/dist/api/types/VellumCodeResourceDefinition.js +5 -0
- package/dist/api/types/VellumNodeExecutionEvent.d.ts +5 -0
- package/dist/api/types/VellumNodeExecutionEvent.js +5 -0
- package/dist/api/types/VellumSdkError.d.ts +8 -0
- package/dist/api/types/VellumSdkError.js +5 -0
- package/dist/api/types/VellumSdkErrorCodeEnum.d.ts +30 -0
- package/dist/api/types/VellumSdkErrorCodeEnum.js +19 -0
- package/dist/api/types/VellumSpan.d.ts +5 -0
- package/dist/api/types/VellumSpan.js +5 -0
- package/dist/api/types/VellumWorkflowExecutionEvent.d.ts +5 -0
- package/dist/api/types/VellumWorkflowExecutionEvent.js +5 -0
- package/dist/api/types/WorkflowDeploymentEventExecutionsResponse.d.ts +8 -0
- package/dist/api/types/WorkflowDeploymentEventExecutionsResponse.js +5 -0
- package/dist/api/types/WorkflowDeploymentParentContext.d.ts +18 -0
- package/dist/api/types/WorkflowDeploymentParentContext.js +5 -0
- package/dist/api/types/WorkflowError.d.ts +5 -0
- package/dist/api/types/WorkflowError.js +5 -0
- package/dist/api/types/WorkflowEventDisplayContext.d.ts +9 -0
- package/dist/api/types/WorkflowEventDisplayContext.js +5 -0
- package/dist/api/types/WorkflowEventExecutionRead.d.ts +17 -0
- package/dist/api/types/WorkflowEventExecutionRead.js +5 -0
- package/dist/api/types/WorkflowExecutionActual.d.ts +10 -0
- package/dist/api/types/WorkflowExecutionActual.js +5 -0
- package/dist/api/types/WorkflowExecutionFulfilledBody.d.ts +8 -0
- package/dist/api/types/WorkflowExecutionFulfilledBody.js +5 -0
- package/dist/api/types/WorkflowExecutionFulfilledEvent.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionFulfilledEvent.js +5 -0
- package/dist/api/types/WorkflowExecutionInitiatedBody.d.ts +9 -0
- package/dist/api/types/WorkflowExecutionInitiatedBody.js +5 -0
- package/dist/api/types/WorkflowExecutionInitiatedEvent.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionInitiatedEvent.js +5 -0
- package/dist/api/types/WorkflowExecutionPausedBody.d.ts +8 -0
- package/dist/api/types/WorkflowExecutionPausedBody.js +5 -0
- package/dist/api/types/WorkflowExecutionPausedEvent.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionPausedEvent.js +5 -0
- package/dist/api/types/WorkflowExecutionRejectedBody.d.ts +8 -0
- package/dist/api/types/WorkflowExecutionRejectedBody.js +5 -0
- package/dist/api/types/WorkflowExecutionRejectedEvent.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionRejectedEvent.js +5 -0
- package/dist/api/types/WorkflowExecutionResumedBody.d.ts +7 -0
- package/dist/api/types/WorkflowExecutionResumedBody.js +5 -0
- package/dist/api/types/WorkflowExecutionResumedEvent.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionResumedEvent.js +5 -0
- package/dist/api/types/WorkflowExecutionSnapshottedBody.d.ts +8 -0
- package/dist/api/types/WorkflowExecutionSnapshottedBody.js +5 -0
- package/dist/api/types/WorkflowExecutionSnapshottedEvent.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionSnapshottedEvent.js +5 -0
- package/dist/api/types/WorkflowExecutionSpan.d.ts +13 -0
- package/dist/api/types/WorkflowExecutionSpan.js +5 -0
- package/dist/api/types/WorkflowExecutionSpanAttributes.d.ts +6 -0
- package/dist/api/types/WorkflowExecutionSpanAttributes.js +5 -0
- package/dist/api/types/WorkflowExecutionStreamingBody.d.ts +8 -0
- package/dist/api/types/WorkflowExecutionStreamingBody.js +5 -0
- package/dist/api/types/WorkflowExecutionStreamingEvent.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionStreamingEvent.js +5 -0
- package/dist/api/types/WorkflowExecutionUsageCalculationFulfilledBody.d.ts +8 -0
- package/dist/api/types/WorkflowExecutionUsageCalculationFulfilledBody.js +5 -0
- package/dist/api/types/WorkflowExecutionViewOnlineEvalMetricResult.d.ts +9 -0
- package/dist/api/types/WorkflowExecutionViewOnlineEvalMetricResult.js +5 -0
- package/dist/api/types/WorkflowInitializationError.d.ts +10 -0
- package/dist/api/types/WorkflowInitializationError.js +5 -0
- package/dist/api/types/WorkflowParentContext.d.ts +11 -0
- package/dist/api/types/WorkflowParentContext.js +5 -0
- package/dist/api/types/WorkflowSandboxParentContext.d.ts +13 -0
- package/dist/api/types/WorkflowSandboxParentContext.js +5 -0
- package/dist/api/types/index.d.ts +61 -0
- package/dist/api/types/index.js +61 -0
- package/dist/serialization/types/ApiRequestParentContext.d.ts +15 -0
- package/dist/serialization/types/ApiRequestParentContext.js +47 -0
- package/dist/serialization/types/ApiVersionEnum.d.ts +10 -0
- package/dist/serialization/types/ApiVersionEnum.js +41 -0
- package/dist/serialization/types/BaseOutput.d.ts +14 -0
- package/dist/serialization/types/BaseOutput.js +45 -0
- package/dist/serialization/types/CodeResourceDefinition.d.ts +13 -0
- package/dist/serialization/types/CodeResourceDefinition.js +44 -0
- package/dist/serialization/types/ExternalInputDescriptor.d.ts +16 -0
- package/dist/serialization/types/ExternalInputDescriptor.js +47 -0
- package/dist/serialization/types/InvokedPort.d.ts +12 -0
- package/dist/serialization/types/InvokedPort.js +43 -0
- package/dist/serialization/types/MlModelUsageWrapper.d.ts +14 -0
- package/dist/serialization/types/MlModelUsageWrapper.js +45 -0
- package/dist/serialization/types/NodeEventDisplayContext.d.ts +15 -0
- package/dist/serialization/types/NodeEventDisplayContext.js +47 -0
- package/dist/serialization/types/NodeExecutionFulfilledBody.d.ts +17 -0
- package/dist/serialization/types/NodeExecutionFulfilledBody.js +48 -0
- package/dist/serialization/types/NodeExecutionFulfilledEvent.d.ts +22 -0
- package/dist/serialization/types/NodeExecutionFulfilledEvent.js +54 -0
- package/dist/serialization/types/NodeExecutionInitiatedBody.d.ts +14 -0
- package/dist/serialization/types/NodeExecutionInitiatedBody.js +45 -0
- package/dist/serialization/types/NodeExecutionInitiatedEvent.d.ts +22 -0
- package/dist/serialization/types/NodeExecutionInitiatedEvent.js +54 -0
- package/dist/serialization/types/NodeExecutionPausedBody.d.ts +13 -0
- package/dist/serialization/types/NodeExecutionPausedBody.js +44 -0
- package/dist/serialization/types/NodeExecutionPausedEvent.d.ts +22 -0
- package/dist/serialization/types/NodeExecutionPausedEvent.js +54 -0
- package/dist/serialization/types/NodeExecutionRejectedBody.d.ts +15 -0
- package/dist/serialization/types/NodeExecutionRejectedBody.js +46 -0
- package/dist/serialization/types/NodeExecutionRejectedEvent.d.ts +22 -0
- package/dist/serialization/types/NodeExecutionRejectedEvent.js +54 -0
- package/dist/serialization/types/NodeExecutionResumedBody.d.ts +13 -0
- package/dist/serialization/types/NodeExecutionResumedBody.js +44 -0
- package/dist/serialization/types/NodeExecutionResumedEvent.d.ts +22 -0
- package/dist/serialization/types/NodeExecutionResumedEvent.js +54 -0
- package/dist/serialization/types/NodeExecutionSpan.d.ts +20 -0
- package/dist/serialization/types/NodeExecutionSpan.js +51 -0
- package/dist/serialization/types/NodeExecutionSpanAttributes.d.ts +12 -0
- package/dist/serialization/types/NodeExecutionSpanAttributes.js +43 -0
- package/dist/serialization/types/NodeExecutionStreamingBody.d.ts +15 -0
- package/dist/serialization/types/NodeExecutionStreamingBody.js +46 -0
- package/dist/serialization/types/NodeExecutionStreamingEvent.d.ts +22 -0
- package/dist/serialization/types/NodeExecutionStreamingEvent.js +54 -0
- package/dist/serialization/types/NodeParentContext.d.ts +17 -0
- package/dist/serialization/types/NodeParentContext.js +49 -0
- package/dist/serialization/types/ParentContext.d.ts +10 -0
- package/dist/serialization/types/ParentContext.js +49 -0
- package/dist/serialization/types/PromptDeploymentParentContext.d.ts +23 -0
- package/dist/serialization/types/PromptDeploymentParentContext.js +55 -0
- package/dist/serialization/types/SlimWorkflowExecutionRead.d.ts +26 -0
- package/dist/serialization/types/SlimWorkflowExecutionRead.js +58 -0
- package/dist/serialization/types/SpanLink.d.ts +15 -0
- package/dist/serialization/types/SpanLink.js +47 -0
- package/dist/serialization/types/SpanLinkTypeEnum.d.ts +10 -0
- package/dist/serialization/types/SpanLinkTypeEnum.js +41 -0
- package/dist/serialization/types/VellumCodeResourceDefinition.d.ts +14 -0
- package/dist/serialization/types/VellumCodeResourceDefinition.js +45 -0
- package/dist/serialization/types/VellumNodeExecutionEvent.d.ts +16 -0
- package/dist/serialization/types/VellumNodeExecutionEvent.js +54 -0
- package/dist/serialization/types/VellumSdkError.d.ts +14 -0
- package/dist/serialization/types/VellumSdkError.js +45 -0
- package/dist/serialization/types/VellumSdkErrorCodeEnum.d.ts +10 -0
- package/dist/serialization/types/VellumSdkErrorCodeEnum.js +53 -0
- package/dist/serialization/types/VellumSpan.d.ts +12 -0
- package/dist/serialization/types/VellumSpan.js +43 -0
- package/dist/serialization/types/VellumWorkflowExecutionEvent.d.ts +17 -0
- package/dist/serialization/types/VellumWorkflowExecutionEvent.js +56 -0
- package/dist/serialization/types/WorkflowDeploymentEventExecutionsResponse.d.ts +14 -0
- package/dist/serialization/types/WorkflowDeploymentEventExecutionsResponse.js +45 -0
- package/dist/serialization/types/WorkflowDeploymentParentContext.d.ts +23 -0
- package/dist/serialization/types/WorkflowDeploymentParentContext.js +55 -0
- package/dist/serialization/types/WorkflowError.d.ts +12 -0
- package/dist/serialization/types/WorkflowError.js +43 -0
- package/dist/serialization/types/WorkflowEventDisplayContext.d.ts +14 -0
- package/dist/serialization/types/WorkflowEventDisplayContext.js +46 -0
- package/dist/serialization/types/WorkflowEventExecutionRead.d.ts +28 -0
- package/dist/serialization/types/WorkflowEventExecutionRead.js +60 -0
- package/dist/serialization/types/WorkflowExecutionActual.d.ts +16 -0
- package/dist/serialization/types/WorkflowExecutionActual.js +47 -0
- package/dist/serialization/types/WorkflowExecutionFulfilledBody.d.ts +14 -0
- package/dist/serialization/types/WorkflowExecutionFulfilledBody.js +45 -0
- package/dist/serialization/types/WorkflowExecutionFulfilledEvent.d.ts +22 -0
- package/dist/serialization/types/WorkflowExecutionFulfilledEvent.js +54 -0
- package/dist/serialization/types/WorkflowExecutionInitiatedBody.d.ts +15 -0
- package/dist/serialization/types/WorkflowExecutionInitiatedBody.js +47 -0
- package/dist/serialization/types/WorkflowExecutionInitiatedEvent.d.ts +22 -0
- package/dist/serialization/types/WorkflowExecutionInitiatedEvent.js +54 -0
- package/dist/serialization/types/WorkflowExecutionPausedBody.d.ts +15 -0
- package/dist/serialization/types/WorkflowExecutionPausedBody.js +46 -0
- package/dist/serialization/types/WorkflowExecutionPausedEvent.d.ts +22 -0
- package/dist/serialization/types/WorkflowExecutionPausedEvent.js +54 -0
- package/dist/serialization/types/WorkflowExecutionRejectedBody.d.ts +15 -0
- package/dist/serialization/types/WorkflowExecutionRejectedBody.js +46 -0
- package/dist/serialization/types/WorkflowExecutionRejectedEvent.d.ts +22 -0
- package/dist/serialization/types/WorkflowExecutionRejectedEvent.js +54 -0
- package/dist/serialization/types/WorkflowExecutionResumedBody.d.ts +13 -0
- package/dist/serialization/types/WorkflowExecutionResumedBody.js +44 -0
- package/dist/serialization/types/WorkflowExecutionResumedEvent.d.ts +22 -0
- package/dist/serialization/types/WorkflowExecutionResumedEvent.js +54 -0
- package/dist/serialization/types/WorkflowExecutionSnapshottedBody.d.ts +14 -0
- package/dist/serialization/types/WorkflowExecutionSnapshottedBody.js +45 -0
- package/dist/serialization/types/WorkflowExecutionSnapshottedEvent.d.ts +22 -0
- package/dist/serialization/types/WorkflowExecutionSnapshottedEvent.js +54 -0
- package/dist/serialization/types/WorkflowExecutionSpan.d.ts +20 -0
- package/dist/serialization/types/WorkflowExecutionSpan.js +51 -0
- package/dist/serialization/types/WorkflowExecutionSpanAttributes.d.ts +12 -0
- package/dist/serialization/types/WorkflowExecutionSpanAttributes.js +43 -0
- package/dist/serialization/types/WorkflowExecutionStreamingBody.d.ts +15 -0
- package/dist/serialization/types/WorkflowExecutionStreamingBody.js +46 -0
- package/dist/serialization/types/WorkflowExecutionStreamingEvent.d.ts +22 -0
- package/dist/serialization/types/WorkflowExecutionStreamingEvent.js +54 -0
- package/dist/serialization/types/WorkflowExecutionUsageCalculationFulfilledBody.d.ts +15 -0
- package/dist/serialization/types/WorkflowExecutionUsageCalculationFulfilledBody.js +46 -0
- package/dist/serialization/types/WorkflowExecutionViewOnlineEvalMetricResult.d.ts +15 -0
- package/dist/serialization/types/WorkflowExecutionViewOnlineEvalMetricResult.js +46 -0
- package/dist/serialization/types/WorkflowInitializationError.d.ts +13 -0
- package/dist/serialization/types/WorkflowInitializationError.js +44 -0
- package/dist/serialization/types/WorkflowParentContext.d.ts +17 -0
- package/dist/serialization/types/WorkflowParentContext.js +49 -0
- package/dist/serialization/types/WorkflowSandboxParentContext.d.ts +18 -0
- package/dist/serialization/types/WorkflowSandboxParentContext.js +50 -0
- package/dist/serialization/types/index.d.ts +61 -0
- package/dist/serialization/types/index.js +61 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +112 -0
- package/serialization/types/ApiRequestParentContext.d.ts +15 -0
- package/serialization/types/ApiRequestParentContext.js +47 -0
- package/serialization/types/ApiVersionEnum.d.ts +10 -0
- package/serialization/types/ApiVersionEnum.js +41 -0
- package/serialization/types/BaseOutput.d.ts +14 -0
- package/serialization/types/BaseOutput.js +45 -0
- package/serialization/types/CodeResourceDefinition.d.ts +13 -0
- package/serialization/types/CodeResourceDefinition.js +44 -0
- package/serialization/types/ExternalInputDescriptor.d.ts +16 -0
- package/serialization/types/ExternalInputDescriptor.js +47 -0
- package/serialization/types/InvokedPort.d.ts +12 -0
- package/serialization/types/InvokedPort.js +43 -0
- package/serialization/types/MlModelUsageWrapper.d.ts +14 -0
- package/serialization/types/MlModelUsageWrapper.js +45 -0
- package/serialization/types/NodeEventDisplayContext.d.ts +15 -0
- package/serialization/types/NodeEventDisplayContext.js +47 -0
- package/serialization/types/NodeExecutionFulfilledBody.d.ts +17 -0
- package/serialization/types/NodeExecutionFulfilledBody.js +48 -0
- package/serialization/types/NodeExecutionFulfilledEvent.d.ts +22 -0
- package/serialization/types/NodeExecutionFulfilledEvent.js +54 -0
- package/serialization/types/NodeExecutionInitiatedBody.d.ts +14 -0
- package/serialization/types/NodeExecutionInitiatedBody.js +45 -0
- package/serialization/types/NodeExecutionInitiatedEvent.d.ts +22 -0
- package/serialization/types/NodeExecutionInitiatedEvent.js +54 -0
- package/serialization/types/NodeExecutionPausedBody.d.ts +13 -0
- package/serialization/types/NodeExecutionPausedBody.js +44 -0
- package/serialization/types/NodeExecutionPausedEvent.d.ts +22 -0
- package/serialization/types/NodeExecutionPausedEvent.js +54 -0
- package/serialization/types/NodeExecutionRejectedBody.d.ts +15 -0
- package/serialization/types/NodeExecutionRejectedBody.js +46 -0
- package/serialization/types/NodeExecutionRejectedEvent.d.ts +22 -0
- package/serialization/types/NodeExecutionRejectedEvent.js +54 -0
- package/serialization/types/NodeExecutionResumedBody.d.ts +13 -0
- package/serialization/types/NodeExecutionResumedBody.js +44 -0
- package/serialization/types/NodeExecutionResumedEvent.d.ts +22 -0
- package/serialization/types/NodeExecutionResumedEvent.js +54 -0
- package/serialization/types/NodeExecutionSpan.d.ts +20 -0
- package/serialization/types/NodeExecutionSpan.js +51 -0
- package/serialization/types/NodeExecutionSpanAttributes.d.ts +12 -0
- package/serialization/types/NodeExecutionSpanAttributes.js +43 -0
- package/serialization/types/NodeExecutionStreamingBody.d.ts +15 -0
- package/serialization/types/NodeExecutionStreamingBody.js +46 -0
- package/serialization/types/NodeExecutionStreamingEvent.d.ts +22 -0
- package/serialization/types/NodeExecutionStreamingEvent.js +54 -0
- package/serialization/types/NodeParentContext.d.ts +17 -0
- package/serialization/types/NodeParentContext.js +49 -0
- package/serialization/types/ParentContext.d.ts +10 -0
- package/serialization/types/ParentContext.js +49 -0
- package/serialization/types/PromptDeploymentParentContext.d.ts +23 -0
- package/serialization/types/PromptDeploymentParentContext.js +55 -0
- package/serialization/types/SlimWorkflowExecutionRead.d.ts +26 -0
- package/serialization/types/SlimWorkflowExecutionRead.js +58 -0
- package/serialization/types/SpanLink.d.ts +15 -0
- package/serialization/types/SpanLink.js +47 -0
- package/serialization/types/SpanLinkTypeEnum.d.ts +10 -0
- package/serialization/types/SpanLinkTypeEnum.js +41 -0
- package/serialization/types/VellumCodeResourceDefinition.d.ts +14 -0
- package/serialization/types/VellumCodeResourceDefinition.js +45 -0
- package/serialization/types/VellumNodeExecutionEvent.d.ts +16 -0
- package/serialization/types/VellumNodeExecutionEvent.js +54 -0
- package/serialization/types/VellumSdkError.d.ts +14 -0
- package/serialization/types/VellumSdkError.js +45 -0
- package/serialization/types/VellumSdkErrorCodeEnum.d.ts +10 -0
- package/serialization/types/VellumSdkErrorCodeEnum.js +53 -0
- package/serialization/types/VellumSpan.d.ts +12 -0
- package/serialization/types/VellumSpan.js +43 -0
- package/serialization/types/VellumWorkflowExecutionEvent.d.ts +17 -0
- package/serialization/types/VellumWorkflowExecutionEvent.js +56 -0
- package/serialization/types/WorkflowDeploymentEventExecutionsResponse.d.ts +14 -0
- package/serialization/types/WorkflowDeploymentEventExecutionsResponse.js +45 -0
- package/serialization/types/WorkflowDeploymentParentContext.d.ts +23 -0
- package/serialization/types/WorkflowDeploymentParentContext.js +55 -0
- package/serialization/types/WorkflowError.d.ts +12 -0
- package/serialization/types/WorkflowError.js +43 -0
- package/serialization/types/WorkflowEventDisplayContext.d.ts +14 -0
- package/serialization/types/WorkflowEventDisplayContext.js +46 -0
- package/serialization/types/WorkflowEventExecutionRead.d.ts +28 -0
- package/serialization/types/WorkflowEventExecutionRead.js +60 -0
- package/serialization/types/WorkflowExecutionActual.d.ts +16 -0
- package/serialization/types/WorkflowExecutionActual.js +47 -0
- package/serialization/types/WorkflowExecutionFulfilledBody.d.ts +14 -0
- package/serialization/types/WorkflowExecutionFulfilledBody.js +45 -0
- package/serialization/types/WorkflowExecutionFulfilledEvent.d.ts +22 -0
- package/serialization/types/WorkflowExecutionFulfilledEvent.js +54 -0
- package/serialization/types/WorkflowExecutionInitiatedBody.d.ts +15 -0
- package/serialization/types/WorkflowExecutionInitiatedBody.js +47 -0
- package/serialization/types/WorkflowExecutionInitiatedEvent.d.ts +22 -0
- package/serialization/types/WorkflowExecutionInitiatedEvent.js +54 -0
- package/serialization/types/WorkflowExecutionPausedBody.d.ts +15 -0
- package/serialization/types/WorkflowExecutionPausedBody.js +46 -0
- package/serialization/types/WorkflowExecutionPausedEvent.d.ts +22 -0
- package/serialization/types/WorkflowExecutionPausedEvent.js +54 -0
- package/serialization/types/WorkflowExecutionRejectedBody.d.ts +15 -0
- package/serialization/types/WorkflowExecutionRejectedBody.js +46 -0
- package/serialization/types/WorkflowExecutionRejectedEvent.d.ts +22 -0
- package/serialization/types/WorkflowExecutionRejectedEvent.js +54 -0
- package/serialization/types/WorkflowExecutionResumedBody.d.ts +13 -0
- package/serialization/types/WorkflowExecutionResumedBody.js +44 -0
- package/serialization/types/WorkflowExecutionResumedEvent.d.ts +22 -0
- package/serialization/types/WorkflowExecutionResumedEvent.js +54 -0
- package/serialization/types/WorkflowExecutionSnapshottedBody.d.ts +14 -0
- package/serialization/types/WorkflowExecutionSnapshottedBody.js +45 -0
- package/serialization/types/WorkflowExecutionSnapshottedEvent.d.ts +22 -0
- package/serialization/types/WorkflowExecutionSnapshottedEvent.js +54 -0
- package/serialization/types/WorkflowExecutionSpan.d.ts +20 -0
- package/serialization/types/WorkflowExecutionSpan.js +51 -0
- package/serialization/types/WorkflowExecutionSpanAttributes.d.ts +12 -0
- package/serialization/types/WorkflowExecutionSpanAttributes.js +43 -0
- package/serialization/types/WorkflowExecutionStreamingBody.d.ts +15 -0
- package/serialization/types/WorkflowExecutionStreamingBody.js +46 -0
- package/serialization/types/WorkflowExecutionStreamingEvent.d.ts +22 -0
- package/serialization/types/WorkflowExecutionStreamingEvent.js +54 -0
- package/serialization/types/WorkflowExecutionUsageCalculationFulfilledBody.d.ts +15 -0
- package/serialization/types/WorkflowExecutionUsageCalculationFulfilledBody.js +46 -0
- package/serialization/types/WorkflowExecutionViewOnlineEvalMetricResult.d.ts +15 -0
- package/serialization/types/WorkflowExecutionViewOnlineEvalMetricResult.js +46 -0
- package/serialization/types/WorkflowInitializationError.d.ts +13 -0
- package/serialization/types/WorkflowInitializationError.js +44 -0
- package/serialization/types/WorkflowParentContext.d.ts +17 -0
- package/serialization/types/WorkflowParentContext.js +49 -0
- package/serialization/types/WorkflowSandboxParentContext.d.ts +18 -0
- package/serialization/types/WorkflowSandboxParentContext.js +50 -0
- package/serialization/types/index.d.ts +61 -0
- package/serialization/types/index.js +61 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface WorkflowExecutionRejectedEvent {
|
|
6
|
+
parent?: Vellum.ParentContext;
|
|
7
|
+
links?: Vellum.SpanLink[];
|
|
8
|
+
name: "workflow.execution.rejected";
|
|
9
|
+
body: Vellum.WorkflowExecutionRejectedBody;
|
|
10
|
+
id: string;
|
|
11
|
+
timestamp: Date;
|
|
12
|
+
apiVersion?: Vellum.ApiVersionEnum;
|
|
13
|
+
traceId: string;
|
|
14
|
+
spanId: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface WorkflowExecutionResumedEvent {
|
|
6
|
+
parent?: Vellum.ParentContext;
|
|
7
|
+
links?: Vellum.SpanLink[];
|
|
8
|
+
name: "workflow.execution.resumed";
|
|
9
|
+
body: Vellum.WorkflowExecutionResumedBody;
|
|
10
|
+
id: string;
|
|
11
|
+
timestamp: Date;
|
|
12
|
+
apiVersion?: Vellum.ApiVersionEnum;
|
|
13
|
+
traceId: string;
|
|
14
|
+
spanId: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface WorkflowExecutionSnapshottedEvent {
|
|
6
|
+
parent?: Vellum.ParentContext;
|
|
7
|
+
links?: Vellum.SpanLink[];
|
|
8
|
+
name: "workflow.execution.snapshotted";
|
|
9
|
+
body: Vellum.WorkflowExecutionSnapshottedBody;
|
|
10
|
+
id: string;
|
|
11
|
+
timestamp: Date;
|
|
12
|
+
apiVersion?: Vellum.ApiVersionEnum;
|
|
13
|
+
traceId: string;
|
|
14
|
+
spanId: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface WorkflowExecutionSpan {
|
|
6
|
+
name: "workflow.execution";
|
|
7
|
+
events: Vellum.VellumWorkflowExecutionEvent[];
|
|
8
|
+
attributes: Vellum.WorkflowExecutionSpanAttributes;
|
|
9
|
+
spanId: string;
|
|
10
|
+
startTs: Date;
|
|
11
|
+
endTs: Date;
|
|
12
|
+
parentSpanId?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface WorkflowExecutionStreamingEvent {
|
|
6
|
+
parent?: Vellum.ParentContext;
|
|
7
|
+
links?: Vellum.SpanLink[];
|
|
8
|
+
name: "workflow.execution.streaming";
|
|
9
|
+
body: Vellum.WorkflowExecutionStreamingBody;
|
|
10
|
+
id: string;
|
|
11
|
+
timestamp: Date;
|
|
12
|
+
apiVersion?: Vellum.ApiVersionEnum;
|
|
13
|
+
traceId: string;
|
|
14
|
+
spanId: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface WorkflowParentContext {
|
|
6
|
+
parent?: Vellum.ParentContext;
|
|
7
|
+
links?: Vellum.SpanLink[];
|
|
8
|
+
workflowDefinition: Vellum.VellumCodeResourceDefinition;
|
|
9
|
+
type: "WORKFLOW";
|
|
10
|
+
spanId: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface WorkflowSandboxParentContext {
|
|
6
|
+
parent?: Vellum.ParentContext;
|
|
7
|
+
links?: Vellum.SpanLink[];
|
|
8
|
+
type: "WORKFLOW_SANDBOX";
|
|
9
|
+
spanId: string;
|
|
10
|
+
sandboxId: string;
|
|
11
|
+
sandboxHistoryItemId: string;
|
|
12
|
+
scenarioId: string;
|
|
13
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ExecuteApiRequestBody";
|
|
2
2
|
export * from "./ExecuteApiRequestHeadersValue";
|
|
3
3
|
export * from "./ExecuteApiRequestBearerToken";
|
|
4
|
+
export * from "./ApiRequestParentContext";
|
|
4
5
|
export * from "./AdHocExecutePromptEvent";
|
|
5
6
|
export * from "./AdHocExpandMeta";
|
|
6
7
|
export * from "./AdHocFulfilledPromptExecutionMeta";
|
|
@@ -10,6 +11,7 @@ export * from "./AdHocStreamingPromptExecutionMeta";
|
|
|
10
11
|
export * from "./AddOpenaiApiKeyEnum";
|
|
11
12
|
export * from "./ApiNodeResult";
|
|
12
13
|
export * from "./ApiNodeResultData";
|
|
14
|
+
export * from "./ApiVersionEnum";
|
|
13
15
|
export * from "./ArrayChatMessageContent";
|
|
14
16
|
export * from "./ArrayChatMessageContentItem";
|
|
15
17
|
export * from "./ArrayChatMessageContentItemRequest";
|
|
@@ -22,6 +24,7 @@ export * from "./AudioChatMessageContentRequest";
|
|
|
22
24
|
export * from "./AudioPromptBlock";
|
|
23
25
|
export * from "./AudioVellumValue";
|
|
24
26
|
export * from "./AudioVellumValueRequest";
|
|
27
|
+
export * from "./BaseOutput";
|
|
25
28
|
export * from "./BasicVectorizerIntfloatMultilingualE5Large";
|
|
26
29
|
export * from "./BasicVectorizerIntfloatMultilingualE5LargeRequest";
|
|
27
30
|
export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1";
|
|
@@ -54,6 +57,7 @@ export * from "./CodeExecutionRuntime";
|
|
|
54
57
|
export * from "./CodeExecutorInput";
|
|
55
58
|
export * from "./CodeExecutorResponse";
|
|
56
59
|
export * from "./CodeExecutorSecretInput";
|
|
60
|
+
export * from "./CodeResourceDefinition";
|
|
57
61
|
export * from "./CompilePromptDeploymentExpandMetaRequest";
|
|
58
62
|
export * from "./CompilePromptMeta";
|
|
59
63
|
export * from "./ConditionCombinator";
|
|
@@ -106,6 +110,7 @@ export * from "./ExecutionNumberVellumValue";
|
|
|
106
110
|
export * from "./ExecutionSearchResultsVellumValue";
|
|
107
111
|
export * from "./ExecutionStringVellumValue";
|
|
108
112
|
export * from "./ExecutionVellumValue";
|
|
113
|
+
export * from "./ExternalInputDescriptor";
|
|
109
114
|
export * from "./ExternalTestCaseExecution";
|
|
110
115
|
export * from "./ExternalTestCaseExecutionRequest";
|
|
111
116
|
export * from "./FinishReasonEnum";
|
|
@@ -168,6 +173,7 @@ export * from "./InitiatedPromptExecutionMeta";
|
|
|
168
173
|
export * from "./InitiatedWorkflowNodeResultEvent";
|
|
169
174
|
export * from "./InstructorVectorizerConfig";
|
|
170
175
|
export * from "./InstructorVectorizerConfigRequest";
|
|
176
|
+
export * from "./InvokedPort";
|
|
171
177
|
export * from "./IterationStateEnum";
|
|
172
178
|
export * from "./JsonInput";
|
|
173
179
|
export * from "./JsonInputRequest";
|
|
@@ -178,6 +184,7 @@ export * from "./LogicalOperator";
|
|
|
178
184
|
export * from "./LogprobsEnum";
|
|
179
185
|
export * from "./MlModelRead";
|
|
180
186
|
export * from "./MlModelUsage";
|
|
187
|
+
export * from "./MlModelUsageWrapper";
|
|
181
188
|
export * from "./MapNodeResult";
|
|
182
189
|
export * from "./MapNodeResultData";
|
|
183
190
|
export * from "./MergeNodeResult";
|
|
@@ -214,6 +221,21 @@ export * from "./NamedTestCaseStringVariableValueRequest";
|
|
|
214
221
|
export * from "./NamedTestCaseVariableValue";
|
|
215
222
|
export * from "./NamedTestCaseVariableValueRequest";
|
|
216
223
|
export * from "./NewMemberJoinBehaviorEnum";
|
|
224
|
+
export * from "./NodeEventDisplayContext";
|
|
225
|
+
export * from "./NodeExecutionFulfilledBody";
|
|
226
|
+
export * from "./NodeExecutionFulfilledEvent";
|
|
227
|
+
export * from "./NodeExecutionInitiatedBody";
|
|
228
|
+
export * from "./NodeExecutionInitiatedEvent";
|
|
229
|
+
export * from "./NodeExecutionPausedBody";
|
|
230
|
+
export * from "./NodeExecutionPausedEvent";
|
|
231
|
+
export * from "./NodeExecutionRejectedBody";
|
|
232
|
+
export * from "./NodeExecutionRejectedEvent";
|
|
233
|
+
export * from "./NodeExecutionResumedBody";
|
|
234
|
+
export * from "./NodeExecutionResumedEvent";
|
|
235
|
+
export * from "./NodeExecutionSpan";
|
|
236
|
+
export * from "./NodeExecutionSpanAttributes";
|
|
237
|
+
export * from "./NodeExecutionStreamingBody";
|
|
238
|
+
export * from "./NodeExecutionStreamingEvent";
|
|
217
239
|
export * from "./NodeInputCompiledArrayValue";
|
|
218
240
|
export * from "./NodeInputCompiledChatHistoryValue";
|
|
219
241
|
export * from "./NodeInputCompiledErrorValue";
|
|
@@ -233,6 +255,7 @@ export * from "./NodeOutputCompiledNumberValue";
|
|
|
233
255
|
export * from "./NodeOutputCompiledSearchResultsValue";
|
|
234
256
|
export * from "./NodeOutputCompiledStringValue";
|
|
235
257
|
export * from "./NodeOutputCompiledValue";
|
|
258
|
+
export * from "./NodeParentContext";
|
|
236
259
|
export * from "./NormalizedLogProbs";
|
|
237
260
|
export * from "./NormalizedTokenLogProbs";
|
|
238
261
|
export * from "./NumberInput";
|
|
@@ -258,6 +281,7 @@ export * from "./PaginatedTestSuiteRunExecutionList";
|
|
|
258
281
|
export * from "./PaginatedTestSuiteTestCaseList";
|
|
259
282
|
export * from "./PaginatedWorkflowReleaseTagReadList";
|
|
260
283
|
export * from "./PaginatedWorkflowSandboxExampleList";
|
|
284
|
+
export * from "./ParentContext";
|
|
261
285
|
export * from "./PdfSearchResultMetaSource";
|
|
262
286
|
export * from "./PdfSearchResultMetaSourceRequest";
|
|
263
287
|
export * from "./PlainTextPromptBlock";
|
|
@@ -267,6 +291,7 @@ export * from "./PromptBlock";
|
|
|
267
291
|
export * from "./PromptBlockState";
|
|
268
292
|
export * from "./PromptDeploymentExpandMetaRequest";
|
|
269
293
|
export * from "./PromptDeploymentInputRequest";
|
|
294
|
+
export * from "./PromptDeploymentParentContext";
|
|
270
295
|
export * from "./PromptExecutionMeta";
|
|
271
296
|
export * from "./PromptNodeExecutionMeta";
|
|
272
297
|
export * from "./PromptNodeResult";
|
|
@@ -326,6 +351,9 @@ export * from "./SlimDeploymentRead";
|
|
|
326
351
|
export * from "./SlimDocument";
|
|
327
352
|
export * from "./SlimDocumentDocumentToDocumentIndex";
|
|
328
353
|
export * from "./SlimWorkflowDeployment";
|
|
354
|
+
export * from "./SlimWorkflowExecutionRead";
|
|
355
|
+
export * from "./SpanLink";
|
|
356
|
+
export * from "./SpanLinkTypeEnum";
|
|
329
357
|
export * from "./StreamingAdHocExecutePromptEvent";
|
|
330
358
|
export * from "./StreamingExecutePromptEvent";
|
|
331
359
|
export * from "./StreamingPromptExecutionMeta";
|
|
@@ -439,6 +467,7 @@ export * from "./UpsertTestSuiteTestCaseRequest";
|
|
|
439
467
|
export * from "./VariablePromptBlock";
|
|
440
468
|
export * from "./VellumAudio";
|
|
441
469
|
export * from "./VellumAudioRequest";
|
|
470
|
+
export * from "./VellumCodeResourceDefinition";
|
|
442
471
|
export * from "./VellumDocument";
|
|
443
472
|
export * from "./VellumDocumentRequest";
|
|
444
473
|
export * from "./VellumError";
|
|
@@ -446,7 +475,11 @@ export * from "./VellumErrorCodeEnum";
|
|
|
446
475
|
export * from "./VellumErrorRequest";
|
|
447
476
|
export * from "./VellumImage";
|
|
448
477
|
export * from "./VellumImageRequest";
|
|
478
|
+
export * from "./VellumNodeExecutionEvent";
|
|
479
|
+
export * from "./VellumSdkError";
|
|
480
|
+
export * from "./VellumSdkErrorCodeEnum";
|
|
449
481
|
export * from "./VellumSecret";
|
|
482
|
+
export * from "./VellumSpan";
|
|
450
483
|
export * from "./VellumValue";
|
|
451
484
|
export * from "./VellumValueLogicalConditionGroupRequest";
|
|
452
485
|
export * from "./VellumValueLogicalConditionRequest";
|
|
@@ -455,17 +488,43 @@ export * from "./VellumValueRequest";
|
|
|
455
488
|
export * from "./VellumVariable";
|
|
456
489
|
export * from "./VellumVariableExtensions";
|
|
457
490
|
export * from "./VellumVariableType";
|
|
491
|
+
export * from "./VellumWorkflowExecutionEvent";
|
|
492
|
+
export * from "./WorkflowDeploymentEventExecutionsResponse";
|
|
458
493
|
export * from "./WorkflowDeploymentHistoryItem";
|
|
494
|
+
export * from "./WorkflowDeploymentParentContext";
|
|
459
495
|
export * from "./WorkflowDeploymentRead";
|
|
496
|
+
export * from "./WorkflowError";
|
|
497
|
+
export * from "./WorkflowEventDisplayContext";
|
|
460
498
|
export * from "./WorkflowEventError";
|
|
499
|
+
export * from "./WorkflowEventExecutionRead";
|
|
500
|
+
export * from "./WorkflowExecutionActual";
|
|
461
501
|
export * from "./WorkflowExecutionActualChatHistoryRequest";
|
|
462
502
|
export * from "./WorkflowExecutionActualJsonRequest";
|
|
463
503
|
export * from "./WorkflowExecutionActualStringRequest";
|
|
464
504
|
export * from "./WorkflowExecutionEventErrorCode";
|
|
465
505
|
export * from "./WorkflowExecutionEventType";
|
|
506
|
+
export * from "./WorkflowExecutionFulfilledBody";
|
|
507
|
+
export * from "./WorkflowExecutionFulfilledEvent";
|
|
508
|
+
export * from "./WorkflowExecutionInitiatedBody";
|
|
509
|
+
export * from "./WorkflowExecutionInitiatedEvent";
|
|
466
510
|
export * from "./WorkflowExecutionNodeResultEvent";
|
|
511
|
+
export * from "./WorkflowExecutionPausedBody";
|
|
512
|
+
export * from "./WorkflowExecutionPausedEvent";
|
|
513
|
+
export * from "./WorkflowExecutionRejectedBody";
|
|
514
|
+
export * from "./WorkflowExecutionRejectedEvent";
|
|
515
|
+
export * from "./WorkflowExecutionResumedBody";
|
|
516
|
+
export * from "./WorkflowExecutionResumedEvent";
|
|
517
|
+
export * from "./WorkflowExecutionSnapshottedBody";
|
|
518
|
+
export * from "./WorkflowExecutionSnapshottedEvent";
|
|
519
|
+
export * from "./WorkflowExecutionSpan";
|
|
520
|
+
export * from "./WorkflowExecutionSpanAttributes";
|
|
521
|
+
export * from "./WorkflowExecutionStreamingBody";
|
|
522
|
+
export * from "./WorkflowExecutionStreamingEvent";
|
|
523
|
+
export * from "./WorkflowExecutionUsageCalculationFulfilledBody";
|
|
524
|
+
export * from "./WorkflowExecutionViewOnlineEvalMetricResult";
|
|
467
525
|
export * from "./WorkflowExecutionWorkflowResultEvent";
|
|
468
526
|
export * from "./WorkflowExpandMetaRequest";
|
|
527
|
+
export * from "./WorkflowInitializationError";
|
|
469
528
|
export * from "./WorkflowNodeResultData";
|
|
470
529
|
export * from "./WorkflowNodeResultEvent";
|
|
471
530
|
export * from "./WorkflowNodeResultEventState";
|
|
@@ -479,6 +538,7 @@ export * from "./WorkflowOutputJson";
|
|
|
479
538
|
export * from "./WorkflowOutputNumber";
|
|
480
539
|
export * from "./WorkflowOutputSearchResults";
|
|
481
540
|
export * from "./WorkflowOutputString";
|
|
541
|
+
export * from "./WorkflowParentContext";
|
|
482
542
|
export * from "./WorkflowPushDeploymentConfigRequest";
|
|
483
543
|
export * from "./WorkflowPushExecConfig";
|
|
484
544
|
export * from "./WorkflowPushResponse";
|
|
@@ -500,6 +560,7 @@ export * from "./WorkflowResultEventOutputDataNumber";
|
|
|
500
560
|
export * from "./WorkflowResultEventOutputDataSearchResults";
|
|
501
561
|
export * from "./WorkflowResultEventOutputDataString";
|
|
502
562
|
export * from "./WorkflowSandboxExample";
|
|
563
|
+
export * from "./WorkflowSandboxParentContext";
|
|
503
564
|
export * from "./WorkflowStreamEvent";
|
|
504
565
|
export * from "./WorkspaceRead";
|
|
505
566
|
export * from "./WorkspaceSecretRead";
|