@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.
Files changed (643) hide show
  1. package/LICENSE +13 -0
  2. package/README.md +25 -0
  3. package/dist/client.d.ts +446 -0
  4. package/dist/client.js +941 -0
  5. package/dist/client.js.map +1 -0
  6. package/dist/models/AgentRuntime.d.ts +138 -0
  7. package/dist/models/AgentRuntime.js +131 -0
  8. package/dist/models/AgentRuntime.js.map +1 -0
  9. package/dist/models/AgentRuntimeEndpoint.d.ts +32 -0
  10. package/dist/models/AgentRuntimeEndpoint.js +80 -0
  11. package/dist/models/AgentRuntimeEndpoint.js.map +1 -0
  12. package/dist/models/AgentRuntimeEndpointResult.d.ts +29 -0
  13. package/dist/models/AgentRuntimeEndpointResult.js +66 -0
  14. package/dist/models/AgentRuntimeEndpointResult.js.map +1 -0
  15. package/dist/models/AgentRuntimeResult.d.ts +29 -0
  16. package/dist/models/AgentRuntimeResult.js +66 -0
  17. package/dist/models/AgentRuntimeResult.js.map +1 -0
  18. package/dist/models/AgentRuntimeVersion.d.ts +43 -0
  19. package/dist/models/AgentRuntimeVersion.js +68 -0
  20. package/dist/models/AgentRuntimeVersion.js.map +1 -0
  21. package/dist/models/AgentRuntimeVersionResult.d.ts +29 -0
  22. package/dist/models/AgentRuntimeVersionResult.js +66 -0
  23. package/dist/models/AgentRuntimeVersionResult.js.map +1 -0
  24. package/dist/models/AiFallbackConfig.d.ts +15 -0
  25. package/dist/models/AiFallbackConfig.js +62 -0
  26. package/dist/models/AiFallbackConfig.js.map +1 -0
  27. package/dist/models/AiFallbackServiceConfig.d.ts +16 -0
  28. package/dist/models/AiFallbackServiceConfig.js +62 -0
  29. package/dist/models/AiFallbackServiceConfig.js.map +1 -0
  30. package/dist/models/AiServiceConfig.d.ts +18 -0
  31. package/dist/models/AiServiceConfig.js +72 -0
  32. package/dist/models/AiServiceConfig.js.map +1 -0
  33. package/dist/models/AttachPolicyConfig.d.ts +16 -0
  34. package/dist/models/AttachPolicyConfig.js +62 -0
  35. package/dist/models/AttachPolicyConfig.js.map +1 -0
  36. package/dist/models/Browser.d.ts +37 -0
  37. package/dist/models/Browser.js +92 -0
  38. package/dist/models/Browser.js.map +1 -0
  39. package/dist/models/BrowserAutomationStream.d.ts +15 -0
  40. package/dist/models/BrowserAutomationStream.js +60 -0
  41. package/dist/models/BrowserAutomationStream.js.map +1 -0
  42. package/dist/models/BrowserLiveViewStream.d.ts +14 -0
  43. package/dist/models/BrowserLiveViewStream.js +58 -0
  44. package/dist/models/BrowserLiveViewStream.js.map +1 -0
  45. package/dist/models/BrowserOssLocation.d.ts +15 -0
  46. package/dist/models/BrowserOssLocation.js +60 -0
  47. package/dist/models/BrowserOssLocation.js.map +1 -0
  48. package/dist/models/BrowserRecordingConfiguration.d.ts +16 -0
  49. package/dist/models/BrowserRecordingConfiguration.js +64 -0
  50. package/dist/models/BrowserRecordingConfiguration.js.map +1 -0
  51. package/dist/models/BrowserResult.d.ts +29 -0
  52. package/dist/models/BrowserResult.js +66 -0
  53. package/dist/models/BrowserResult.js.map +1 -0
  54. package/dist/models/BrowserSessionListOut.d.ts +18 -0
  55. package/dist/models/BrowserSessionListOut.js +68 -0
  56. package/dist/models/BrowserSessionListOut.js.map +1 -0
  57. package/dist/models/BrowserSessionOut.d.ts +28 -0
  58. package/dist/models/BrowserSessionOut.js +70 -0
  59. package/dist/models/BrowserSessionOut.js.map +1 -0
  60. package/dist/models/BrowserStreams.d.ts +17 -0
  61. package/dist/models/BrowserStreams.js +68 -0
  62. package/dist/models/BrowserStreams.js.map +1 -0
  63. package/dist/models/BrowserViewPort.d.ts +15 -0
  64. package/dist/models/BrowserViewPort.js +60 -0
  65. package/dist/models/BrowserViewPort.js.map +1 -0
  66. package/dist/models/Capconfig.d.ts +16 -0
  67. package/dist/models/Capconfig.js +62 -0
  68. package/dist/models/Capconfig.js.map +1 -0
  69. package/dist/models/CodeConfiguration.d.ts +36 -0
  70. package/dist/models/CodeConfiguration.js +67 -0
  71. package/dist/models/CodeConfiguration.js.map +1 -0
  72. package/dist/models/CodeInfo.d.ts +15 -0
  73. package/dist/models/CodeInfo.js +60 -0
  74. package/dist/models/CodeInfo.js.map +1 -0
  75. package/dist/models/CodeInterpreter.d.ts +66 -0
  76. package/dist/models/CodeInterpreter.js +84 -0
  77. package/dist/models/CodeInterpreter.js.map +1 -0
  78. package/dist/models/CodeInterpreterResult.d.ts +29 -0
  79. package/dist/models/CodeInterpreterResult.js +66 -0
  80. package/dist/models/CodeInterpreterResult.js.map +1 -0
  81. package/dist/models/CodeInterpreterSessionConfig.d.ts +30 -0
  82. package/dist/models/CodeInterpreterSessionConfig.js +65 -0
  83. package/dist/models/CodeInterpreterSessionConfig.js.map +1 -0
  84. package/dist/models/CodeInterpreterSessionListOut.d.ts +18 -0
  85. package/dist/models/CodeInterpreterSessionListOut.js +68 -0
  86. package/dist/models/CodeInterpreterSessionListOut.js.map +1 -0
  87. package/dist/models/CodeInterpreterSessionOut.d.ts +54 -0
  88. package/dist/models/CodeInterpreterSessionOut.js +70 -0
  89. package/dist/models/CodeInterpreterSessionOut.js.map +1 -0
  90. package/dist/models/CommonResult.d.ts +28 -0
  91. package/dist/models/CommonResult.js +62 -0
  92. package/dist/models/CommonResult.js.map +1 -0
  93. package/dist/models/ContainerConfiguration.d.ts +19 -0
  94. package/dist/models/ContainerConfiguration.js +63 -0
  95. package/dist/models/ContainerConfiguration.js.map +1 -0
  96. package/dist/models/CreateAgentRuntimeEndpointInput.d.ts +26 -0
  97. package/dist/models/CreateAgentRuntimeEndpointInput.js +68 -0
  98. package/dist/models/CreateAgentRuntimeEndpointInput.js.map +1 -0
  99. package/dist/models/CreateAgentRuntimeEndpointRequest.d.ts +21 -0
  100. package/dist/models/CreateAgentRuntimeEndpointRequest.js +62 -0
  101. package/dist/models/CreateAgentRuntimeEndpointRequest.js.map +1 -0
  102. package/dist/models/CreateAgentRuntimeEndpointResponse.d.ts +19 -0
  103. package/dist/models/CreateAgentRuntimeEndpointResponse.js +69 -0
  104. package/dist/models/CreateAgentRuntimeEndpointResponse.js.map +1 -0
  105. package/dist/models/CreateAgentRuntimeInput.d.ts +118 -0
  106. package/dist/models/CreateAgentRuntimeInput.js +117 -0
  107. package/dist/models/CreateAgentRuntimeInput.js.map +1 -0
  108. package/dist/models/CreateAgentRuntimeRequest.d.ts +21 -0
  109. package/dist/models/CreateAgentRuntimeRequest.js +62 -0
  110. package/dist/models/CreateAgentRuntimeRequest.js.map +1 -0
  111. package/dist/models/CreateAgentRuntimeResponse.d.ts +19 -0
  112. package/dist/models/CreateAgentRuntimeResponse.js +69 -0
  113. package/dist/models/CreateAgentRuntimeResponse.js.map +1 -0
  114. package/dist/models/CreateAgentRuntimeVersionInput.d.ts +18 -0
  115. package/dist/models/CreateAgentRuntimeVersionInput.js +58 -0
  116. package/dist/models/CreateAgentRuntimeVersionInput.js.map +1 -0
  117. package/dist/models/CreateBrowserInput.d.ts +46 -0
  118. package/dist/models/CreateBrowserInput.js +76 -0
  119. package/dist/models/CreateBrowserInput.js.map +1 -0
  120. package/dist/models/CreateBrowserRequest.d.ts +19 -0
  121. package/dist/models/CreateBrowserRequest.js +62 -0
  122. package/dist/models/CreateBrowserRequest.js.map +1 -0
  123. package/dist/models/CreateBrowserResponse.d.ts +19 -0
  124. package/dist/models/CreateBrowserResponse.js +69 -0
  125. package/dist/models/CreateBrowserResponse.js.map +1 -0
  126. package/dist/models/CreateCodeInterpreterInput.d.ts +58 -0
  127. package/dist/models/CreateCodeInterpreterInput.js +76 -0
  128. package/dist/models/CreateCodeInterpreterInput.js.map +1 -0
  129. package/dist/models/CreateCodeInterpreterRequest.d.ts +19 -0
  130. package/dist/models/CreateCodeInterpreterRequest.js +62 -0
  131. package/dist/models/CreateCodeInterpreterRequest.js.map +1 -0
  132. package/dist/models/CreateCodeInterpreterResponse.d.ts +19 -0
  133. package/dist/models/CreateCodeInterpreterResponse.js +69 -0
  134. package/dist/models/CreateCodeInterpreterResponse.js.map +1 -0
  135. package/dist/models/CreateCredentialInput.d.ts +20 -0
  136. package/dist/models/CreateCredentialInput.js +69 -0
  137. package/dist/models/CreateCredentialInput.js.map +1 -0
  138. package/dist/models/CreateCredentialOutput.d.ts +17 -0
  139. package/dist/models/CreateCredentialOutput.js +64 -0
  140. package/dist/models/CreateCredentialOutput.js.map +1 -0
  141. package/dist/models/CreateDomainInput.d.ts +16 -0
  142. package/dist/models/CreateDomainInput.js +62 -0
  143. package/dist/models/CreateDomainInput.js.map +1 -0
  144. package/dist/models/CreateGatewayInput.d.ts +18 -0
  145. package/dist/models/CreateGatewayInput.js +68 -0
  146. package/dist/models/CreateGatewayInput.js.map +1 -0
  147. package/dist/models/CreateGatewayTargetInput.d.ts +17 -0
  148. package/dist/models/CreateGatewayTargetInput.js +66 -0
  149. package/dist/models/CreateGatewayTargetInput.js.map +1 -0
  150. package/dist/models/CreateModelInput.d.ts +20 -0
  151. package/dist/models/CreateModelInput.js +73 -0
  152. package/dist/models/CreateModelInput.js.map +1 -0
  153. package/dist/models/CreateToolData.d.ts +18 -0
  154. package/dist/models/CreateToolData.js +66 -0
  155. package/dist/models/CreateToolData.js.map +1 -0
  156. package/dist/models/CreateToolInput.d.ts +36 -0
  157. package/dist/models/CreateToolInput.js +72 -0
  158. package/dist/models/CreateToolInput.js.map +1 -0
  159. package/dist/models/CreateToolOutput.d.ts +17 -0
  160. package/dist/models/CreateToolOutput.js +66 -0
  161. package/dist/models/CreateToolOutput.js.map +1 -0
  162. package/dist/models/CredentialListItem.d.ts +20 -0
  163. package/dist/models/CredentialListItem.js +72 -0
  164. package/dist/models/CredentialListItem.js.map +1 -0
  165. package/dist/models/CustomRuntimeConfig.d.ts +16 -0
  166. package/dist/models/CustomRuntimeConfig.js +68 -0
  167. package/dist/models/CustomRuntimeConfig.js.map +1 -0
  168. package/dist/models/DeleteAgentRuntimeEndpointResponse.d.ts +19 -0
  169. package/dist/models/DeleteAgentRuntimeEndpointResponse.js +69 -0
  170. package/dist/models/DeleteAgentRuntimeEndpointResponse.js.map +1 -0
  171. package/dist/models/DeleteAgentRuntimeResponse.d.ts +19 -0
  172. package/dist/models/DeleteAgentRuntimeResponse.js +69 -0
  173. package/dist/models/DeleteAgentRuntimeResponse.js.map +1 -0
  174. package/dist/models/DeleteBrowserOut.d.ts +16 -0
  175. package/dist/models/DeleteBrowserOut.js +62 -0
  176. package/dist/models/DeleteBrowserOut.js.map +1 -0
  177. package/dist/models/DeleteBrowserResponse.d.ts +19 -0
  178. package/dist/models/DeleteBrowserResponse.js +69 -0
  179. package/dist/models/DeleteBrowserResponse.js.map +1 -0
  180. package/dist/models/DeleteBrowserResult.d.ts +21 -0
  181. package/dist/models/DeleteBrowserResult.js +66 -0
  182. package/dist/models/DeleteBrowserResult.js.map +1 -0
  183. package/dist/models/DeleteCodeInterpreterOut.d.ts +16 -0
  184. package/dist/models/DeleteCodeInterpreterOut.js +62 -0
  185. package/dist/models/DeleteCodeInterpreterOut.js.map +1 -0
  186. package/dist/models/DeleteCodeInterpreterResponse.d.ts +19 -0
  187. package/dist/models/DeleteCodeInterpreterResponse.js +69 -0
  188. package/dist/models/DeleteCodeInterpreterResponse.js.map +1 -0
  189. package/dist/models/DeleteCodeInterpreterResult.d.ts +21 -0
  190. package/dist/models/DeleteCodeInterpreterResult.js +66 -0
  191. package/dist/models/DeleteCodeInterpreterResult.js.map +1 -0
  192. package/dist/models/DomainInfo.d.ts +17 -0
  193. package/dist/models/DomainInfo.js +64 -0
  194. package/dist/models/DomainInfo.js.map +1 -0
  195. package/dist/models/ErrorResult.d.ts +28 -0
  196. package/dist/models/ErrorResult.js +62 -0
  197. package/dist/models/ErrorResult.js.map +1 -0
  198. package/dist/models/FclinkConfig.d.ts +15 -0
  199. package/dist/models/FclinkConfig.js +60 -0
  200. package/dist/models/FclinkConfig.js.map +1 -0
  201. package/dist/models/Gateway.d.ts +20 -0
  202. package/dist/models/Gateway.js +70 -0
  203. package/dist/models/Gateway.js.map +1 -0
  204. package/dist/models/GatewayNetworkConfiguration.d.ts +16 -0
  205. package/dist/models/GatewayNetworkConfiguration.js +65 -0
  206. package/dist/models/GatewayNetworkConfiguration.js.map +1 -0
  207. package/dist/models/GetAgentRuntimeEndpointResponse.d.ts +19 -0
  208. package/dist/models/GetAgentRuntimeEndpointResponse.js +69 -0
  209. package/dist/models/GetAgentRuntimeEndpointResponse.js.map +1 -0
  210. package/dist/models/GetAgentRuntimeRequest.d.ts +21 -0
  211. package/dist/models/GetAgentRuntimeRequest.js +58 -0
  212. package/dist/models/GetAgentRuntimeRequest.js.map +1 -0
  213. package/dist/models/GetAgentRuntimeResponse.d.ts +19 -0
  214. package/dist/models/GetAgentRuntimeResponse.js +69 -0
  215. package/dist/models/GetAgentRuntimeResponse.js.map +1 -0
  216. package/dist/models/GetBrowserResponse.d.ts +19 -0
  217. package/dist/models/GetBrowserResponse.js +69 -0
  218. package/dist/models/GetBrowserResponse.js.map +1 -0
  219. package/dist/models/GetBrowserSessionResult.d.ts +21 -0
  220. package/dist/models/GetBrowserSessionResult.js +66 -0
  221. package/dist/models/GetBrowserSessionResult.js.map +1 -0
  222. package/dist/models/GetCodeInterpreterResponse.d.ts +19 -0
  223. package/dist/models/GetCodeInterpreterResponse.js +69 -0
  224. package/dist/models/GetCodeInterpreterResponse.js.map +1 -0
  225. package/dist/models/GetCodeInterpreterSessionResult.d.ts +21 -0
  226. package/dist/models/GetCodeInterpreterSessionResult.js +66 -0
  227. package/dist/models/GetCodeInterpreterSessionResult.js.map +1 -0
  228. package/dist/models/GetCredentialOutput.d.ts +23 -0
  229. package/dist/models/GetCredentialOutput.js +75 -0
  230. package/dist/models/GetCredentialOutput.js.map +1 -0
  231. package/dist/models/GetToolOutput.d.ts +16 -0
  232. package/dist/models/GetToolOutput.js +64 -0
  233. package/dist/models/GetToolOutput.js.map +1 -0
  234. package/dist/models/GrayTrafficWeight.d.ts +23 -0
  235. package/dist/models/GrayTrafficWeight.js +60 -0
  236. package/dist/models/GrayTrafficWeight.js.map +1 -0
  237. package/dist/models/HealthCheckConfig.d.ts +43 -0
  238. package/dist/models/HealthCheckConfig.js +68 -0
  239. package/dist/models/HealthCheckConfig.js.map +1 -0
  240. package/dist/models/HealthCheckConfiguration.d.ts +43 -0
  241. package/dist/models/HealthCheckConfiguration.js +68 -0
  242. package/dist/models/HealthCheckConfiguration.js.map +1 -0
  243. package/dist/models/ListAgentRuntimeEndpointsInput.d.ts +33 -0
  244. package/dist/models/ListAgentRuntimeEndpointsInput.js +67 -0
  245. package/dist/models/ListAgentRuntimeEndpointsInput.js.map +1 -0
  246. package/dist/models/ListAgentRuntimeEndpointsOutput.d.ts +18 -0
  247. package/dist/models/ListAgentRuntimeEndpointsOutput.js +68 -0
  248. package/dist/models/ListAgentRuntimeEndpointsOutput.js.map +1 -0
  249. package/dist/models/ListAgentRuntimeEndpointsRequest.d.ts +37 -0
  250. package/dist/models/ListAgentRuntimeEndpointsRequest.js +62 -0
  251. package/dist/models/ListAgentRuntimeEndpointsRequest.js.map +1 -0
  252. package/dist/models/ListAgentRuntimeEndpointsResponse.d.ts +19 -0
  253. package/dist/models/ListAgentRuntimeEndpointsResponse.js +69 -0
  254. package/dist/models/ListAgentRuntimeEndpointsResponse.js.map +1 -0
  255. package/dist/models/ListAgentRuntimeEndpointsResult.d.ts +29 -0
  256. package/dist/models/ListAgentRuntimeEndpointsResult.js +66 -0
  257. package/dist/models/ListAgentRuntimeEndpointsResult.js.map +1 -0
  258. package/dist/models/ListAgentRuntimeVersionsInput.d.ts +23 -0
  259. package/dist/models/ListAgentRuntimeVersionsInput.js +60 -0
  260. package/dist/models/ListAgentRuntimeVersionsInput.js.map +1 -0
  261. package/dist/models/ListAgentRuntimeVersionsOutput.d.ts +18 -0
  262. package/dist/models/ListAgentRuntimeVersionsOutput.js +68 -0
  263. package/dist/models/ListAgentRuntimeVersionsOutput.js.map +1 -0
  264. package/dist/models/ListAgentRuntimeVersionsRequest.d.ts +29 -0
  265. package/dist/models/ListAgentRuntimeVersionsRequest.js +60 -0
  266. package/dist/models/ListAgentRuntimeVersionsRequest.js.map +1 -0
  267. package/dist/models/ListAgentRuntimeVersionsResponse.d.ts +19 -0
  268. package/dist/models/ListAgentRuntimeVersionsResponse.js +69 -0
  269. package/dist/models/ListAgentRuntimeVersionsResponse.js.map +1 -0
  270. package/dist/models/ListAgentRuntimeVersionsResult.d.ts +29 -0
  271. package/dist/models/ListAgentRuntimeVersionsResult.js +66 -0
  272. package/dist/models/ListAgentRuntimeVersionsResult.js.map +1 -0
  273. package/dist/models/ListAgentRuntimesInput.d.ts +33 -0
  274. package/dist/models/ListAgentRuntimesInput.js +67 -0
  275. package/dist/models/ListAgentRuntimesInput.js.map +1 -0
  276. package/dist/models/ListAgentRuntimesOutput.d.ts +18 -0
  277. package/dist/models/ListAgentRuntimesOutput.js +68 -0
  278. package/dist/models/ListAgentRuntimesOutput.js.map +1 -0
  279. package/dist/models/ListAgentRuntimesRequest.d.ts +37 -0
  280. package/dist/models/ListAgentRuntimesRequest.js +62 -0
  281. package/dist/models/ListAgentRuntimesRequest.js.map +1 -0
  282. package/dist/models/ListAgentRuntimesResponse.d.ts +19 -0
  283. package/dist/models/ListAgentRuntimesResponse.js +69 -0
  284. package/dist/models/ListAgentRuntimesResponse.js.map +1 -0
  285. package/dist/models/ListAgentRuntimesResult.d.ts +29 -0
  286. package/dist/models/ListAgentRuntimesResult.js +66 -0
  287. package/dist/models/ListAgentRuntimesResult.js.map +1 -0
  288. package/dist/models/ListBrowserSessionResult.d.ts +21 -0
  289. package/dist/models/ListBrowserSessionResult.js +66 -0
  290. package/dist/models/ListBrowserSessionResult.js.map +1 -0
  291. package/dist/models/ListBrowsersInput.d.ts +20 -0
  292. package/dist/models/ListBrowsersInput.js +62 -0
  293. package/dist/models/ListBrowsersInput.js.map +1 -0
  294. package/dist/models/ListBrowsersOutput.d.ts +18 -0
  295. package/dist/models/ListBrowsersOutput.js +68 -0
  296. package/dist/models/ListBrowsersOutput.js.map +1 -0
  297. package/dist/models/ListBrowsersRequest.d.ts +48 -0
  298. package/dist/models/ListBrowsersRequest.js +64 -0
  299. package/dist/models/ListBrowsersRequest.js.map +1 -0
  300. package/dist/models/ListBrowsersResponse.d.ts +19 -0
  301. package/dist/models/ListBrowsersResponse.js +69 -0
  302. package/dist/models/ListBrowsersResponse.js.map +1 -0
  303. package/dist/models/ListBrowsersResult.d.ts +29 -0
  304. package/dist/models/ListBrowsersResult.js +66 -0
  305. package/dist/models/ListBrowsersResult.js.map +1 -0
  306. package/dist/models/ListCodeInterpreterSessionResult.d.ts +21 -0
  307. package/dist/models/ListCodeInterpreterSessionResult.js +66 -0
  308. package/dist/models/ListCodeInterpreterSessionResult.js.map +1 -0
  309. package/dist/models/ListCodeInterpretersInput.d.ts +20 -0
  310. package/dist/models/ListCodeInterpretersInput.js +62 -0
  311. package/dist/models/ListCodeInterpretersInput.js.map +1 -0
  312. package/dist/models/ListCodeInterpretersOutput.d.ts +18 -0
  313. package/dist/models/ListCodeInterpretersOutput.js +68 -0
  314. package/dist/models/ListCodeInterpretersOutput.js.map +1 -0
  315. package/dist/models/ListCodeInterpretersRequest.d.ts +37 -0
  316. package/dist/models/ListCodeInterpretersRequest.js +62 -0
  317. package/dist/models/ListCodeInterpretersRequest.js.map +1 -0
  318. package/dist/models/ListCodeInterpretersResponse.d.ts +19 -0
  319. package/dist/models/ListCodeInterpretersResponse.js +69 -0
  320. package/dist/models/ListCodeInterpretersResponse.js.map +1 -0
  321. package/dist/models/ListCodeInterpretersResult.d.ts +29 -0
  322. package/dist/models/ListCodeInterpretersResult.js +66 -0
  323. package/dist/models/ListCodeInterpretersResult.js.map +1 -0
  324. package/dist/models/ListCredentialsOutput.d.ts +18 -0
  325. package/dist/models/ListCredentialsOutput.js +68 -0
  326. package/dist/models/ListCredentialsOutput.js.map +1 -0
  327. package/dist/models/ListDomainsOutput.d.ts +18 -0
  328. package/dist/models/ListDomainsOutput.js +68 -0
  329. package/dist/models/ListDomainsOutput.js.map +1 -0
  330. package/dist/models/ListGatewaysOutput.d.ts +18 -0
  331. package/dist/models/ListGatewaysOutput.js +68 -0
  332. package/dist/models/ListGatewaysOutput.js.map +1 -0
  333. package/dist/models/ListToolsOutput.d.ts +18 -0
  334. package/dist/models/ListToolsOutput.js +68 -0
  335. package/dist/models/ListToolsOutput.js.map +1 -0
  336. package/dist/models/Llmapiconfiguration.d.ts +22 -0
  337. package/dist/models/Llmapiconfiguration.js +81 -0
  338. package/dist/models/Llmapiconfiguration.js.map +1 -0
  339. package/dist/models/LlmdeployConfig.d.ts +21 -0
  340. package/dist/models/LlmdeployConfig.js +79 -0
  341. package/dist/models/LlmdeployConfig.js.map +1 -0
  342. package/dist/models/LogConfiguration.d.ts +23 -0
  343. package/dist/models/LogConfiguration.js +60 -0
  344. package/dist/models/LogConfiguration.js.map +1 -0
  345. package/dist/models/Mcpapi.d.ts +23 -0
  346. package/dist/models/Mcpapi.js +80 -0
  347. package/dist/models/Mcpapi.js.map +1 -0
  348. package/dist/models/Mcpapiconfiguration.d.ts +18 -0
  349. package/dist/models/Mcpapiconfiguration.js +66 -0
  350. package/dist/models/Mcpapiconfiguration.js.map +1 -0
  351. package/dist/models/McpbackendConfig.d.ts +16 -0
  352. package/dist/models/McpbackendConfig.js +64 -0
  353. package/dist/models/McpbackendConfig.js.map +1 -0
  354. package/dist/models/Mcpmatch.d.ts +15 -0
  355. package/dist/models/Mcpmatch.js +62 -0
  356. package/dist/models/Mcpmatch.js.map +1 -0
  357. package/dist/models/McppathMatch.d.ts +15 -0
  358. package/dist/models/McppathMatch.js +60 -0
  359. package/dist/models/McppathMatch.js.map +1 -0
  360. package/dist/models/McpserverConfig.d.ts +16 -0
  361. package/dist/models/McpserverConfig.js +62 -0
  362. package/dist/models/McpserverConfig.js.map +1 -0
  363. package/dist/models/McpserviceConfig.d.ts +14 -0
  364. package/dist/models/McpserviceConfig.js +58 -0
  365. package/dist/models/McpserviceConfig.js.map +1 -0
  366. package/dist/models/Model_.d.ts +27 -0
  367. package/dist/models/Model_.js +84 -0
  368. package/dist/models/Model_.js.map +1 -0
  369. package/dist/models/NetworkConfiguration.d.ts +17 -0
  370. package/dist/models/NetworkConfiguration.js +67 -0
  371. package/dist/models/NetworkConfiguration.js.map +1 -0
  372. package/dist/models/PaginationInfo.d.ts +17 -0
  373. package/dist/models/PaginationInfo.js +64 -0
  374. package/dist/models/PaginationInfo.js.map +1 -0
  375. package/dist/models/PolicyConfig.d.ts +17 -0
  376. package/dist/models/PolicyConfig.js +66 -0
  377. package/dist/models/PolicyConfig.js.map +1 -0
  378. package/dist/models/ProtocolConfiguration.d.ts +14 -0
  379. package/dist/models/ProtocolConfiguration.js +58 -0
  380. package/dist/models/ProtocolConfiguration.js.map +1 -0
  381. package/dist/models/PublishRuntimeVersionInput.d.ts +18 -0
  382. package/dist/models/PublishRuntimeVersionInput.js +58 -0
  383. package/dist/models/PublishRuntimeVersionInput.js.map +1 -0
  384. package/dist/models/PublishRuntimeVersionRequest.d.ts +15 -0
  385. package/dist/models/PublishRuntimeVersionRequest.js +62 -0
  386. package/dist/models/PublishRuntimeVersionRequest.js.map +1 -0
  387. package/dist/models/PublishRuntimeVersionResponse.d.ts +19 -0
  388. package/dist/models/PublishRuntimeVersionResponse.js +69 -0
  389. package/dist/models/PublishRuntimeVersionResponse.js.map +1 -0
  390. package/dist/models/RelatedWorkload.d.ts +16 -0
  391. package/dist/models/RelatedWorkload.js +62 -0
  392. package/dist/models/RelatedWorkload.js.map +1 -0
  393. package/dist/models/RoutingConfiguration.d.ts +19 -0
  394. package/dist/models/RoutingConfiguration.js +62 -0
  395. package/dist/models/RoutingConfiguration.js.map +1 -0
  396. package/dist/models/ServiceConfig.d.ts +16 -0
  397. package/dist/models/ServiceConfig.js +64 -0
  398. package/dist/models/ServiceConfig.js.map +1 -0
  399. package/dist/models/StartBrowserSessionInput.d.ts +18 -0
  400. package/dist/models/StartBrowserSessionInput.js +58 -0
  401. package/dist/models/StartBrowserSessionInput.js.map +1 -0
  402. package/dist/models/StartBrowserSessionResult.d.ts +21 -0
  403. package/dist/models/StartBrowserSessionResult.js +66 -0
  404. package/dist/models/StartBrowserSessionResult.js.map +1 -0
  405. package/dist/models/StartCodeInterpreterSessionInput.d.ts +21 -0
  406. package/dist/models/StartCodeInterpreterSessionInput.js +58 -0
  407. package/dist/models/StartCodeInterpreterSessionInput.js.map +1 -0
  408. package/dist/models/StartCodeInterpreterSessionResult.d.ts +21 -0
  409. package/dist/models/StartCodeInterpreterSessionResult.js +66 -0
  410. package/dist/models/StartCodeInterpreterSessionResult.js.map +1 -0
  411. package/dist/models/StopCodeInterpreterSessionResult.d.ts +19 -0
  412. package/dist/models/StopCodeInterpreterSessionResult.js +60 -0
  413. package/dist/models/StopCodeInterpreterSessionResult.js.map +1 -0
  414. package/dist/models/Target.d.ts +18 -0
  415. package/dist/models/Target.js +70 -0
  416. package/dist/models/Target.js.map +1 -0
  417. package/dist/models/TargetConfiguration.d.ts +18 -0
  418. package/dist/models/TargetConfiguration.js +70 -0
  419. package/dist/models/TargetConfiguration.js.map +1 -0
  420. package/dist/models/TargetServiceConfig.d.ts +17 -0
  421. package/dist/models/TargetServiceConfig.js +64 -0
  422. package/dist/models/TargetServiceConfig.js.map +1 -0
  423. package/dist/models/Template.d.ts +15 -0
  424. package/dist/models/Template.js +60 -0
  425. package/dist/models/Template.js.map +1 -0
  426. package/dist/models/ToolInfo.d.ts +23 -0
  427. package/dist/models/ToolInfo.js +78 -0
  428. package/dist/models/ToolInfo.js.map +1 -0
  429. package/dist/models/ToolListItem.d.ts +23 -0
  430. package/dist/models/ToolListItem.js +78 -0
  431. package/dist/models/ToolListItem.js.map +1 -0
  432. package/dist/models/TriggerConfig.d.ts +15 -0
  433. package/dist/models/TriggerConfig.js +63 -0
  434. package/dist/models/TriggerConfig.js.map +1 -0
  435. package/dist/models/UpdateAgentRuntimeEndpointInput.d.ts +26 -0
  436. package/dist/models/UpdateAgentRuntimeEndpointInput.js +68 -0
  437. package/dist/models/UpdateAgentRuntimeEndpointInput.js.map +1 -0
  438. package/dist/models/UpdateAgentRuntimeEndpointRequest.d.ts +21 -0
  439. package/dist/models/UpdateAgentRuntimeEndpointRequest.js +62 -0
  440. package/dist/models/UpdateAgentRuntimeEndpointRequest.js.map +1 -0
  441. package/dist/models/UpdateAgentRuntimeEndpointResponse.d.ts +19 -0
  442. package/dist/models/UpdateAgentRuntimeEndpointResponse.js +69 -0
  443. package/dist/models/UpdateAgentRuntimeEndpointResponse.js.map +1 -0
  444. package/dist/models/UpdateAgentRuntimeInput.d.ts +61 -0
  445. package/dist/models/UpdateAgentRuntimeInput.js +115 -0
  446. package/dist/models/UpdateAgentRuntimeInput.js.map +1 -0
  447. package/dist/models/UpdateAgentRuntimeRequest.d.ts +21 -0
  448. package/dist/models/UpdateAgentRuntimeRequest.js +62 -0
  449. package/dist/models/UpdateAgentRuntimeRequest.js.map +1 -0
  450. package/dist/models/UpdateAgentRuntimeResponse.d.ts +19 -0
  451. package/dist/models/UpdateAgentRuntimeResponse.js +69 -0
  452. package/dist/models/UpdateAgentRuntimeResponse.js.map +1 -0
  453. package/dist/models/UpdateCredentialInput.d.ts +20 -0
  454. package/dist/models/UpdateCredentialInput.js +69 -0
  455. package/dist/models/UpdateCredentialInput.js.map +1 -0
  456. package/dist/models/UpdateCredentialOutput.d.ts +17 -0
  457. package/dist/models/UpdateCredentialOutput.js +64 -0
  458. package/dist/models/UpdateCredentialOutput.js.map +1 -0
  459. package/dist/models/UpdateDomainInput.d.ts +15 -0
  460. package/dist/models/UpdateDomainInput.js +60 -0
  461. package/dist/models/UpdateDomainInput.js.map +1 -0
  462. package/dist/models/UpdateModelInput.d.ts +20 -0
  463. package/dist/models/UpdateModelInput.js +73 -0
  464. package/dist/models/UpdateModelInput.js.map +1 -0
  465. package/dist/models/UpdateTargetConfigurationInput.d.ts +16 -0
  466. package/dist/models/UpdateTargetConfigurationInput.js +64 -0
  467. package/dist/models/UpdateTargetConfigurationInput.js.map +1 -0
  468. package/dist/models/UpdateToolData.d.ts +18 -0
  469. package/dist/models/UpdateToolData.js +66 -0
  470. package/dist/models/UpdateToolData.js.map +1 -0
  471. package/dist/models/UpdateToolInput.d.ts +16 -0
  472. package/dist/models/UpdateToolInput.js +62 -0
  473. package/dist/models/UpdateToolInput.js.map +1 -0
  474. package/dist/models/UpdateToolOutput.d.ts +17 -0
  475. package/dist/models/UpdateToolOutput.js +66 -0
  476. package/dist/models/UpdateToolOutput.js.map +1 -0
  477. package/dist/models/VersionWeight.d.ts +23 -0
  478. package/dist/models/VersionWeight.js +60 -0
  479. package/dist/models/VersionWeight.js.map +1 -0
  480. package/dist/models/model.d.ts +158 -0
  481. package/dist/models/model.js +323 -0
  482. package/dist/models/model.js.map +1 -0
  483. package/package.json +29 -0
  484. package/src/client.ts +963 -0
  485. package/src/models/AgentRuntime.ts +214 -0
  486. package/src/models/AgentRuntimeEndpoint.ts +66 -0
  487. package/src/models/AgentRuntimeEndpointResult.ts +49 -0
  488. package/src/models/AgentRuntimeResult.ts +49 -0
  489. package/src/models/AgentRuntimeVersion.ts +66 -0
  490. package/src/models/AgentRuntimeVersionResult.ts +49 -0
  491. package/src/models/AiFallbackConfig.ts +31 -0
  492. package/src/models/AiFallbackServiceConfig.ts +33 -0
  493. package/src/models/AiServiceConfig.ts +45 -0
  494. package/src/models/AttachPolicyConfig.ts +33 -0
  495. package/src/models/Browser.ts +82 -0
  496. package/src/models/BrowserAutomationStream.ts +30 -0
  497. package/src/models/BrowserLiveViewStream.ts +27 -0
  498. package/src/models/BrowserOssLocation.ts +30 -0
  499. package/src/models/BrowserRecordingConfiguration.ts +34 -0
  500. package/src/models/BrowserResult.ts +49 -0
  501. package/src/models/BrowserSessionListOut.ts +40 -0
  502. package/src/models/BrowserSessionOut.ts +53 -0
  503. package/src/models/BrowserStreams.ts +38 -0
  504. package/src/models/BrowserViewPort.ts +30 -0
  505. package/src/models/Capconfig.ts +33 -0
  506. package/src/models/CodeConfiguration.ts +58 -0
  507. package/src/models/CodeInfo.ts +30 -0
  508. package/src/models/CodeInterpreter.ts +104 -0
  509. package/src/models/CodeInterpreterResult.ts +49 -0
  510. package/src/models/CodeInterpreterSessionConfig.ts +48 -0
  511. package/src/models/CodeInterpreterSessionListOut.ts +40 -0
  512. package/src/models/CodeInterpreterSessionOut.ts +79 -0
  513. package/src/models/CommonResult.ts +45 -0
  514. package/src/models/ContainerConfiguration.ts +37 -0
  515. package/src/models/CreateAgentRuntimeEndpointInput.ts +48 -0
  516. package/src/models/CreateAgentRuntimeEndpointRequest.ts +37 -0
  517. package/src/models/CreateAgentRuntimeEndpointResponse.ts +40 -0
  518. package/src/models/CreateAgentRuntimeInput.ts +182 -0
  519. package/src/models/CreateAgentRuntimeRequest.ts +37 -0
  520. package/src/models/CreateAgentRuntimeResponse.ts +40 -0
  521. package/src/models/CreateAgentRuntimeVersionInput.ts +31 -0
  522. package/src/models/CreateBrowserInput.ts +76 -0
  523. package/src/models/CreateBrowserRequest.ts +35 -0
  524. package/src/models/CreateBrowserResponse.ts +40 -0
  525. package/src/models/CreateCodeInterpreterInput.ts +88 -0
  526. package/src/models/CreateCodeInterpreterRequest.ts +35 -0
  527. package/src/models/CreateCodeInterpreterResponse.ts +40 -0
  528. package/src/models/CreateCredentialInput.ts +42 -0
  529. package/src/models/CreateCredentialOutput.ts +36 -0
  530. package/src/models/CreateDomainInput.ts +33 -0
  531. package/src/models/CreateGatewayInput.ts +40 -0
  532. package/src/models/CreateGatewayTargetInput.ts +37 -0
  533. package/src/models/CreateModelInput.ts +48 -0
  534. package/src/models/CreateToolData.ts +39 -0
  535. package/src/models/CreateToolInput.ts +62 -0
  536. package/src/models/CreateToolOutput.ts +37 -0
  537. package/src/models/CredentialListItem.ts +46 -0
  538. package/src/models/CustomRuntimeConfig.ts +39 -0
  539. package/src/models/DeleteAgentRuntimeEndpointResponse.ts +40 -0
  540. package/src/models/DeleteAgentRuntimeResponse.ts +40 -0
  541. package/src/models/DeleteBrowserOut.ts +33 -0
  542. package/src/models/DeleteBrowserResponse.ts +40 -0
  543. package/src/models/DeleteBrowserResult.ts +41 -0
  544. package/src/models/DeleteCodeInterpreterOut.ts +33 -0
  545. package/src/models/DeleteCodeInterpreterResponse.ts +40 -0
  546. package/src/models/DeleteCodeInterpreterResult.ts +41 -0
  547. package/src/models/DomainInfo.ts +36 -0
  548. package/src/models/ErrorResult.ts +45 -0
  549. package/src/models/FclinkConfig.ts +30 -0
  550. package/src/models/Gateway.ts +45 -0
  551. package/src/models/GatewayNetworkConfiguration.ts +36 -0
  552. package/src/models/GetAgentRuntimeEndpointResponse.ts +40 -0
  553. package/src/models/GetAgentRuntimeRequest.ts +34 -0
  554. package/src/models/GetAgentRuntimeResponse.ts +40 -0
  555. package/src/models/GetBrowserResponse.ts +40 -0
  556. package/src/models/GetBrowserSessionResult.ts +41 -0
  557. package/src/models/GetCodeInterpreterResponse.ts +40 -0
  558. package/src/models/GetCodeInterpreterSessionResult.ts +41 -0
  559. package/src/models/GetCredentialOutput.ts +51 -0
  560. package/src/models/GetToolOutput.ts +34 -0
  561. package/src/models/GrayTrafficWeight.ts +38 -0
  562. package/src/models/HealthCheckConfig.ts +66 -0
  563. package/src/models/HealthCheckConfiguration.ts +66 -0
  564. package/src/models/ListAgentRuntimeEndpointsInput.ts +55 -0
  565. package/src/models/ListAgentRuntimeEndpointsOutput.ts +40 -0
  566. package/src/models/ListAgentRuntimeEndpointsRequest.ts +54 -0
  567. package/src/models/ListAgentRuntimeEndpointsResponse.ts +40 -0
  568. package/src/models/ListAgentRuntimeEndpointsResult.ts +49 -0
  569. package/src/models/ListAgentRuntimeVersionsInput.ts +38 -0
  570. package/src/models/ListAgentRuntimeVersionsOutput.ts +40 -0
  571. package/src/models/ListAgentRuntimeVersionsRequest.ts +44 -0
  572. package/src/models/ListAgentRuntimeVersionsResponse.ts +40 -0
  573. package/src/models/ListAgentRuntimeVersionsResult.ts +49 -0
  574. package/src/models/ListAgentRuntimesInput.ts +55 -0
  575. package/src/models/ListAgentRuntimesOutput.ts +40 -0
  576. package/src/models/ListAgentRuntimesRequest.ts +54 -0
  577. package/src/models/ListAgentRuntimesResponse.ts +40 -0
  578. package/src/models/ListAgentRuntimesResult.ts +49 -0
  579. package/src/models/ListBrowserSessionResult.ts +41 -0
  580. package/src/models/ListBrowsersInput.ts +37 -0
  581. package/src/models/ListBrowsersOutput.ts +40 -0
  582. package/src/models/ListBrowsersRequest.ts +67 -0
  583. package/src/models/ListBrowsersResponse.ts +40 -0
  584. package/src/models/ListBrowsersResult.ts +49 -0
  585. package/src/models/ListCodeInterpreterSessionResult.ts +41 -0
  586. package/src/models/ListCodeInterpretersInput.ts +37 -0
  587. package/src/models/ListCodeInterpretersOutput.ts +40 -0
  588. package/src/models/ListCodeInterpretersRequest.ts +54 -0
  589. package/src/models/ListCodeInterpretersResponse.ts +40 -0
  590. package/src/models/ListCodeInterpretersResult.ts +49 -0
  591. package/src/models/ListCredentialsOutput.ts +40 -0
  592. package/src/models/ListDomainsOutput.ts +40 -0
  593. package/src/models/ListGatewaysOutput.ts +40 -0
  594. package/src/models/ListToolsOutput.ts +40 -0
  595. package/src/models/Llmapiconfiguration.ts +56 -0
  596. package/src/models/LlmdeployConfig.ts +53 -0
  597. package/src/models/LogConfiguration.ts +38 -0
  598. package/src/models/Mcpapi.ts +56 -0
  599. package/src/models/Mcpapiconfiguration.ts +39 -0
  600. package/src/models/McpbackendConfig.ts +34 -0
  601. package/src/models/Mcpmatch.ts +31 -0
  602. package/src/models/McppathMatch.ts +30 -0
  603. package/src/models/McpserverConfig.ts +33 -0
  604. package/src/models/McpserviceConfig.ts +27 -0
  605. package/src/models/Model_.ts +66 -0
  606. package/src/models/NetworkConfiguration.ts +39 -0
  607. package/src/models/PaginationInfo.ts +36 -0
  608. package/src/models/PolicyConfig.ts +37 -0
  609. package/src/models/ProtocolConfiguration.ts +27 -0
  610. package/src/models/PublishRuntimeVersionInput.ts +31 -0
  611. package/src/models/PublishRuntimeVersionRequest.ts +31 -0
  612. package/src/models/PublishRuntimeVersionResponse.ts +40 -0
  613. package/src/models/RelatedWorkload.ts +33 -0
  614. package/src/models/RoutingConfiguration.ts +35 -0
  615. package/src/models/ServiceConfig.ts +34 -0
  616. package/src/models/StartBrowserSessionInput.ts +31 -0
  617. package/src/models/StartBrowserSessionResult.ts +41 -0
  618. package/src/models/StartCodeInterpreterSessionInput.ts +34 -0
  619. package/src/models/StartCodeInterpreterSessionResult.ts +41 -0
  620. package/src/models/StopCodeInterpreterSessionResult.ts +34 -0
  621. package/src/models/Target.ts +41 -0
  622. package/src/models/TargetConfiguration.ts +41 -0
  623. package/src/models/TargetServiceConfig.ts +36 -0
  624. package/src/models/Template.ts +30 -0
  625. package/src/models/ToolInfo.ts +55 -0
  626. package/src/models/ToolListItem.ts +55 -0
  627. package/src/models/TriggerConfig.ts +33 -0
  628. package/src/models/UpdateAgentRuntimeEndpointInput.ts +48 -0
  629. package/src/models/UpdateAgentRuntimeEndpointRequest.ts +37 -0
  630. package/src/models/UpdateAgentRuntimeEndpointResponse.ts +40 -0
  631. package/src/models/UpdateAgentRuntimeInput.ts +123 -0
  632. package/src/models/UpdateAgentRuntimeRequest.ts +37 -0
  633. package/src/models/UpdateAgentRuntimeResponse.ts +40 -0
  634. package/src/models/UpdateCredentialInput.ts +42 -0
  635. package/src/models/UpdateCredentialOutput.ts +36 -0
  636. package/src/models/UpdateDomainInput.ts +30 -0
  637. package/src/models/UpdateModelInput.ts +48 -0
  638. package/src/models/UpdateTargetConfigurationInput.ts +34 -0
  639. package/src/models/UpdateToolData.ts +39 -0
  640. package/src/models/UpdateToolInput.ts +33 -0
  641. package/src/models/UpdateToolOutput.ts +37 -0
  642. package/src/models/VersionWeight.ts +38 -0
  643. 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
+