vellum-ai 1.2.4 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +11 -11
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +9 -9
- package/api/resources/workflowExecutions/client/Client.js +1 -1
- package/api/resources/workflowSandboxes/client/Client.d.ts +2 -3
- package/api/resources/workflowSandboxes/client/Client.js +9 -10
- package/api/resources/workflows/client/Client.js +9 -3
- package/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/AudioInput.d.ts +13 -0
- package/api/types/AudioInput.js +5 -0
- package/api/types/CodeExecutorInput.d.ts +1 -1
- package/api/types/DeploymentRead.d.ts +4 -7
- package/api/types/DocumentInput.d.ts +13 -0
- package/api/types/DocumentInput.js +5 -0
- package/api/types/EnvironmentEnum.d.ts +0 -5
- package/api/types/ImageInput.d.ts +13 -0
- package/api/types/ImageInput.js +5 -0
- package/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputRequest.d.ts +1 -1
- package/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
- package/api/types/NamedTestCaseAudioVariableValue.js +5 -0
- package/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
- package/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
- package/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseImageVariableValue.js +5 -0
- package/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseVariableValue.d.ts +1 -1
- package/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
- package/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseVideoVariableValue.js +5 -0
- package/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
- package/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/api/types/ScenarioInput.d.ts +1 -1
- package/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputAudioVariableValue.js +5 -0
- package/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputDocumentVariableValue.js +5 -0
- package/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputImageVariableValue.js +5 -0
- package/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputVideoVariableValue.js +5 -0
- package/api/types/SlimDeploymentRead.d.ts +4 -7
- package/api/types/SlimWorkflowDeployment.d.ts +4 -7
- package/api/types/SpanLinkTypeEnum.d.ts +8 -1
- package/api/types/SpanLinkTypeEnum.js +6 -0
- package/api/types/TestCaseAudioVariableValue.d.ts +13 -0
- package/api/types/TestCaseAudioVariableValue.js +5 -0
- package/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
- package/api/types/TestCaseDocumentVariableValue.js +5 -0
- package/api/types/TestCaseImageVariableValue.d.ts +13 -0
- package/api/types/TestCaseImageVariableValue.js +5 -0
- package/api/types/TestCaseVariableValue.d.ts +1 -1
- package/api/types/TestCaseVideoVariableValue.d.ts +13 -0
- package/api/types/TestCaseVideoVariableValue.js +5 -0
- package/api/types/VideoInput.d.ts +13 -0
- package/api/types/VideoInput.js +5 -0
- package/api/types/WorkflowDeploymentRead.d.ts +4 -7
- package/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/api/types/WorkflowRequestAudioInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestAudioInputRequest.js +5 -0
- package/api/types/WorkflowRequestDocumentInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestDocumentInputRequest.js +5 -0
- package/api/types/WorkflowRequestImageInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestImageInputRequest.js +5 -0
- package/api/types/WorkflowRequestInputRequest.d.ts +1 -1
- package/api/types/WorkflowRequestVideoInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestVideoInputRequest.js +5 -0
- package/api/types/index.d.ts +28 -0
- package/api/types/index.js +28 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
- package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
- package/dist/api/resources/workflowSandboxes/client/Client.d.ts +2 -3
- package/dist/api/resources/workflowSandboxes/client/Client.js +9 -10
- package/dist/api/resources/workflows/client/Client.js +9 -3
- package/dist/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/AudioInput.d.ts +13 -0
- package/dist/api/types/AudioInput.js +5 -0
- package/dist/api/types/CodeExecutorInput.d.ts +1 -1
- package/dist/api/types/DeploymentRead.d.ts +4 -7
- package/dist/api/types/DocumentInput.d.ts +13 -0
- package/dist/api/types/DocumentInput.js +5 -0
- package/dist/api/types/EnvironmentEnum.d.ts +0 -5
- package/dist/api/types/ImageInput.d.ts +13 -0
- package/dist/api/types/ImageInput.js +5 -0
- package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputRequest.d.ts +1 -1
- package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
- package/dist/api/types/NamedTestCaseAudioVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
- package/dist/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseImageVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseVariableValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
- package/dist/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseVideoVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
- package/dist/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/dist/api/types/ScenarioInput.d.ts +1 -1
- package/dist/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputAudioVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputDocumentVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputImageVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputVideoVariableValue.js +5 -0
- package/dist/api/types/SlimDeploymentRead.d.ts +4 -7
- package/dist/api/types/SlimWorkflowDeployment.d.ts +4 -7
- package/dist/api/types/SpanLinkTypeEnum.d.ts +8 -1
- package/dist/api/types/SpanLinkTypeEnum.js +6 -0
- package/dist/api/types/TestCaseAudioVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseAudioVariableValue.js +5 -0
- package/dist/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseDocumentVariableValue.js +5 -0
- package/dist/api/types/TestCaseImageVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseImageVariableValue.js +5 -0
- package/dist/api/types/TestCaseVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseVideoVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseVideoVariableValue.js +5 -0
- package/dist/api/types/VideoInput.d.ts +13 -0
- package/dist/api/types/VideoInput.js +5 -0
- package/dist/api/types/WorkflowDeploymentRead.d.ts +4 -7
- package/dist/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/dist/api/types/WorkflowRequestAudioInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestAudioInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestDocumentInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestDocumentInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestImageInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestImageInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestInputRequest.d.ts +1 -1
- package/dist/api/types/WorkflowRequestVideoInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestVideoInputRequest.js +5 -0
- package/dist/api/types/index.d.ts +28 -0
- package/dist/api/types/index.js +28 -0
- package/dist/serialization/types/AudioInput.d.ts +15 -0
- package/dist/{terraform/index.js → serialization/types/AudioInput.js} +11 -7
- package/dist/serialization/types/CodeExecutorInput.d.ts +5 -1
- package/dist/serialization/types/CodeExecutorInput.js +8 -0
- package/dist/serialization/types/DocumentInput.d.ts +15 -0
- package/{terraform/index.js → dist/serialization/types/DocumentInput.js} +11 -7
- package/dist/serialization/types/ImageInput.d.ts +15 -0
- package/dist/serialization/types/ImageInput.js +46 -0
- package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
- package/dist/serialization/types/NamedScenarioInputRequest.js +8 -0
- package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
- package/dist/serialization/types/NamedTestCaseVariableValue.js +8 -0
- package/dist/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
- package/dist/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
- package/dist/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/dist/serialization/types/NodeExecutionSpanAttributes.js +1 -0
- package/dist/serialization/types/ScenarioInput.d.ts +5 -1
- package/dist/serialization/types/ScenarioInput.js +8 -0
- package/dist/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputImageVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
- package/dist/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
- package/dist/serialization/types/SpanLinkTypeEnum.js +1 -1
- package/dist/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseAudioVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseDocumentVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseImageVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseVariableValue.d.ts +5 -1
- package/dist/serialization/types/TestCaseVariableValue.js +8 -0
- package/dist/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseVideoVariableValue.js +47 -0
- package/dist/serialization/types/VideoInput.d.ts +15 -0
- package/dist/serialization/types/VideoInput.js +46 -0
- package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
- package/dist/serialization/types/WorkflowRequestAudioInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestAudioInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestDocumentInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestDocumentInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestImageInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestImageInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestInputRequest.d.ts +5 -1
- package/dist/serialization/types/WorkflowRequestInputRequest.js +8 -0
- package/dist/serialization/types/WorkflowRequestVideoInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestVideoInputRequest.js +46 -0
- package/dist/serialization/types/index.d.ts +28 -0
- package/dist/serialization/types/index.js +28 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -3
- package/reference.md +2 -10
- package/serialization/types/AudioInput.d.ts +15 -0
- package/serialization/types/AudioInput.js +46 -0
- package/serialization/types/CodeExecutorInput.d.ts +5 -1
- package/serialization/types/CodeExecutorInput.js +8 -0
- package/serialization/types/DocumentInput.d.ts +15 -0
- package/serialization/types/DocumentInput.js +46 -0
- package/serialization/types/ImageInput.d.ts +15 -0
- package/serialization/types/ImageInput.js +46 -0
- package/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
- package/serialization/types/NamedScenarioInputRequest.js +8 -0
- package/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
- package/serialization/types/NamedTestCaseVariableValue.js +8 -0
- package/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
- package/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
- package/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
- package/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/serialization/types/NodeExecutionSpanAttributes.js +1 -0
- package/serialization/types/ScenarioInput.d.ts +5 -1
- package/serialization/types/ScenarioInput.js +8 -0
- package/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
- package/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
- package/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputImageVariableValue.js +46 -0
- package/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
- package/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
- package/serialization/types/SpanLinkTypeEnum.js +1 -1
- package/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseAudioVariableValue.js +47 -0
- package/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseDocumentVariableValue.js +47 -0
- package/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseImageVariableValue.js +47 -0
- package/serialization/types/TestCaseVariableValue.d.ts +5 -1
- package/serialization/types/TestCaseVariableValue.js +8 -0
- package/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseVideoVariableValue.js +47 -0
- package/serialization/types/VideoInput.d.ts +15 -0
- package/serialization/types/VideoInput.js +46 -0
- package/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
- package/serialization/types/WorkflowRequestAudioInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestAudioInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestDocumentInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestDocumentInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestImageInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestImageInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestInputRequest.d.ts +5 -1
- package/serialization/types/WorkflowRequestInputRequest.js +8 -0
- package/serialization/types/WorkflowRequestVideoInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestVideoInputRequest.js +46 -0
- package/serialization/types/index.d.ts +28 -0
- package/serialization/types/index.js +28 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/terraform/data-vellum-document-index/index.d.ts +0 -61
- package/dist/terraform/data-vellum-document-index/index.js +0 -162
- package/dist/terraform/data-vellum-ml-model/index.d.ts +0 -61
- package/dist/terraform/data-vellum-ml-model/index.js +0 -162
- package/dist/terraform/document-index/index.d.ts +0 -83
- package/dist/terraform/document-index/index.js +0 -190
- package/dist/terraform/index.d.ts +0 -5
- package/dist/terraform/lazy-index.d.ts +0 -0
- package/dist/terraform/lazy-index.js +0 -7
- package/dist/terraform/ml-model/index.d.ts +0 -148
- package/dist/terraform/ml-model/index.js +0 -364
- package/dist/terraform/provider/index.d.ts +0 -65
- package/dist/terraform/provider/index.js +0 -158
- package/terraform/data-vellum-document-index/index.d.ts +0 -61
- package/terraform/data-vellum-document-index/index.js +0 -162
- package/terraform/data-vellum-ml-model/index.d.ts +0 -61
- package/terraform/data-vellum-ml-model/index.js +0 -162
- package/terraform/document-index/index.d.ts +0 -83
- package/terraform/document-index/index.js +0 -190
- package/terraform/index.d.ts +0 -5
- package/terraform/lazy-index.d.ts +0 -0
- package/terraform/lazy-index.js +0 -7
- package/terraform/ml-model/index.d.ts +0 -148
- package/terraform/ml-model/index.js +0 -364
- package/terraform/provider/index.d.ts +0 -65
- package/terraform/provider/index.js +0 -158
|
@@ -0,0 +1,46 @@
|
|
|
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.ScenarioInputDocumentVariableValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumDocument_1 = require("./VellumDocument");
|
|
42
|
+
exports.ScenarioInputDocumentVariableValue = core.serialization.object({
|
|
43
|
+
type: core.serialization.stringLiteral("DOCUMENT"),
|
|
44
|
+
value: VellumDocument_1.VellumDocument,
|
|
45
|
+
inputVariableId: core.serialization.property("input_variable_id", core.serialization.string()),
|
|
46
|
+
});
|
|
@@ -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
|
+
import { VellumImage } from "./VellumImage";
|
|
8
|
+
export declare const ScenarioInputImageVariableValue: core.serialization.ObjectSchema<serializers.ScenarioInputImageVariableValue.Raw, Vellum.ScenarioInputImageVariableValue>;
|
|
9
|
+
export declare namespace ScenarioInputImageVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "IMAGE";
|
|
12
|
+
value: VellumImage.Raw;
|
|
13
|
+
input_variable_id: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.ScenarioInputImageVariableValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumImage_1 = require("./VellumImage");
|
|
42
|
+
exports.ScenarioInputImageVariableValue = core.serialization.object({
|
|
43
|
+
type: core.serialization.stringLiteral("IMAGE"),
|
|
44
|
+
value: VellumImage_1.VellumImage,
|
|
45
|
+
inputVariableId: core.serialization.property("input_variable_id", core.serialization.string()),
|
|
46
|
+
});
|
|
@@ -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
|
+
import { VellumVideo } from "./VellumVideo";
|
|
8
|
+
export declare const ScenarioInputVideoVariableValue: core.serialization.ObjectSchema<serializers.ScenarioInputVideoVariableValue.Raw, Vellum.ScenarioInputVideoVariableValue>;
|
|
9
|
+
export declare namespace ScenarioInputVideoVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "VIDEO";
|
|
12
|
+
value: VellumVideo.Raw;
|
|
13
|
+
input_variable_id: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.ScenarioInputVideoVariableValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumVideo_1 = require("./VellumVideo");
|
|
42
|
+
exports.ScenarioInputVideoVariableValue = core.serialization.object({
|
|
43
|
+
type: core.serialization.stringLiteral("VIDEO"),
|
|
44
|
+
value: VellumVideo_1.VellumVideo,
|
|
45
|
+
inputVariableId: core.serialization.property("input_variable_id", core.serialization.string()),
|
|
46
|
+
});
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const SpanLinkTypeEnum: core.serialization.Schema<serializers.SpanLinkTypeEnum.Raw, Vellum.SpanLinkTypeEnum>;
|
|
8
8
|
export declare namespace SpanLinkTypeEnum {
|
|
9
|
-
type Raw = "TRIGGERED_BY";
|
|
9
|
+
type Raw = "TRIGGERED_BY" | "PREVIOUS_SPAN" | "ROOT_SPAN";
|
|
10
10
|
}
|
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.SpanLinkTypeEnum = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
exports.SpanLinkTypeEnum = core.serialization.
|
|
41
|
+
exports.SpanLinkTypeEnum = core.serialization.enum_(["TRIGGERED_BY", "PREVIOUS_SPAN", "ROOT_SPAN"]);
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { VellumAudio } from "./VellumAudio";
|
|
8
|
+
export declare const TestCaseAudioVariableValue: core.serialization.ObjectSchema<serializers.TestCaseAudioVariableValue.Raw, Vellum.TestCaseAudioVariableValue>;
|
|
9
|
+
export declare namespace TestCaseAudioVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
variable_id: string;
|
|
12
|
+
name?: string | null;
|
|
13
|
+
type: "AUDIO";
|
|
14
|
+
value: VellumAudio.Raw;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -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.TestCaseAudioVariableValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumAudio_1 = require("./VellumAudio");
|
|
42
|
+
exports.TestCaseAudioVariableValue = core.serialization.object({
|
|
43
|
+
variableId: core.serialization.property("variable_id", core.serialization.string()),
|
|
44
|
+
name: core.serialization.string().optional(),
|
|
45
|
+
type: core.serialization.stringLiteral("AUDIO"),
|
|
46
|
+
value: VellumAudio_1.VellumAudio,
|
|
47
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { VellumDocument } from "./VellumDocument";
|
|
8
|
+
export declare const TestCaseDocumentVariableValue: core.serialization.ObjectSchema<serializers.TestCaseDocumentVariableValue.Raw, Vellum.TestCaseDocumentVariableValue>;
|
|
9
|
+
export declare namespace TestCaseDocumentVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
variable_id: string;
|
|
12
|
+
name?: string | null;
|
|
13
|
+
type: "DOCUMENT";
|
|
14
|
+
value: VellumDocument.Raw;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -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.TestCaseDocumentVariableValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumDocument_1 = require("./VellumDocument");
|
|
42
|
+
exports.TestCaseDocumentVariableValue = core.serialization.object({
|
|
43
|
+
variableId: core.serialization.property("variable_id", core.serialization.string()),
|
|
44
|
+
name: core.serialization.string().optional(),
|
|
45
|
+
type: core.serialization.stringLiteral("DOCUMENT"),
|
|
46
|
+
value: VellumDocument_1.VellumDocument,
|
|
47
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { VellumImage } from "./VellumImage";
|
|
8
|
+
export declare const TestCaseImageVariableValue: core.serialization.ObjectSchema<serializers.TestCaseImageVariableValue.Raw, Vellum.TestCaseImageVariableValue>;
|
|
9
|
+
export declare namespace TestCaseImageVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
variable_id: string;
|
|
12
|
+
name?: string | null;
|
|
13
|
+
type: "IMAGE";
|
|
14
|
+
value: VellumImage.Raw;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -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.TestCaseImageVariableValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumImage_1 = require("./VellumImage");
|
|
42
|
+
exports.TestCaseImageVariableValue = core.serialization.object({
|
|
43
|
+
variableId: core.serialization.property("variable_id", core.serialization.string()),
|
|
44
|
+
name: core.serialization.string().optional(),
|
|
45
|
+
type: core.serialization.stringLiteral("IMAGE"),
|
|
46
|
+
value: VellumImage_1.VellumImage,
|
|
47
|
+
});
|
|
@@ -12,7 +12,11 @@ import { TestCaseSearchResultsVariableValue } from "./TestCaseSearchResultsVaria
|
|
|
12
12
|
import { TestCaseErrorVariableValue } from "./TestCaseErrorVariableValue";
|
|
13
13
|
import { TestCaseFunctionCallVariableValue } from "./TestCaseFunctionCallVariableValue";
|
|
14
14
|
import { TestCaseArrayVariableValue } from "./TestCaseArrayVariableValue";
|
|
15
|
+
import { TestCaseAudioVariableValue } from "./TestCaseAudioVariableValue";
|
|
16
|
+
import { TestCaseImageVariableValue } from "./TestCaseImageVariableValue";
|
|
17
|
+
import { TestCaseVideoVariableValue } from "./TestCaseVideoVariableValue";
|
|
18
|
+
import { TestCaseDocumentVariableValue } from "./TestCaseDocumentVariableValue";
|
|
15
19
|
export declare const TestCaseVariableValue: core.serialization.Schema<serializers.TestCaseVariableValue.Raw, Vellum.TestCaseVariableValue>;
|
|
16
20
|
export declare namespace TestCaseVariableValue {
|
|
17
|
-
type Raw = TestCaseStringVariableValue.Raw | TestCaseNumberVariableValue.Raw | TestCaseJsonVariableValue.Raw | TestCaseChatHistoryVariableValue.Raw | TestCaseSearchResultsVariableValue.Raw | TestCaseErrorVariableValue.Raw | TestCaseFunctionCallVariableValue.Raw | TestCaseArrayVariableValue.Raw;
|
|
21
|
+
type Raw = TestCaseStringVariableValue.Raw | TestCaseNumberVariableValue.Raw | TestCaseJsonVariableValue.Raw | TestCaseChatHistoryVariableValue.Raw | TestCaseSearchResultsVariableValue.Raw | TestCaseErrorVariableValue.Raw | TestCaseFunctionCallVariableValue.Raw | TestCaseArrayVariableValue.Raw | TestCaseAudioVariableValue.Raw | TestCaseImageVariableValue.Raw | TestCaseVideoVariableValue.Raw | TestCaseDocumentVariableValue.Raw;
|
|
18
22
|
}
|
|
@@ -46,6 +46,10 @@ const TestCaseSearchResultsVariableValue_1 = require("./TestCaseSearchResultsVar
|
|
|
46
46
|
const TestCaseErrorVariableValue_1 = require("./TestCaseErrorVariableValue");
|
|
47
47
|
const TestCaseFunctionCallVariableValue_1 = require("./TestCaseFunctionCallVariableValue");
|
|
48
48
|
const TestCaseArrayVariableValue_1 = require("./TestCaseArrayVariableValue");
|
|
49
|
+
const TestCaseAudioVariableValue_1 = require("./TestCaseAudioVariableValue");
|
|
50
|
+
const TestCaseImageVariableValue_1 = require("./TestCaseImageVariableValue");
|
|
51
|
+
const TestCaseVideoVariableValue_1 = require("./TestCaseVideoVariableValue");
|
|
52
|
+
const TestCaseDocumentVariableValue_1 = require("./TestCaseDocumentVariableValue");
|
|
49
53
|
exports.TestCaseVariableValue = core.serialization.undiscriminatedUnion([
|
|
50
54
|
TestCaseStringVariableValue_1.TestCaseStringVariableValue,
|
|
51
55
|
TestCaseNumberVariableValue_1.TestCaseNumberVariableValue,
|
|
@@ -55,4 +59,8 @@ exports.TestCaseVariableValue = core.serialization.undiscriminatedUnion([
|
|
|
55
59
|
TestCaseErrorVariableValue_1.TestCaseErrorVariableValue,
|
|
56
60
|
TestCaseFunctionCallVariableValue_1.TestCaseFunctionCallVariableValue,
|
|
57
61
|
TestCaseArrayVariableValue_1.TestCaseArrayVariableValue,
|
|
62
|
+
TestCaseAudioVariableValue_1.TestCaseAudioVariableValue,
|
|
63
|
+
TestCaseImageVariableValue_1.TestCaseImageVariableValue,
|
|
64
|
+
TestCaseVideoVariableValue_1.TestCaseVideoVariableValue,
|
|
65
|
+
TestCaseDocumentVariableValue_1.TestCaseDocumentVariableValue,
|
|
58
66
|
]);
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { VellumVideo } from "./VellumVideo";
|
|
8
|
+
export declare const TestCaseVideoVariableValue: core.serialization.ObjectSchema<serializers.TestCaseVideoVariableValue.Raw, Vellum.TestCaseVideoVariableValue>;
|
|
9
|
+
export declare namespace TestCaseVideoVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
variable_id: string;
|
|
12
|
+
name?: string | null;
|
|
13
|
+
type: "VIDEO";
|
|
14
|
+
value: VellumVideo.Raw;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -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.TestCaseVideoVariableValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumVideo_1 = require("./VellumVideo");
|
|
42
|
+
exports.TestCaseVideoVariableValue = core.serialization.object({
|
|
43
|
+
variableId: core.serialization.property("variable_id", core.serialization.string()),
|
|
44
|
+
name: core.serialization.string().optional(),
|
|
45
|
+
type: core.serialization.stringLiteral("VIDEO"),
|
|
46
|
+
value: VellumVideo_1.VellumVideo,
|
|
47
|
+
});
|
|
@@ -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
|
+
import { VellumVideo } from "./VellumVideo";
|
|
8
|
+
export declare const VideoInput: core.serialization.ObjectSchema<serializers.VideoInput.Raw, Vellum.VideoInput>;
|
|
9
|
+
export declare namespace VideoInput {
|
|
10
|
+
interface Raw {
|
|
11
|
+
name: string;
|
|
12
|
+
type: "VIDEO";
|
|
13
|
+
value: VellumVideo.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.VideoInput = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumVideo_1 = require("./VellumVideo");
|
|
42
|
+
exports.VideoInput = core.serialization.object({
|
|
43
|
+
name: core.serialization.string(),
|
|
44
|
+
type: core.serialization.stringLiteral("VIDEO"),
|
|
45
|
+
value: VellumVideo_1.VellumVideo,
|
|
46
|
+
});
|
|
@@ -43,4 +43,5 @@ exports.WorkflowPushDeploymentConfigRequest = core.serialization.object({
|
|
|
43
43
|
name: core.serialization.string().optionalNullable(),
|
|
44
44
|
description: core.serialization.string().optionalNullable(),
|
|
45
45
|
releaseTags: core.serialization.property("release_tags", core.serialization.list(core.serialization.string()).optionalNullable()),
|
|
46
|
+
releaseDescription: core.serialization.property("release_description", core.serialization.string().optionalNullable()),
|
|
46
47
|
});
|
|
@@ -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
|
+
import { VellumAudioRequest } from "./VellumAudioRequest";
|
|
8
|
+
export declare const WorkflowRequestAudioInputRequest: core.serialization.ObjectSchema<serializers.WorkflowRequestAudioInputRequest.Raw, Vellum.WorkflowRequestAudioInputRequest>;
|
|
9
|
+
export declare namespace WorkflowRequestAudioInputRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
name: string;
|
|
12
|
+
type: "AUDIO";
|
|
13
|
+
value: VellumAudioRequest.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.WorkflowRequestAudioInputRequest = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VellumAudioRequest_1 = require("./VellumAudioRequest");
|
|
42
|
+
exports.WorkflowRequestAudioInputRequest = core.serialization.object({
|
|
43
|
+
name: core.serialization.string(),
|
|
44
|
+
type: core.serialization.stringLiteral("AUDIO"),
|
|
45
|
+
value: VellumAudioRequest_1.VellumAudioRequest,
|
|
46
|
+
});
|
|
@@ -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
|
+
import { VellumDocumentRequest } from "./VellumDocumentRequest";
|
|
8
|
+
export declare const WorkflowRequestDocumentInputRequest: core.serialization.ObjectSchema<serializers.WorkflowRequestDocumentInputRequest.Raw, Vellum.WorkflowRequestDocumentInputRequest>;
|
|
9
|
+
export declare namespace WorkflowRequestDocumentInputRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
name: string;
|
|
12
|
+
type: "DOCUMENT";
|
|
13
|
+
value: VellumDocumentRequest.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|