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
|
@@ -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";
|
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./ExecuteApiRequestBody"), exports);
|
|
18
18
|
__exportStar(require("./ExecuteApiRequestHeadersValue"), exports);
|
|
19
19
|
__exportStar(require("./ExecuteApiRequestBearerToken"), exports);
|
|
20
|
+
__exportStar(require("./ApiRequestParentContext"), exports);
|
|
20
21
|
__exportStar(require("./AdHocExecutePromptEvent"), exports);
|
|
21
22
|
__exportStar(require("./AdHocExpandMeta"), exports);
|
|
22
23
|
__exportStar(require("./AdHocFulfilledPromptExecutionMeta"), exports);
|
|
@@ -26,6 +27,7 @@ __exportStar(require("./AdHocStreamingPromptExecutionMeta"), exports);
|
|
|
26
27
|
__exportStar(require("./AddOpenaiApiKeyEnum"), exports);
|
|
27
28
|
__exportStar(require("./ApiNodeResult"), exports);
|
|
28
29
|
__exportStar(require("./ApiNodeResultData"), exports);
|
|
30
|
+
__exportStar(require("./ApiVersionEnum"), exports);
|
|
29
31
|
__exportStar(require("./ArrayChatMessageContent"), exports);
|
|
30
32
|
__exportStar(require("./ArrayChatMessageContentItem"), exports);
|
|
31
33
|
__exportStar(require("./ArrayChatMessageContentItemRequest"), exports);
|
|
@@ -38,6 +40,7 @@ __exportStar(require("./AudioChatMessageContentRequest"), exports);
|
|
|
38
40
|
__exportStar(require("./AudioPromptBlock"), exports);
|
|
39
41
|
__exportStar(require("./AudioVellumValue"), exports);
|
|
40
42
|
__exportStar(require("./AudioVellumValueRequest"), exports);
|
|
43
|
+
__exportStar(require("./BaseOutput"), exports);
|
|
41
44
|
__exportStar(require("./BasicVectorizerIntfloatMultilingualE5Large"), exports);
|
|
42
45
|
__exportStar(require("./BasicVectorizerIntfloatMultilingualE5LargeRequest"), exports);
|
|
43
46
|
__exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1"), exports);
|
|
@@ -70,6 +73,7 @@ __exportStar(require("./CodeExecutionRuntime"), exports);
|
|
|
70
73
|
__exportStar(require("./CodeExecutorInput"), exports);
|
|
71
74
|
__exportStar(require("./CodeExecutorResponse"), exports);
|
|
72
75
|
__exportStar(require("./CodeExecutorSecretInput"), exports);
|
|
76
|
+
__exportStar(require("./CodeResourceDefinition"), exports);
|
|
73
77
|
__exportStar(require("./CompilePromptDeploymentExpandMetaRequest"), exports);
|
|
74
78
|
__exportStar(require("./CompilePromptMeta"), exports);
|
|
75
79
|
__exportStar(require("./ConditionCombinator"), exports);
|
|
@@ -122,6 +126,7 @@ __exportStar(require("./ExecutionNumberVellumValue"), exports);
|
|
|
122
126
|
__exportStar(require("./ExecutionSearchResultsVellumValue"), exports);
|
|
123
127
|
__exportStar(require("./ExecutionStringVellumValue"), exports);
|
|
124
128
|
__exportStar(require("./ExecutionVellumValue"), exports);
|
|
129
|
+
__exportStar(require("./ExternalInputDescriptor"), exports);
|
|
125
130
|
__exportStar(require("./ExternalTestCaseExecution"), exports);
|
|
126
131
|
__exportStar(require("./ExternalTestCaseExecutionRequest"), exports);
|
|
127
132
|
__exportStar(require("./FinishReasonEnum"), exports);
|
|
@@ -184,6 +189,7 @@ __exportStar(require("./InitiatedPromptExecutionMeta"), exports);
|
|
|
184
189
|
__exportStar(require("./InitiatedWorkflowNodeResultEvent"), exports);
|
|
185
190
|
__exportStar(require("./InstructorVectorizerConfig"), exports);
|
|
186
191
|
__exportStar(require("./InstructorVectorizerConfigRequest"), exports);
|
|
192
|
+
__exportStar(require("./InvokedPort"), exports);
|
|
187
193
|
__exportStar(require("./IterationStateEnum"), exports);
|
|
188
194
|
__exportStar(require("./JsonInput"), exports);
|
|
189
195
|
__exportStar(require("./JsonInputRequest"), exports);
|
|
@@ -194,6 +200,7 @@ __exportStar(require("./LogicalOperator"), exports);
|
|
|
194
200
|
__exportStar(require("./LogprobsEnum"), exports);
|
|
195
201
|
__exportStar(require("./MlModelRead"), exports);
|
|
196
202
|
__exportStar(require("./MlModelUsage"), exports);
|
|
203
|
+
__exportStar(require("./MlModelUsageWrapper"), exports);
|
|
197
204
|
__exportStar(require("./MapNodeResult"), exports);
|
|
198
205
|
__exportStar(require("./MapNodeResultData"), exports);
|
|
199
206
|
__exportStar(require("./MergeNodeResult"), exports);
|
|
@@ -230,6 +237,21 @@ __exportStar(require("./NamedTestCaseStringVariableValueRequest"), exports);
|
|
|
230
237
|
__exportStar(require("./NamedTestCaseVariableValue"), exports);
|
|
231
238
|
__exportStar(require("./NamedTestCaseVariableValueRequest"), exports);
|
|
232
239
|
__exportStar(require("./NewMemberJoinBehaviorEnum"), exports);
|
|
240
|
+
__exportStar(require("./NodeEventDisplayContext"), exports);
|
|
241
|
+
__exportStar(require("./NodeExecutionFulfilledBody"), exports);
|
|
242
|
+
__exportStar(require("./NodeExecutionFulfilledEvent"), exports);
|
|
243
|
+
__exportStar(require("./NodeExecutionInitiatedBody"), exports);
|
|
244
|
+
__exportStar(require("./NodeExecutionInitiatedEvent"), exports);
|
|
245
|
+
__exportStar(require("./NodeExecutionPausedBody"), exports);
|
|
246
|
+
__exportStar(require("./NodeExecutionPausedEvent"), exports);
|
|
247
|
+
__exportStar(require("./NodeExecutionRejectedBody"), exports);
|
|
248
|
+
__exportStar(require("./NodeExecutionRejectedEvent"), exports);
|
|
249
|
+
__exportStar(require("./NodeExecutionResumedBody"), exports);
|
|
250
|
+
__exportStar(require("./NodeExecutionResumedEvent"), exports);
|
|
251
|
+
__exportStar(require("./NodeExecutionSpan"), exports);
|
|
252
|
+
__exportStar(require("./NodeExecutionSpanAttributes"), exports);
|
|
253
|
+
__exportStar(require("./NodeExecutionStreamingBody"), exports);
|
|
254
|
+
__exportStar(require("./NodeExecutionStreamingEvent"), exports);
|
|
233
255
|
__exportStar(require("./NodeInputCompiledArrayValue"), exports);
|
|
234
256
|
__exportStar(require("./NodeInputCompiledChatHistoryValue"), exports);
|
|
235
257
|
__exportStar(require("./NodeInputCompiledErrorValue"), exports);
|
|
@@ -249,6 +271,7 @@ __exportStar(require("./NodeOutputCompiledNumberValue"), exports);
|
|
|
249
271
|
__exportStar(require("./NodeOutputCompiledSearchResultsValue"), exports);
|
|
250
272
|
__exportStar(require("./NodeOutputCompiledStringValue"), exports);
|
|
251
273
|
__exportStar(require("./NodeOutputCompiledValue"), exports);
|
|
274
|
+
__exportStar(require("./NodeParentContext"), exports);
|
|
252
275
|
__exportStar(require("./NormalizedLogProbs"), exports);
|
|
253
276
|
__exportStar(require("./NormalizedTokenLogProbs"), exports);
|
|
254
277
|
__exportStar(require("./NumberInput"), exports);
|
|
@@ -274,6 +297,7 @@ __exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
|
|
|
274
297
|
__exportStar(require("./PaginatedTestSuiteTestCaseList"), exports);
|
|
275
298
|
__exportStar(require("./PaginatedWorkflowReleaseTagReadList"), exports);
|
|
276
299
|
__exportStar(require("./PaginatedWorkflowSandboxExampleList"), exports);
|
|
300
|
+
__exportStar(require("./ParentContext"), exports);
|
|
277
301
|
__exportStar(require("./PdfSearchResultMetaSource"), exports);
|
|
278
302
|
__exportStar(require("./PdfSearchResultMetaSourceRequest"), exports);
|
|
279
303
|
__exportStar(require("./PlainTextPromptBlock"), exports);
|
|
@@ -283,6 +307,7 @@ __exportStar(require("./PromptBlock"), exports);
|
|
|
283
307
|
__exportStar(require("./PromptBlockState"), exports);
|
|
284
308
|
__exportStar(require("./PromptDeploymentExpandMetaRequest"), exports);
|
|
285
309
|
__exportStar(require("./PromptDeploymentInputRequest"), exports);
|
|
310
|
+
__exportStar(require("./PromptDeploymentParentContext"), exports);
|
|
286
311
|
__exportStar(require("./PromptExecutionMeta"), exports);
|
|
287
312
|
__exportStar(require("./PromptNodeExecutionMeta"), exports);
|
|
288
313
|
__exportStar(require("./PromptNodeResult"), exports);
|
|
@@ -342,6 +367,9 @@ __exportStar(require("./SlimDeploymentRead"), exports);
|
|
|
342
367
|
__exportStar(require("./SlimDocument"), exports);
|
|
343
368
|
__exportStar(require("./SlimDocumentDocumentToDocumentIndex"), exports);
|
|
344
369
|
__exportStar(require("./SlimWorkflowDeployment"), exports);
|
|
370
|
+
__exportStar(require("./SlimWorkflowExecutionRead"), exports);
|
|
371
|
+
__exportStar(require("./SpanLink"), exports);
|
|
372
|
+
__exportStar(require("./SpanLinkTypeEnum"), exports);
|
|
345
373
|
__exportStar(require("./StreamingAdHocExecutePromptEvent"), exports);
|
|
346
374
|
__exportStar(require("./StreamingExecutePromptEvent"), exports);
|
|
347
375
|
__exportStar(require("./StreamingPromptExecutionMeta"), exports);
|
|
@@ -455,6 +483,7 @@ __exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
|
|
|
455
483
|
__exportStar(require("./VariablePromptBlock"), exports);
|
|
456
484
|
__exportStar(require("./VellumAudio"), exports);
|
|
457
485
|
__exportStar(require("./VellumAudioRequest"), exports);
|
|
486
|
+
__exportStar(require("./VellumCodeResourceDefinition"), exports);
|
|
458
487
|
__exportStar(require("./VellumDocument"), exports);
|
|
459
488
|
__exportStar(require("./VellumDocumentRequest"), exports);
|
|
460
489
|
__exportStar(require("./VellumError"), exports);
|
|
@@ -462,7 +491,11 @@ __exportStar(require("./VellumErrorCodeEnum"), exports);
|
|
|
462
491
|
__exportStar(require("./VellumErrorRequest"), exports);
|
|
463
492
|
__exportStar(require("./VellumImage"), exports);
|
|
464
493
|
__exportStar(require("./VellumImageRequest"), exports);
|
|
494
|
+
__exportStar(require("./VellumNodeExecutionEvent"), exports);
|
|
495
|
+
__exportStar(require("./VellumSdkError"), exports);
|
|
496
|
+
__exportStar(require("./VellumSdkErrorCodeEnum"), exports);
|
|
465
497
|
__exportStar(require("./VellumSecret"), exports);
|
|
498
|
+
__exportStar(require("./VellumSpan"), exports);
|
|
466
499
|
__exportStar(require("./VellumValue"), exports);
|
|
467
500
|
__exportStar(require("./VellumValueLogicalConditionGroupRequest"), exports);
|
|
468
501
|
__exportStar(require("./VellumValueLogicalConditionRequest"), exports);
|
|
@@ -471,17 +504,43 @@ __exportStar(require("./VellumValueRequest"), exports);
|
|
|
471
504
|
__exportStar(require("./VellumVariable"), exports);
|
|
472
505
|
__exportStar(require("./VellumVariableExtensions"), exports);
|
|
473
506
|
__exportStar(require("./VellumVariableType"), exports);
|
|
507
|
+
__exportStar(require("./VellumWorkflowExecutionEvent"), exports);
|
|
508
|
+
__exportStar(require("./WorkflowDeploymentEventExecutionsResponse"), exports);
|
|
474
509
|
__exportStar(require("./WorkflowDeploymentHistoryItem"), exports);
|
|
510
|
+
__exportStar(require("./WorkflowDeploymentParentContext"), exports);
|
|
475
511
|
__exportStar(require("./WorkflowDeploymentRead"), exports);
|
|
512
|
+
__exportStar(require("./WorkflowError"), exports);
|
|
513
|
+
__exportStar(require("./WorkflowEventDisplayContext"), exports);
|
|
476
514
|
__exportStar(require("./WorkflowEventError"), exports);
|
|
515
|
+
__exportStar(require("./WorkflowEventExecutionRead"), exports);
|
|
516
|
+
__exportStar(require("./WorkflowExecutionActual"), exports);
|
|
477
517
|
__exportStar(require("./WorkflowExecutionActualChatHistoryRequest"), exports);
|
|
478
518
|
__exportStar(require("./WorkflowExecutionActualJsonRequest"), exports);
|
|
479
519
|
__exportStar(require("./WorkflowExecutionActualStringRequest"), exports);
|
|
480
520
|
__exportStar(require("./WorkflowExecutionEventErrorCode"), exports);
|
|
481
521
|
__exportStar(require("./WorkflowExecutionEventType"), exports);
|
|
522
|
+
__exportStar(require("./WorkflowExecutionFulfilledBody"), exports);
|
|
523
|
+
__exportStar(require("./WorkflowExecutionFulfilledEvent"), exports);
|
|
524
|
+
__exportStar(require("./WorkflowExecutionInitiatedBody"), exports);
|
|
525
|
+
__exportStar(require("./WorkflowExecutionInitiatedEvent"), exports);
|
|
482
526
|
__exportStar(require("./WorkflowExecutionNodeResultEvent"), exports);
|
|
527
|
+
__exportStar(require("./WorkflowExecutionPausedBody"), exports);
|
|
528
|
+
__exportStar(require("./WorkflowExecutionPausedEvent"), exports);
|
|
529
|
+
__exportStar(require("./WorkflowExecutionRejectedBody"), exports);
|
|
530
|
+
__exportStar(require("./WorkflowExecutionRejectedEvent"), exports);
|
|
531
|
+
__exportStar(require("./WorkflowExecutionResumedBody"), exports);
|
|
532
|
+
__exportStar(require("./WorkflowExecutionResumedEvent"), exports);
|
|
533
|
+
__exportStar(require("./WorkflowExecutionSnapshottedBody"), exports);
|
|
534
|
+
__exportStar(require("./WorkflowExecutionSnapshottedEvent"), exports);
|
|
535
|
+
__exportStar(require("./WorkflowExecutionSpan"), exports);
|
|
536
|
+
__exportStar(require("./WorkflowExecutionSpanAttributes"), exports);
|
|
537
|
+
__exportStar(require("./WorkflowExecutionStreamingBody"), exports);
|
|
538
|
+
__exportStar(require("./WorkflowExecutionStreamingEvent"), exports);
|
|
539
|
+
__exportStar(require("./WorkflowExecutionUsageCalculationFulfilledBody"), exports);
|
|
540
|
+
__exportStar(require("./WorkflowExecutionViewOnlineEvalMetricResult"), exports);
|
|
483
541
|
__exportStar(require("./WorkflowExecutionWorkflowResultEvent"), exports);
|
|
484
542
|
__exportStar(require("./WorkflowExpandMetaRequest"), exports);
|
|
543
|
+
__exportStar(require("./WorkflowInitializationError"), exports);
|
|
485
544
|
__exportStar(require("./WorkflowNodeResultData"), exports);
|
|
486
545
|
__exportStar(require("./WorkflowNodeResultEvent"), exports);
|
|
487
546
|
__exportStar(require("./WorkflowNodeResultEventState"), exports);
|
|
@@ -495,6 +554,7 @@ __exportStar(require("./WorkflowOutputJson"), exports);
|
|
|
495
554
|
__exportStar(require("./WorkflowOutputNumber"), exports);
|
|
496
555
|
__exportStar(require("./WorkflowOutputSearchResults"), exports);
|
|
497
556
|
__exportStar(require("./WorkflowOutputString"), exports);
|
|
557
|
+
__exportStar(require("./WorkflowParentContext"), exports);
|
|
498
558
|
__exportStar(require("./WorkflowPushDeploymentConfigRequest"), exports);
|
|
499
559
|
__exportStar(require("./WorkflowPushExecConfig"), exports);
|
|
500
560
|
__exportStar(require("./WorkflowPushResponse"), exports);
|
|
@@ -516,6 +576,7 @@ __exportStar(require("./WorkflowResultEventOutputDataNumber"), exports);
|
|
|
516
576
|
__exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
|
|
517
577
|
__exportStar(require("./WorkflowResultEventOutputDataString"), exports);
|
|
518
578
|
__exportStar(require("./WorkflowSandboxExample"), exports);
|
|
579
|
+
__exportStar(require("./WorkflowSandboxParentContext"), exports);
|
|
519
580
|
__exportStar(require("./WorkflowStreamEvent"), exports);
|
|
520
581
|
__exportStar(require("./WorkspaceRead"), exports);
|
|
521
582
|
__exportStar(require("./WorkspaceSecretRead"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.24";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -3057,6 +3057,118 @@ await client.workflowDeployments.retrieve("id");
|
|
|
3057
3057
|
</dl>
|
|
3058
3058
|
</details>
|
|
3059
3059
|
|
|
3060
|
+
<details><summary><code>client.workflowDeployments.<a href="/src/api/resources/workflowDeployments/client/Client.ts">listWorkflowDeploymentEventExecutions</a>(id, { ...params }) -> Vellum.WorkflowDeploymentEventExecutionsResponse</code></summary>
|
|
3061
|
+
<dl>
|
|
3062
|
+
<dd>
|
|
3063
|
+
|
|
3064
|
+
#### 🔌 Usage
|
|
3065
|
+
|
|
3066
|
+
<dl>
|
|
3067
|
+
<dd>
|
|
3068
|
+
|
|
3069
|
+
<dl>
|
|
3070
|
+
<dd>
|
|
3071
|
+
|
|
3072
|
+
```typescript
|
|
3073
|
+
await client.workflowDeployments.listWorkflowDeploymentEventExecutions("id");
|
|
3074
|
+
```
|
|
3075
|
+
|
|
3076
|
+
</dd>
|
|
3077
|
+
</dl>
|
|
3078
|
+
</dd>
|
|
3079
|
+
</dl>
|
|
3080
|
+
|
|
3081
|
+
#### ⚙️ Parameters
|
|
3082
|
+
|
|
3083
|
+
<dl>
|
|
3084
|
+
<dd>
|
|
3085
|
+
|
|
3086
|
+
<dl>
|
|
3087
|
+
<dd>
|
|
3088
|
+
|
|
3089
|
+
**id:** `string`
|
|
3090
|
+
|
|
3091
|
+
</dd>
|
|
3092
|
+
</dl>
|
|
3093
|
+
|
|
3094
|
+
<dl>
|
|
3095
|
+
<dd>
|
|
3096
|
+
|
|
3097
|
+
**request:** `Vellum.ListWorkflowDeploymentEventExecutionsRequest`
|
|
3098
|
+
|
|
3099
|
+
</dd>
|
|
3100
|
+
</dl>
|
|
3101
|
+
|
|
3102
|
+
<dl>
|
|
3103
|
+
<dd>
|
|
3104
|
+
|
|
3105
|
+
**requestOptions:** `WorkflowDeployments.RequestOptions`
|
|
3106
|
+
|
|
3107
|
+
</dd>
|
|
3108
|
+
</dl>
|
|
3109
|
+
</dd>
|
|
3110
|
+
</dl>
|
|
3111
|
+
|
|
3112
|
+
</dd>
|
|
3113
|
+
</dl>
|
|
3114
|
+
</details>
|
|
3115
|
+
|
|
3116
|
+
<details><summary><code>client.workflowDeployments.<a href="/src/api/resources/workflowDeployments/client/Client.ts">workflowDeploymentEventExecution</a>(executionId, id) -> Vellum.WorkflowEventExecutionRead</code></summary>
|
|
3117
|
+
<dl>
|
|
3118
|
+
<dd>
|
|
3119
|
+
|
|
3120
|
+
#### 🔌 Usage
|
|
3121
|
+
|
|
3122
|
+
<dl>
|
|
3123
|
+
<dd>
|
|
3124
|
+
|
|
3125
|
+
<dl>
|
|
3126
|
+
<dd>
|
|
3127
|
+
|
|
3128
|
+
```typescript
|
|
3129
|
+
await client.workflowDeployments.workflowDeploymentEventExecution("execution_id", "id");
|
|
3130
|
+
```
|
|
3131
|
+
|
|
3132
|
+
</dd>
|
|
3133
|
+
</dl>
|
|
3134
|
+
</dd>
|
|
3135
|
+
</dl>
|
|
3136
|
+
|
|
3137
|
+
#### ⚙️ Parameters
|
|
3138
|
+
|
|
3139
|
+
<dl>
|
|
3140
|
+
<dd>
|
|
3141
|
+
|
|
3142
|
+
<dl>
|
|
3143
|
+
<dd>
|
|
3144
|
+
|
|
3145
|
+
**executionId:** `string`
|
|
3146
|
+
|
|
3147
|
+
</dd>
|
|
3148
|
+
</dl>
|
|
3149
|
+
|
|
3150
|
+
<dl>
|
|
3151
|
+
<dd>
|
|
3152
|
+
|
|
3153
|
+
**id:** `string`
|
|
3154
|
+
|
|
3155
|
+
</dd>
|
|
3156
|
+
</dl>
|
|
3157
|
+
|
|
3158
|
+
<dl>
|
|
3159
|
+
<dd>
|
|
3160
|
+
|
|
3161
|
+
**requestOptions:** `WorkflowDeployments.RequestOptions`
|
|
3162
|
+
|
|
3163
|
+
</dd>
|
|
3164
|
+
</dl>
|
|
3165
|
+
</dd>
|
|
3166
|
+
</dl>
|
|
3167
|
+
|
|
3168
|
+
</dd>
|
|
3169
|
+
</dl>
|
|
3170
|
+
</details>
|
|
3171
|
+
|
|
3060
3172
|
<details><summary><code>client.workflowDeployments.<a href="/src/api/resources/workflowDeployments/client/Client.ts">workflowDeploymentHistoryItemRetrieve</a>(historyIdOrReleaseTag, id) -> Vellum.WorkflowDeploymentHistoryItem</code></summary>
|
|
3061
3173
|
<dl>
|
|
3062
3174
|
<dd>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const ApiRequestParentContext: core.serialization.ObjectSchema<serializers.ApiRequestParentContext.Raw, Vellum.ApiRequestParentContext>;
|
|
8
|
+
export declare namespace ApiRequestParentContext {
|
|
9
|
+
interface Raw {
|
|
10
|
+
parent?: serializers.ParentContext.Raw | null;
|
|
11
|
+
links?: serializers.SpanLink.Raw[] | null;
|
|
12
|
+
type: "API_REQUEST";
|
|
13
|
+
span_id: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ApiRequestParentContext = void 0;
|
|
40
|
+
const serializers = __importStar(require("../index"));
|
|
41
|
+
const core = __importStar(require("../../core"));
|
|
42
|
+
exports.ApiRequestParentContext = core.serialization.object({
|
|
43
|
+
parent: core.serialization.lazy(() => serializers.ParentContext).optional(),
|
|
44
|
+
links: core.serialization.list(core.serialization.lazyObject(() => serializers.SpanLink)).optional(),
|
|
45
|
+
type: core.serialization.stringLiteral("API_REQUEST"),
|
|
46
|
+
spanId: core.serialization.property("span_id", core.serialization.string()),
|
|
47
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const ApiVersionEnum: core.serialization.Schema<serializers.ApiVersionEnum.Raw, Vellum.ApiVersionEnum>;
|
|
8
|
+
export declare namespace ApiVersionEnum {
|
|
9
|
+
type Raw = "2024-10-25";
|
|
10
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ApiVersionEnum = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.ApiVersionEnum = core.serialization.stringLiteral("2024-10-25");
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const BaseOutput: core.serialization.ObjectSchema<serializers.BaseOutput.Raw, Vellum.BaseOutput>;
|
|
8
|
+
export declare namespace BaseOutput {
|
|
9
|
+
interface Raw {
|
|
10
|
+
value?: Record<string, unknown> | null;
|
|
11
|
+
delta?: Record<string, unknown> | null;
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
14
|
+
}
|