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
|
@@ -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 (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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.PaginatedTestSuiteRunExecutionList = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.PaginatedTestSuiteRunExecutionList = core.serialization.object({
|
|
41
|
+
count: core.serialization.number().optional(),
|
|
42
|
+
next: core.serialization.string().optional(),
|
|
43
|
+
previous: core.serialization.string().optional(),
|
|
44
|
+
results: core.serialization
|
|
45
|
+
.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunExecution; })))
|
|
46
|
+
.optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunDeploymentReleaseTagExecConfig: core.serialization.ObjectSchema<serializers.TestSuiteRunDeploymentReleaseTagExecConfig.Raw, Vellum.TestSuiteRunDeploymentReleaseTagExecConfig>;
|
|
8
|
+
export declare namespace TestSuiteRunDeploymentReleaseTagExecConfig {
|
|
9
|
+
interface Raw {
|
|
10
|
+
data: serializers.TestSuiteRunDeploymentReleaseTagExecConfigData.Raw;
|
|
11
|
+
test_case_ids?: string[] | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfig = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfig = core.serialization.object({
|
|
41
|
+
data: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunDeploymentReleaseTagExecConfigData; })),
|
|
42
|
+
testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
43
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunDeploymentReleaseTagExecConfigData: core.serialization.ObjectSchema<serializers.TestSuiteRunDeploymentReleaseTagExecConfigData.Raw, Vellum.TestSuiteRunDeploymentReleaseTagExecConfigData>;
|
|
8
|
+
export declare namespace TestSuiteRunDeploymentReleaseTagExecConfigData {
|
|
9
|
+
interface Raw {
|
|
10
|
+
deployment_id: string;
|
|
11
|
+
tag?: string | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfigData = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfigData = core.serialization.object({
|
|
32
|
+
deploymentId: core.serialization.property("deployment_id", core.serialization.string()),
|
|
33
|
+
tag: core.serialization.string().optional(),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunDeploymentReleaseTagExecConfigDataRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.Raw, Vellum.TestSuiteRunDeploymentReleaseTagExecConfigDataRequest>;
|
|
8
|
+
export declare namespace TestSuiteRunDeploymentReleaseTagExecConfigDataRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
deployment_id: string;
|
|
11
|
+
tag?: string | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfigDataRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfigDataRequest = core.serialization.object({
|
|
32
|
+
deploymentId: core.serialization.property("deployment_id", core.serialization.string()),
|
|
33
|
+
tag: core.serialization.string().optional(),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunDeploymentReleaseTagExecConfigRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunDeploymentReleaseTagExecConfigRequest.Raw, Vellum.TestSuiteRunDeploymentReleaseTagExecConfigRequest>;
|
|
8
|
+
export declare namespace TestSuiteRunDeploymentReleaseTagExecConfigRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
data: serializers.TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.Raw;
|
|
11
|
+
test_case_ids?: string[] | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfigRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfigRequest = core.serialization.object({
|
|
41
|
+
data: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunDeploymentReleaseTagExecConfigDataRequest; })),
|
|
42
|
+
testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
43
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum: core.serialization.Schema<serializers.TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.Raw, Vellum.TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum>;
|
|
8
|
+
export declare namespace TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum {
|
|
9
|
+
type Raw = "DEPLOYMENT_RELEASE_TAG";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum = core.serialization.stringLiteral("DEPLOYMENT_RELEASE_TAG");
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunExecConfig: core.serialization.Schema<serializers.TestSuiteRunExecConfig.Raw, Vellum.TestSuiteRunExecConfig>;
|
|
8
|
+
export declare namespace TestSuiteRunExecConfig {
|
|
9
|
+
type Raw = TestSuiteRunExecConfig.DeploymentReleaseTag | TestSuiteRunExecConfig.WorkflowReleaseTag;
|
|
10
|
+
interface DeploymentReleaseTag extends serializers.TestSuiteRunDeploymentReleaseTagExecConfig.Raw {
|
|
11
|
+
type: "DEPLOYMENT_RELEASE_TAG";
|
|
12
|
+
}
|
|
13
|
+
interface WorkflowReleaseTag extends serializers.TestSuiteRunWorkflowReleaseTagExecConfig.Raw {
|
|
14
|
+
type: "WORKFLOW_RELEASE_TAG";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TestSuiteRunExecConfig = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunExecConfig = core.serialization
|
|
41
|
+
.union("type", {
|
|
42
|
+
DEPLOYMENT_RELEASE_TAG: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunDeploymentReleaseTagExecConfig; })),
|
|
43
|
+
WORKFLOW_RELEASE_TAG: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunWorkflowReleaseTagExecConfig; })),
|
|
44
|
+
})
|
|
45
|
+
.transform({
|
|
46
|
+
transform: (value) => value,
|
|
47
|
+
untransform: (value) => value,
|
|
48
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunExecConfigRequest: core.serialization.Schema<serializers.TestSuiteRunExecConfigRequest.Raw, Vellum.TestSuiteRunExecConfigRequest>;
|
|
8
|
+
export declare namespace TestSuiteRunExecConfigRequest {
|
|
9
|
+
type Raw = TestSuiteRunExecConfigRequest.DeploymentReleaseTag | TestSuiteRunExecConfigRequest.WorkflowReleaseTag;
|
|
10
|
+
interface DeploymentReleaseTag extends serializers.TestSuiteRunDeploymentReleaseTagExecConfigRequest.Raw {
|
|
11
|
+
type: "DEPLOYMENT_RELEASE_TAG";
|
|
12
|
+
}
|
|
13
|
+
interface WorkflowReleaseTag extends serializers.TestSuiteRunWorkflowReleaseTagExecConfigRequest.Raw {
|
|
14
|
+
type: "WORKFLOW_RELEASE_TAG";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TestSuiteRunExecConfigRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunExecConfigRequest = core.serialization
|
|
41
|
+
.union("type", {
|
|
42
|
+
DEPLOYMENT_RELEASE_TAG: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunDeploymentReleaseTagExecConfigRequest; })),
|
|
43
|
+
WORKFLOW_RELEASE_TAG: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunWorkflowReleaseTagExecConfigRequest; })),
|
|
44
|
+
})
|
|
45
|
+
.transform({
|
|
46
|
+
transform: (value) => value,
|
|
47
|
+
untransform: (value) => value,
|
|
48
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunExecution: core.serialization.ObjectSchema<serializers.TestSuiteRunExecution.Raw, Vellum.TestSuiteRunExecution>;
|
|
8
|
+
export declare namespace TestSuiteRunExecution {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
test_case_id: string;
|
|
12
|
+
outputs: serializers.TestSuiteRunExecutionOutput.Raw[];
|
|
13
|
+
metric_results: serializers.TestSuiteRunExecutionMetricResult.Raw[];
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TestSuiteRunExecution = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunExecution = core.serialization.object({
|
|
41
|
+
id: core.serialization.string(),
|
|
42
|
+
testCaseId: core.serialization.property("test_case_id", core.serialization.string()),
|
|
43
|
+
outputs: core.serialization.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunExecutionOutput; }))),
|
|
44
|
+
metricResults: core.serialization.property("metric_results", core.serialization.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunExecutionMetricResult; })))),
|
|
45
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunExecutionChatHistoryOutput: core.serialization.ObjectSchema<serializers.TestSuiteRunExecutionChatHistoryOutput.Raw, Vellum.TestSuiteRunExecutionChatHistoryOutput>;
|
|
8
|
+
export declare namespace TestSuiteRunExecutionChatHistoryOutput {
|
|
9
|
+
interface Raw {
|
|
10
|
+
output_variable_id: string;
|
|
11
|
+
value?: serializers.ChatMessage.Raw[] | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TestSuiteRunExecutionChatHistoryOutput = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunExecutionChatHistoryOutput = core.serialization.object({
|
|
41
|
+
outputVariableId: core.serialization.property("output_variable_id", core.serialization.string()),
|
|
42
|
+
value: core.serialization
|
|
43
|
+
.list(core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ChatMessage; })))
|
|
44
|
+
.optional(),
|
|
45
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunExecutionErrorOutput: core.serialization.ObjectSchema<serializers.TestSuiteRunExecutionErrorOutput.Raw, Vellum.TestSuiteRunExecutionErrorOutput>;
|
|
8
|
+
export declare namespace TestSuiteRunExecutionErrorOutput {
|
|
9
|
+
interface Raw {
|
|
10
|
+
output_variable_id: string;
|
|
11
|
+
value?: serializers.VellumError.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.TestSuiteRunExecutionErrorOutput = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunExecutionErrorOutput = core.serialization.object({
|
|
41
|
+
outputVariableId: core.serialization.property("output_variable_id", core.serialization.string()),
|
|
42
|
+
value: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).VellumError; })).optional(),
|
|
43
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const TestSuiteRunExecutionJsonOutput: core.serialization.ObjectSchema<serializers.TestSuiteRunExecutionJsonOutput.Raw, Vellum.TestSuiteRunExecutionJsonOutput>;
|
|
8
|
+
export declare namespace TestSuiteRunExecutionJsonOutput {
|
|
9
|
+
interface Raw {
|
|
10
|
+
output_variable_id: string;
|
|
11
|
+
value?: Record<string, unknown> | null;
|
|
12
|
+
}
|
|
13
|
+
}
|