vellum-ai 1.2.3 → 1.2.5
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.js +2 -2
- 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/DocumentInput.d.ts +13 -0
- package/api/types/DocumentInput.js +5 -0
- 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/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/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/api/types/index.d.ts +24 -0
- package/api/types/index.js +24 -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.js +2 -2
- 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/DocumentInput.d.ts +13 -0
- package/dist/api/types/DocumentInput.js +5 -0
- 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/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/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/dist/api/types/index.d.ts +24 -0
- package/dist/api/types/index.js +24 -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/index.d.ts +24 -0
- package/dist/serialization/types/index.js +24 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -3
- 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/index.d.ts +24 -0
- package/serialization/types/index.js +24 -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
|
@@ -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
|
});
|
|
@@ -21,6 +21,7 @@ export * from "./ArrayVellumValue";
|
|
|
21
21
|
export * from "./ArrayVellumValueRequest";
|
|
22
22
|
export * from "./AudioChatMessageContent";
|
|
23
23
|
export * from "./AudioChatMessageContentRequest";
|
|
24
|
+
export * from "./AudioInput";
|
|
24
25
|
export * from "./AudioInputRequest";
|
|
25
26
|
export * from "./AudioPromptBlock";
|
|
26
27
|
export * from "./AudioVellumValue";
|
|
@@ -88,6 +89,7 @@ export * from "./DocumentIndexChunkingRequest";
|
|
|
88
89
|
export * from "./DocumentIndexIndexingConfig";
|
|
89
90
|
export * from "./DocumentIndexIndexingConfigRequest";
|
|
90
91
|
export * from "./DocumentIndexRead";
|
|
92
|
+
export * from "./DocumentInput";
|
|
91
93
|
export * from "./DocumentInputRequest";
|
|
92
94
|
export * from "./DocumentProcessingState";
|
|
93
95
|
export * from "./DocumentPromptBlock";
|
|
@@ -184,6 +186,7 @@ export * from "./HkunlpInstructorXlVectorizer";
|
|
|
184
186
|
export * from "./HkunlpInstructorXlVectorizerRequest";
|
|
185
187
|
export * from "./ImageChatMessageContent";
|
|
186
188
|
export * from "./ImageChatMessageContentRequest";
|
|
189
|
+
export * from "./ImageInput";
|
|
187
190
|
export * from "./ImageInputRequest";
|
|
188
191
|
export * from "./ImagePromptBlock";
|
|
189
192
|
export * from "./ImageVellumValue";
|
|
@@ -222,18 +225,28 @@ export * from "./MetricDefinitionExecution";
|
|
|
222
225
|
export * from "./MetricDefinitionHistoryItem";
|
|
223
226
|
export * from "./MetricDefinitionInput";
|
|
224
227
|
export * from "./MetricNodeResult";
|
|
228
|
+
export * from "./NamedScenarioInputAudioVariableValueRequest";
|
|
225
229
|
export * from "./NamedScenarioInputChatHistoryVariableValueRequest";
|
|
230
|
+
export * from "./NamedScenarioInputDocumentVariableValueRequest";
|
|
231
|
+
export * from "./NamedScenarioInputImageVariableValueRequest";
|
|
226
232
|
export * from "./NamedScenarioInputJsonVariableValueRequest";
|
|
227
233
|
export * from "./NamedScenarioInputRequest";
|
|
228
234
|
export * from "./NamedScenarioInputStringVariableValueRequest";
|
|
235
|
+
export * from "./NamedScenarioInputVideoVariableValueRequest";
|
|
229
236
|
export * from "./NamedTestCaseArrayVariableValue";
|
|
230
237
|
export * from "./NamedTestCaseArrayVariableValueRequest";
|
|
238
|
+
export * from "./NamedTestCaseAudioVariableValue";
|
|
239
|
+
export * from "./NamedTestCaseAudioVariableValueRequest";
|
|
231
240
|
export * from "./NamedTestCaseChatHistoryVariableValue";
|
|
232
241
|
export * from "./NamedTestCaseChatHistoryVariableValueRequest";
|
|
242
|
+
export * from "./NamedTestCaseDocumentVariableValue";
|
|
243
|
+
export * from "./NamedTestCaseDocumentVariableValueRequest";
|
|
233
244
|
export * from "./NamedTestCaseErrorVariableValue";
|
|
234
245
|
export * from "./NamedTestCaseErrorVariableValueRequest";
|
|
235
246
|
export * from "./NamedTestCaseFunctionCallVariableValue";
|
|
236
247
|
export * from "./NamedTestCaseFunctionCallVariableValueRequest";
|
|
248
|
+
export * from "./NamedTestCaseImageVariableValue";
|
|
249
|
+
export * from "./NamedTestCaseImageVariableValueRequest";
|
|
237
250
|
export * from "./NamedTestCaseJsonVariableValue";
|
|
238
251
|
export * from "./NamedTestCaseJsonVariableValueRequest";
|
|
239
252
|
export * from "./NamedTestCaseNumberVariableValue";
|
|
@@ -244,6 +257,8 @@ export * from "./NamedTestCaseStringVariableValue";
|
|
|
244
257
|
export * from "./NamedTestCaseStringVariableValueRequest";
|
|
245
258
|
export * from "./NamedTestCaseVariableValue";
|
|
246
259
|
export * from "./NamedTestCaseVariableValueRequest";
|
|
260
|
+
export * from "./NamedTestCaseVideoVariableValue";
|
|
261
|
+
export * from "./NamedTestCaseVideoVariableValueRequest";
|
|
247
262
|
export * from "./NewMemberJoinBehaviorEnum";
|
|
248
263
|
export * from "./NodeExecutionFulfilledBody";
|
|
249
264
|
export * from "./NodeExecutionFulfilledEvent";
|
|
@@ -365,9 +380,13 @@ export * from "./RichTextChildBlock";
|
|
|
365
380
|
export * from "./RichTextPromptBlock";
|
|
366
381
|
export * from "./SandboxScenario";
|
|
367
382
|
export * from "./ScenarioInput";
|
|
383
|
+
export * from "./ScenarioInputAudioVariableValue";
|
|
368
384
|
export * from "./ScenarioInputChatHistoryVariableValue";
|
|
385
|
+
export * from "./ScenarioInputDocumentVariableValue";
|
|
386
|
+
export * from "./ScenarioInputImageVariableValue";
|
|
369
387
|
export * from "./ScenarioInputJsonVariableValue";
|
|
370
388
|
export * from "./ScenarioInputStringVariableValue";
|
|
389
|
+
export * from "./ScenarioInputVideoVariableValue";
|
|
371
390
|
export * from "./SearchFiltersRequest";
|
|
372
391
|
export * from "./SearchNodeResult";
|
|
373
392
|
export * from "./SearchNodeResultData";
|
|
@@ -436,14 +455,18 @@ export * from "./TerminalNodeResultOutput";
|
|
|
436
455
|
export * from "./TerminalNodeSearchResultsResult";
|
|
437
456
|
export * from "./TerminalNodeStringResult";
|
|
438
457
|
export * from "./TestCaseArrayVariableValue";
|
|
458
|
+
export * from "./TestCaseAudioVariableValue";
|
|
439
459
|
export * from "./TestCaseChatHistoryVariableValue";
|
|
460
|
+
export * from "./TestCaseDocumentVariableValue";
|
|
440
461
|
export * from "./TestCaseErrorVariableValue";
|
|
441
462
|
export * from "./TestCaseFunctionCallVariableValue";
|
|
463
|
+
export * from "./TestCaseImageVariableValue";
|
|
442
464
|
export * from "./TestCaseJsonVariableValue";
|
|
443
465
|
export * from "./TestCaseNumberVariableValue";
|
|
444
466
|
export * from "./TestCaseSearchResultsVariableValue";
|
|
445
467
|
export * from "./TestCaseStringVariableValue";
|
|
446
468
|
export * from "./TestCaseVariableValue";
|
|
469
|
+
export * from "./TestCaseVideoVariableValue";
|
|
447
470
|
export * from "./TestSuiteRunDeploymentReleaseTagExecConfig";
|
|
448
471
|
export * from "./TestSuiteRunDeploymentReleaseTagExecConfigData";
|
|
449
472
|
export * from "./TestSuiteRunDeploymentReleaseTagExecConfigDataRequest";
|
|
@@ -545,6 +568,7 @@ export * from "./VellumVideoRequest";
|
|
|
545
568
|
export * from "./VellumWorkflowExecutionEvent";
|
|
546
569
|
export * from "./VideoChatMessageContent";
|
|
547
570
|
export * from "./VideoChatMessageContentRequest";
|
|
571
|
+
export * from "./VideoInput";
|
|
548
572
|
export * from "./VideoInputRequest";
|
|
549
573
|
export * from "./VideoPromptBlock";
|
|
550
574
|
export * from "./VideoVellumValue";
|
|
@@ -37,6 +37,7 @@ __exportStar(require("./ArrayVellumValue"), exports);
|
|
|
37
37
|
__exportStar(require("./ArrayVellumValueRequest"), exports);
|
|
38
38
|
__exportStar(require("./AudioChatMessageContent"), exports);
|
|
39
39
|
__exportStar(require("./AudioChatMessageContentRequest"), exports);
|
|
40
|
+
__exportStar(require("./AudioInput"), exports);
|
|
40
41
|
__exportStar(require("./AudioInputRequest"), exports);
|
|
41
42
|
__exportStar(require("./AudioPromptBlock"), exports);
|
|
42
43
|
__exportStar(require("./AudioVellumValue"), exports);
|
|
@@ -104,6 +105,7 @@ __exportStar(require("./DocumentIndexChunkingRequest"), exports);
|
|
|
104
105
|
__exportStar(require("./DocumentIndexIndexingConfig"), exports);
|
|
105
106
|
__exportStar(require("./DocumentIndexIndexingConfigRequest"), exports);
|
|
106
107
|
__exportStar(require("./DocumentIndexRead"), exports);
|
|
108
|
+
__exportStar(require("./DocumentInput"), exports);
|
|
107
109
|
__exportStar(require("./DocumentInputRequest"), exports);
|
|
108
110
|
__exportStar(require("./DocumentProcessingState"), exports);
|
|
109
111
|
__exportStar(require("./DocumentPromptBlock"), exports);
|
|
@@ -200,6 +202,7 @@ __exportStar(require("./HkunlpInstructorXlVectorizer"), exports);
|
|
|
200
202
|
__exportStar(require("./HkunlpInstructorXlVectorizerRequest"), exports);
|
|
201
203
|
__exportStar(require("./ImageChatMessageContent"), exports);
|
|
202
204
|
__exportStar(require("./ImageChatMessageContentRequest"), exports);
|
|
205
|
+
__exportStar(require("./ImageInput"), exports);
|
|
203
206
|
__exportStar(require("./ImageInputRequest"), exports);
|
|
204
207
|
__exportStar(require("./ImagePromptBlock"), exports);
|
|
205
208
|
__exportStar(require("./ImageVellumValue"), exports);
|
|
@@ -238,18 +241,28 @@ __exportStar(require("./MetricDefinitionExecution"), exports);
|
|
|
238
241
|
__exportStar(require("./MetricDefinitionHistoryItem"), exports);
|
|
239
242
|
__exportStar(require("./MetricDefinitionInput"), exports);
|
|
240
243
|
__exportStar(require("./MetricNodeResult"), exports);
|
|
244
|
+
__exportStar(require("./NamedScenarioInputAudioVariableValueRequest"), exports);
|
|
241
245
|
__exportStar(require("./NamedScenarioInputChatHistoryVariableValueRequest"), exports);
|
|
246
|
+
__exportStar(require("./NamedScenarioInputDocumentVariableValueRequest"), exports);
|
|
247
|
+
__exportStar(require("./NamedScenarioInputImageVariableValueRequest"), exports);
|
|
242
248
|
__exportStar(require("./NamedScenarioInputJsonVariableValueRequest"), exports);
|
|
243
249
|
__exportStar(require("./NamedScenarioInputRequest"), exports);
|
|
244
250
|
__exportStar(require("./NamedScenarioInputStringVariableValueRequest"), exports);
|
|
251
|
+
__exportStar(require("./NamedScenarioInputVideoVariableValueRequest"), exports);
|
|
245
252
|
__exportStar(require("./NamedTestCaseArrayVariableValue"), exports);
|
|
246
253
|
__exportStar(require("./NamedTestCaseArrayVariableValueRequest"), exports);
|
|
254
|
+
__exportStar(require("./NamedTestCaseAudioVariableValue"), exports);
|
|
255
|
+
__exportStar(require("./NamedTestCaseAudioVariableValueRequest"), exports);
|
|
247
256
|
__exportStar(require("./NamedTestCaseChatHistoryVariableValue"), exports);
|
|
248
257
|
__exportStar(require("./NamedTestCaseChatHistoryVariableValueRequest"), exports);
|
|
258
|
+
__exportStar(require("./NamedTestCaseDocumentVariableValue"), exports);
|
|
259
|
+
__exportStar(require("./NamedTestCaseDocumentVariableValueRequest"), exports);
|
|
249
260
|
__exportStar(require("./NamedTestCaseErrorVariableValue"), exports);
|
|
250
261
|
__exportStar(require("./NamedTestCaseErrorVariableValueRequest"), exports);
|
|
251
262
|
__exportStar(require("./NamedTestCaseFunctionCallVariableValue"), exports);
|
|
252
263
|
__exportStar(require("./NamedTestCaseFunctionCallVariableValueRequest"), exports);
|
|
264
|
+
__exportStar(require("./NamedTestCaseImageVariableValue"), exports);
|
|
265
|
+
__exportStar(require("./NamedTestCaseImageVariableValueRequest"), exports);
|
|
253
266
|
__exportStar(require("./NamedTestCaseJsonVariableValue"), exports);
|
|
254
267
|
__exportStar(require("./NamedTestCaseJsonVariableValueRequest"), exports);
|
|
255
268
|
__exportStar(require("./NamedTestCaseNumberVariableValue"), exports);
|
|
@@ -260,6 +273,8 @@ __exportStar(require("./NamedTestCaseStringVariableValue"), exports);
|
|
|
260
273
|
__exportStar(require("./NamedTestCaseStringVariableValueRequest"), exports);
|
|
261
274
|
__exportStar(require("./NamedTestCaseVariableValue"), exports);
|
|
262
275
|
__exportStar(require("./NamedTestCaseVariableValueRequest"), exports);
|
|
276
|
+
__exportStar(require("./NamedTestCaseVideoVariableValue"), exports);
|
|
277
|
+
__exportStar(require("./NamedTestCaseVideoVariableValueRequest"), exports);
|
|
263
278
|
__exportStar(require("./NewMemberJoinBehaviorEnum"), exports);
|
|
264
279
|
__exportStar(require("./NodeExecutionFulfilledBody"), exports);
|
|
265
280
|
__exportStar(require("./NodeExecutionFulfilledEvent"), exports);
|
|
@@ -381,9 +396,13 @@ __exportStar(require("./RichTextChildBlock"), exports);
|
|
|
381
396
|
__exportStar(require("./RichTextPromptBlock"), exports);
|
|
382
397
|
__exportStar(require("./SandboxScenario"), exports);
|
|
383
398
|
__exportStar(require("./ScenarioInput"), exports);
|
|
399
|
+
__exportStar(require("./ScenarioInputAudioVariableValue"), exports);
|
|
384
400
|
__exportStar(require("./ScenarioInputChatHistoryVariableValue"), exports);
|
|
401
|
+
__exportStar(require("./ScenarioInputDocumentVariableValue"), exports);
|
|
402
|
+
__exportStar(require("./ScenarioInputImageVariableValue"), exports);
|
|
385
403
|
__exportStar(require("./ScenarioInputJsonVariableValue"), exports);
|
|
386
404
|
__exportStar(require("./ScenarioInputStringVariableValue"), exports);
|
|
405
|
+
__exportStar(require("./ScenarioInputVideoVariableValue"), exports);
|
|
387
406
|
__exportStar(require("./SearchFiltersRequest"), exports);
|
|
388
407
|
__exportStar(require("./SearchNodeResult"), exports);
|
|
389
408
|
__exportStar(require("./SearchNodeResultData"), exports);
|
|
@@ -452,14 +471,18 @@ __exportStar(require("./TerminalNodeResultOutput"), exports);
|
|
|
452
471
|
__exportStar(require("./TerminalNodeSearchResultsResult"), exports);
|
|
453
472
|
__exportStar(require("./TerminalNodeStringResult"), exports);
|
|
454
473
|
__exportStar(require("./TestCaseArrayVariableValue"), exports);
|
|
474
|
+
__exportStar(require("./TestCaseAudioVariableValue"), exports);
|
|
455
475
|
__exportStar(require("./TestCaseChatHistoryVariableValue"), exports);
|
|
476
|
+
__exportStar(require("./TestCaseDocumentVariableValue"), exports);
|
|
456
477
|
__exportStar(require("./TestCaseErrorVariableValue"), exports);
|
|
457
478
|
__exportStar(require("./TestCaseFunctionCallVariableValue"), exports);
|
|
479
|
+
__exportStar(require("./TestCaseImageVariableValue"), exports);
|
|
458
480
|
__exportStar(require("./TestCaseJsonVariableValue"), exports);
|
|
459
481
|
__exportStar(require("./TestCaseNumberVariableValue"), exports);
|
|
460
482
|
__exportStar(require("./TestCaseSearchResultsVariableValue"), exports);
|
|
461
483
|
__exportStar(require("./TestCaseStringVariableValue"), exports);
|
|
462
484
|
__exportStar(require("./TestCaseVariableValue"), exports);
|
|
485
|
+
__exportStar(require("./TestCaseVideoVariableValue"), exports);
|
|
463
486
|
__exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfig"), exports);
|
|
464
487
|
__exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigData"), exports);
|
|
465
488
|
__exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigDataRequest"), exports);
|
|
@@ -561,6 +584,7 @@ __exportStar(require("./VellumVideoRequest"), exports);
|
|
|
561
584
|
__exportStar(require("./VellumWorkflowExecutionEvent"), exports);
|
|
562
585
|
__exportStar(require("./VideoChatMessageContent"), exports);
|
|
563
586
|
__exportStar(require("./VideoChatMessageContentRequest"), exports);
|
|
587
|
+
__exportStar(require("./VideoInput"), exports);
|
|
564
588
|
__exportStar(require("./VideoInputRequest"), exports);
|
|
565
589
|
__exportStar(require("./VideoPromptBlock"), exports);
|
|
566
590
|
__exportStar(require("./VideoVellumValue"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.2.
|
|
1
|
+
export declare const SDK_VERSION = "1.2.5";
|
package/version.js
CHANGED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { Construct } from 'constructs';
|
|
2
|
-
import * as cdktf from 'cdktf';
|
|
3
|
-
export interface DataVellumDocumentIndexConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
-
/**
|
|
5
|
-
* The Document Index's ID
|
|
6
|
-
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#id DataVellumDocumentIndex#id}
|
|
8
|
-
*
|
|
9
|
-
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
10
|
-
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
11
|
-
*/
|
|
12
|
-
readonly id?: string;
|
|
13
|
-
/**
|
|
14
|
-
* A name that uniquely identifies this index within its workspace
|
|
15
|
-
*
|
|
16
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#name DataVellumDocumentIndex#name}
|
|
17
|
-
*/
|
|
18
|
-
readonly name?: string;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index vellum_document_index}
|
|
22
|
-
*/
|
|
23
|
-
export declare class DataVellumDocumentIndex extends cdktf.TerraformDataSource {
|
|
24
|
-
static readonly tfResourceType = "vellum_document_index";
|
|
25
|
-
/**
|
|
26
|
-
* Generates CDKTF code for importing a DataVellumDocumentIndex resource upon running "cdktf plan <stack-name>"
|
|
27
|
-
* @param scope The scope in which to define this construct
|
|
28
|
-
* @param importToId The construct id used in the generated config for the DataVellumDocumentIndex to import
|
|
29
|
-
* @param importFromId The id of the existing DataVellumDocumentIndex that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#import import section} in the documentation of this resource for the id to use
|
|
30
|
-
* @param provider? Optional instance of the provider where the DataVellumDocumentIndex to import is found
|
|
31
|
-
*/
|
|
32
|
-
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
|
|
33
|
-
/**
|
|
34
|
-
* Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index vellum_document_index} Data Source
|
|
35
|
-
*
|
|
36
|
-
* @param scope The scope in which to define this construct
|
|
37
|
-
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
38
|
-
* @param options DataVellumDocumentIndexConfig = {}
|
|
39
|
-
*/
|
|
40
|
-
constructor(scope: Construct, id: string, config?: DataVellumDocumentIndexConfig);
|
|
41
|
-
get created(): string;
|
|
42
|
-
get environment(): string;
|
|
43
|
-
private _id?;
|
|
44
|
-
get id(): string;
|
|
45
|
-
set id(value: string);
|
|
46
|
-
resetId(): void;
|
|
47
|
-
get idInput(): string | undefined;
|
|
48
|
-
get label(): string;
|
|
49
|
-
private _name?;
|
|
50
|
-
get name(): string;
|
|
51
|
-
set name(value: string);
|
|
52
|
-
resetName(): void;
|
|
53
|
-
get nameInput(): string | undefined;
|
|
54
|
-
get status(): string;
|
|
55
|
-
protected synthesizeAttributes(): {
|
|
56
|
-
[name: string]: any;
|
|
57
|
-
};
|
|
58
|
-
protected synthesizeHclAttributes(): {
|
|
59
|
-
[name: string]: any;
|
|
60
|
-
};
|
|
61
|
-
}
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index
|
|
3
|
-
// generated from terraform resource schema
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
-
}) : function(o, v) {
|
|
18
|
-
o["default"] = v;
|
|
19
|
-
});
|
|
20
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
21
|
-
var ownKeys = function(o) {
|
|
22
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
23
|
-
var ar = [];
|
|
24
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
25
|
-
return ar;
|
|
26
|
-
};
|
|
27
|
-
return ownKeys(o);
|
|
28
|
-
};
|
|
29
|
-
return function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
|
-
})();
|
|
37
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.DataVellumDocumentIndex = void 0;
|
|
39
|
-
const cdktf = __importStar(require("cdktf"));
|
|
40
|
-
/**
|
|
41
|
-
* Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index vellum_document_index}
|
|
42
|
-
*/
|
|
43
|
-
class DataVellumDocumentIndex extends cdktf.TerraformDataSource {
|
|
44
|
-
// ==============
|
|
45
|
-
// STATIC Methods
|
|
46
|
-
// ==============
|
|
47
|
-
/**
|
|
48
|
-
* Generates CDKTF code for importing a DataVellumDocumentIndex resource upon running "cdktf plan <stack-name>"
|
|
49
|
-
* @param scope The scope in which to define this construct
|
|
50
|
-
* @param importToId The construct id used in the generated config for the DataVellumDocumentIndex to import
|
|
51
|
-
* @param importFromId The id of the existing DataVellumDocumentIndex that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#import import section} in the documentation of this resource for the id to use
|
|
52
|
-
* @param provider? Optional instance of the provider where the DataVellumDocumentIndex to import is found
|
|
53
|
-
*/
|
|
54
|
-
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
55
|
-
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "vellum_document_index", importId: importFromId, provider });
|
|
56
|
-
}
|
|
57
|
-
// ===========
|
|
58
|
-
// INITIALIZER
|
|
59
|
-
// ===========
|
|
60
|
-
/**
|
|
61
|
-
* Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index vellum_document_index} Data Source
|
|
62
|
-
*
|
|
63
|
-
* @param scope The scope in which to define this construct
|
|
64
|
-
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
65
|
-
* @param options DataVellumDocumentIndexConfig = {}
|
|
66
|
-
*/
|
|
67
|
-
constructor(scope, id, config = {}) {
|
|
68
|
-
super(scope, id, {
|
|
69
|
-
terraformResourceType: 'vellum_document_index',
|
|
70
|
-
terraformGeneratorMetadata: {
|
|
71
|
-
providerName: 'vellum',
|
|
72
|
-
providerVersion: '0.0.7'
|
|
73
|
-
},
|
|
74
|
-
provider: config.provider,
|
|
75
|
-
dependsOn: config.dependsOn,
|
|
76
|
-
count: config.count,
|
|
77
|
-
lifecycle: config.lifecycle,
|
|
78
|
-
provisioners: config.provisioners,
|
|
79
|
-
connection: config.connection,
|
|
80
|
-
forEach: config.forEach
|
|
81
|
-
});
|
|
82
|
-
this._id = config.id;
|
|
83
|
-
this._name = config.name;
|
|
84
|
-
}
|
|
85
|
-
// ==========
|
|
86
|
-
// ATTRIBUTES
|
|
87
|
-
// ==========
|
|
88
|
-
// created - computed: true, optional: false, required: false
|
|
89
|
-
get created() {
|
|
90
|
-
return this.getStringAttribute('created');
|
|
91
|
-
}
|
|
92
|
-
// environment - computed: true, optional: false, required: false
|
|
93
|
-
get environment() {
|
|
94
|
-
return this.getStringAttribute('environment');
|
|
95
|
-
}
|
|
96
|
-
get id() {
|
|
97
|
-
return this.getStringAttribute('id');
|
|
98
|
-
}
|
|
99
|
-
set id(value) {
|
|
100
|
-
this._id = value;
|
|
101
|
-
}
|
|
102
|
-
resetId() {
|
|
103
|
-
this._id = undefined;
|
|
104
|
-
}
|
|
105
|
-
// Temporarily expose input value. Use with caution.
|
|
106
|
-
get idInput() {
|
|
107
|
-
return this._id;
|
|
108
|
-
}
|
|
109
|
-
// label - computed: true, optional: false, required: false
|
|
110
|
-
get label() {
|
|
111
|
-
return this.getStringAttribute('label');
|
|
112
|
-
}
|
|
113
|
-
get name() {
|
|
114
|
-
return this.getStringAttribute('name');
|
|
115
|
-
}
|
|
116
|
-
set name(value) {
|
|
117
|
-
this._name = value;
|
|
118
|
-
}
|
|
119
|
-
resetName() {
|
|
120
|
-
this._name = undefined;
|
|
121
|
-
}
|
|
122
|
-
// Temporarily expose input value. Use with caution.
|
|
123
|
-
get nameInput() {
|
|
124
|
-
return this._name;
|
|
125
|
-
}
|
|
126
|
-
// status - computed: true, optional: false, required: false
|
|
127
|
-
get status() {
|
|
128
|
-
return this.getStringAttribute('status');
|
|
129
|
-
}
|
|
130
|
-
// =========
|
|
131
|
-
// SYNTHESIS
|
|
132
|
-
// =========
|
|
133
|
-
synthesizeAttributes() {
|
|
134
|
-
return {
|
|
135
|
-
id: cdktf.stringToTerraform(this._id),
|
|
136
|
-
name: cdktf.stringToTerraform(this._name),
|
|
137
|
-
};
|
|
138
|
-
}
|
|
139
|
-
synthesizeHclAttributes() {
|
|
140
|
-
const attrs = {
|
|
141
|
-
id: {
|
|
142
|
-
value: cdktf.stringToHclTerraform(this._id),
|
|
143
|
-
isBlock: false,
|
|
144
|
-
type: "simple",
|
|
145
|
-
storageClassType: "string",
|
|
146
|
-
},
|
|
147
|
-
name: {
|
|
148
|
-
value: cdktf.stringToHclTerraform(this._name),
|
|
149
|
-
isBlock: false,
|
|
150
|
-
type: "simple",
|
|
151
|
-
storageClassType: "string",
|
|
152
|
-
},
|
|
153
|
-
};
|
|
154
|
-
// remove undefined attributes
|
|
155
|
-
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
exports.DataVellumDocumentIndex = DataVellumDocumentIndex;
|
|
159
|
-
// =================
|
|
160
|
-
// STATIC PROPERTIES
|
|
161
|
-
// =================
|
|
162
|
-
DataVellumDocumentIndex.tfResourceType = "vellum_document_index";
|