@alicloud/agentrun20250910 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +446 -0
- package/dist/client.js +941 -0
- package/dist/client.js.map +1 -0
- package/dist/models/AgentRuntime.d.ts +138 -0
- package/dist/models/AgentRuntime.js +131 -0
- package/dist/models/AgentRuntime.js.map +1 -0
- package/dist/models/AgentRuntimeEndpoint.d.ts +32 -0
- package/dist/models/AgentRuntimeEndpoint.js +80 -0
- package/dist/models/AgentRuntimeEndpoint.js.map +1 -0
- package/dist/models/AgentRuntimeEndpointResult.d.ts +29 -0
- package/dist/models/AgentRuntimeEndpointResult.js +66 -0
- package/dist/models/AgentRuntimeEndpointResult.js.map +1 -0
- package/dist/models/AgentRuntimeResult.d.ts +29 -0
- package/dist/models/AgentRuntimeResult.js +66 -0
- package/dist/models/AgentRuntimeResult.js.map +1 -0
- package/dist/models/AgentRuntimeVersion.d.ts +43 -0
- package/dist/models/AgentRuntimeVersion.js +68 -0
- package/dist/models/AgentRuntimeVersion.js.map +1 -0
- package/dist/models/AgentRuntimeVersionResult.d.ts +29 -0
- package/dist/models/AgentRuntimeVersionResult.js +66 -0
- package/dist/models/AgentRuntimeVersionResult.js.map +1 -0
- package/dist/models/AiFallbackConfig.d.ts +15 -0
- package/dist/models/AiFallbackConfig.js +62 -0
- package/dist/models/AiFallbackConfig.js.map +1 -0
- package/dist/models/AiFallbackServiceConfig.d.ts +16 -0
- package/dist/models/AiFallbackServiceConfig.js +62 -0
- package/dist/models/AiFallbackServiceConfig.js.map +1 -0
- package/dist/models/AiServiceConfig.d.ts +18 -0
- package/dist/models/AiServiceConfig.js +72 -0
- package/dist/models/AiServiceConfig.js.map +1 -0
- package/dist/models/AttachPolicyConfig.d.ts +16 -0
- package/dist/models/AttachPolicyConfig.js +62 -0
- package/dist/models/AttachPolicyConfig.js.map +1 -0
- package/dist/models/Browser.d.ts +37 -0
- package/dist/models/Browser.js +92 -0
- package/dist/models/Browser.js.map +1 -0
- package/dist/models/BrowserAutomationStream.d.ts +15 -0
- package/dist/models/BrowserAutomationStream.js +60 -0
- package/dist/models/BrowserAutomationStream.js.map +1 -0
- package/dist/models/BrowserLiveViewStream.d.ts +14 -0
- package/dist/models/BrowserLiveViewStream.js +58 -0
- package/dist/models/BrowserLiveViewStream.js.map +1 -0
- package/dist/models/BrowserOssLocation.d.ts +15 -0
- package/dist/models/BrowserOssLocation.js +60 -0
- package/dist/models/BrowserOssLocation.js.map +1 -0
- package/dist/models/BrowserRecordingConfiguration.d.ts +16 -0
- package/dist/models/BrowserRecordingConfiguration.js +64 -0
- package/dist/models/BrowserRecordingConfiguration.js.map +1 -0
- package/dist/models/BrowserResult.d.ts +29 -0
- package/dist/models/BrowserResult.js +66 -0
- package/dist/models/BrowserResult.js.map +1 -0
- package/dist/models/BrowserSessionListOut.d.ts +18 -0
- package/dist/models/BrowserSessionListOut.js +68 -0
- package/dist/models/BrowserSessionListOut.js.map +1 -0
- package/dist/models/BrowserSessionOut.d.ts +28 -0
- package/dist/models/BrowserSessionOut.js +70 -0
- package/dist/models/BrowserSessionOut.js.map +1 -0
- package/dist/models/BrowserStreams.d.ts +17 -0
- package/dist/models/BrowserStreams.js +68 -0
- package/dist/models/BrowserStreams.js.map +1 -0
- package/dist/models/BrowserViewPort.d.ts +15 -0
- package/dist/models/BrowserViewPort.js +60 -0
- package/dist/models/BrowserViewPort.js.map +1 -0
- package/dist/models/Capconfig.d.ts +16 -0
- package/dist/models/Capconfig.js +62 -0
- package/dist/models/Capconfig.js.map +1 -0
- package/dist/models/CodeConfiguration.d.ts +36 -0
- package/dist/models/CodeConfiguration.js +67 -0
- package/dist/models/CodeConfiguration.js.map +1 -0
- package/dist/models/CodeInfo.d.ts +15 -0
- package/dist/models/CodeInfo.js +60 -0
- package/dist/models/CodeInfo.js.map +1 -0
- package/dist/models/CodeInterpreter.d.ts +66 -0
- package/dist/models/CodeInterpreter.js +84 -0
- package/dist/models/CodeInterpreter.js.map +1 -0
- package/dist/models/CodeInterpreterResult.d.ts +29 -0
- package/dist/models/CodeInterpreterResult.js +66 -0
- package/dist/models/CodeInterpreterResult.js.map +1 -0
- package/dist/models/CodeInterpreterSessionConfig.d.ts +30 -0
- package/dist/models/CodeInterpreterSessionConfig.js +65 -0
- package/dist/models/CodeInterpreterSessionConfig.js.map +1 -0
- package/dist/models/CodeInterpreterSessionListOut.d.ts +18 -0
- package/dist/models/CodeInterpreterSessionListOut.js +68 -0
- package/dist/models/CodeInterpreterSessionListOut.js.map +1 -0
- package/dist/models/CodeInterpreterSessionOut.d.ts +54 -0
- package/dist/models/CodeInterpreterSessionOut.js +70 -0
- package/dist/models/CodeInterpreterSessionOut.js.map +1 -0
- package/dist/models/CommonResult.d.ts +28 -0
- package/dist/models/CommonResult.js +62 -0
- package/dist/models/CommonResult.js.map +1 -0
- package/dist/models/ContainerConfiguration.d.ts +19 -0
- package/dist/models/ContainerConfiguration.js +63 -0
- package/dist/models/ContainerConfiguration.js.map +1 -0
- package/dist/models/CreateAgentRuntimeEndpointInput.d.ts +26 -0
- package/dist/models/CreateAgentRuntimeEndpointInput.js +68 -0
- package/dist/models/CreateAgentRuntimeEndpointInput.js.map +1 -0
- package/dist/models/CreateAgentRuntimeEndpointRequest.d.ts +21 -0
- package/dist/models/CreateAgentRuntimeEndpointRequest.js +62 -0
- package/dist/models/CreateAgentRuntimeEndpointRequest.js.map +1 -0
- package/dist/models/CreateAgentRuntimeEndpointResponse.d.ts +19 -0
- package/dist/models/CreateAgentRuntimeEndpointResponse.js +69 -0
- package/dist/models/CreateAgentRuntimeEndpointResponse.js.map +1 -0
- package/dist/models/CreateAgentRuntimeInput.d.ts +118 -0
- package/dist/models/CreateAgentRuntimeInput.js +117 -0
- package/dist/models/CreateAgentRuntimeInput.js.map +1 -0
- package/dist/models/CreateAgentRuntimeRequest.d.ts +21 -0
- package/dist/models/CreateAgentRuntimeRequest.js +62 -0
- package/dist/models/CreateAgentRuntimeRequest.js.map +1 -0
- package/dist/models/CreateAgentRuntimeResponse.d.ts +19 -0
- package/dist/models/CreateAgentRuntimeResponse.js +69 -0
- package/dist/models/CreateAgentRuntimeResponse.js.map +1 -0
- package/dist/models/CreateAgentRuntimeVersionInput.d.ts +18 -0
- package/dist/models/CreateAgentRuntimeVersionInput.js +58 -0
- package/dist/models/CreateAgentRuntimeVersionInput.js.map +1 -0
- package/dist/models/CreateBrowserInput.d.ts +46 -0
- package/dist/models/CreateBrowserInput.js +76 -0
- package/dist/models/CreateBrowserInput.js.map +1 -0
- package/dist/models/CreateBrowserRequest.d.ts +19 -0
- package/dist/models/CreateBrowserRequest.js +62 -0
- package/dist/models/CreateBrowserRequest.js.map +1 -0
- package/dist/models/CreateBrowserResponse.d.ts +19 -0
- package/dist/models/CreateBrowserResponse.js +69 -0
- package/dist/models/CreateBrowserResponse.js.map +1 -0
- package/dist/models/CreateCodeInterpreterInput.d.ts +58 -0
- package/dist/models/CreateCodeInterpreterInput.js +76 -0
- package/dist/models/CreateCodeInterpreterInput.js.map +1 -0
- package/dist/models/CreateCodeInterpreterRequest.d.ts +19 -0
- package/dist/models/CreateCodeInterpreterRequest.js +62 -0
- package/dist/models/CreateCodeInterpreterRequest.js.map +1 -0
- package/dist/models/CreateCodeInterpreterResponse.d.ts +19 -0
- package/dist/models/CreateCodeInterpreterResponse.js +69 -0
- package/dist/models/CreateCodeInterpreterResponse.js.map +1 -0
- package/dist/models/CreateCredentialInput.d.ts +20 -0
- package/dist/models/CreateCredentialInput.js +69 -0
- package/dist/models/CreateCredentialInput.js.map +1 -0
- package/dist/models/CreateCredentialOutput.d.ts +17 -0
- package/dist/models/CreateCredentialOutput.js +64 -0
- package/dist/models/CreateCredentialOutput.js.map +1 -0
- package/dist/models/CreateDomainInput.d.ts +16 -0
- package/dist/models/CreateDomainInput.js +62 -0
- package/dist/models/CreateDomainInput.js.map +1 -0
- package/dist/models/CreateGatewayInput.d.ts +18 -0
- package/dist/models/CreateGatewayInput.js +68 -0
- package/dist/models/CreateGatewayInput.js.map +1 -0
- package/dist/models/CreateGatewayTargetInput.d.ts +17 -0
- package/dist/models/CreateGatewayTargetInput.js +66 -0
- package/dist/models/CreateGatewayTargetInput.js.map +1 -0
- package/dist/models/CreateModelInput.d.ts +20 -0
- package/dist/models/CreateModelInput.js +73 -0
- package/dist/models/CreateModelInput.js.map +1 -0
- package/dist/models/CreateToolData.d.ts +18 -0
- package/dist/models/CreateToolData.js +66 -0
- package/dist/models/CreateToolData.js.map +1 -0
- package/dist/models/CreateToolInput.d.ts +36 -0
- package/dist/models/CreateToolInput.js +72 -0
- package/dist/models/CreateToolInput.js.map +1 -0
- package/dist/models/CreateToolOutput.d.ts +17 -0
- package/dist/models/CreateToolOutput.js +66 -0
- package/dist/models/CreateToolOutput.js.map +1 -0
- package/dist/models/CredentialListItem.d.ts +20 -0
- package/dist/models/CredentialListItem.js +72 -0
- package/dist/models/CredentialListItem.js.map +1 -0
- package/dist/models/CustomRuntimeConfig.d.ts +16 -0
- package/dist/models/CustomRuntimeConfig.js +68 -0
- package/dist/models/CustomRuntimeConfig.js.map +1 -0
- package/dist/models/DeleteAgentRuntimeEndpointResponse.d.ts +19 -0
- package/dist/models/DeleteAgentRuntimeEndpointResponse.js +69 -0
- package/dist/models/DeleteAgentRuntimeEndpointResponse.js.map +1 -0
- package/dist/models/DeleteAgentRuntimeResponse.d.ts +19 -0
- package/dist/models/DeleteAgentRuntimeResponse.js +69 -0
- package/dist/models/DeleteAgentRuntimeResponse.js.map +1 -0
- package/dist/models/DeleteBrowserOut.d.ts +16 -0
- package/dist/models/DeleteBrowserOut.js +62 -0
- package/dist/models/DeleteBrowserOut.js.map +1 -0
- package/dist/models/DeleteBrowserResponse.d.ts +19 -0
- package/dist/models/DeleteBrowserResponse.js +69 -0
- package/dist/models/DeleteBrowserResponse.js.map +1 -0
- package/dist/models/DeleteBrowserResult.d.ts +21 -0
- package/dist/models/DeleteBrowserResult.js +66 -0
- package/dist/models/DeleteBrowserResult.js.map +1 -0
- package/dist/models/DeleteCodeInterpreterOut.d.ts +16 -0
- package/dist/models/DeleteCodeInterpreterOut.js +62 -0
- package/dist/models/DeleteCodeInterpreterOut.js.map +1 -0
- package/dist/models/DeleteCodeInterpreterResponse.d.ts +19 -0
- package/dist/models/DeleteCodeInterpreterResponse.js +69 -0
- package/dist/models/DeleteCodeInterpreterResponse.js.map +1 -0
- package/dist/models/DeleteCodeInterpreterResult.d.ts +21 -0
- package/dist/models/DeleteCodeInterpreterResult.js +66 -0
- package/dist/models/DeleteCodeInterpreterResult.js.map +1 -0
- package/dist/models/DomainInfo.d.ts +17 -0
- package/dist/models/DomainInfo.js +64 -0
- package/dist/models/DomainInfo.js.map +1 -0
- package/dist/models/ErrorResult.d.ts +28 -0
- package/dist/models/ErrorResult.js +62 -0
- package/dist/models/ErrorResult.js.map +1 -0
- package/dist/models/FclinkConfig.d.ts +15 -0
- package/dist/models/FclinkConfig.js +60 -0
- package/dist/models/FclinkConfig.js.map +1 -0
- package/dist/models/Gateway.d.ts +20 -0
- package/dist/models/Gateway.js +70 -0
- package/dist/models/Gateway.js.map +1 -0
- package/dist/models/GatewayNetworkConfiguration.d.ts +16 -0
- package/dist/models/GatewayNetworkConfiguration.js +65 -0
- package/dist/models/GatewayNetworkConfiguration.js.map +1 -0
- package/dist/models/GetAgentRuntimeEndpointResponse.d.ts +19 -0
- package/dist/models/GetAgentRuntimeEndpointResponse.js +69 -0
- package/dist/models/GetAgentRuntimeEndpointResponse.js.map +1 -0
- package/dist/models/GetAgentRuntimeRequest.d.ts +21 -0
- package/dist/models/GetAgentRuntimeRequest.js +58 -0
- package/dist/models/GetAgentRuntimeRequest.js.map +1 -0
- package/dist/models/GetAgentRuntimeResponse.d.ts +19 -0
- package/dist/models/GetAgentRuntimeResponse.js +69 -0
- package/dist/models/GetAgentRuntimeResponse.js.map +1 -0
- package/dist/models/GetBrowserResponse.d.ts +19 -0
- package/dist/models/GetBrowserResponse.js +69 -0
- package/dist/models/GetBrowserResponse.js.map +1 -0
- package/dist/models/GetBrowserSessionResult.d.ts +21 -0
- package/dist/models/GetBrowserSessionResult.js +66 -0
- package/dist/models/GetBrowserSessionResult.js.map +1 -0
- package/dist/models/GetCodeInterpreterResponse.d.ts +19 -0
- package/dist/models/GetCodeInterpreterResponse.js +69 -0
- package/dist/models/GetCodeInterpreterResponse.js.map +1 -0
- package/dist/models/GetCodeInterpreterSessionResult.d.ts +21 -0
- package/dist/models/GetCodeInterpreterSessionResult.js +66 -0
- package/dist/models/GetCodeInterpreterSessionResult.js.map +1 -0
- package/dist/models/GetCredentialOutput.d.ts +23 -0
- package/dist/models/GetCredentialOutput.js +75 -0
- package/dist/models/GetCredentialOutput.js.map +1 -0
- package/dist/models/GetToolOutput.d.ts +16 -0
- package/dist/models/GetToolOutput.js +64 -0
- package/dist/models/GetToolOutput.js.map +1 -0
- package/dist/models/GrayTrafficWeight.d.ts +23 -0
- package/dist/models/GrayTrafficWeight.js +60 -0
- package/dist/models/GrayTrafficWeight.js.map +1 -0
- package/dist/models/HealthCheckConfig.d.ts +43 -0
- package/dist/models/HealthCheckConfig.js +68 -0
- package/dist/models/HealthCheckConfig.js.map +1 -0
- package/dist/models/HealthCheckConfiguration.d.ts +43 -0
- package/dist/models/HealthCheckConfiguration.js +68 -0
- package/dist/models/HealthCheckConfiguration.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsInput.d.ts +33 -0
- package/dist/models/ListAgentRuntimeEndpointsInput.js +67 -0
- package/dist/models/ListAgentRuntimeEndpointsInput.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsOutput.d.ts +18 -0
- package/dist/models/ListAgentRuntimeEndpointsOutput.js +68 -0
- package/dist/models/ListAgentRuntimeEndpointsOutput.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsRequest.d.ts +37 -0
- package/dist/models/ListAgentRuntimeEndpointsRequest.js +62 -0
- package/dist/models/ListAgentRuntimeEndpointsRequest.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsResponse.d.ts +19 -0
- package/dist/models/ListAgentRuntimeEndpointsResponse.js +69 -0
- package/dist/models/ListAgentRuntimeEndpointsResponse.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsResult.d.ts +29 -0
- package/dist/models/ListAgentRuntimeEndpointsResult.js +66 -0
- package/dist/models/ListAgentRuntimeEndpointsResult.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsInput.d.ts +23 -0
- package/dist/models/ListAgentRuntimeVersionsInput.js +60 -0
- package/dist/models/ListAgentRuntimeVersionsInput.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsOutput.d.ts +18 -0
- package/dist/models/ListAgentRuntimeVersionsOutput.js +68 -0
- package/dist/models/ListAgentRuntimeVersionsOutput.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsRequest.d.ts +29 -0
- package/dist/models/ListAgentRuntimeVersionsRequest.js +60 -0
- package/dist/models/ListAgentRuntimeVersionsRequest.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsResponse.d.ts +19 -0
- package/dist/models/ListAgentRuntimeVersionsResponse.js +69 -0
- package/dist/models/ListAgentRuntimeVersionsResponse.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsResult.d.ts +29 -0
- package/dist/models/ListAgentRuntimeVersionsResult.js +66 -0
- package/dist/models/ListAgentRuntimeVersionsResult.js.map +1 -0
- package/dist/models/ListAgentRuntimesInput.d.ts +33 -0
- package/dist/models/ListAgentRuntimesInput.js +67 -0
- package/dist/models/ListAgentRuntimesInput.js.map +1 -0
- package/dist/models/ListAgentRuntimesOutput.d.ts +18 -0
- package/dist/models/ListAgentRuntimesOutput.js +68 -0
- package/dist/models/ListAgentRuntimesOutput.js.map +1 -0
- package/dist/models/ListAgentRuntimesRequest.d.ts +37 -0
- package/dist/models/ListAgentRuntimesRequest.js +62 -0
- package/dist/models/ListAgentRuntimesRequest.js.map +1 -0
- package/dist/models/ListAgentRuntimesResponse.d.ts +19 -0
- package/dist/models/ListAgentRuntimesResponse.js +69 -0
- package/dist/models/ListAgentRuntimesResponse.js.map +1 -0
- package/dist/models/ListAgentRuntimesResult.d.ts +29 -0
- package/dist/models/ListAgentRuntimesResult.js +66 -0
- package/dist/models/ListAgentRuntimesResult.js.map +1 -0
- package/dist/models/ListBrowserSessionResult.d.ts +21 -0
- package/dist/models/ListBrowserSessionResult.js +66 -0
- package/dist/models/ListBrowserSessionResult.js.map +1 -0
- package/dist/models/ListBrowsersInput.d.ts +20 -0
- package/dist/models/ListBrowsersInput.js +62 -0
- package/dist/models/ListBrowsersInput.js.map +1 -0
- package/dist/models/ListBrowsersOutput.d.ts +18 -0
- package/dist/models/ListBrowsersOutput.js +68 -0
- package/dist/models/ListBrowsersOutput.js.map +1 -0
- package/dist/models/ListBrowsersRequest.d.ts +48 -0
- package/dist/models/ListBrowsersRequest.js +64 -0
- package/dist/models/ListBrowsersRequest.js.map +1 -0
- package/dist/models/ListBrowsersResponse.d.ts +19 -0
- package/dist/models/ListBrowsersResponse.js +69 -0
- package/dist/models/ListBrowsersResponse.js.map +1 -0
- package/dist/models/ListBrowsersResult.d.ts +29 -0
- package/dist/models/ListBrowsersResult.js +66 -0
- package/dist/models/ListBrowsersResult.js.map +1 -0
- package/dist/models/ListCodeInterpreterSessionResult.d.ts +21 -0
- package/dist/models/ListCodeInterpreterSessionResult.js +66 -0
- package/dist/models/ListCodeInterpreterSessionResult.js.map +1 -0
- package/dist/models/ListCodeInterpretersInput.d.ts +20 -0
- package/dist/models/ListCodeInterpretersInput.js +62 -0
- package/dist/models/ListCodeInterpretersInput.js.map +1 -0
- package/dist/models/ListCodeInterpretersOutput.d.ts +18 -0
- package/dist/models/ListCodeInterpretersOutput.js +68 -0
- package/dist/models/ListCodeInterpretersOutput.js.map +1 -0
- package/dist/models/ListCodeInterpretersRequest.d.ts +37 -0
- package/dist/models/ListCodeInterpretersRequest.js +62 -0
- package/dist/models/ListCodeInterpretersRequest.js.map +1 -0
- package/dist/models/ListCodeInterpretersResponse.d.ts +19 -0
- package/dist/models/ListCodeInterpretersResponse.js +69 -0
- package/dist/models/ListCodeInterpretersResponse.js.map +1 -0
- package/dist/models/ListCodeInterpretersResult.d.ts +29 -0
- package/dist/models/ListCodeInterpretersResult.js +66 -0
- package/dist/models/ListCodeInterpretersResult.js.map +1 -0
- package/dist/models/ListCredentialsOutput.d.ts +18 -0
- package/dist/models/ListCredentialsOutput.js +68 -0
- package/dist/models/ListCredentialsOutput.js.map +1 -0
- package/dist/models/ListDomainsOutput.d.ts +18 -0
- package/dist/models/ListDomainsOutput.js +68 -0
- package/dist/models/ListDomainsOutput.js.map +1 -0
- package/dist/models/ListGatewaysOutput.d.ts +18 -0
- package/dist/models/ListGatewaysOutput.js +68 -0
- package/dist/models/ListGatewaysOutput.js.map +1 -0
- package/dist/models/ListToolsOutput.d.ts +18 -0
- package/dist/models/ListToolsOutput.js +68 -0
- package/dist/models/ListToolsOutput.js.map +1 -0
- package/dist/models/Llmapiconfiguration.d.ts +22 -0
- package/dist/models/Llmapiconfiguration.js +81 -0
- package/dist/models/Llmapiconfiguration.js.map +1 -0
- package/dist/models/LlmdeployConfig.d.ts +21 -0
- package/dist/models/LlmdeployConfig.js +79 -0
- package/dist/models/LlmdeployConfig.js.map +1 -0
- package/dist/models/LogConfiguration.d.ts +23 -0
- package/dist/models/LogConfiguration.js +60 -0
- package/dist/models/LogConfiguration.js.map +1 -0
- package/dist/models/Mcpapi.d.ts +23 -0
- package/dist/models/Mcpapi.js +80 -0
- package/dist/models/Mcpapi.js.map +1 -0
- package/dist/models/Mcpapiconfiguration.d.ts +18 -0
- package/dist/models/Mcpapiconfiguration.js +66 -0
- package/dist/models/Mcpapiconfiguration.js.map +1 -0
- package/dist/models/McpbackendConfig.d.ts +16 -0
- package/dist/models/McpbackendConfig.js +64 -0
- package/dist/models/McpbackendConfig.js.map +1 -0
- package/dist/models/Mcpmatch.d.ts +15 -0
- package/dist/models/Mcpmatch.js +62 -0
- package/dist/models/Mcpmatch.js.map +1 -0
- package/dist/models/McppathMatch.d.ts +15 -0
- package/dist/models/McppathMatch.js +60 -0
- package/dist/models/McppathMatch.js.map +1 -0
- package/dist/models/McpserverConfig.d.ts +16 -0
- package/dist/models/McpserverConfig.js +62 -0
- package/dist/models/McpserverConfig.js.map +1 -0
- package/dist/models/McpserviceConfig.d.ts +14 -0
- package/dist/models/McpserviceConfig.js +58 -0
- package/dist/models/McpserviceConfig.js.map +1 -0
- package/dist/models/Model_.d.ts +27 -0
- package/dist/models/Model_.js +84 -0
- package/dist/models/Model_.js.map +1 -0
- package/dist/models/NetworkConfiguration.d.ts +17 -0
- package/dist/models/NetworkConfiguration.js +67 -0
- package/dist/models/NetworkConfiguration.js.map +1 -0
- package/dist/models/PaginationInfo.d.ts +17 -0
- package/dist/models/PaginationInfo.js +64 -0
- package/dist/models/PaginationInfo.js.map +1 -0
- package/dist/models/PolicyConfig.d.ts +17 -0
- package/dist/models/PolicyConfig.js +66 -0
- package/dist/models/PolicyConfig.js.map +1 -0
- package/dist/models/ProtocolConfiguration.d.ts +14 -0
- package/dist/models/ProtocolConfiguration.js +58 -0
- package/dist/models/ProtocolConfiguration.js.map +1 -0
- package/dist/models/PublishRuntimeVersionInput.d.ts +18 -0
- package/dist/models/PublishRuntimeVersionInput.js +58 -0
- package/dist/models/PublishRuntimeVersionInput.js.map +1 -0
- package/dist/models/PublishRuntimeVersionRequest.d.ts +15 -0
- package/dist/models/PublishRuntimeVersionRequest.js +62 -0
- package/dist/models/PublishRuntimeVersionRequest.js.map +1 -0
- package/dist/models/PublishRuntimeVersionResponse.d.ts +19 -0
- package/dist/models/PublishRuntimeVersionResponse.js +69 -0
- package/dist/models/PublishRuntimeVersionResponse.js.map +1 -0
- package/dist/models/RelatedWorkload.d.ts +16 -0
- package/dist/models/RelatedWorkload.js +62 -0
- package/dist/models/RelatedWorkload.js.map +1 -0
- package/dist/models/RoutingConfiguration.d.ts +19 -0
- package/dist/models/RoutingConfiguration.js +62 -0
- package/dist/models/RoutingConfiguration.js.map +1 -0
- package/dist/models/ServiceConfig.d.ts +16 -0
- package/dist/models/ServiceConfig.js +64 -0
- package/dist/models/ServiceConfig.js.map +1 -0
- package/dist/models/StartBrowserSessionInput.d.ts +18 -0
- package/dist/models/StartBrowserSessionInput.js +58 -0
- package/dist/models/StartBrowserSessionInput.js.map +1 -0
- package/dist/models/StartBrowserSessionResult.d.ts +21 -0
- package/dist/models/StartBrowserSessionResult.js +66 -0
- package/dist/models/StartBrowserSessionResult.js.map +1 -0
- package/dist/models/StartCodeInterpreterSessionInput.d.ts +21 -0
- package/dist/models/StartCodeInterpreterSessionInput.js +58 -0
- package/dist/models/StartCodeInterpreterSessionInput.js.map +1 -0
- package/dist/models/StartCodeInterpreterSessionResult.d.ts +21 -0
- package/dist/models/StartCodeInterpreterSessionResult.js +66 -0
- package/dist/models/StartCodeInterpreterSessionResult.js.map +1 -0
- package/dist/models/StopCodeInterpreterSessionResult.d.ts +19 -0
- package/dist/models/StopCodeInterpreterSessionResult.js +60 -0
- package/dist/models/StopCodeInterpreterSessionResult.js.map +1 -0
- package/dist/models/Target.d.ts +18 -0
- package/dist/models/Target.js +70 -0
- package/dist/models/Target.js.map +1 -0
- package/dist/models/TargetConfiguration.d.ts +18 -0
- package/dist/models/TargetConfiguration.js +70 -0
- package/dist/models/TargetConfiguration.js.map +1 -0
- package/dist/models/TargetServiceConfig.d.ts +17 -0
- package/dist/models/TargetServiceConfig.js +64 -0
- package/dist/models/TargetServiceConfig.js.map +1 -0
- package/dist/models/Template.d.ts +15 -0
- package/dist/models/Template.js +60 -0
- package/dist/models/Template.js.map +1 -0
- package/dist/models/ToolInfo.d.ts +23 -0
- package/dist/models/ToolInfo.js +78 -0
- package/dist/models/ToolInfo.js.map +1 -0
- package/dist/models/ToolListItem.d.ts +23 -0
- package/dist/models/ToolListItem.js +78 -0
- package/dist/models/ToolListItem.js.map +1 -0
- package/dist/models/TriggerConfig.d.ts +15 -0
- package/dist/models/TriggerConfig.js +63 -0
- package/dist/models/TriggerConfig.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeEndpointInput.d.ts +26 -0
- package/dist/models/UpdateAgentRuntimeEndpointInput.js +68 -0
- package/dist/models/UpdateAgentRuntimeEndpointInput.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeEndpointRequest.d.ts +21 -0
- package/dist/models/UpdateAgentRuntimeEndpointRequest.js +62 -0
- package/dist/models/UpdateAgentRuntimeEndpointRequest.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeEndpointResponse.d.ts +19 -0
- package/dist/models/UpdateAgentRuntimeEndpointResponse.js +69 -0
- package/dist/models/UpdateAgentRuntimeEndpointResponse.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeInput.d.ts +61 -0
- package/dist/models/UpdateAgentRuntimeInput.js +115 -0
- package/dist/models/UpdateAgentRuntimeInput.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeRequest.d.ts +21 -0
- package/dist/models/UpdateAgentRuntimeRequest.js +62 -0
- package/dist/models/UpdateAgentRuntimeRequest.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeResponse.d.ts +19 -0
- package/dist/models/UpdateAgentRuntimeResponse.js +69 -0
- package/dist/models/UpdateAgentRuntimeResponse.js.map +1 -0
- package/dist/models/UpdateCredentialInput.d.ts +20 -0
- package/dist/models/UpdateCredentialInput.js +69 -0
- package/dist/models/UpdateCredentialInput.js.map +1 -0
- package/dist/models/UpdateCredentialOutput.d.ts +17 -0
- package/dist/models/UpdateCredentialOutput.js +64 -0
- package/dist/models/UpdateCredentialOutput.js.map +1 -0
- package/dist/models/UpdateDomainInput.d.ts +15 -0
- package/dist/models/UpdateDomainInput.js +60 -0
- package/dist/models/UpdateDomainInput.js.map +1 -0
- package/dist/models/UpdateModelInput.d.ts +20 -0
- package/dist/models/UpdateModelInput.js +73 -0
- package/dist/models/UpdateModelInput.js.map +1 -0
- package/dist/models/UpdateTargetConfigurationInput.d.ts +16 -0
- package/dist/models/UpdateTargetConfigurationInput.js +64 -0
- package/dist/models/UpdateTargetConfigurationInput.js.map +1 -0
- package/dist/models/UpdateToolData.d.ts +18 -0
- package/dist/models/UpdateToolData.js +66 -0
- package/dist/models/UpdateToolData.js.map +1 -0
- package/dist/models/UpdateToolInput.d.ts +16 -0
- package/dist/models/UpdateToolInput.js +62 -0
- package/dist/models/UpdateToolInput.js.map +1 -0
- package/dist/models/UpdateToolOutput.d.ts +17 -0
- package/dist/models/UpdateToolOutput.js +66 -0
- package/dist/models/UpdateToolOutput.js.map +1 -0
- package/dist/models/VersionWeight.d.ts +23 -0
- package/dist/models/VersionWeight.js +60 -0
- package/dist/models/VersionWeight.js.map +1 -0
- package/dist/models/model.d.ts +158 -0
- package/dist/models/model.js +323 -0
- package/dist/models/model.js.map +1 -0
- package/package.json +29 -0
- package/src/client.ts +963 -0
- package/src/models/AgentRuntime.ts +214 -0
- package/src/models/AgentRuntimeEndpoint.ts +66 -0
- package/src/models/AgentRuntimeEndpointResult.ts +49 -0
- package/src/models/AgentRuntimeResult.ts +49 -0
- package/src/models/AgentRuntimeVersion.ts +66 -0
- package/src/models/AgentRuntimeVersionResult.ts +49 -0
- package/src/models/AiFallbackConfig.ts +31 -0
- package/src/models/AiFallbackServiceConfig.ts +33 -0
- package/src/models/AiServiceConfig.ts +45 -0
- package/src/models/AttachPolicyConfig.ts +33 -0
- package/src/models/Browser.ts +82 -0
- package/src/models/BrowserAutomationStream.ts +30 -0
- package/src/models/BrowserLiveViewStream.ts +27 -0
- package/src/models/BrowserOssLocation.ts +30 -0
- package/src/models/BrowserRecordingConfiguration.ts +34 -0
- package/src/models/BrowserResult.ts +49 -0
- package/src/models/BrowserSessionListOut.ts +40 -0
- package/src/models/BrowserSessionOut.ts +53 -0
- package/src/models/BrowserStreams.ts +38 -0
- package/src/models/BrowserViewPort.ts +30 -0
- package/src/models/Capconfig.ts +33 -0
- package/src/models/CodeConfiguration.ts +58 -0
- package/src/models/CodeInfo.ts +30 -0
- package/src/models/CodeInterpreter.ts +104 -0
- package/src/models/CodeInterpreterResult.ts +49 -0
- package/src/models/CodeInterpreterSessionConfig.ts +48 -0
- package/src/models/CodeInterpreterSessionListOut.ts +40 -0
- package/src/models/CodeInterpreterSessionOut.ts +79 -0
- package/src/models/CommonResult.ts +45 -0
- package/src/models/ContainerConfiguration.ts +37 -0
- package/src/models/CreateAgentRuntimeEndpointInput.ts +48 -0
- package/src/models/CreateAgentRuntimeEndpointRequest.ts +37 -0
- package/src/models/CreateAgentRuntimeEndpointResponse.ts +40 -0
- package/src/models/CreateAgentRuntimeInput.ts +182 -0
- package/src/models/CreateAgentRuntimeRequest.ts +37 -0
- package/src/models/CreateAgentRuntimeResponse.ts +40 -0
- package/src/models/CreateAgentRuntimeVersionInput.ts +31 -0
- package/src/models/CreateBrowserInput.ts +76 -0
- package/src/models/CreateBrowserRequest.ts +35 -0
- package/src/models/CreateBrowserResponse.ts +40 -0
- package/src/models/CreateCodeInterpreterInput.ts +88 -0
- package/src/models/CreateCodeInterpreterRequest.ts +35 -0
- package/src/models/CreateCodeInterpreterResponse.ts +40 -0
- package/src/models/CreateCredentialInput.ts +42 -0
- package/src/models/CreateCredentialOutput.ts +36 -0
- package/src/models/CreateDomainInput.ts +33 -0
- package/src/models/CreateGatewayInput.ts +40 -0
- package/src/models/CreateGatewayTargetInput.ts +37 -0
- package/src/models/CreateModelInput.ts +48 -0
- package/src/models/CreateToolData.ts +39 -0
- package/src/models/CreateToolInput.ts +62 -0
- package/src/models/CreateToolOutput.ts +37 -0
- package/src/models/CredentialListItem.ts +46 -0
- package/src/models/CustomRuntimeConfig.ts +39 -0
- package/src/models/DeleteAgentRuntimeEndpointResponse.ts +40 -0
- package/src/models/DeleteAgentRuntimeResponse.ts +40 -0
- package/src/models/DeleteBrowserOut.ts +33 -0
- package/src/models/DeleteBrowserResponse.ts +40 -0
- package/src/models/DeleteBrowserResult.ts +41 -0
- package/src/models/DeleteCodeInterpreterOut.ts +33 -0
- package/src/models/DeleteCodeInterpreterResponse.ts +40 -0
- package/src/models/DeleteCodeInterpreterResult.ts +41 -0
- package/src/models/DomainInfo.ts +36 -0
- package/src/models/ErrorResult.ts +45 -0
- package/src/models/FclinkConfig.ts +30 -0
- package/src/models/Gateway.ts +45 -0
- package/src/models/GatewayNetworkConfiguration.ts +36 -0
- package/src/models/GetAgentRuntimeEndpointResponse.ts +40 -0
- package/src/models/GetAgentRuntimeRequest.ts +34 -0
- package/src/models/GetAgentRuntimeResponse.ts +40 -0
- package/src/models/GetBrowserResponse.ts +40 -0
- package/src/models/GetBrowserSessionResult.ts +41 -0
- package/src/models/GetCodeInterpreterResponse.ts +40 -0
- package/src/models/GetCodeInterpreterSessionResult.ts +41 -0
- package/src/models/GetCredentialOutput.ts +51 -0
- package/src/models/GetToolOutput.ts +34 -0
- package/src/models/GrayTrafficWeight.ts +38 -0
- package/src/models/HealthCheckConfig.ts +66 -0
- package/src/models/HealthCheckConfiguration.ts +66 -0
- package/src/models/ListAgentRuntimeEndpointsInput.ts +55 -0
- package/src/models/ListAgentRuntimeEndpointsOutput.ts +40 -0
- package/src/models/ListAgentRuntimeEndpointsRequest.ts +54 -0
- package/src/models/ListAgentRuntimeEndpointsResponse.ts +40 -0
- package/src/models/ListAgentRuntimeEndpointsResult.ts +49 -0
- package/src/models/ListAgentRuntimeVersionsInput.ts +38 -0
- package/src/models/ListAgentRuntimeVersionsOutput.ts +40 -0
- package/src/models/ListAgentRuntimeVersionsRequest.ts +44 -0
- package/src/models/ListAgentRuntimeVersionsResponse.ts +40 -0
- package/src/models/ListAgentRuntimeVersionsResult.ts +49 -0
- package/src/models/ListAgentRuntimesInput.ts +55 -0
- package/src/models/ListAgentRuntimesOutput.ts +40 -0
- package/src/models/ListAgentRuntimesRequest.ts +54 -0
- package/src/models/ListAgentRuntimesResponse.ts +40 -0
- package/src/models/ListAgentRuntimesResult.ts +49 -0
- package/src/models/ListBrowserSessionResult.ts +41 -0
- package/src/models/ListBrowsersInput.ts +37 -0
- package/src/models/ListBrowsersOutput.ts +40 -0
- package/src/models/ListBrowsersRequest.ts +67 -0
- package/src/models/ListBrowsersResponse.ts +40 -0
- package/src/models/ListBrowsersResult.ts +49 -0
- package/src/models/ListCodeInterpreterSessionResult.ts +41 -0
- package/src/models/ListCodeInterpretersInput.ts +37 -0
- package/src/models/ListCodeInterpretersOutput.ts +40 -0
- package/src/models/ListCodeInterpretersRequest.ts +54 -0
- package/src/models/ListCodeInterpretersResponse.ts +40 -0
- package/src/models/ListCodeInterpretersResult.ts +49 -0
- package/src/models/ListCredentialsOutput.ts +40 -0
- package/src/models/ListDomainsOutput.ts +40 -0
- package/src/models/ListGatewaysOutput.ts +40 -0
- package/src/models/ListToolsOutput.ts +40 -0
- package/src/models/Llmapiconfiguration.ts +56 -0
- package/src/models/LlmdeployConfig.ts +53 -0
- package/src/models/LogConfiguration.ts +38 -0
- package/src/models/Mcpapi.ts +56 -0
- package/src/models/Mcpapiconfiguration.ts +39 -0
- package/src/models/McpbackendConfig.ts +34 -0
- package/src/models/Mcpmatch.ts +31 -0
- package/src/models/McppathMatch.ts +30 -0
- package/src/models/McpserverConfig.ts +33 -0
- package/src/models/McpserviceConfig.ts +27 -0
- package/src/models/Model_.ts +66 -0
- package/src/models/NetworkConfiguration.ts +39 -0
- package/src/models/PaginationInfo.ts +36 -0
- package/src/models/PolicyConfig.ts +37 -0
- package/src/models/ProtocolConfiguration.ts +27 -0
- package/src/models/PublishRuntimeVersionInput.ts +31 -0
- package/src/models/PublishRuntimeVersionRequest.ts +31 -0
- package/src/models/PublishRuntimeVersionResponse.ts +40 -0
- package/src/models/RelatedWorkload.ts +33 -0
- package/src/models/RoutingConfiguration.ts +35 -0
- package/src/models/ServiceConfig.ts +34 -0
- package/src/models/StartBrowserSessionInput.ts +31 -0
- package/src/models/StartBrowserSessionResult.ts +41 -0
- package/src/models/StartCodeInterpreterSessionInput.ts +34 -0
- package/src/models/StartCodeInterpreterSessionResult.ts +41 -0
- package/src/models/StopCodeInterpreterSessionResult.ts +34 -0
- package/src/models/Target.ts +41 -0
- package/src/models/TargetConfiguration.ts +41 -0
- package/src/models/TargetServiceConfig.ts +36 -0
- package/src/models/Template.ts +30 -0
- package/src/models/ToolInfo.ts +55 -0
- package/src/models/ToolListItem.ts +55 -0
- package/src/models/TriggerConfig.ts +33 -0
- package/src/models/UpdateAgentRuntimeEndpointInput.ts +48 -0
- package/src/models/UpdateAgentRuntimeEndpointRequest.ts +37 -0
- package/src/models/UpdateAgentRuntimeEndpointResponse.ts +40 -0
- package/src/models/UpdateAgentRuntimeInput.ts +123 -0
- package/src/models/UpdateAgentRuntimeRequest.ts +37 -0
- package/src/models/UpdateAgentRuntimeResponse.ts +40 -0
- package/src/models/UpdateCredentialInput.ts +42 -0
- package/src/models/UpdateCredentialOutput.ts +36 -0
- package/src/models/UpdateDomainInput.ts +30 -0
- package/src/models/UpdateModelInput.ts +48 -0
- package/src/models/UpdateTargetConfigurationInput.ts +34 -0
- package/src/models/UpdateToolData.ts +39 -0
- package/src/models/UpdateToolInput.ts +33 -0
- package/src/models/UpdateToolOutput.ts +37 -0
- package/src/models/VersionWeight.ts +38 -0
- package/src/models/model.ts +158 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListAgentRuntimeVersionsInput extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 页码
|
|
9
|
+
*/
|
|
10
|
+
pageNumber?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* 每页记录数
|
|
14
|
+
*/
|
|
15
|
+
pageSize?: number;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
pageNumber: 'pageNumber',
|
|
19
|
+
pageSize: 'pageSize',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
pageNumber: 'number',
|
|
26
|
+
pageSize: 'number',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AgentRuntimeVersion } from "./AgentRuntimeVersion";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAgentRuntimeVersionsOutput extends $dara.Model {
|
|
7
|
+
items?: AgentRuntimeVersion[];
|
|
8
|
+
pageNumber?: number;
|
|
9
|
+
pageSize?: number;
|
|
10
|
+
total?: number;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
items: 'items',
|
|
14
|
+
pageNumber: 'pageNumber',
|
|
15
|
+
pageSize: 'pageSize',
|
|
16
|
+
total: 'total',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
items: { 'type': 'array', 'itemType': AgentRuntimeVersion },
|
|
23
|
+
pageNumber: 'number',
|
|
24
|
+
pageSize: 'number',
|
|
25
|
+
total: 'number',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
validate() {
|
|
30
|
+
if(Array.isArray(this.items)) {
|
|
31
|
+
$dara.Model.validateArray(this.items);
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListAgentRuntimeVersionsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 当前页码,从1开始计数
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 1
|
|
12
|
+
*/
|
|
13
|
+
pageNumber?: number;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 每页返回的记录数量
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 10
|
|
20
|
+
*/
|
|
21
|
+
pageSize?: number;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
pageNumber: 'pageNumber',
|
|
25
|
+
pageSize: 'pageSize',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
pageNumber: 'number',
|
|
32
|
+
pageSize: 'number',
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
validate() {
|
|
37
|
+
super.validate();
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
constructor(map?: { [key: string]: any }) {
|
|
41
|
+
super(map);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAgentRuntimeVersionsResult } from "./ListAgentRuntimeVersionsResult";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAgentRuntimeVersionsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ListAgentRuntimeVersionsResult;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: ListAgentRuntimeVersionsResult,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAgentRuntimeVersionsOutput } from "./ListAgentRuntimeVersionsOutput";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAgentRuntimeVersionsResult extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* SUCCESS 为成功,失败情况返回对应错误类型,比如 ERR_BAD_REQUEST ERR_VALIDATION_FAILED ERR_INTERNAL_SERVER_ERROR
|
|
10
|
+
*/
|
|
11
|
+
code?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @remarks
|
|
14
|
+
* 智能体运行时版本列表的详细信息
|
|
15
|
+
*/
|
|
16
|
+
data?: ListAgentRuntimeVersionsOutput;
|
|
17
|
+
/**
|
|
18
|
+
* @remarks
|
|
19
|
+
* 唯一的请求标识符,用于问题追踪
|
|
20
|
+
*/
|
|
21
|
+
requestId?: string;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
code: 'code',
|
|
25
|
+
data: 'data',
|
|
26
|
+
requestId: 'requestId',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
static types(): { [key: string]: any } {
|
|
31
|
+
return {
|
|
32
|
+
code: 'string',
|
|
33
|
+
data: ListAgentRuntimeVersionsOutput,
|
|
34
|
+
requestId: 'string',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
validate() {
|
|
39
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
40
|
+
(this.data as any).validate();
|
|
41
|
+
}
|
|
42
|
+
super.validate();
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
constructor(map?: { [key: string]: any }) {
|
|
46
|
+
super(map);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListAgentRuntimesInput extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 按名称过滤
|
|
9
|
+
*/
|
|
10
|
+
agentRuntimeName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* 页码
|
|
14
|
+
*/
|
|
15
|
+
pageNumber?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* 每页记录数
|
|
19
|
+
*/
|
|
20
|
+
pageSize?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* 按状态过滤
|
|
24
|
+
*/
|
|
25
|
+
statuses?: string[];
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
agentRuntimeName: 'agentRuntimeName',
|
|
29
|
+
pageNumber: 'pageNumber',
|
|
30
|
+
pageSize: 'pageSize',
|
|
31
|
+
statuses: 'statuses',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
agentRuntimeName: 'string',
|
|
38
|
+
pageNumber: 'number',
|
|
39
|
+
pageSize: 'number',
|
|
40
|
+
statuses: { 'type': 'array', 'itemType': 'string' },
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
if(Array.isArray(this.statuses)) {
|
|
46
|
+
$dara.Model.validateArray(this.statuses);
|
|
47
|
+
}
|
|
48
|
+
super.validate();
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
constructor(map?: { [key: string]: any }) {
|
|
52
|
+
super(map);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AgentRuntime } from "./AgentRuntime";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAgentRuntimesOutput extends $dara.Model {
|
|
7
|
+
items?: AgentRuntime[];
|
|
8
|
+
pageNumber?: number;
|
|
9
|
+
pageSize?: number;
|
|
10
|
+
total?: number;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
items: 'items',
|
|
14
|
+
pageNumber: 'pageNumber',
|
|
15
|
+
pageSize: 'pageSize',
|
|
16
|
+
total: 'total',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
items: { 'type': 'array', 'itemType': AgentRuntime },
|
|
23
|
+
pageNumber: 'number',
|
|
24
|
+
pageSize: 'number',
|
|
25
|
+
total: 'number',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
validate() {
|
|
30
|
+
if(Array.isArray(this.items)) {
|
|
31
|
+
$dara.Model.validateArray(this.items);
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListAgentRuntimesRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 根据智能体运行时名称进行模糊匹配过滤
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* my-runtime
|
|
12
|
+
*/
|
|
13
|
+
agentRuntimeName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 当前页码,从1开始计数
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 1
|
|
20
|
+
*/
|
|
21
|
+
pageNumber?: number;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* 每页返回的记录数量
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* 10
|
|
28
|
+
*/
|
|
29
|
+
pageSize?: number;
|
|
30
|
+
static names(): { [key: string]: string } {
|
|
31
|
+
return {
|
|
32
|
+
agentRuntimeName: 'agentRuntimeName',
|
|
33
|
+
pageNumber: 'pageNumber',
|
|
34
|
+
pageSize: 'pageSize',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
static types(): { [key: string]: any } {
|
|
39
|
+
return {
|
|
40
|
+
agentRuntimeName: 'string',
|
|
41
|
+
pageNumber: 'number',
|
|
42
|
+
pageSize: 'number',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
validate() {
|
|
47
|
+
super.validate();
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
constructor(map?: { [key: string]: any }) {
|
|
51
|
+
super(map);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAgentRuntimesResult } from "./ListAgentRuntimesResult";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAgentRuntimesResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ListAgentRuntimesResult;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: ListAgentRuntimesResult,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListAgentRuntimesOutput } from "./ListAgentRuntimesOutput";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListAgentRuntimesResult extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* SUCCESS 为成功,失败情况返回对应错误类型,比如 ERR_BAD_REQUEST ERR_VALIDATION_FAILED ERR_INTERNAL_SERVER_ERROR
|
|
10
|
+
*/
|
|
11
|
+
code?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @remarks
|
|
14
|
+
* 智能体运行时列表的详细信息
|
|
15
|
+
*/
|
|
16
|
+
data?: ListAgentRuntimesOutput;
|
|
17
|
+
/**
|
|
18
|
+
* @remarks
|
|
19
|
+
* 唯一的请求标识符,用于问题追踪
|
|
20
|
+
*/
|
|
21
|
+
requestId?: string;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
code: 'code',
|
|
25
|
+
data: 'data',
|
|
26
|
+
requestId: 'requestId',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
static types(): { [key: string]: any } {
|
|
31
|
+
return {
|
|
32
|
+
code: 'string',
|
|
33
|
+
data: ListAgentRuntimesOutput,
|
|
34
|
+
requestId: 'string',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
validate() {
|
|
39
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
40
|
+
(this.data as any).validate();
|
|
41
|
+
}
|
|
42
|
+
super.validate();
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
constructor(map?: { [key: string]: any }) {
|
|
46
|
+
super(map);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { BrowserSessionListOut } from "./BrowserSessionListOut";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListBrowserSessionResult extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* SUCCESS 为成功,失败情况返回对应错误类型,比如 ERR_BAD_REQUEST ERR_VALIDATION_FAILED ERR_INTERNAL_SERVER_ERROR
|
|
10
|
+
*/
|
|
11
|
+
code?: string;
|
|
12
|
+
data?: BrowserSessionListOut;
|
|
13
|
+
requestId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
code: 'code',
|
|
17
|
+
data: 'data',
|
|
18
|
+
requestId: 'requestId',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
static types(): { [key: string]: any } {
|
|
23
|
+
return {
|
|
24
|
+
code: 'string',
|
|
25
|
+
data: BrowserSessionListOut,
|
|
26
|
+
requestId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
32
|
+
(this.data as any).validate();
|
|
33
|
+
}
|
|
34
|
+
super.validate();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
constructor(map?: { [key: string]: any }) {
|
|
38
|
+
super(map);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListBrowsersInput extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 按浏览器名称过滤
|
|
9
|
+
*/
|
|
10
|
+
browserName?: string;
|
|
11
|
+
pageNumber?: number;
|
|
12
|
+
pageSize?: number;
|
|
13
|
+
static names(): { [key: string]: string } {
|
|
14
|
+
return {
|
|
15
|
+
browserName: 'browserName',
|
|
16
|
+
pageNumber: 'pageNumber',
|
|
17
|
+
pageSize: 'pageSize',
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
static types(): { [key: string]: any } {
|
|
22
|
+
return {
|
|
23
|
+
browserName: 'string',
|
|
24
|
+
pageNumber: 'number',
|
|
25
|
+
pageSize: 'number',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
validate() {
|
|
30
|
+
super.validate();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
constructor(map?: { [key: string]: any }) {
|
|
34
|
+
super(map);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { Browser } from "./Browser";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListBrowsersOutput extends $dara.Model {
|
|
7
|
+
items?: Browser[];
|
|
8
|
+
pageNumber?: number;
|
|
9
|
+
pageSize?: number;
|
|
10
|
+
total?: number;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
items: 'items',
|
|
14
|
+
pageNumber: 'pageNumber',
|
|
15
|
+
pageSize: 'pageSize',
|
|
16
|
+
total: 'total',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
items: { 'type': 'array', 'itemType': Browser },
|
|
23
|
+
pageNumber: 'number',
|
|
24
|
+
pageSize: 'number',
|
|
25
|
+
total: 'number',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
validate() {
|
|
30
|
+
if(Array.isArray(this.items)) {
|
|
31
|
+
$dara.Model.validateArray(this.items);
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ListBrowsersRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 根据浏览器实例名称进行模糊匹配过滤
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* browser
|
|
12
|
+
*/
|
|
13
|
+
browserName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 当前页码,从1开始计数
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 10
|
|
20
|
+
*/
|
|
21
|
+
pageNumber?: number;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* 每页返回的记录数量
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* 1
|
|
28
|
+
*/
|
|
29
|
+
pageSize?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* 根据浏览器实例的运行状态进行过滤,可选值:CREATING、READY、DELETING等
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* CREATING
|
|
36
|
+
*
|
|
37
|
+
* **if can be null:**
|
|
38
|
+
* true
|
|
39
|
+
*/
|
|
40
|
+
status?: string;
|
|
41
|
+
static names(): { [key: string]: string } {
|
|
42
|
+
return {
|
|
43
|
+
browserName: 'browserName',
|
|
44
|
+
pageNumber: 'pageNumber',
|
|
45
|
+
pageSize: 'pageSize',
|
|
46
|
+
status: 'status',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
static types(): { [key: string]: any } {
|
|
51
|
+
return {
|
|
52
|
+
browserName: 'string',
|
|
53
|
+
pageNumber: 'number',
|
|
54
|
+
pageSize: 'number',
|
|
55
|
+
status: 'string',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
validate() {
|
|
60
|
+
super.validate();
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
constructor(map?: { [key: string]: any }) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { ListBrowsersResult } from "./ListBrowsersResult";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class ListBrowsersResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: ListBrowsersResult;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: ListBrowsersResult,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|