@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,82 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { NetworkConfiguration } from "./NetworkConfiguration";
|
|
4
|
+
import { BrowserRecordingConfiguration } from "./BrowserRecordingConfiguration";
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export class Browser extends $dara.Model {
|
|
8
|
+
browserId?: string;
|
|
9
|
+
browserName?: string;
|
|
10
|
+
cpu?: number;
|
|
11
|
+
createdAt?: string;
|
|
12
|
+
credentialId?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
executionRoleArn?: string;
|
|
15
|
+
lastUpdatedAt?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* 内存资源配置(单位:MB)
|
|
19
|
+
*/
|
|
20
|
+
memory?: number;
|
|
21
|
+
networkConfiguration?: NetworkConfiguration;
|
|
22
|
+
recording?: BrowserRecordingConfiguration;
|
|
23
|
+
status?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* 当前状态的原因说明(如适用)
|
|
27
|
+
*/
|
|
28
|
+
statusReason?: string;
|
|
29
|
+
tenantId?: string;
|
|
30
|
+
static names(): { [key: string]: string } {
|
|
31
|
+
return {
|
|
32
|
+
browserId: 'browserId',
|
|
33
|
+
browserName: 'browserName',
|
|
34
|
+
cpu: 'cpu',
|
|
35
|
+
createdAt: 'createdAt',
|
|
36
|
+
credentialId: 'credentialId',
|
|
37
|
+
description: 'description',
|
|
38
|
+
executionRoleArn: 'executionRoleArn',
|
|
39
|
+
lastUpdatedAt: 'lastUpdatedAt',
|
|
40
|
+
memory: 'memory',
|
|
41
|
+
networkConfiguration: 'networkConfiguration',
|
|
42
|
+
recording: 'recording',
|
|
43
|
+
status: 'status',
|
|
44
|
+
statusReason: 'statusReason',
|
|
45
|
+
tenantId: 'tenantId',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
static types(): { [key: string]: any } {
|
|
50
|
+
return {
|
|
51
|
+
browserId: 'string',
|
|
52
|
+
browserName: 'string',
|
|
53
|
+
cpu: 'number',
|
|
54
|
+
createdAt: 'string',
|
|
55
|
+
credentialId: 'string',
|
|
56
|
+
description: 'string',
|
|
57
|
+
executionRoleArn: 'string',
|
|
58
|
+
lastUpdatedAt: 'string',
|
|
59
|
+
memory: 'number',
|
|
60
|
+
networkConfiguration: NetworkConfiguration,
|
|
61
|
+
recording: BrowserRecordingConfiguration,
|
|
62
|
+
status: 'string',
|
|
63
|
+
statusReason: 'string',
|
|
64
|
+
tenantId: 'string',
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
validate() {
|
|
69
|
+
if(this.networkConfiguration && typeof (this.networkConfiguration as any).validate === 'function') {
|
|
70
|
+
(this.networkConfiguration as any).validate();
|
|
71
|
+
}
|
|
72
|
+
if(this.recording && typeof (this.recording as any).validate === 'function') {
|
|
73
|
+
(this.recording as any).validate();
|
|
74
|
+
}
|
|
75
|
+
super.validate();
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
constructor(map?: { [key: string]: any }) {
|
|
79
|
+
super(map);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class BrowserAutomationStream extends $dara.Model {
|
|
6
|
+
streamEndpoint?: string;
|
|
7
|
+
streamStatus?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
streamEndpoint: 'streamEndpoint',
|
|
11
|
+
streamStatus: 'streamStatus',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
streamEndpoint: 'string',
|
|
18
|
+
streamStatus: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class BrowserLiveViewStream extends $dara.Model {
|
|
6
|
+
streamEndpoint?: string;
|
|
7
|
+
static names(): { [key: string]: string } {
|
|
8
|
+
return {
|
|
9
|
+
streamEndpoint: 'streamEndpoint',
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static types(): { [key: string]: any } {
|
|
14
|
+
return {
|
|
15
|
+
streamEndpoint: 'string',
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
validate() {
|
|
20
|
+
super.validate();
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
constructor(map?: { [key: string]: any }) {
|
|
24
|
+
super(map);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class BrowserOssLocation extends $dara.Model {
|
|
6
|
+
bucket?: string;
|
|
7
|
+
prefix?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
bucket: 'bucket',
|
|
11
|
+
prefix: 'prefix',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
bucket: 'string',
|
|
18
|
+
prefix: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { BrowserOssLocation } from "./BrowserOssLocation";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class BrowserRecordingConfiguration extends $dara.Model {
|
|
7
|
+
enabled?: boolean;
|
|
8
|
+
ossLocation?: BrowserOssLocation;
|
|
9
|
+
static names(): { [key: string]: string } {
|
|
10
|
+
return {
|
|
11
|
+
enabled: 'enabled',
|
|
12
|
+
ossLocation: 'ossLocation',
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
static types(): { [key: string]: any } {
|
|
17
|
+
return {
|
|
18
|
+
enabled: 'boolean',
|
|
19
|
+
ossLocation: BrowserOssLocation,
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
if(this.ossLocation && typeof (this.ossLocation as any).validate === 'function') {
|
|
25
|
+
(this.ossLocation as any).validate();
|
|
26
|
+
}
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
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 BrowserResult 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?: Browser;
|
|
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: Browser,
|
|
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,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { BrowserSessionOut } from "./BrowserSessionOut";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class BrowserSessionListOut extends $dara.Model {
|
|
7
|
+
items?: BrowserSessionOut[];
|
|
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': BrowserSessionOut },
|
|
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,53 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class BrowserSessionOut extends $dara.Model {
|
|
6
|
+
browserId?: string;
|
|
7
|
+
browserName?: string;
|
|
8
|
+
createdAt?: string;
|
|
9
|
+
lastUpdatedAt?: string;
|
|
10
|
+
/**
|
|
11
|
+
* @remarks
|
|
12
|
+
* This parameter is required.
|
|
13
|
+
*/
|
|
14
|
+
sessionId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @remarks
|
|
17
|
+
* 会话空闲超时时间,单位为秒
|
|
18
|
+
*/
|
|
19
|
+
sessionIdleTimeoutSeconds?: number;
|
|
20
|
+
status?: string;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
browserId: 'browserId',
|
|
24
|
+
browserName: 'browserName',
|
|
25
|
+
createdAt: 'createdAt',
|
|
26
|
+
lastUpdatedAt: 'lastUpdatedAt',
|
|
27
|
+
sessionId: 'sessionId',
|
|
28
|
+
sessionIdleTimeoutSeconds: 'sessionIdleTimeoutSeconds',
|
|
29
|
+
status: 'status',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
static types(): { [key: string]: any } {
|
|
34
|
+
return {
|
|
35
|
+
browserId: 'string',
|
|
36
|
+
browserName: 'string',
|
|
37
|
+
createdAt: 'string',
|
|
38
|
+
lastUpdatedAt: 'string',
|
|
39
|
+
sessionId: 'string',
|
|
40
|
+
sessionIdleTimeoutSeconds: 'number',
|
|
41
|
+
status: 'string',
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
validate() {
|
|
46
|
+
super.validate();
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
constructor(map?: { [key: string]: any }) {
|
|
50
|
+
super(map);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { BrowserAutomationStream } from "./BrowserAutomationStream";
|
|
4
|
+
import { BrowserLiveViewStream } from "./BrowserLiveViewStream";
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export class BrowserStreams extends $dara.Model {
|
|
8
|
+
automationStream?: BrowserAutomationStream;
|
|
9
|
+
liveViewStream?: BrowserLiveViewStream;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
automationStream: 'automationStream',
|
|
13
|
+
liveViewStream: 'liveViewStream',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
automationStream: BrowserAutomationStream,
|
|
20
|
+
liveViewStream: BrowserLiveViewStream,
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
validate() {
|
|
25
|
+
if(this.automationStream && typeof (this.automationStream as any).validate === 'function') {
|
|
26
|
+
(this.automationStream as any).validate();
|
|
27
|
+
}
|
|
28
|
+
if(this.liveViewStream && typeof (this.liveViewStream as any).validate === 'function') {
|
|
29
|
+
(this.liveViewStream as any).validate();
|
|
30
|
+
}
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class BrowserViewPort extends $dara.Model {
|
|
6
|
+
height?: number;
|
|
7
|
+
width?: number;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
height: 'height',
|
|
11
|
+
width: 'width',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
height: 'number',
|
|
18
|
+
width: 'number',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CAPConfig extends $dara.Model {
|
|
6
|
+
functionName?: string;
|
|
7
|
+
name?: string;
|
|
8
|
+
templateId?: number;
|
|
9
|
+
static names(): { [key: string]: string } {
|
|
10
|
+
return {
|
|
11
|
+
functionName: 'functionName',
|
|
12
|
+
name: 'name',
|
|
13
|
+
templateId: 'templateId',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
functionName: 'string',
|
|
20
|
+
name: 'string',
|
|
21
|
+
templateId: 'number',
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
validate() {
|
|
26
|
+
super.validate();
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
constructor(map?: { [key: string]: any }) {
|
|
30
|
+
super(map);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CodeConfiguration extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 代码包的CRC-64校验值。如果提供了checksum,则函数计算会校验代码包的checksum是否和提供的一致
|
|
9
|
+
*/
|
|
10
|
+
checksum?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* 在运行时中运行的命令(例如:[\"python\"])
|
|
14
|
+
*/
|
|
15
|
+
command?: string[];
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* 代码运行时的编程语言,如 python3、nodejs 等
|
|
19
|
+
*/
|
|
20
|
+
language?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* 智能体代码ZIP包的Base64编码
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* UEsDBAoAAAAAANF
|
|
27
|
+
*/
|
|
28
|
+
zipFile?: string;
|
|
29
|
+
static names(): { [key: string]: string } {
|
|
30
|
+
return {
|
|
31
|
+
checksum: 'checksum',
|
|
32
|
+
command: 'command',
|
|
33
|
+
language: 'language',
|
|
34
|
+
zipFile: 'zipFile',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
static types(): { [key: string]: any } {
|
|
39
|
+
return {
|
|
40
|
+
checksum: 'string',
|
|
41
|
+
command: { 'type': 'array', 'itemType': 'string' },
|
|
42
|
+
language: 'string',
|
|
43
|
+
zipFile: 'string',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
validate() {
|
|
48
|
+
if(Array.isArray(this.command)) {
|
|
49
|
+
$dara.Model.validateArray(this.command);
|
|
50
|
+
}
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
constructor(map?: { [key: string]: any }) {
|
|
55
|
+
super(map);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CodeInfo extends $dara.Model {
|
|
6
|
+
ossBucketName?: string;
|
|
7
|
+
ossObjectName?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
ossBucketName: 'ossBucketName',
|
|
11
|
+
ossObjectName: 'ossObjectName',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
ossBucketName: 'string',
|
|
18
|
+
ossObjectName: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { NetworkConfiguration } from "./NetworkConfiguration";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CodeInterpreter extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* 代码解释器的唯一标识符
|
|
10
|
+
*/
|
|
11
|
+
codeInterpreterId?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @remarks
|
|
14
|
+
* 代码解释器的名称,用于标识和区分不同的代码解释器实例
|
|
15
|
+
*/
|
|
16
|
+
codeInterpreterName?: string;
|
|
17
|
+
cpu?: number;
|
|
18
|
+
/**
|
|
19
|
+
* @remarks
|
|
20
|
+
* 代码解释器的创建时间,采用ISO 8601格式
|
|
21
|
+
*/
|
|
22
|
+
createdAt?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* 代码解释器的描述信息,说明该解释器的用途和功能
|
|
26
|
+
*/
|
|
27
|
+
description?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* 此代码解释器的执行角色
|
|
31
|
+
*/
|
|
32
|
+
executionRoleArn?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @remarks
|
|
35
|
+
* 代码解释器的最后更新时间,采用ISO 8601格式
|
|
36
|
+
*/
|
|
37
|
+
lastUpdatedAt?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* 内存资源配置(单位:MB)
|
|
41
|
+
*/
|
|
42
|
+
memory?: number;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* 代码解释器的网络配置信息
|
|
46
|
+
*/
|
|
47
|
+
networkConfiguration?: NetworkConfiguration;
|
|
48
|
+
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* 代码解释器的当前状态,如READY(就绪)、TERMINATED(已终止)等
|
|
51
|
+
*/
|
|
52
|
+
status?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @remarks
|
|
55
|
+
* 当前状态的原因说明(如适用)
|
|
56
|
+
*/
|
|
57
|
+
statusReason?: string;
|
|
58
|
+
tenantId?: string;
|
|
59
|
+
static names(): { [key: string]: string } {
|
|
60
|
+
return {
|
|
61
|
+
codeInterpreterId: 'codeInterpreterId',
|
|
62
|
+
codeInterpreterName: 'codeInterpreterName',
|
|
63
|
+
cpu: 'cpu',
|
|
64
|
+
createdAt: 'createdAt',
|
|
65
|
+
description: 'description',
|
|
66
|
+
executionRoleArn: 'executionRoleArn',
|
|
67
|
+
lastUpdatedAt: 'lastUpdatedAt',
|
|
68
|
+
memory: 'memory',
|
|
69
|
+
networkConfiguration: 'networkConfiguration',
|
|
70
|
+
status: 'status',
|
|
71
|
+
statusReason: 'statusReason',
|
|
72
|
+
tenantId: 'tenantId',
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
static types(): { [key: string]: any } {
|
|
77
|
+
return {
|
|
78
|
+
codeInterpreterId: 'string',
|
|
79
|
+
codeInterpreterName: 'string',
|
|
80
|
+
cpu: 'number',
|
|
81
|
+
createdAt: 'string',
|
|
82
|
+
description: 'string',
|
|
83
|
+
executionRoleArn: 'string',
|
|
84
|
+
lastUpdatedAt: 'string',
|
|
85
|
+
memory: 'number',
|
|
86
|
+
networkConfiguration: NetworkConfiguration,
|
|
87
|
+
status: 'string',
|
|
88
|
+
statusReason: 'string',
|
|
89
|
+
tenantId: 'string',
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
validate() {
|
|
94
|
+
if(this.networkConfiguration && typeof (this.networkConfiguration as any).validate === 'function') {
|
|
95
|
+
(this.networkConfiguration as any).validate();
|
|
96
|
+
}
|
|
97
|
+
super.validate();
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
constructor(map?: { [key: string]: any }) {
|
|
101
|
+
super(map);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CodeInterpreter } from "./CodeInterpreter";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CodeInterpreterResult 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?: CodeInterpreter;
|
|
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: CodeInterpreter,
|
|
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
|
+
|