vellum-ai 0.3.12 → 0.3.14
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 +3 -2
- 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,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 TestSuiteRunMetricErrorOutputTypeEnum: core.serialization.Schema<serializers.TestSuiteRunMetricErrorOutputTypeEnum.Raw, Vellum.TestSuiteRunMetricErrorOutputTypeEnum>;
|
|
8
|
+
export declare namespace TestSuiteRunMetricErrorOutputTypeEnum {
|
|
9
|
+
type Raw = "ERROR";
|
|
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.TestSuiteRunMetricErrorOutputTypeEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunMetricErrorOutputTypeEnum = core.serialization.stringLiteral("ERROR");
|
|
@@ -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 TestSuiteRunMetricNumberOutput: core.serialization.ObjectSchema<serializers.TestSuiteRunMetricNumberOutput.Raw, Vellum.TestSuiteRunMetricNumberOutput>;
|
|
8
|
+
export declare namespace TestSuiteRunMetricNumberOutput {
|
|
9
|
+
interface Raw {
|
|
10
|
+
value: number;
|
|
11
|
+
name: string;
|
|
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.TestSuiteRunMetricNumberOutput = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunMetricNumberOutput = core.serialization.object({
|
|
32
|
+
value: core.serialization.number(),
|
|
33
|
+
name: core.serialization.string(),
|
|
34
|
+
});
|
|
@@ -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 TestSuiteRunMetricNumberOutputTypeEnum: core.serialization.Schema<serializers.TestSuiteRunMetricNumberOutputTypeEnum.Raw, Vellum.TestSuiteRunMetricNumberOutputTypeEnum>;
|
|
8
|
+
export declare namespace TestSuiteRunMetricNumberOutputTypeEnum {
|
|
9
|
+
type Raw = "NUMBER";
|
|
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.TestSuiteRunMetricNumberOutputTypeEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunMetricNumberOutputTypeEnum = core.serialization.stringLiteral("NUMBER");
|
|
@@ -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 TestSuiteRunMetricOutput: core.serialization.Schema<serializers.TestSuiteRunMetricOutput.Raw, Vellum.TestSuiteRunMetricOutput>;
|
|
8
|
+
export declare namespace TestSuiteRunMetricOutput {
|
|
9
|
+
type Raw = TestSuiteRunMetricOutput.Number | TestSuiteRunMetricOutput.Error;
|
|
10
|
+
interface Number extends serializers.TestSuiteRunMetricNumberOutput.Raw {
|
|
11
|
+
type: "NUMBER";
|
|
12
|
+
}
|
|
13
|
+
interface Error extends serializers.TestSuiteRunMetricErrorOutput.Raw {
|
|
14
|
+
type: "ERROR";
|
|
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.TestSuiteRunMetricOutput = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunMetricOutput = core.serialization
|
|
41
|
+
.union("type", {
|
|
42
|
+
NUMBER: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunMetricNumberOutput; })),
|
|
43
|
+
ERROR: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunMetricErrorOutput; })),
|
|
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 TestSuiteRunRead: core.serialization.ObjectSchema<serializers.TestSuiteRunRead.Raw, Vellum.TestSuiteRunRead>;
|
|
8
|
+
export declare namespace TestSuiteRunRead {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
created: string;
|
|
12
|
+
test_suite: serializers.TestSuiteRunTestSuite.Raw;
|
|
13
|
+
state?: serializers.TestSuiteRunState.Raw | null;
|
|
14
|
+
exec_config?: serializers.TestSuiteRunExecConfig.Raw | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (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.TestSuiteRunRead = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunRead = core.serialization.object({
|
|
41
|
+
id: core.serialization.string(),
|
|
42
|
+
created: core.serialization.date(),
|
|
43
|
+
testSuite: core.serialization.property("test_suite", core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunTestSuite; }))),
|
|
44
|
+
state: core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunState; })).optional(),
|
|
45
|
+
execConfig: core.serialization.property("exec_config", core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunExecConfig; })).optional()),
|
|
46
|
+
});
|
|
@@ -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 TestSuiteRunState: core.serialization.Schema<serializers.TestSuiteRunState.Raw, Vellum.TestSuiteRunState>;
|
|
8
|
+
export declare namespace TestSuiteRunState {
|
|
9
|
+
type Raw = "QUEUED" | "RUNNING" | "COMPLETE" | "FAILED" | "CANCELLED";
|
|
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.TestSuiteRunState = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunState = core.serialization.enum_(["QUEUED", "RUNNING", "COMPLETE", "FAILED", "CANCELLED"]);
|
|
@@ -0,0 +1,14 @@
|
|
|
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 TestSuiteRunTestSuite: core.serialization.ObjectSchema<serializers.TestSuiteRunTestSuite.Raw, Vellum.TestSuiteRunTestSuite>;
|
|
8
|
+
export declare namespace TestSuiteRunTestSuite {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
history_item_id: string;
|
|
12
|
+
label: string;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.TestSuiteRunTestSuite = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunTestSuite = core.serialization.object({
|
|
32
|
+
id: core.serialization.string(),
|
|
33
|
+
historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
|
|
34
|
+
label: core.serialization.string(),
|
|
35
|
+
});
|
|
@@ -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 TestSuiteRunWorkflowReleaseTagExecConfig: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowReleaseTagExecConfig.Raw, Vellum.TestSuiteRunWorkflowReleaseTagExecConfig>;
|
|
8
|
+
export declare namespace TestSuiteRunWorkflowReleaseTagExecConfig {
|
|
9
|
+
interface Raw {
|
|
10
|
+
data: serializers.TestSuiteRunWorkflowReleaseTagExecConfigData.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.TestSuiteRunWorkflowReleaseTagExecConfig = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunWorkflowReleaseTagExecConfig = core.serialization.object({
|
|
41
|
+
data: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunWorkflowReleaseTagExecConfigData; })),
|
|
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 TestSuiteRunWorkflowReleaseTagExecConfigData: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowReleaseTagExecConfigData.Raw, Vellum.TestSuiteRunWorkflowReleaseTagExecConfigData>;
|
|
8
|
+
export declare namespace TestSuiteRunWorkflowReleaseTagExecConfigData {
|
|
9
|
+
interface Raw {
|
|
10
|
+
workflow_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.TestSuiteRunWorkflowReleaseTagExecConfigData = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunWorkflowReleaseTagExecConfigData = core.serialization.object({
|
|
32
|
+
workflowDeploymentId: core.serialization.property("workflow_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 TestSuiteRunWorkflowReleaseTagExecConfigDataRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.Raw, Vellum.TestSuiteRunWorkflowReleaseTagExecConfigDataRequest>;
|
|
8
|
+
export declare namespace TestSuiteRunWorkflowReleaseTagExecConfigDataRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
workflow_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.TestSuiteRunWorkflowReleaseTagExecConfigDataRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunWorkflowReleaseTagExecConfigDataRequest = core.serialization.object({
|
|
32
|
+
workflowDeploymentId: core.serialization.property("workflow_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 TestSuiteRunWorkflowReleaseTagExecConfigRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowReleaseTagExecConfigRequest.Raw, Vellum.TestSuiteRunWorkflowReleaseTagExecConfigRequest>;
|
|
8
|
+
export declare namespace TestSuiteRunWorkflowReleaseTagExecConfigRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
data: serializers.TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.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.TestSuiteRunWorkflowReleaseTagExecConfigRequest = void 0;
|
|
39
|
+
const core = __importStar(require("../../core"));
|
|
40
|
+
exports.TestSuiteRunWorkflowReleaseTagExecConfigRequest = core.serialization.object({
|
|
41
|
+
data: core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).TestSuiteRunWorkflowReleaseTagExecConfigDataRequest; })),
|
|
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 TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum: core.serialization.Schema<serializers.TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.Raw, Vellum.TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum>;
|
|
8
|
+
export declare namespace TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum {
|
|
9
|
+
type Raw = "WORKFLOW_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.TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum = core.serialization.stringLiteral("WORKFLOW_RELEASE_TAG");
|
|
@@ -40,5 +40,7 @@ const core = __importStar(require("../../core"));
|
|
|
40
40
|
exports.WorkflowOutputArray = core.serialization.object({
|
|
41
41
|
id: core.serialization.string(),
|
|
42
42
|
name: core.serialization.string(),
|
|
43
|
-
value: core.serialization
|
|
43
|
+
value: core.serialization
|
|
44
|
+
.list(core.serialization.lazy(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("..")))).ArrayVariableValueItem; })))
|
|
45
|
+
.optional(),
|
|
44
46
|
});
|