vellum-ai 0.3.12 → 0.3.13
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.d.ts +3 -0
- package/Client.js +18 -13
- package/api/resources/deployments/client/Client.js +3 -3
- package/api/resources/documentIndexes/client/Client.js +6 -6
- package/api/resources/documents/client/Client.js +4 -4
- package/api/resources/folderEntities/client/Client.js +1 -1
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/modelVersions/client/Client.js +1 -1
- package/api/resources/registeredPrompts/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +2 -2
- package/api/resources/testSuiteRuns/client/Client.d.ts +32 -0
- package/api/resources/testSuiteRuns/client/Client.js +215 -0
- package/api/resources/testSuiteRuns/client/index.d.ts +1 -0
- package/api/resources/testSuiteRuns/client/index.js +17 -0
- package/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.d.ts +17 -0
- package/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.js +5 -0
- package/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +10 -0
- package/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +5 -0
- package/api/resources/testSuiteRuns/client/requests/index.d.ts +2 -0
- package/api/resources/testSuiteRuns/client/requests/index.js +2 -0
- package/api/resources/testSuiteRuns/index.d.ts +1 -0
- package/api/resources/testSuiteRuns/index.js +17 -0
- package/api/resources/testSuites/client/Client.js +2 -2
- package/api/resources/workflowDeployments/client/Client.js +2 -2
- package/api/types/PaginatedTestSuiteRunExecutionList.d.ts +10 -0
- package/api/types/PaginatedTestSuiteRunExecutionList.js +5 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +12 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +5 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +9 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +5 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +9 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +5 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +12 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +5 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +4 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +5 -0
- package/api/types/TestSuiteRunExecConfig.d.ts +13 -0
- package/api/types/TestSuiteRunExecConfig.js +5 -0
- package/api/types/TestSuiteRunExecConfigRequest.d.ts +13 -0
- package/api/types/TestSuiteRunExecConfigRequest.js +5 -0
- package/api/types/TestSuiteRunExecution.d.ts +10 -0
- package/api/types/TestSuiteRunExecution.js +5 -0
- package/api/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +8 -0
- package/api/types/TestSuiteRunExecutionChatHistoryOutput.js +5 -0
- package/api/types/TestSuiteRunExecutionErrorOutput.d.ts +8 -0
- package/api/types/TestSuiteRunExecutionErrorOutput.js +5 -0
- package/api/types/TestSuiteRunExecutionJsonOutput.d.ts +7 -0
- package/api/types/TestSuiteRunExecutionJsonOutput.js +5 -0
- package/api/types/TestSuiteRunExecutionMetricResult.d.ts +8 -0
- package/api/types/TestSuiteRunExecutionMetricResult.js +5 -0
- package/api/types/TestSuiteRunExecutionNumberOutput.d.ts +7 -0
- package/api/types/TestSuiteRunExecutionNumberOutput.js +5 -0
- package/api/types/TestSuiteRunExecutionOutput.d.ts +25 -0
- package/api/types/TestSuiteRunExecutionOutput.js +5 -0
- package/api/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +8 -0
- package/api/types/TestSuiteRunExecutionSearchResultsOutput.js +5 -0
- package/api/types/TestSuiteRunExecutionStringOutput.d.ts +7 -0
- package/api/types/TestSuiteRunExecutionStringOutput.js +5 -0
- package/api/types/TestSuiteRunMetricErrorOutput.d.ts +11 -0
- package/api/types/TestSuiteRunMetricErrorOutput.js +5 -0
- package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +4 -0
- package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.js +5 -0
- package/api/types/TestSuiteRunMetricNumberOutput.d.ts +10 -0
- package/api/types/TestSuiteRunMetricNumberOutput.js +5 -0
- package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +4 -0
- package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.js +5 -0
- package/api/types/TestSuiteRunMetricOutput.d.ts +13 -0
- package/api/types/TestSuiteRunMetricOutput.js +5 -0
- package/api/types/TestSuiteRunRead.d.ts +21 -0
- package/api/types/TestSuiteRunRead.js +5 -0
- package/api/types/TestSuiteRunState.d.ts +18 -0
- package/api/types/TestSuiteRunState.js +13 -0
- package/api/types/TestSuiteRunTestSuite.d.ts +8 -0
- package/api/types/TestSuiteRunTestSuite.js +5 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +12 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +5 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +9 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +5 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +9 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +5 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +12 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +5 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +4 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +5 -0
- package/api/types/WorkflowOutputArray.d.ts +1 -1
- package/api/types/WorkflowOutputChatHistory.d.ts +1 -1
- package/api/types/WorkflowOutputError.d.ts +1 -1
- package/api/types/WorkflowOutputFunctionCall.d.ts +1 -1
- package/api/types/WorkflowOutputImage.d.ts +1 -1
- package/api/types/WorkflowOutputJson.d.ts +1 -1
- package/api/types/WorkflowOutputNumber.d.ts +1 -1
- package/api/types/WorkflowOutputSearchResults.d.ts +1 -1
- package/api/types/WorkflowOutputString.d.ts +1 -1
- package/api/types/index.d.ts +30 -0
- package/api/types/index.js +30 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +18 -13
- package/dist/api/resources/deployments/client/Client.js +3 -3
- package/dist/api/resources/documentIndexes/client/Client.js +6 -6
- package/dist/api/resources/documents/client/Client.js +4 -4
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/modelVersions/client/Client.js +1 -1
- package/dist/api/resources/registeredPrompts/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +2 -2
- package/dist/api/resources/testSuiteRuns/client/Client.d.ts +32 -0
- package/dist/api/resources/testSuiteRuns/client/Client.js +215 -0
- package/dist/api/resources/testSuiteRuns/client/index.d.ts +1 -0
- package/dist/api/resources/testSuiteRuns/client/index.js +17 -0
- package/dist/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.d.ts +17 -0
- package/dist/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.js +5 -0
- package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +10 -0
- package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +5 -0
- package/dist/api/resources/testSuiteRuns/client/requests/index.d.ts +2 -0
- package/dist/api/resources/testSuiteRuns/client/requests/index.js +2 -0
- package/dist/api/resources/testSuiteRuns/index.d.ts +1 -0
- package/dist/api/resources/testSuiteRuns/index.js +17 -0
- package/dist/api/resources/testSuites/client/Client.js +2 -2
- package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
- package/dist/api/types/PaginatedTestSuiteRunExecutionList.d.ts +10 -0
- package/dist/api/types/PaginatedTestSuiteRunExecutionList.js +5 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +12 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +5 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +9 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +5 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +9 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +5 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +12 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +5 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +4 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +5 -0
- package/dist/api/types/TestSuiteRunExecConfig.d.ts +13 -0
- package/dist/api/types/TestSuiteRunExecConfig.js +5 -0
- package/dist/api/types/TestSuiteRunExecConfigRequest.d.ts +13 -0
- package/dist/api/types/TestSuiteRunExecConfigRequest.js +5 -0
- package/dist/api/types/TestSuiteRunExecution.d.ts +10 -0
- package/dist/api/types/TestSuiteRunExecution.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +8 -0
- package/dist/api/types/TestSuiteRunExecutionChatHistoryOutput.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionErrorOutput.d.ts +8 -0
- package/dist/api/types/TestSuiteRunExecutionErrorOutput.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionJsonOutput.d.ts +7 -0
- package/dist/api/types/TestSuiteRunExecutionJsonOutput.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionMetricResult.d.ts +8 -0
- package/dist/api/types/TestSuiteRunExecutionMetricResult.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionNumberOutput.d.ts +7 -0
- package/dist/api/types/TestSuiteRunExecutionNumberOutput.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionOutput.d.ts +25 -0
- package/dist/api/types/TestSuiteRunExecutionOutput.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +8 -0
- package/dist/api/types/TestSuiteRunExecutionSearchResultsOutput.js +5 -0
- package/dist/api/types/TestSuiteRunExecutionStringOutput.d.ts +7 -0
- package/dist/api/types/TestSuiteRunExecutionStringOutput.js +5 -0
- package/dist/api/types/TestSuiteRunMetricErrorOutput.d.ts +11 -0
- package/dist/api/types/TestSuiteRunMetricErrorOutput.js +5 -0
- package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +4 -0
- package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.js +5 -0
- package/dist/api/types/TestSuiteRunMetricNumberOutput.d.ts +10 -0
- package/dist/api/types/TestSuiteRunMetricNumberOutput.js +5 -0
- package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +4 -0
- package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.js +5 -0
- package/dist/api/types/TestSuiteRunMetricOutput.d.ts +13 -0
- package/dist/api/types/TestSuiteRunMetricOutput.js +5 -0
- package/dist/api/types/TestSuiteRunRead.d.ts +21 -0
- package/dist/api/types/TestSuiteRunRead.js +5 -0
- package/dist/api/types/TestSuiteRunState.d.ts +18 -0
- package/dist/api/types/TestSuiteRunState.js +13 -0
- package/dist/api/types/TestSuiteRunTestSuite.d.ts +8 -0
- package/dist/api/types/TestSuiteRunTestSuite.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +12 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +9 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +9 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +12 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +4 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +5 -0
- package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
- package/dist/api/types/WorkflowOutputChatHistory.d.ts +1 -1
- package/dist/api/types/WorkflowOutputError.d.ts +1 -1
- package/dist/api/types/WorkflowOutputFunctionCall.d.ts +1 -1
- package/dist/api/types/WorkflowOutputImage.d.ts +1 -1
- package/dist/api/types/WorkflowOutputJson.d.ts +1 -1
- package/dist/api/types/WorkflowOutputNumber.d.ts +1 -1
- package/dist/api/types/WorkflowOutputSearchResults.d.ts +1 -1
- package/dist/api/types/WorkflowOutputString.d.ts +1 -1
- package/dist/api/types/index.d.ts +30 -0
- package/dist/api/types/index.js +30 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/testSuiteRuns/client/index.d.ts +1 -0
- package/dist/serialization/resources/testSuiteRuns/client/index.js +17 -0
- package/dist/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +13 -0
- package/dist/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +43 -0
- package/dist/serialization/resources/testSuiteRuns/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/testSuiteRuns/client/requests/index.js +5 -0
- package/dist/serialization/resources/testSuiteRuns/index.d.ts +1 -0
- package/dist/serialization/resources/testSuiteRuns/index.js +17 -0
- package/dist/serialization/types/PaginatedTestSuiteRunExecutionList.d.ts +15 -0
- package/dist/serialization/types/PaginatedTestSuiteRunExecutionList.js +47 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +43 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +34 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +34 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +43 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +10 -0
- package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +31 -0
- package/dist/serialization/types/TestSuiteRunExecConfig.d.ts +16 -0
- package/dist/serialization/types/TestSuiteRunExecConfig.js +48 -0
- package/dist/serialization/types/TestSuiteRunExecConfigRequest.d.ts +16 -0
- package/dist/serialization/types/TestSuiteRunExecConfigRequest.js +48 -0
- package/dist/serialization/types/TestSuiteRunExecution.d.ts +15 -0
- package/dist/serialization/types/TestSuiteRunExecution.js +45 -0
- package/dist/serialization/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunExecutionChatHistoryOutput.js +45 -0
- package/dist/serialization/types/TestSuiteRunExecutionErrorOutput.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunExecutionErrorOutput.js +43 -0
- package/dist/serialization/types/TestSuiteRunExecutionJsonOutput.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunExecutionJsonOutput.js +34 -0
- package/dist/serialization/types/TestSuiteRunExecutionMetricResult.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunExecutionMetricResult.js +43 -0
- package/dist/serialization/types/TestSuiteRunExecutionNumberOutput.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunExecutionNumberOutput.js +34 -0
- package/dist/serialization/types/TestSuiteRunExecutionOutput.d.ts +28 -0
- package/dist/serialization/types/TestSuiteRunExecutionOutput.js +52 -0
- package/dist/serialization/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunExecutionSearchResultsOutput.js +45 -0
- package/dist/serialization/types/TestSuiteRunExecutionStringOutput.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunExecutionStringOutput.js +34 -0
- package/dist/serialization/types/TestSuiteRunMetricErrorOutput.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunMetricErrorOutput.js +43 -0
- package/dist/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +10 -0
- package/dist/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.js +31 -0
- package/dist/serialization/types/TestSuiteRunMetricNumberOutput.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunMetricNumberOutput.js +34 -0
- package/dist/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +10 -0
- package/dist/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.js +31 -0
- package/dist/serialization/types/TestSuiteRunMetricOutput.d.ts +16 -0
- package/dist/serialization/types/TestSuiteRunMetricOutput.js +48 -0
- package/dist/serialization/types/TestSuiteRunRead.d.ts +16 -0
- package/dist/serialization/types/TestSuiteRunRead.js +46 -0
- package/dist/serialization/types/TestSuiteRunState.d.ts +10 -0
- package/dist/serialization/types/TestSuiteRunState.js +31 -0
- package/dist/serialization/types/TestSuiteRunTestSuite.d.ts +14 -0
- package/dist/serialization/types/TestSuiteRunTestSuite.js +35 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +43 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +34 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +34 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +43 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +10 -0
- package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +31 -0
- package/dist/serialization/types/WorkflowOutputArray.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputArray.js +3 -1
- package/dist/serialization/types/WorkflowOutputChatHistory.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputChatHistory.js +3 -1
- package/dist/serialization/types/WorkflowOutputError.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputError.js +1 -1
- package/dist/serialization/types/WorkflowOutputFunctionCall.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputFunctionCall.js +1 -1
- package/dist/serialization/types/WorkflowOutputImage.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputImage.js +1 -1
- package/dist/serialization/types/WorkflowOutputJson.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputJson.js +1 -1
- package/dist/serialization/types/WorkflowOutputNumber.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputNumber.js +1 -1
- package/dist/serialization/types/WorkflowOutputSearchResults.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputSearchResults.js +3 -1
- package/dist/serialization/types/WorkflowOutputString.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputString.js +1 -1
- package/dist/serialization/types/index.d.ts +30 -0
- package/dist/serialization/types/index.js +30 -0
- package/package.json +1 -1
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/testSuiteRuns/client/index.d.ts +1 -0
- package/serialization/resources/testSuiteRuns/client/index.js +17 -0
- package/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +13 -0
- package/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +43 -0
- package/serialization/resources/testSuiteRuns/client/requests/index.d.ts +1 -0
- package/serialization/resources/testSuiteRuns/client/requests/index.js +5 -0
- package/serialization/resources/testSuiteRuns/index.d.ts +1 -0
- package/serialization/resources/testSuiteRuns/index.js +17 -0
- package/serialization/types/PaginatedTestSuiteRunExecutionList.d.ts +15 -0
- package/serialization/types/PaginatedTestSuiteRunExecutionList.js +47 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +13 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +43 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +13 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +34 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +13 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +34 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +13 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +43 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +10 -0
- package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +31 -0
- package/serialization/types/TestSuiteRunExecConfig.d.ts +16 -0
- package/serialization/types/TestSuiteRunExecConfig.js +48 -0
- package/serialization/types/TestSuiteRunExecConfigRequest.d.ts +16 -0
- package/serialization/types/TestSuiteRunExecConfigRequest.js +48 -0
- package/serialization/types/TestSuiteRunExecution.d.ts +15 -0
- package/serialization/types/TestSuiteRunExecution.js +45 -0
- package/serialization/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +13 -0
- package/serialization/types/TestSuiteRunExecutionChatHistoryOutput.js +45 -0
- package/serialization/types/TestSuiteRunExecutionErrorOutput.d.ts +13 -0
- package/serialization/types/TestSuiteRunExecutionErrorOutput.js +43 -0
- package/serialization/types/TestSuiteRunExecutionJsonOutput.d.ts +13 -0
- package/serialization/types/TestSuiteRunExecutionJsonOutput.js +34 -0
- package/serialization/types/TestSuiteRunExecutionMetricResult.d.ts +13 -0
- package/serialization/types/TestSuiteRunExecutionMetricResult.js +43 -0
- package/serialization/types/TestSuiteRunExecutionNumberOutput.d.ts +13 -0
- package/serialization/types/TestSuiteRunExecutionNumberOutput.js +34 -0
- package/serialization/types/TestSuiteRunExecutionOutput.d.ts +28 -0
- package/serialization/types/TestSuiteRunExecutionOutput.js +52 -0
- package/serialization/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +13 -0
- package/serialization/types/TestSuiteRunExecutionSearchResultsOutput.js +45 -0
- package/serialization/types/TestSuiteRunExecutionStringOutput.d.ts +13 -0
- package/serialization/types/TestSuiteRunExecutionStringOutput.js +34 -0
- package/serialization/types/TestSuiteRunMetricErrorOutput.d.ts +13 -0
- package/serialization/types/TestSuiteRunMetricErrorOutput.js +43 -0
- package/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +10 -0
- package/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.js +31 -0
- package/serialization/types/TestSuiteRunMetricNumberOutput.d.ts +13 -0
- package/serialization/types/TestSuiteRunMetricNumberOutput.js +34 -0
- package/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +10 -0
- package/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.js +31 -0
- package/serialization/types/TestSuiteRunMetricOutput.d.ts +16 -0
- package/serialization/types/TestSuiteRunMetricOutput.js +48 -0
- package/serialization/types/TestSuiteRunRead.d.ts +16 -0
- package/serialization/types/TestSuiteRunRead.js +46 -0
- package/serialization/types/TestSuiteRunState.d.ts +10 -0
- package/serialization/types/TestSuiteRunState.js +31 -0
- package/serialization/types/TestSuiteRunTestSuite.d.ts +14 -0
- package/serialization/types/TestSuiteRunTestSuite.js +35 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +13 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +43 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +13 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +34 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +13 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +34 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +13 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +43 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +10 -0
- package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +31 -0
- package/serialization/types/WorkflowOutputArray.d.ts +1 -1
- package/serialization/types/WorkflowOutputArray.js +3 -1
- package/serialization/types/WorkflowOutputChatHistory.d.ts +1 -1
- package/serialization/types/WorkflowOutputChatHistory.js +3 -1
- package/serialization/types/WorkflowOutputError.d.ts +1 -1
- package/serialization/types/WorkflowOutputError.js +1 -1
- package/serialization/types/WorkflowOutputFunctionCall.d.ts +1 -1
- package/serialization/types/WorkflowOutputFunctionCall.js +1 -1
- package/serialization/types/WorkflowOutputImage.d.ts +1 -1
- package/serialization/types/WorkflowOutputImage.js +1 -1
- package/serialization/types/WorkflowOutputJson.d.ts +1 -1
- package/serialization/types/WorkflowOutputJson.js +1 -1
- package/serialization/types/WorkflowOutputNumber.d.ts +1 -1
- package/serialization/types/WorkflowOutputNumber.js +1 -1
- package/serialization/types/WorkflowOutputSearchResults.d.ts +1 -1
- package/serialization/types/WorkflowOutputSearchResults.js +3 -1
- package/serialization/types/WorkflowOutputString.d.ts +1 -1
- package/serialization/types/WorkflowOutputString.js +1 -1
- package/serialization/types/index.d.ts +30 -0
- package/serialization/types/index.js +30 -0
package/Client.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { FolderEntities } from "./api/resources/folderEntities/client/Client";
|
|
|
11
11
|
import { ModelVersions } from "./api/resources/modelVersions/client/Client";
|
|
12
12
|
import { RegisteredPrompts } from "./api/resources/registeredPrompts/client/Client";
|
|
13
13
|
import { Sandboxes } from "./api/resources/sandboxes/client/Client";
|
|
14
|
+
import { TestSuiteRuns } from "./api/resources/testSuiteRuns/client/Client";
|
|
14
15
|
import { TestSuites } from "./api/resources/testSuites/client/Client";
|
|
15
16
|
import { WorkflowDeployments } from "./api/resources/workflowDeployments/client/Client";
|
|
16
17
|
export declare namespace VellumClient {
|
|
@@ -125,6 +126,8 @@ export declare class VellumClient {
|
|
|
125
126
|
get registeredPrompts(): RegisteredPrompts;
|
|
126
127
|
protected _sandboxes: Sandboxes | undefined;
|
|
127
128
|
get sandboxes(): Sandboxes;
|
|
129
|
+
protected _testSuiteRuns: TestSuiteRuns | undefined;
|
|
130
|
+
get testSuiteRuns(): TestSuiteRuns;
|
|
128
131
|
protected _testSuites: TestSuites | undefined;
|
|
129
132
|
get testSuites(): TestSuites;
|
|
130
133
|
protected _workflowDeployments: WorkflowDeployments | undefined;
|
package/Client.js
CHANGED
|
@@ -52,8 +52,9 @@ const Client_4 = require("./api/resources/folderEntities/client/Client");
|
|
|
52
52
|
const Client_5 = require("./api/resources/modelVersions/client/Client");
|
|
53
53
|
const Client_6 = require("./api/resources/registeredPrompts/client/Client");
|
|
54
54
|
const Client_7 = require("./api/resources/sandboxes/client/Client");
|
|
55
|
-
const Client_8 = require("./api/resources/
|
|
56
|
-
const Client_9 = require("./api/resources/
|
|
55
|
+
const Client_8 = require("./api/resources/testSuiteRuns/client/Client");
|
|
56
|
+
const Client_9 = require("./api/resources/testSuites/client/Client");
|
|
57
|
+
const Client_10 = require("./api/resources/workflowDeployments/client/Client");
|
|
57
58
|
class VellumClient {
|
|
58
59
|
constructor(_options) {
|
|
59
60
|
this._options = _options;
|
|
@@ -76,7 +77,7 @@ class VellumClient {
|
|
|
76
77
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
77
78
|
"X-Fern-Language": "JavaScript",
|
|
78
79
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
79
|
-
"X-Fern-SDK-Version": "0.3.
|
|
80
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
80
81
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
81
82
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
82
83
|
},
|
|
@@ -139,7 +140,7 @@ class VellumClient {
|
|
|
139
140
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
140
141
|
"X-Fern-Language": "JavaScript",
|
|
141
142
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
142
|
-
"X-Fern-SDK-Version": "0.3.
|
|
143
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
143
144
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
144
145
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
145
146
|
},
|
|
@@ -214,7 +215,7 @@ class VellumClient {
|
|
|
214
215
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
215
216
|
"X-Fern-Language": "JavaScript",
|
|
216
217
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
217
|
-
"X-Fern-SDK-Version": "0.3.
|
|
218
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
218
219
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
219
220
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
220
221
|
},
|
|
@@ -275,7 +276,7 @@ class VellumClient {
|
|
|
275
276
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
276
277
|
"X-Fern-Language": "JavaScript",
|
|
277
278
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
278
|
-
"X-Fern-SDK-Version": "0.3.
|
|
279
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
279
280
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
280
281
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
281
282
|
},
|
|
@@ -358,7 +359,7 @@ class VellumClient {
|
|
|
358
359
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
359
360
|
"X-Fern-Language": "JavaScript",
|
|
360
361
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
361
|
-
"X-Fern-SDK-Version": "0.3.
|
|
362
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
362
363
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
363
364
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
364
365
|
},
|
|
@@ -423,7 +424,7 @@ class VellumClient {
|
|
|
423
424
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
424
425
|
"X-Fern-Language": "JavaScript",
|
|
425
426
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
426
|
-
"X-Fern-SDK-Version": "0.3.
|
|
427
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
427
428
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
428
429
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
429
430
|
},
|
|
@@ -503,7 +504,7 @@ class VellumClient {
|
|
|
503
504
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
504
505
|
"X-Fern-Language": "JavaScript",
|
|
505
506
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
506
|
-
"X-Fern-SDK-Version": "0.3.
|
|
507
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
507
508
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
508
509
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
509
510
|
},
|
|
@@ -574,7 +575,7 @@ class VellumClient {
|
|
|
574
575
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
575
576
|
"X-Fern-Language": "JavaScript",
|
|
576
577
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
577
|
-
"X-Fern-SDK-Version": "0.3.
|
|
578
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
578
579
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
579
580
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
580
581
|
},
|
|
@@ -639,7 +640,7 @@ class VellumClient {
|
|
|
639
640
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
640
641
|
"X-Fern-Language": "JavaScript",
|
|
641
642
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
642
|
-
"X-Fern-SDK-Version": "0.3.
|
|
643
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
643
644
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
644
645
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
645
646
|
},
|
|
@@ -702,13 +703,17 @@ class VellumClient {
|
|
|
702
703
|
var _a;
|
|
703
704
|
return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_7.Sandboxes(this._options)));
|
|
704
705
|
}
|
|
706
|
+
get testSuiteRuns() {
|
|
707
|
+
var _a;
|
|
708
|
+
return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_8.TestSuiteRuns(this._options)));
|
|
709
|
+
}
|
|
705
710
|
get testSuites() {
|
|
706
711
|
var _a;
|
|
707
|
-
return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new
|
|
712
|
+
return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_9.TestSuites(this._options)));
|
|
708
713
|
}
|
|
709
714
|
get workflowDeployments() {
|
|
710
715
|
var _a;
|
|
711
|
-
return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new
|
|
716
|
+
return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_10.WorkflowDeployments(this._options)));
|
|
712
717
|
}
|
|
713
718
|
}
|
|
714
719
|
exports.VellumClient = VellumClient;
|
|
@@ -74,7 +74,7 @@ class Deployments {
|
|
|
74
74
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
77
|
-
"X-Fern-SDK-Version": "0.3.
|
|
77
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
78
78
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
79
79
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
80
80
|
},
|
|
@@ -129,7 +129,7 @@ class Deployments {
|
|
|
129
129
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
130
130
|
"X-Fern-Language": "JavaScript",
|
|
131
131
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
132
|
-
"X-Fern-SDK-Version": "0.3.
|
|
132
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
133
133
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
134
134
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
135
135
|
},
|
|
@@ -188,7 +188,7 @@ class Deployments {
|
|
|
188
188
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
189
189
|
"X-Fern-Language": "JavaScript",
|
|
190
190
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
191
|
-
"X-Fern-SDK-Version": "0.3.
|
|
191
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
192
192
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
193
193
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
194
194
|
},
|
|
@@ -79,7 +79,7 @@ class DocumentIndexes {
|
|
|
79
79
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
80
80
|
"X-Fern-Language": "JavaScript",
|
|
81
81
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
82
|
-
"X-Fern-SDK-Version": "0.3.
|
|
82
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
83
83
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
84
84
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
85
85
|
},
|
|
@@ -154,7 +154,7 @@ class DocumentIndexes {
|
|
|
154
154
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
155
155
|
"X-Fern-Language": "JavaScript",
|
|
156
156
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
157
|
-
"X-Fern-SDK-Version": "0.3.
|
|
157
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
158
158
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
159
159
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
160
160
|
},
|
|
@@ -211,7 +211,7 @@ class DocumentIndexes {
|
|
|
211
211
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
212
212
|
"X-Fern-Language": "JavaScript",
|
|
213
213
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
214
|
-
"X-Fern-SDK-Version": "0.3.
|
|
214
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
215
215
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
216
216
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
217
217
|
},
|
|
@@ -267,7 +267,7 @@ class DocumentIndexes {
|
|
|
267
267
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
268
268
|
"X-Fern-Language": "JavaScript",
|
|
269
269
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
270
|
-
"X-Fern-SDK-Version": "0.3.
|
|
270
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
271
271
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
272
272
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
273
273
|
},
|
|
@@ -324,7 +324,7 @@ class DocumentIndexes {
|
|
|
324
324
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
325
325
|
"X-Fern-Language": "JavaScript",
|
|
326
326
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
327
|
-
"X-Fern-SDK-Version": "0.3.
|
|
327
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
328
328
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
329
329
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
330
330
|
},
|
|
@@ -373,7 +373,7 @@ class DocumentIndexes {
|
|
|
373
373
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
374
374
|
"X-Fern-Language": "JavaScript",
|
|
375
375
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
376
|
-
"X-Fern-SDK-Version": "0.3.
|
|
376
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
377
377
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
378
378
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
379
379
|
},
|
|
@@ -81,7 +81,7 @@ class Documents {
|
|
|
81
81
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
82
82
|
"X-Fern-Language": "JavaScript",
|
|
83
83
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
84
|
-
"X-Fern-SDK-Version": "0.3.
|
|
84
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
85
85
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
86
86
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
87
87
|
},
|
|
@@ -130,7 +130,7 @@ class Documents {
|
|
|
130
130
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
131
131
|
"X-Fern-Language": "JavaScript",
|
|
132
132
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
133
|
-
"X-Fern-SDK-Version": "0.3.
|
|
133
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
134
134
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
135
135
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
136
136
|
},
|
|
@@ -179,7 +179,7 @@ class Documents {
|
|
|
179
179
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
180
180
|
"X-Fern-Language": "JavaScript",
|
|
181
181
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
182
|
-
"X-Fern-SDK-Version": "0.3.
|
|
182
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
183
183
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
184
184
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
185
185
|
},
|
|
@@ -265,7 +265,7 @@ class Documents {
|
|
|
265
265
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
266
266
|
"X-Fern-Language": "JavaScript",
|
|
267
267
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
268
|
-
"X-Fern-SDK-Version": "0.3.
|
|
268
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
269
269
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
270
270
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
271
271
|
},
|
|
@@ -69,7 +69,7 @@ class FolderEntities {
|
|
|
69
69
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
70
70
|
"X-Fern-Language": "JavaScript",
|
|
71
71
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
72
|
-
"X-Fern-SDK-Version": "0.3.
|
|
72
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
73
73
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
74
74
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
75
75
|
},
|
package/api/resources/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export * as folderEntities from "./folderEntities";
|
|
|
9
9
|
export * as modelVersions from "./modelVersions";
|
|
10
10
|
export * as registeredPrompts from "./registeredPrompts";
|
|
11
11
|
export * as sandboxes from "./sandboxes";
|
|
12
|
+
export * as testSuiteRuns from "./testSuiteRuns";
|
|
12
13
|
export * as testSuites from "./testSuites";
|
|
13
14
|
export * from "./deployments/client/requests";
|
|
14
15
|
export * from "./documentIndexes/client/requests";
|
|
@@ -16,5 +17,6 @@ export * from "./documents/client/requests";
|
|
|
16
17
|
export * from "./folderEntities/client/requests";
|
|
17
18
|
export * from "./registeredPrompts/client/requests";
|
|
18
19
|
export * from "./sandboxes/client/requests";
|
|
20
|
+
export * from "./testSuiteRuns/client/requests";
|
|
19
21
|
export * from "./testSuites/client/requests";
|
|
20
22
|
export * from "./workflowDeployments/client/requests";
|
package/api/resources/index.js
CHANGED
|
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.testSuites = exports.sandboxes = exports.registeredPrompts = exports.modelVersions = exports.folderEntities = exports.documents = exports.workflowDeployments = exports.documentIndexes = exports.deployments = void 0;
|
|
29
|
+
exports.testSuites = exports.testSuiteRuns = exports.sandboxes = exports.registeredPrompts = exports.modelVersions = exports.folderEntities = exports.documents = exports.workflowDeployments = exports.documentIndexes = exports.deployments = void 0;
|
|
30
30
|
exports.deployments = __importStar(require("./deployments"));
|
|
31
31
|
__exportStar(require("./deployments/types"), exports);
|
|
32
32
|
exports.documentIndexes = __importStar(require("./documentIndexes"));
|
|
@@ -38,6 +38,7 @@ exports.folderEntities = __importStar(require("./folderEntities"));
|
|
|
38
38
|
exports.modelVersions = __importStar(require("./modelVersions"));
|
|
39
39
|
exports.registeredPrompts = __importStar(require("./registeredPrompts"));
|
|
40
40
|
exports.sandboxes = __importStar(require("./sandboxes"));
|
|
41
|
+
exports.testSuiteRuns = __importStar(require("./testSuiteRuns"));
|
|
41
42
|
exports.testSuites = __importStar(require("./testSuites"));
|
|
42
43
|
__exportStar(require("./deployments/client/requests"), exports);
|
|
43
44
|
__exportStar(require("./documentIndexes/client/requests"), exports);
|
|
@@ -45,5 +46,6 @@ __exportStar(require("./documents/client/requests"), exports);
|
|
|
45
46
|
__exportStar(require("./folderEntities/client/requests"), exports);
|
|
46
47
|
__exportStar(require("./registeredPrompts/client/requests"), exports);
|
|
47
48
|
__exportStar(require("./sandboxes/client/requests"), exports);
|
|
49
|
+
__exportStar(require("./testSuiteRuns/client/requests"), exports);
|
|
48
50
|
__exportStar(require("./testSuites/client/requests"), exports);
|
|
49
51
|
__exportStar(require("./workflowDeployments/client/requests"), exports);
|
|
@@ -65,7 +65,7 @@ class ModelVersions {
|
|
|
65
65
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
66
66
|
"X-Fern-Language": "JavaScript",
|
|
67
67
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
68
|
-
"X-Fern-SDK-Version": "0.3.
|
|
68
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
69
69
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
70
70
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
71
71
|
},
|
|
@@ -96,7 +96,7 @@ class RegisteredPrompts {
|
|
|
96
96
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
97
97
|
"X-Fern-Language": "JavaScript",
|
|
98
98
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
99
|
-
"X-Fern-SDK-Version": "0.3.
|
|
99
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
100
100
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
101
101
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
102
102
|
},
|
|
@@ -84,7 +84,7 @@ class Sandboxes {
|
|
|
84
84
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
85
85
|
"X-Fern-Language": "JavaScript",
|
|
86
86
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
87
|
-
"X-Fern-SDK-Version": "0.3.
|
|
87
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
88
88
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
89
89
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
90
90
|
},
|
|
@@ -141,7 +141,7 @@ class Sandboxes {
|
|
|
141
141
|
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
142
142
|
"X-Fern-Language": "JavaScript",
|
|
143
143
|
"X-Fern-SDK-Name": "vellum-ai",
|
|
144
|
-
"X-Fern-SDK-Version": "0.3.
|
|
144
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
145
145
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
146
146
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
147
147
|
},
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../environments";
|
|
5
|
+
import * as core from "../../../../core";
|
|
6
|
+
import * as Vellum from "../../..";
|
|
7
|
+
export declare namespace TestSuiteRuns {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.VellumEnvironment | environments.VellumEnvironmentUrls>;
|
|
10
|
+
apiKey: core.Supplier<string>;
|
|
11
|
+
}
|
|
12
|
+
interface RequestOptions {
|
|
13
|
+
timeoutInSeconds?: number;
|
|
14
|
+
maxRetries?: number;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export declare class TestSuiteRuns {
|
|
18
|
+
protected readonly _options: TestSuiteRuns.Options;
|
|
19
|
+
constructor(_options: TestSuiteRuns.Options);
|
|
20
|
+
/**
|
|
21
|
+
* Trigger a Test Suite and create a new Test Suite Run
|
|
22
|
+
*/
|
|
23
|
+
create(request: Vellum.TestSuiteRunCreateRequest, requestOptions?: TestSuiteRuns.RequestOptions): Promise<Vellum.TestSuiteRunRead>;
|
|
24
|
+
/**
|
|
25
|
+
* Retrieve a specific Test Suite Run by ID
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* await vellum.testSuiteRuns.retrieve("id")
|
|
29
|
+
*/
|
|
30
|
+
retrieve(id: string, requestOptions?: TestSuiteRuns.RequestOptions): Promise<Vellum.TestSuiteRunRead>;
|
|
31
|
+
listTestSuiteRunExecutions(id: string, request?: Vellum.ListTestSuiteRunExecutionsRequest, requestOptions?: TestSuiteRuns.RequestOptions): Promise<Vellum.PaginatedTestSuiteRunExecutionList>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,215 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
30
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
31
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
32
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
33
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
34
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
38
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
+
exports.TestSuiteRuns = void 0;
|
|
42
|
+
const environments = __importStar(require("../../../../environments"));
|
|
43
|
+
const core = __importStar(require("../../../../core"));
|
|
44
|
+
const serializers = __importStar(require("../../../../serialization"));
|
|
45
|
+
const url_join_1 = __importDefault(require("url-join"));
|
|
46
|
+
const errors = __importStar(require("../../../../errors"));
|
|
47
|
+
class TestSuiteRuns {
|
|
48
|
+
constructor(_options) {
|
|
49
|
+
this._options = _options;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Trigger a Test Suite and create a new Test Suite Run
|
|
53
|
+
*/
|
|
54
|
+
create(request, requestOptions) {
|
|
55
|
+
var _a;
|
|
56
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
+
const _response = yield core.fetcher({
|
|
58
|
+
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
59
|
+
.default, "v1/test-suite-runs"),
|
|
60
|
+
method: "POST",
|
|
61
|
+
headers: {
|
|
62
|
+
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
63
|
+
"X-Fern-Language": "JavaScript",
|
|
64
|
+
"X-Fern-SDK-Name": "vellum-ai",
|
|
65
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
66
|
+
"X-Fern-Runtime": core.RUNTIME.type,
|
|
67
|
+
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
68
|
+
},
|
|
69
|
+
contentType: "application/json",
|
|
70
|
+
body: yield serializers.TestSuiteRunCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
71
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
72
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
73
|
+
});
|
|
74
|
+
if (_response.ok) {
|
|
75
|
+
return yield serializers.TestSuiteRunRead.parseOrThrow(_response.body, {
|
|
76
|
+
unrecognizedObjectKeys: "passthrough",
|
|
77
|
+
allowUnrecognizedUnionMembers: true,
|
|
78
|
+
allowUnrecognizedEnumValues: true,
|
|
79
|
+
breadcrumbsPrefix: ["response"],
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
if (_response.error.reason === "status-code") {
|
|
83
|
+
throw new errors.VellumError({
|
|
84
|
+
statusCode: _response.error.statusCode,
|
|
85
|
+
body: _response.error.body,
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
switch (_response.error.reason) {
|
|
89
|
+
case "non-json":
|
|
90
|
+
throw new errors.VellumError({
|
|
91
|
+
statusCode: _response.error.statusCode,
|
|
92
|
+
body: _response.error.rawBody,
|
|
93
|
+
});
|
|
94
|
+
case "timeout":
|
|
95
|
+
throw new errors.VellumTimeoutError();
|
|
96
|
+
case "unknown":
|
|
97
|
+
throw new errors.VellumError({
|
|
98
|
+
message: _response.error.errorMessage,
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Retrieve a specific Test Suite Run by ID
|
|
105
|
+
*
|
|
106
|
+
* @example
|
|
107
|
+
* await vellum.testSuiteRuns.retrieve("id")
|
|
108
|
+
*/
|
|
109
|
+
retrieve(id, requestOptions) {
|
|
110
|
+
var _a;
|
|
111
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
112
|
+
const _response = yield core.fetcher({
|
|
113
|
+
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
114
|
+
.default, `v1/test-suite-runs/${id}`),
|
|
115
|
+
method: "GET",
|
|
116
|
+
headers: {
|
|
117
|
+
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
118
|
+
"X-Fern-Language": "JavaScript",
|
|
119
|
+
"X-Fern-SDK-Name": "vellum-ai",
|
|
120
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
121
|
+
"X-Fern-Runtime": core.RUNTIME.type,
|
|
122
|
+
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
123
|
+
},
|
|
124
|
+
contentType: "application/json",
|
|
125
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
126
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
127
|
+
});
|
|
128
|
+
if (_response.ok) {
|
|
129
|
+
return yield serializers.TestSuiteRunRead.parseOrThrow(_response.body, {
|
|
130
|
+
unrecognizedObjectKeys: "passthrough",
|
|
131
|
+
allowUnrecognizedUnionMembers: true,
|
|
132
|
+
allowUnrecognizedEnumValues: true,
|
|
133
|
+
breadcrumbsPrefix: ["response"],
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
if (_response.error.reason === "status-code") {
|
|
137
|
+
throw new errors.VellumError({
|
|
138
|
+
statusCode: _response.error.statusCode,
|
|
139
|
+
body: _response.error.body,
|
|
140
|
+
});
|
|
141
|
+
}
|
|
142
|
+
switch (_response.error.reason) {
|
|
143
|
+
case "non-json":
|
|
144
|
+
throw new errors.VellumError({
|
|
145
|
+
statusCode: _response.error.statusCode,
|
|
146
|
+
body: _response.error.rawBody,
|
|
147
|
+
});
|
|
148
|
+
case "timeout":
|
|
149
|
+
throw new errors.VellumTimeoutError();
|
|
150
|
+
case "unknown":
|
|
151
|
+
throw new errors.VellumError({
|
|
152
|
+
message: _response.error.errorMessage,
|
|
153
|
+
});
|
|
154
|
+
}
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
listTestSuiteRunExecutions(id, request = {}, requestOptions) {
|
|
158
|
+
var _a;
|
|
159
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
160
|
+
const { limit, offset } = request;
|
|
161
|
+
const _queryParams = {};
|
|
162
|
+
if (limit != null) {
|
|
163
|
+
_queryParams["limit"] = limit.toString();
|
|
164
|
+
}
|
|
165
|
+
if (offset != null) {
|
|
166
|
+
_queryParams["offset"] = offset.toString();
|
|
167
|
+
}
|
|
168
|
+
const _response = yield core.fetcher({
|
|
169
|
+
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
170
|
+
.default, `v1/test-suite-runs/${id}/executions`),
|
|
171
|
+
method: "GET",
|
|
172
|
+
headers: {
|
|
173
|
+
X_API_KEY: yield core.Supplier.get(this._options.apiKey),
|
|
174
|
+
"X-Fern-Language": "JavaScript",
|
|
175
|
+
"X-Fern-SDK-Name": "vellum-ai",
|
|
176
|
+
"X-Fern-SDK-Version": "0.3.13",
|
|
177
|
+
"X-Fern-Runtime": core.RUNTIME.type,
|
|
178
|
+
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
179
|
+
},
|
|
180
|
+
contentType: "application/json",
|
|
181
|
+
queryParameters: _queryParams,
|
|
182
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
183
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
184
|
+
});
|
|
185
|
+
if (_response.ok) {
|
|
186
|
+
return yield serializers.PaginatedTestSuiteRunExecutionList.parseOrThrow(_response.body, {
|
|
187
|
+
unrecognizedObjectKeys: "passthrough",
|
|
188
|
+
allowUnrecognizedUnionMembers: true,
|
|
189
|
+
allowUnrecognizedEnumValues: true,
|
|
190
|
+
breadcrumbsPrefix: ["response"],
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
if (_response.error.reason === "status-code") {
|
|
194
|
+
throw new errors.VellumError({
|
|
195
|
+
statusCode: _response.error.statusCode,
|
|
196
|
+
body: _response.error.body,
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
switch (_response.error.reason) {
|
|
200
|
+
case "non-json":
|
|
201
|
+
throw new errors.VellumError({
|
|
202
|
+
statusCode: _response.error.statusCode,
|
|
203
|
+
body: _response.error.rawBody,
|
|
204
|
+
});
|
|
205
|
+
case "timeout":
|
|
206
|
+
throw new errors.VellumTimeoutError();
|
|
207
|
+
case "unknown":
|
|
208
|
+
throw new errors.VellumError({
|
|
209
|
+
message: _response.error.errorMessage,
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
});
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
exports.TestSuiteRuns = TestSuiteRuns;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {}
|
|
7
|
+
*/
|
|
8
|
+
export interface ListTestSuiteRunExecutionsRequest {
|
|
9
|
+
/**
|
|
10
|
+
* Number of results to return per page.
|
|
11
|
+
*/
|
|
12
|
+
limit?: number;
|
|
13
|
+
/**
|
|
14
|
+
* The initial index from which to return the results.
|
|
15
|
+
*/
|
|
16
|
+
offset?: number;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../../../..";
|
|
5
|
+
export interface TestSuiteRunCreateRequest {
|
|
6
|
+
/** The ID of the Test Suite to run */
|
|
7
|
+
testSuiteId?: string;
|
|
8
|
+
/** Configuration that defines how the Test Suite should be run */
|
|
9
|
+
execConfig: Vellum.TestSuiteRunExecConfigRequest;
|
|
10
|
+
}
|