@alicloud/agentcore20260804 1.0.0 → 1.2.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/dist/client.d.ts +1748 -68
- package/dist/client.js +4097 -589
- package/dist/client.js.map +1 -1
- package/dist/models/BatchUploadSkillsViaOssRequest.d.ts +48 -0
- package/dist/models/BatchUploadSkillsViaOssRequest.js +82 -0
- package/dist/models/BatchUploadSkillsViaOssRequest.js.map +1 -0
- package/dist/models/BatchUploadSkillsViaOssResponse.d.ts +19 -0
- package/dist/models/BatchUploadSkillsViaOssResponse.js +69 -0
- package/dist/models/BatchUploadSkillsViaOssResponse.js.map +1 -0
- package/dist/models/BatchUploadSkillsViaOssResponseBody.d.ts +92 -0
- package/dist/models/BatchUploadSkillsViaOssResponseBody.js +112 -0
- package/dist/models/BatchUploadSkillsViaOssResponseBody.js.map +1 -0
- package/dist/models/BatchUploadSkillsViaOssShrinkRequest.d.ts +18 -0
- package/dist/models/BatchUploadSkillsViaOssShrinkRequest.js +58 -0
- package/dist/models/BatchUploadSkillsViaOssShrinkRequest.js.map +1 -0
- package/dist/models/CreateAgentImchannelRequest.d.ts +103 -0
- package/dist/models/CreateAgentImchannelRequest.js +117 -0
- package/dist/models/CreateAgentImchannelRequest.js.map +1 -0
- package/dist/models/CreateAgentImchannelResponse.d.ts +19 -0
- package/dist/models/CreateAgentImchannelResponse.js +69 -0
- package/dist/models/CreateAgentImchannelResponse.js.map +1 -0
- package/dist/models/CreateAgentImchannelResponseBody.d.ts +219 -0
- package/dist/models/CreateAgentImchannelResponseBody.js +168 -0
- package/dist/models/CreateAgentImchannelResponseBody.js.map +1 -0
- package/dist/models/CreateAgentImchannelShrinkRequest.d.ts +26 -0
- package/dist/models/CreateAgentImchannelShrinkRequest.js +60 -0
- package/dist/models/CreateAgentImchannelShrinkRequest.js.map +1 -0
- package/dist/models/CreateAgentSpecRequest.d.ts +48 -0
- package/dist/models/CreateAgentSpecRequest.js +82 -0
- package/dist/models/CreateAgentSpecRequest.js.map +1 -0
- package/dist/models/CreateAgentSpecResponse.d.ts +19 -0
- package/dist/models/CreateAgentSpecResponse.js +69 -0
- package/dist/models/CreateAgentSpecResponse.js.map +1 -0
- package/dist/models/CreateAgentSpecResponseBody.d.ts +29 -0
- package/dist/models/CreateAgentSpecResponseBody.js +60 -0
- package/dist/models/CreateAgentSpecResponseBody.js.map +1 -0
- package/dist/models/CreateAgentSpecShrinkRequest.d.ts +18 -0
- package/dist/models/CreateAgentSpecShrinkRequest.js +58 -0
- package/dist/models/CreateAgentSpecShrinkRequest.js.map +1 -0
- package/dist/models/CreateAgentSpecVersionRequest.d.ts +46 -0
- package/dist/models/CreateAgentSpecVersionRequest.js +82 -0
- package/dist/models/CreateAgentSpecVersionRequest.js.map +1 -0
- package/dist/models/CreateAgentSpecVersionResponse.d.ts +19 -0
- package/dist/models/CreateAgentSpecVersionResponse.js +69 -0
- package/dist/models/CreateAgentSpecVersionResponse.js.map +1 -0
- package/dist/models/CreateAgentSpecVersionResponseBody.d.ts +29 -0
- package/dist/models/CreateAgentSpecVersionResponseBody.js +60 -0
- package/dist/models/CreateAgentSpecVersionResponseBody.js.map +1 -0
- package/dist/models/CreateAgentSpecVersionShrinkRequest.d.ts +18 -0
- package/dist/models/CreateAgentSpecVersionShrinkRequest.js +58 -0
- package/dist/models/CreateAgentSpecVersionShrinkRequest.js.map +1 -0
- package/dist/models/CreateExternalAgentBootstrapTokenRequest.d.ts +25 -0
- package/dist/models/CreateExternalAgentBootstrapTokenRequest.js +58 -0
- package/dist/models/CreateExternalAgentBootstrapTokenRequest.js.map +1 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponse.d.ts +19 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponse.js +69 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponse.js.map +1 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponseBody.d.ts +150 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponseBody.js +126 -0
- package/dist/models/CreateExternalAgentBootstrapTokenResponseBody.js.map +1 -0
- package/dist/models/CreateExternalAgentRequest.d.ts +238 -0
- package/dist/models/CreateExternalAgentRequest.js +214 -0
- package/dist/models/CreateExternalAgentRequest.js.map +1 -0
- package/dist/models/CreateExternalAgentResponse.d.ts +19 -0
- package/dist/models/CreateExternalAgentResponse.js +69 -0
- package/dist/models/CreateExternalAgentResponse.js.map +1 -0
- package/dist/models/CreateExternalAgentResponseBody.d.ts +498 -0
- package/dist/models/CreateExternalAgentResponseBody.js +312 -0
- package/dist/models/CreateExternalAgentResponseBody.js.map +1 -0
- package/dist/models/CreateExternalAgentShrinkRequest.d.ts +26 -0
- package/dist/models/CreateExternalAgentShrinkRequest.js +60 -0
- package/dist/models/CreateExternalAgentShrinkRequest.js.map +1 -0
- package/dist/models/CreateManagedAgentRequest.d.ts +501 -0
- package/dist/models/CreateManagedAgentRequest.js +452 -0
- package/dist/models/CreateManagedAgentRequest.js.map +1 -0
- package/dist/models/CreateManagedAgentResponse.d.ts +19 -0
- package/dist/models/CreateManagedAgentResponse.js +69 -0
- package/dist/models/CreateManagedAgentResponse.js.map +1 -0
- package/dist/models/CreateManagedAgentResponseBody.d.ts +607 -0
- package/dist/models/CreateManagedAgentResponseBody.js +480 -0
- package/dist/models/CreateManagedAgentResponseBody.js.map +1 -0
- package/dist/models/CreateManagedAgentShrinkRequest.d.ts +26 -0
- package/dist/models/CreateManagedAgentShrinkRequest.js +60 -0
- package/dist/models/CreateManagedAgentShrinkRequest.js.map +1 -0
- package/dist/models/CreateMcpRequest.d.ts +201 -0
- package/dist/models/CreateMcpRequest.js +177 -0
- package/dist/models/CreateMcpRequest.js.map +1 -0
- package/dist/models/CreateMcpResponse.d.ts +19 -0
- package/dist/models/CreateMcpResponse.js +69 -0
- package/dist/models/CreateMcpResponse.js.map +1 -0
- package/dist/models/CreateMcpResponseBody.d.ts +256 -0
- package/dist/models/CreateMcpResponseBody.js +193 -0
- package/dist/models/CreateMcpResponseBody.js.map +1 -0
- package/dist/models/CreateMcpShrinkRequest.d.ts +26 -0
- package/dist/models/CreateMcpShrinkRequest.js +60 -0
- package/dist/models/CreateMcpShrinkRequest.js.map +1 -0
- package/dist/models/CreateSkillDraftRequest.d.ts +72 -0
- package/dist/models/CreateSkillDraftRequest.js +88 -0
- package/dist/models/CreateSkillDraftRequest.js.map +1 -0
- package/dist/models/CreateSkillDraftResponse.d.ts +19 -0
- package/dist/models/CreateSkillDraftResponse.js +69 -0
- package/dist/models/CreateSkillDraftResponse.js.map +1 -0
- package/dist/models/CreateSkillDraftResponseBody.d.ts +29 -0
- package/dist/models/CreateSkillDraftResponseBody.js +60 -0
- package/dist/models/CreateSkillDraftResponseBody.js.map +1 -0
- package/dist/models/CreateSkillDraftShrinkRequest.d.ts +18 -0
- package/dist/models/CreateSkillDraftShrinkRequest.js +58 -0
- package/dist/models/CreateSkillDraftShrinkRequest.js.map +1 -0
- package/dist/models/CreateWorkspaceRequest.d.ts +105 -0
- package/dist/models/CreateWorkspaceRequest.js +135 -0
- package/dist/models/CreateWorkspaceRequest.js.map +1 -0
- package/dist/models/CreateWorkspaceResponse.d.ts +19 -0
- package/dist/models/CreateWorkspaceResponse.js +69 -0
- package/dist/models/CreateWorkspaceResponse.js.map +1 -0
- package/dist/models/CreateWorkspaceResponseBody.d.ts +165 -0
- package/dist/models/CreateWorkspaceResponseBody.js +151 -0
- package/dist/models/CreateWorkspaceResponseBody.js.map +1 -0
- package/dist/models/CreateWorkspaceShrinkRequest.d.ts +26 -0
- package/dist/models/CreateWorkspaceShrinkRequest.js +60 -0
- package/dist/models/CreateWorkspaceShrinkRequest.js.map +1 -0
- package/dist/models/DataResourceValue.d.ts +44 -0
- package/dist/models/DataResourceValue.js +67 -0
- package/dist/models/DataResourceValue.js.map +1 -0
- package/dist/models/DeleteAgentImchannelRequest.d.ts +21 -0
- package/dist/models/DeleteAgentImchannelRequest.js +58 -0
- package/dist/models/DeleteAgentImchannelRequest.js.map +1 -0
- package/dist/models/DeleteAgentImchannelResponse.d.ts +19 -0
- package/dist/models/DeleteAgentImchannelResponse.js +69 -0
- package/dist/models/DeleteAgentImchannelResponse.js.map +1 -0
- package/dist/models/DeleteAgentImchannelResponseBody.d.ts +21 -0
- package/dist/models/DeleteAgentImchannelResponseBody.js +58 -0
- package/dist/models/DeleteAgentImchannelResponseBody.js.map +1 -0
- package/dist/models/DeleteAgentSpecRequest.d.ts +13 -0
- package/dist/models/DeleteAgentSpecRequest.js +54 -0
- package/dist/models/DeleteAgentSpecRequest.js.map +1 -0
- package/dist/models/DeleteAgentSpecResponse.d.ts +19 -0
- package/dist/models/DeleteAgentSpecResponse.js +69 -0
- package/dist/models/DeleteAgentSpecResponse.js.map +1 -0
- package/dist/models/DeleteAgentSpecResponseBody.d.ts +26 -0
- package/dist/models/DeleteAgentSpecResponseBody.js +60 -0
- package/dist/models/DeleteAgentSpecResponseBody.js.map +1 -0
- package/dist/models/DeleteAgentSpecVersionRequest.d.ts +13 -0
- package/dist/models/DeleteAgentSpecVersionRequest.js +54 -0
- package/dist/models/DeleteAgentSpecVersionRequest.js.map +1 -0
- package/dist/models/DeleteAgentSpecVersionResponse.d.ts +19 -0
- package/dist/models/DeleteAgentSpecVersionResponse.js +69 -0
- package/dist/models/DeleteAgentSpecVersionResponse.js.map +1 -0
- package/dist/models/DeleteAgentSpecVersionResponseBody.d.ts +26 -0
- package/dist/models/DeleteAgentSpecVersionResponseBody.js +60 -0
- package/dist/models/DeleteAgentSpecVersionResponseBody.js.map +1 -0
- package/dist/models/DeleteExternalAgentRequest.d.ts +13 -0
- package/dist/models/DeleteExternalAgentRequest.js +54 -0
- package/dist/models/DeleteExternalAgentRequest.js.map +1 -0
- package/dist/models/DeleteExternalAgentResponse.d.ts +19 -0
- package/dist/models/DeleteExternalAgentResponse.js +69 -0
- package/dist/models/DeleteExternalAgentResponse.js.map +1 -0
- package/dist/models/DeleteExternalAgentResponseBody.d.ts +169 -0
- package/dist/models/DeleteExternalAgentResponseBody.js +112 -0
- package/dist/models/DeleteExternalAgentResponseBody.js.map +1 -0
- package/dist/models/DeleteManagedAgentRequest.d.ts +13 -0
- package/dist/models/DeleteManagedAgentRequest.js +54 -0
- package/dist/models/DeleteManagedAgentRequest.js.map +1 -0
- package/dist/models/DeleteManagedAgentResponse.d.ts +19 -0
- package/dist/models/DeleteManagedAgentResponse.js +69 -0
- package/dist/models/DeleteManagedAgentResponse.js.map +1 -0
- package/dist/models/DeleteManagedAgentResponseBody.d.ts +166 -0
- package/dist/models/DeleteManagedAgentResponseBody.js +112 -0
- package/dist/models/DeleteManagedAgentResponseBody.js.map +1 -0
- package/dist/models/DeleteMcpRequest.d.ts +13 -0
- package/dist/models/DeleteMcpRequest.js +54 -0
- package/dist/models/DeleteMcpRequest.js.map +1 -0
- package/dist/models/DeleteMcpResponse.d.ts +19 -0
- package/dist/models/DeleteMcpResponse.js +69 -0
- package/dist/models/DeleteMcpResponse.js.map +1 -0
- package/dist/models/DeleteMcpResponseBody.d.ts +50 -0
- package/dist/models/DeleteMcpResponseBody.js +66 -0
- package/dist/models/DeleteMcpResponseBody.js.map +1 -0
- package/dist/models/DeleteSkillDraftRequest.d.ts +13 -0
- package/dist/models/DeleteSkillDraftRequest.js +54 -0
- package/dist/models/DeleteSkillDraftRequest.js.map +1 -0
- package/dist/models/DeleteSkillDraftResponse.d.ts +19 -0
- package/dist/models/DeleteSkillDraftResponse.js +69 -0
- package/dist/models/DeleteSkillDraftResponse.js.map +1 -0
- package/dist/models/DeleteSkillDraftResponseBody.d.ts +21 -0
- package/dist/models/DeleteSkillDraftResponseBody.js +58 -0
- package/dist/models/DeleteSkillDraftResponseBody.js.map +1 -0
- package/dist/models/DeleteSkillRequest.d.ts +13 -0
- package/dist/models/DeleteSkillRequest.js +54 -0
- package/dist/models/DeleteSkillRequest.js.map +1 -0
- package/dist/models/DeleteSkillResponse.d.ts +19 -0
- package/dist/models/DeleteSkillResponse.js +69 -0
- package/dist/models/DeleteSkillResponse.js.map +1 -0
- package/dist/models/DeleteSkillResponseBody.d.ts +21 -0
- package/dist/models/DeleteSkillResponseBody.js +58 -0
- package/dist/models/DeleteSkillResponseBody.js.map +1 -0
- package/dist/models/DeleteWorkspaceRequest.d.ts +13 -0
- package/dist/models/DeleteWorkspaceRequest.js +54 -0
- package/dist/models/DeleteWorkspaceRequest.js.map +1 -0
- package/dist/models/DeleteWorkspaceResponse.d.ts +19 -0
- package/dist/models/DeleteWorkspaceResponse.js +69 -0
- package/dist/models/DeleteWorkspaceResponse.js.map +1 -0
- package/dist/models/DeleteWorkspaceResponseBody.d.ts +78 -0
- package/dist/models/DeleteWorkspaceResponseBody.js +90 -0
- package/dist/models/DeleteWorkspaceResponseBody.js.map +1 -0
- package/dist/models/DownloadAgentSpecViaOssRequest.d.ts +21 -0
- package/dist/models/DownloadAgentSpecViaOssRequest.js +58 -0
- package/dist/models/DownloadAgentSpecViaOssRequest.js.map +1 -0
- package/dist/models/DownloadAgentSpecViaOssResponse.d.ts +19 -0
- package/dist/models/DownloadAgentSpecViaOssResponse.js +69 -0
- package/dist/models/DownloadAgentSpecViaOssResponse.js.map +1 -0
- package/dist/models/DownloadAgentSpecViaOssResponseBody.d.ts +29 -0
- package/dist/models/DownloadAgentSpecViaOssResponseBody.js +60 -0
- package/dist/models/DownloadAgentSpecViaOssResponseBody.js.map +1 -0
- package/dist/models/DownloadSkillVersionViaOssRequest.d.ts +13 -0
- package/dist/models/DownloadSkillVersionViaOssRequest.js +54 -0
- package/dist/models/DownloadSkillVersionViaOssRequest.js.map +1 -0
- package/dist/models/DownloadSkillVersionViaOssResponse.d.ts +19 -0
- package/dist/models/DownloadSkillVersionViaOssResponse.js +69 -0
- package/dist/models/DownloadSkillVersionViaOssResponse.js.map +1 -0
- package/dist/models/DownloadSkillVersionViaOssResponseBody.d.ts +29 -0
- package/dist/models/DownloadSkillVersionViaOssResponseBody.js +60 -0
- package/dist/models/DownloadSkillVersionViaOssResponseBody.js.map +1 -0
- package/dist/models/ForcePublishSkillVersionRequest.d.ts +38 -0
- package/dist/models/ForcePublishSkillVersionRequest.js +80 -0
- package/dist/models/ForcePublishSkillVersionRequest.js.map +1 -0
- package/dist/models/ForcePublishSkillVersionResponse.d.ts +19 -0
- package/dist/models/ForcePublishSkillVersionResponse.js +69 -0
- package/dist/models/ForcePublishSkillVersionResponse.js.map +1 -0
- package/dist/models/ForcePublishSkillVersionResponseBody.d.ts +21 -0
- package/dist/models/ForcePublishSkillVersionResponseBody.js +58 -0
- package/dist/models/ForcePublishSkillVersionResponseBody.js.map +1 -0
- package/dist/models/ForcePublishSkillVersionShrinkRequest.d.ts +18 -0
- package/dist/models/ForcePublishSkillVersionShrinkRequest.js +58 -0
- package/dist/models/ForcePublishSkillVersionShrinkRequest.js.map +1 -0
- package/dist/models/GetAgentImchannelRequest.d.ts +13 -0
- package/dist/models/GetAgentImchannelRequest.js +54 -0
- package/dist/models/GetAgentImchannelRequest.js.map +1 -0
- package/dist/models/GetAgentImchannelResponse.d.ts +19 -0
- package/dist/models/GetAgentImchannelResponse.js +69 -0
- package/dist/models/GetAgentImchannelResponse.js.map +1 -0
- package/dist/models/GetAgentImchannelResponseBody.d.ts +217 -0
- package/dist/models/GetAgentImchannelResponseBody.js +168 -0
- package/dist/models/GetAgentImchannelResponseBody.js.map +1 -0
- package/dist/models/GetAgentSpecImportFileUrlRequest.d.ts +21 -0
- package/dist/models/GetAgentSpecImportFileUrlRequest.js +58 -0
- package/dist/models/GetAgentSpecImportFileUrlRequest.js.map +1 -0
- package/dist/models/GetAgentSpecImportFileUrlResponse.d.ts +19 -0
- package/dist/models/GetAgentSpecImportFileUrlResponse.js +69 -0
- package/dist/models/GetAgentSpecImportFileUrlResponse.js.map +1 -0
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.d.ts +70 -0
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.js +88 -0
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.js.map +1 -0
- package/dist/models/GetAgentSpecLatestRequest.d.ts +13 -0
- package/dist/models/GetAgentSpecLatestRequest.js +54 -0
- package/dist/models/GetAgentSpecLatestRequest.js.map +1 -0
- package/dist/models/GetAgentSpecLatestResponse.d.ts +19 -0
- package/dist/models/GetAgentSpecLatestResponse.js +69 -0
- package/dist/models/GetAgentSpecLatestResponse.js.map +1 -0
- package/dist/models/GetAgentSpecLatestResponseBody.d.ts +157 -0
- package/dist/models/GetAgentSpecLatestResponseBody.js +150 -0
- package/dist/models/GetAgentSpecLatestResponseBody.js.map +1 -0
- package/dist/models/GetAgentSpecRequest.d.ts +13 -0
- package/dist/models/GetAgentSpecRequest.js +54 -0
- package/dist/models/GetAgentSpecRequest.js.map +1 -0
- package/dist/models/GetAgentSpecResponse.d.ts +19 -0
- package/dist/models/GetAgentSpecResponse.js +69 -0
- package/dist/models/GetAgentSpecResponse.js.map +1 -0
- package/dist/models/GetAgentSpecResponseBody.d.ts +211 -0
- package/dist/models/GetAgentSpecResponseBody.js +145 -0
- package/dist/models/GetAgentSpecResponseBody.js.map +1 -0
- package/dist/models/GetAgentSpecVersionRequest.d.ts +13 -0
- package/dist/models/GetAgentSpecVersionRequest.js +54 -0
- package/dist/models/GetAgentSpecVersionRequest.js.map +1 -0
- package/dist/models/GetAgentSpecVersionResponse.d.ts +19 -0
- package/dist/models/GetAgentSpecVersionResponse.js +69 -0
- package/dist/models/GetAgentSpecVersionResponse.js.map +1 -0
- package/dist/models/GetAgentSpecVersionResponseBody.d.ts +78 -0
- package/dist/models/GetAgentSpecVersionResponseBody.js +94 -0
- package/dist/models/GetAgentSpecVersionResponseBody.js.map +1 -0
- package/dist/models/GetExternalAgentBootstrapOptionsRequest.d.ts +13 -0
- package/dist/models/GetExternalAgentBootstrapOptionsRequest.js +54 -0
- package/dist/models/GetExternalAgentBootstrapOptionsRequest.js.map +1 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponse.d.ts +19 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponse.js +69 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponse.js.map +1 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.d.ts +115 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.js +118 -0
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.js.map +1 -0
- package/dist/models/GetExternalAgentRequest.d.ts +13 -0
- package/dist/models/GetExternalAgentRequest.js +54 -0
- package/dist/models/GetExternalAgentRequest.js.map +1 -0
- package/dist/models/GetExternalAgentResponse.d.ts +19 -0
- package/dist/models/GetExternalAgentResponse.js +69 -0
- package/dist/models/GetExternalAgentResponse.js.map +1 -0
- package/dist/models/GetExternalAgentResponseBody.d.ts +496 -0
- package/dist/models/GetExternalAgentResponseBody.js +312 -0
- package/dist/models/GetExternalAgentResponseBody.js.map +1 -0
- package/dist/models/GetManagedAgentRequest.d.ts +13 -0
- package/dist/models/GetManagedAgentRequest.js +54 -0
- package/dist/models/GetManagedAgentRequest.js.map +1 -0
- package/dist/models/GetManagedAgentResponse.d.ts +19 -0
- package/dist/models/GetManagedAgentResponse.js +69 -0
- package/dist/models/GetManagedAgentResponse.js.map +1 -0
- package/dist/models/GetManagedAgentResponseBody.d.ts +607 -0
- package/dist/models/GetManagedAgentResponseBody.js +480 -0
- package/dist/models/GetManagedAgentResponseBody.js.map +1 -0
- package/dist/models/GetMcpRequest.d.ts +13 -0
- package/dist/models/GetMcpRequest.js +54 -0
- package/dist/models/GetMcpRequest.js.map +1 -0
- package/dist/models/GetMcpResponse.d.ts +19 -0
- package/dist/models/GetMcpResponse.js +69 -0
- package/dist/models/GetMcpResponse.js.map +1 -0
- package/dist/models/GetMcpResponseBody.d.ts +264 -0
- package/dist/models/GetMcpResponseBody.js +195 -0
- package/dist/models/GetMcpResponseBody.js.map +1 -0
- package/dist/models/GetServiceEndpointApiKeyRequest.d.ts +13 -0
- package/dist/models/GetServiceEndpointApiKeyRequest.js +54 -0
- package/dist/models/GetServiceEndpointApiKeyRequest.js.map +1 -0
- package/dist/models/GetServiceEndpointApiKeyResponse.d.ts +19 -0
- package/dist/models/GetServiceEndpointApiKeyResponse.js +69 -0
- package/dist/models/GetServiceEndpointApiKeyResponse.js.map +1 -0
- package/dist/models/GetServiceEndpointApiKeyResponseBody.d.ts +127 -0
- package/dist/models/GetServiceEndpointApiKeyResponseBody.js +102 -0
- package/dist/models/GetServiceEndpointApiKeyResponseBody.js.map +1 -0
- package/dist/models/GetServiceEndpointRequest.d.ts +13 -0
- package/dist/models/GetServiceEndpointRequest.js +54 -0
- package/dist/models/GetServiceEndpointRequest.js.map +1 -0
- package/dist/models/GetServiceEndpointResponse.d.ts +19 -0
- package/dist/models/GetServiceEndpointResponse.js +69 -0
- package/dist/models/GetServiceEndpointResponse.js.map +1 -0
- package/dist/models/GetServiceEndpointResponseBody.d.ts +274 -0
- package/dist/models/GetServiceEndpointResponseBody.js +192 -0
- package/dist/models/GetServiceEndpointResponseBody.js.map +1 -0
- package/dist/models/GetSkillDetailRequest.d.ts +13 -0
- package/dist/models/GetSkillDetailRequest.js +54 -0
- package/dist/models/GetSkillDetailRequest.js.map +1 -0
- package/dist/models/GetSkillDetailResponse.d.ts +19 -0
- package/dist/models/GetSkillDetailResponse.js +69 -0
- package/dist/models/GetSkillDetailResponse.js.map +1 -0
- package/dist/models/GetSkillDetailResponseBody.d.ts +240 -0
- package/dist/models/GetSkillDetailResponseBody.js +153 -0
- package/dist/models/GetSkillDetailResponseBody.js.map +1 -0
- package/dist/models/GetSkillImportFileUrlRequest.d.ts +21 -0
- package/dist/models/GetSkillImportFileUrlRequest.js +58 -0
- package/dist/models/GetSkillImportFileUrlRequest.js.map +1 -0
- package/dist/models/GetSkillImportFileUrlResponse.d.ts +19 -0
- package/dist/models/GetSkillImportFileUrlResponse.js +69 -0
- package/dist/models/GetSkillImportFileUrlResponse.js.map +1 -0
- package/dist/models/GetSkillImportFileUrlResponseBody.d.ts +70 -0
- package/dist/models/GetSkillImportFileUrlResponseBody.js +88 -0
- package/dist/models/GetSkillImportFileUrlResponseBody.js.map +1 -0
- package/dist/models/GetSkillVersionDetailRequest.d.ts +13 -0
- package/dist/models/GetSkillVersionDetailRequest.js +54 -0
- package/dist/models/GetSkillVersionDetailRequest.js.map +1 -0
- package/dist/models/GetSkillVersionDetailResponse.d.ts +19 -0
- package/dist/models/GetSkillVersionDetailResponse.js +69 -0
- package/dist/models/GetSkillVersionDetailResponse.js.map +1 -0
- package/dist/models/GetSkillVersionDetailResponseBody.d.ts +80 -0
- package/dist/models/GetSkillVersionDetailResponseBody.js +94 -0
- package/dist/models/GetSkillVersionDetailResponseBody.js.map +1 -0
- package/dist/models/GetWorkspacePluginRequest.d.ts +13 -0
- package/dist/models/GetWorkspacePluginRequest.js +54 -0
- package/dist/models/GetWorkspacePluginRequest.js.map +1 -0
- package/dist/models/GetWorkspacePluginResponse.d.ts +19 -0
- package/dist/models/GetWorkspacePluginResponse.js +69 -0
- package/dist/models/GetWorkspacePluginResponse.js.map +1 -0
- package/dist/models/GetWorkspacePluginResponseBody.d.ts +234 -0
- package/dist/models/GetWorkspacePluginResponseBody.js +223 -0
- package/dist/models/GetWorkspacePluginResponseBody.js.map +1 -0
- package/dist/models/GetWorkspaceRequest.d.ts +13 -0
- package/dist/models/GetWorkspaceRequest.js +54 -0
- package/dist/models/GetWorkspaceRequest.js.map +1 -0
- package/dist/models/GetWorkspaceResponse.d.ts +19 -0
- package/dist/models/GetWorkspaceResponse.js +69 -0
- package/dist/models/GetWorkspaceResponse.js.map +1 -0
- package/dist/models/GetWorkspaceResponseBody.d.ts +181 -0
- package/dist/models/GetWorkspaceResponseBody.js +155 -0
- package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
- package/dist/models/InstallWorkspacePluginRequest.d.ts +139 -0
- package/dist/models/InstallWorkspacePluginRequest.js +179 -0
- package/dist/models/InstallWorkspacePluginRequest.js.map +1 -0
- package/dist/models/InstallWorkspacePluginResponse.d.ts +19 -0
- package/dist/models/InstallWorkspacePluginResponse.js +69 -0
- package/dist/models/InstallWorkspacePluginResponse.js.map +1 -0
- package/dist/models/InstallWorkspacePluginResponseBody.d.ts +102 -0
- package/dist/models/InstallWorkspacePluginResponseBody.js +96 -0
- package/dist/models/InstallWorkspacePluginResponseBody.js.map +1 -0
- package/dist/models/InstallWorkspacePluginShrinkRequest.d.ts +26 -0
- package/dist/models/InstallWorkspacePluginShrinkRequest.js +60 -0
- package/dist/models/InstallWorkspacePluginShrinkRequest.js.map +1 -0
- package/dist/models/ListAgentImchannelsRequest.d.ts +54 -0
- package/dist/models/ListAgentImchannelsRequest.js +64 -0
- package/dist/models/ListAgentImchannelsRequest.js.map +1 -0
- package/dist/models/ListAgentImchannelsResponse.d.ts +19 -0
- package/dist/models/ListAgentImchannelsResponse.js +69 -0
- package/dist/models/ListAgentImchannelsResponse.js.map +1 -0
- package/dist/models/ListAgentImchannelsResponseBody.d.ts +241 -0
- package/dist/models/ListAgentImchannelsResponseBody.js +174 -0
- package/dist/models/ListAgentImchannelsResponseBody.js.map +1 -0
- package/dist/models/ListAgentSpecsRequest.d.ts +93 -0
- package/dist/models/ListAgentSpecsRequest.js +74 -0
- package/dist/models/ListAgentSpecsRequest.js.map +1 -0
- package/dist/models/ListAgentSpecsResponse.d.ts +19 -0
- package/dist/models/ListAgentSpecsResponse.js +69 -0
- package/dist/models/ListAgentSpecsResponse.js.map +1 -0
- package/dist/models/ListAgentSpecsResponseBody.d.ts +221 -0
- package/dist/models/ListAgentSpecsResponseBody.js +183 -0
- package/dist/models/ListAgentSpecsResponseBody.js.map +1 -0
- package/dist/models/ListAgentTeamsRequest.d.ts +37 -0
- package/dist/models/ListAgentTeamsRequest.js +83 -0
- package/dist/models/ListAgentTeamsRequest.js.map +1 -0
- package/dist/models/ListAgentTeamsResponse.d.ts +19 -0
- package/dist/models/ListAgentTeamsResponse.js +69 -0
- package/dist/models/ListAgentTeamsResponse.js.map +1 -0
- package/dist/models/ListAgentTeamsResponseBody.d.ts +123 -0
- package/dist/models/ListAgentTeamsResponseBody.js +102 -0
- package/dist/models/ListAgentTeamsResponseBody.js.map +1 -0
- package/dist/models/ListAgentTeamsShrinkRequest.d.ts +18 -0
- package/dist/models/ListAgentTeamsShrinkRequest.js +58 -0
- package/dist/models/ListAgentTeamsShrinkRequest.js.map +1 -0
- package/dist/models/ListExternalAgentsRequest.d.ts +29 -0
- package/dist/models/ListExternalAgentsRequest.js +60 -0
- package/dist/models/ListExternalAgentsRequest.js.map +1 -0
- package/dist/models/ListExternalAgentsResponse.d.ts +19 -0
- package/dist/models/ListExternalAgentsResponse.js +69 -0
- package/dist/models/ListExternalAgentsResponse.js.map +1 -0
- package/dist/models/ListExternalAgentsResponseBody.d.ts +199 -0
- package/dist/models/ListExternalAgentsResponseBody.js +118 -0
- package/dist/models/ListExternalAgentsResponseBody.js.map +1 -0
- package/dist/models/ListManagedAgentsRequest.d.ts +29 -0
- package/dist/models/ListManagedAgentsRequest.js +60 -0
- package/dist/models/ListManagedAgentsRequest.js.map +1 -0
- package/dist/models/ListManagedAgentsResponse.d.ts +19 -0
- package/dist/models/ListManagedAgentsResponse.js +69 -0
- package/dist/models/ListManagedAgentsResponse.js.map +1 -0
- package/dist/models/ListManagedAgentsResponseBody.d.ts +193 -0
- package/dist/models/ListManagedAgentsResponseBody.js +118 -0
- package/dist/models/ListManagedAgentsResponseBody.js.map +1 -0
- package/dist/models/ListMcpToolsRequest.d.ts +29 -0
- package/dist/models/ListMcpToolsRequest.js +60 -0
- package/dist/models/ListMcpToolsRequest.js.map +1 -0
- package/dist/models/ListMcpToolsResponse.d.ts +19 -0
- package/dist/models/ListMcpToolsResponse.js +69 -0
- package/dist/models/ListMcpToolsResponse.js.map +1 -0
- package/dist/models/ListMcpToolsResponseBody.d.ts +123 -0
- package/dist/models/ListMcpToolsResponseBody.js +102 -0
- package/dist/models/ListMcpToolsResponseBody.js.map +1 -0
- package/dist/models/ListMcpsRequest.d.ts +29 -0
- package/dist/models/ListMcpsRequest.js +60 -0
- package/dist/models/ListMcpsRequest.js.map +1 -0
- package/dist/models/ListMcpsResponse.d.ts +19 -0
- package/dist/models/ListMcpsResponse.js +69 -0
- package/dist/models/ListMcpsResponse.js.map +1 -0
- package/dist/models/ListMcpsResponseBody.d.ts +272 -0
- package/dist/models/ListMcpsResponseBody.js +197 -0
- package/dist/models/ListMcpsResponseBody.js.map +1 -0
- package/dist/models/ListServiceEndpointsRequest.d.ts +77 -0
- package/dist/models/ListServiceEndpointsRequest.js +72 -0
- package/dist/models/ListServiceEndpointsRequest.js.map +1 -0
- package/dist/models/ListServiceEndpointsResponse.d.ts +19 -0
- package/dist/models/ListServiceEndpointsResponse.js +69 -0
- package/dist/models/ListServiceEndpointsResponse.js.map +1 -0
- package/dist/models/ListServiceEndpointsResponseBody.d.ts +294 -0
- package/dist/models/ListServiceEndpointsResponseBody.js +198 -0
- package/dist/models/ListServiceEndpointsResponseBody.js.map +1 -0
- package/dist/models/ListSkillsRequest.d.ts +89 -0
- package/dist/models/ListSkillsRequest.js +74 -0
- package/dist/models/ListSkillsRequest.js.map +1 -0
- package/dist/models/ListSkillsResponse.d.ts +19 -0
- package/dist/models/ListSkillsResponse.js +69 -0
- package/dist/models/ListSkillsResponse.js.map +1 -0
- package/dist/models/ListSkillsResponseBody.d.ts +208 -0
- package/dist/models/ListSkillsResponseBody.js +145 -0
- package/dist/models/ListSkillsResponseBody.js.map +1 -0
- package/dist/models/ListWorkspacesRequest.d.ts +37 -0
- package/dist/models/ListWorkspacesRequest.js +62 -0
- package/dist/models/ListWorkspacesRequest.js.map +1 -0
- package/dist/models/ListWorkspacesResponse.d.ts +19 -0
- package/dist/models/ListWorkspacesResponse.js +69 -0
- package/dist/models/ListWorkspacesResponse.js.map +1 -0
- package/dist/models/ListWorkspacesResponseBody.d.ts +201 -0
- package/dist/models/ListWorkspacesResponseBody.js +159 -0
- package/dist/models/ListWorkspacesResponseBody.js.map +1 -0
- package/dist/models/OfflineSkillRequest.d.ts +48 -0
- package/dist/models/OfflineSkillRequest.js +82 -0
- package/dist/models/OfflineSkillRequest.js.map +1 -0
- package/dist/models/OfflineSkillResponse.d.ts +19 -0
- package/dist/models/OfflineSkillResponse.js +69 -0
- package/dist/models/OfflineSkillResponse.js.map +1 -0
- package/dist/models/OfflineSkillResponseBody.d.ts +21 -0
- package/dist/models/OfflineSkillResponseBody.js +58 -0
- package/dist/models/OfflineSkillResponseBody.js.map +1 -0
- package/dist/models/OfflineSkillShrinkRequest.d.ts +18 -0
- package/dist/models/OfflineSkillShrinkRequest.js +58 -0
- package/dist/models/OfflineSkillShrinkRequest.js.map +1 -0
- package/dist/models/OnlineSkillRequest.d.ts +48 -0
- package/dist/models/OnlineSkillRequest.js +82 -0
- package/dist/models/OnlineSkillRequest.js.map +1 -0
- package/dist/models/OnlineSkillResponse.d.ts +19 -0
- package/dist/models/OnlineSkillResponse.js +69 -0
- package/dist/models/OnlineSkillResponse.js.map +1 -0
- package/dist/models/OnlineSkillResponseBody.d.ts +21 -0
- package/dist/models/OnlineSkillResponseBody.js +58 -0
- package/dist/models/OnlineSkillResponseBody.js.map +1 -0
- package/dist/models/OnlineSkillShrinkRequest.d.ts +18 -0
- package/dist/models/OnlineSkillShrinkRequest.js +58 -0
- package/dist/models/OnlineSkillShrinkRequest.js.map +1 -0
- package/dist/models/PrecheckSkillUploadViaOssRequest.d.ts +40 -0
- package/dist/models/PrecheckSkillUploadViaOssRequest.js +80 -0
- package/dist/models/PrecheckSkillUploadViaOssRequest.js.map +1 -0
- package/dist/models/PrecheckSkillUploadViaOssResponse.d.ts +19 -0
- package/dist/models/PrecheckSkillUploadViaOssResponse.js +69 -0
- package/dist/models/PrecheckSkillUploadViaOssResponse.js.map +1 -0
- package/dist/models/PrecheckSkillUploadViaOssResponseBody.d.ts +131 -0
- package/dist/models/PrecheckSkillUploadViaOssResponseBody.js +104 -0
- package/dist/models/PrecheckSkillUploadViaOssResponseBody.js.map +1 -0
- package/dist/models/PrecheckSkillUploadViaOssShrinkRequest.d.ts +18 -0
- package/dist/models/PrecheckSkillUploadViaOssShrinkRequest.js +58 -0
- package/dist/models/PrecheckSkillUploadViaOssShrinkRequest.js.map +1 -0
- package/dist/models/PublishSkillVersionRequest.d.ts +38 -0
- package/dist/models/PublishSkillVersionRequest.js +80 -0
- package/dist/models/PublishSkillVersionRequest.js.map +1 -0
- package/dist/models/PublishSkillVersionResponse.d.ts +19 -0
- package/dist/models/PublishSkillVersionResponse.js +69 -0
- package/dist/models/PublishSkillVersionResponse.js.map +1 -0
- package/dist/models/PublishSkillVersionResponseBody.d.ts +21 -0
- package/dist/models/PublishSkillVersionResponseBody.js +58 -0
- package/dist/models/PublishSkillVersionResponseBody.js.map +1 -0
- package/dist/models/PublishSkillVersionShrinkRequest.d.ts +18 -0
- package/dist/models/PublishSkillVersionShrinkRequest.js +58 -0
- package/dist/models/PublishSkillVersionShrinkRequest.js.map +1 -0
- package/dist/models/RedraftSkillVersionRequest.d.ts +30 -0
- package/dist/models/RedraftSkillVersionRequest.js +76 -0
- package/dist/models/RedraftSkillVersionRequest.js.map +1 -0
- package/dist/models/RedraftSkillVersionResponse.d.ts +19 -0
- package/dist/models/RedraftSkillVersionResponse.js +69 -0
- package/dist/models/RedraftSkillVersionResponse.js.map +1 -0
- package/dist/models/RedraftSkillVersionResponseBody.d.ts +21 -0
- package/dist/models/RedraftSkillVersionResponseBody.js +58 -0
- package/dist/models/RedraftSkillVersionResponseBody.js.map +1 -0
- package/dist/models/RedraftSkillVersionShrinkRequest.d.ts +18 -0
- package/dist/models/RedraftSkillVersionShrinkRequest.js +58 -0
- package/dist/models/RedraftSkillVersionShrinkRequest.js.map +1 -0
- package/dist/models/SubmitAgentSpecVersionRequest.d.ts +30 -0
- package/dist/models/SubmitAgentSpecVersionRequest.js +76 -0
- package/dist/models/SubmitAgentSpecVersionRequest.js.map +1 -0
- package/dist/models/SubmitAgentSpecVersionResponse.d.ts +19 -0
- package/dist/models/SubmitAgentSpecVersionResponse.js +69 -0
- package/dist/models/SubmitAgentSpecVersionResponse.js.map +1 -0
- package/dist/models/SubmitAgentSpecVersionResponseBody.d.ts +29 -0
- package/dist/models/SubmitAgentSpecVersionResponseBody.js +60 -0
- package/dist/models/SubmitAgentSpecVersionResponseBody.js.map +1 -0
- package/dist/models/SubmitAgentSpecVersionShrinkRequest.d.ts +18 -0
- package/dist/models/SubmitAgentSpecVersionShrinkRequest.js +58 -0
- package/dist/models/SubmitAgentSpecVersionShrinkRequest.js.map +1 -0
- package/dist/models/SubmitSkillVersionRequest.d.ts +30 -0
- package/dist/models/SubmitSkillVersionRequest.js +76 -0
- package/dist/models/SubmitSkillVersionRequest.js.map +1 -0
- package/dist/models/SubmitSkillVersionResponse.d.ts +19 -0
- package/dist/models/SubmitSkillVersionResponse.js +69 -0
- package/dist/models/SubmitSkillVersionResponse.js.map +1 -0
- package/dist/models/SubmitSkillVersionResponseBody.d.ts +29 -0
- package/dist/models/SubmitSkillVersionResponseBody.js +60 -0
- package/dist/models/SubmitSkillVersionResponseBody.js.map +1 -0
- package/dist/models/SubmitSkillVersionShrinkRequest.d.ts +18 -0
- package/dist/models/SubmitSkillVersionShrinkRequest.js +58 -0
- package/dist/models/SubmitSkillVersionShrinkRequest.js.map +1 -0
- package/dist/models/UpdateAgentImchannelCredentialRequest.d.ts +47 -0
- package/dist/models/UpdateAgentImchannelCredentialRequest.js +85 -0
- package/dist/models/UpdateAgentImchannelCredentialRequest.js.map +1 -0
- package/dist/models/UpdateAgentImchannelCredentialResponse.d.ts +19 -0
- package/dist/models/UpdateAgentImchannelCredentialResponse.js +69 -0
- package/dist/models/UpdateAgentImchannelCredentialResponse.js.map +1 -0
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.d.ts +79 -0
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.js +98 -0
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.js.map +1 -0
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.js +60 -0
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.js.map +1 -0
- package/dist/models/UpdateAgentImchannelRequest.d.ts +78 -0
- package/dist/models/UpdateAgentImchannelRequest.js +110 -0
- package/dist/models/UpdateAgentImchannelRequest.js.map +1 -0
- package/dist/models/UpdateAgentImchannelResponse.d.ts +19 -0
- package/dist/models/UpdateAgentImchannelResponse.js +69 -0
- package/dist/models/UpdateAgentImchannelResponse.js.map +1 -0
- package/dist/models/UpdateAgentImchannelResponseBody.d.ts +217 -0
- package/dist/models/UpdateAgentImchannelResponseBody.js +168 -0
- package/dist/models/UpdateAgentImchannelResponseBody.js.map +1 -0
- package/dist/models/UpdateAgentImchannelShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateAgentImchannelShrinkRequest.js +60 -0
- package/dist/models/UpdateAgentImchannelShrinkRequest.js.map +1 -0
- package/dist/models/UpdateAgentSpecRequest.d.ts +56 -0
- package/dist/models/UpdateAgentSpecRequest.js +84 -0
- package/dist/models/UpdateAgentSpecRequest.js.map +1 -0
- package/dist/models/UpdateAgentSpecResponse.d.ts +19 -0
- package/dist/models/UpdateAgentSpecResponse.js +69 -0
- package/dist/models/UpdateAgentSpecResponse.js.map +1 -0
- package/dist/models/UpdateAgentSpecResponseBody.d.ts +26 -0
- package/dist/models/UpdateAgentSpecResponseBody.js +60 -0
- package/dist/models/UpdateAgentSpecResponseBody.js.map +1 -0
- package/dist/models/UpdateAgentSpecShrinkRequest.d.ts +18 -0
- package/dist/models/UpdateAgentSpecShrinkRequest.js +58 -0
- package/dist/models/UpdateAgentSpecShrinkRequest.js.map +1 -0
- package/dist/models/UpdateExternalAgentRequest.d.ts +236 -0
- package/dist/models/UpdateExternalAgentRequest.js +214 -0
- package/dist/models/UpdateExternalAgentRequest.js.map +1 -0
- package/dist/models/UpdateExternalAgentResponse.d.ts +19 -0
- package/dist/models/UpdateExternalAgentResponse.js +69 -0
- package/dist/models/UpdateExternalAgentResponse.js.map +1 -0
- package/dist/models/UpdateExternalAgentResponseBody.d.ts +498 -0
- package/dist/models/UpdateExternalAgentResponseBody.js +312 -0
- package/dist/models/UpdateExternalAgentResponseBody.js.map +1 -0
- package/dist/models/UpdateExternalAgentShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateExternalAgentShrinkRequest.js +60 -0
- package/dist/models/UpdateExternalAgentShrinkRequest.js.map +1 -0
- package/dist/models/UpdateManagedAgentRequest.d.ts +495 -0
- package/dist/models/UpdateManagedAgentRequest.js +452 -0
- package/dist/models/UpdateManagedAgentRequest.js.map +1 -0
- package/dist/models/UpdateManagedAgentResponse.d.ts +19 -0
- package/dist/models/UpdateManagedAgentResponse.js +69 -0
- package/dist/models/UpdateManagedAgentResponse.js.map +1 -0
- package/dist/models/UpdateManagedAgentResponseBody.d.ts +607 -0
- package/dist/models/UpdateManagedAgentResponseBody.js +480 -0
- package/dist/models/UpdateManagedAgentResponseBody.js.map +1 -0
- package/dist/models/UpdateManagedAgentShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateManagedAgentShrinkRequest.js +60 -0
- package/dist/models/UpdateManagedAgentShrinkRequest.js.map +1 -0
- package/dist/models/UpdateMcpRequest.d.ts +171 -0
- package/dist/models/UpdateMcpRequest.js +171 -0
- package/dist/models/UpdateMcpRequest.js.map +1 -0
- package/dist/models/UpdateMcpResponse.d.ts +19 -0
- package/dist/models/UpdateMcpResponse.js +69 -0
- package/dist/models/UpdateMcpResponse.js.map +1 -0
- package/dist/models/UpdateMcpResponseBody.d.ts +50 -0
- package/dist/models/UpdateMcpResponseBody.js +66 -0
- package/dist/models/UpdateMcpResponseBody.js.map +1 -0
- package/dist/models/UpdateMcpShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateMcpShrinkRequest.js +60 -0
- package/dist/models/UpdateMcpShrinkRequest.js.map +1 -0
- package/dist/models/UpdateModelConnectionRequest.d.ts +50 -0
- package/dist/models/UpdateModelConnectionRequest.js.map +1 -1
- package/dist/models/UpdateModelConnectionResponseBody.d.ts +124 -0
- package/dist/models/UpdateModelConnectionResponseBody.js.map +1 -1
- package/dist/models/UpdateModelConnectionShrinkRequest.d.ts +11 -0
- package/dist/models/UpdateModelConnectionShrinkRequest.js.map +1 -1
- package/dist/models/UpdateModelRequest.d.ts +9 -0
- package/dist/models/UpdateModelRequest.js.map +1 -1
- package/dist/models/UpdateModelResponseBody.d.ts +83 -0
- package/dist/models/UpdateModelResponseBody.js.map +1 -1
- package/dist/models/UpdateModelShrinkRequest.d.ts +7 -0
- package/dist/models/UpdateModelShrinkRequest.js.map +1 -1
- package/dist/models/UpdateSkillBizTagsRequest.d.ts +40 -0
- package/dist/models/UpdateSkillBizTagsRequest.js +80 -0
- package/dist/models/UpdateSkillBizTagsRequest.js.map +1 -0
- package/dist/models/UpdateSkillBizTagsResponse.d.ts +19 -0
- package/dist/models/UpdateSkillBizTagsResponse.js +69 -0
- package/dist/models/UpdateSkillBizTagsResponse.js.map +1 -0
- package/dist/models/UpdateSkillBizTagsResponseBody.d.ts +21 -0
- package/dist/models/UpdateSkillBizTagsResponseBody.js +58 -0
- package/dist/models/UpdateSkillBizTagsResponseBody.js.map +1 -0
- package/dist/models/UpdateSkillBizTagsShrinkRequest.d.ts +18 -0
- package/dist/models/UpdateSkillBizTagsShrinkRequest.js +58 -0
- package/dist/models/UpdateSkillBizTagsShrinkRequest.js.map +1 -0
- package/dist/models/UpdateSkillLabelsRequest.d.ts +40 -0
- package/dist/models/UpdateSkillLabelsRequest.js +80 -0
- package/dist/models/UpdateSkillLabelsRequest.js.map +1 -0
- package/dist/models/UpdateSkillLabelsResponse.d.ts +19 -0
- package/dist/models/UpdateSkillLabelsResponse.js +69 -0
- package/dist/models/UpdateSkillLabelsResponse.js.map +1 -0
- package/dist/models/UpdateSkillLabelsResponseBody.d.ts +21 -0
- package/dist/models/UpdateSkillLabelsResponseBody.js +58 -0
- package/dist/models/UpdateSkillLabelsResponseBody.js.map +1 -0
- package/dist/models/UpdateSkillLabelsShrinkRequest.d.ts +18 -0
- package/dist/models/UpdateSkillLabelsShrinkRequest.js +58 -0
- package/dist/models/UpdateSkillLabelsShrinkRequest.js.map +1 -0
- package/dist/models/UpdateSkillScopeRequest.d.ts +40 -0
- package/dist/models/UpdateSkillScopeRequest.js +80 -0
- package/dist/models/UpdateSkillScopeRequest.js.map +1 -0
- package/dist/models/UpdateSkillScopeResponse.d.ts +19 -0
- package/dist/models/UpdateSkillScopeResponse.js +69 -0
- package/dist/models/UpdateSkillScopeResponse.js.map +1 -0
- package/dist/models/UpdateSkillScopeResponseBody.d.ts +21 -0
- package/dist/models/UpdateSkillScopeResponseBody.js +58 -0
- package/dist/models/UpdateSkillScopeResponseBody.js.map +1 -0
- package/dist/models/UpdateSkillScopeShrinkRequest.d.ts +18 -0
- package/dist/models/UpdateSkillScopeShrinkRequest.js +58 -0
- package/dist/models/UpdateSkillScopeShrinkRequest.js.map +1 -0
- package/dist/models/UpdateWorkspaceRequest.d.ts +103 -0
- package/dist/models/UpdateWorkspaceRequest.js +135 -0
- package/dist/models/UpdateWorkspaceRequest.js.map +1 -0
- package/dist/models/UpdateWorkspaceResponse.d.ts +19 -0
- package/dist/models/UpdateWorkspaceResponse.js +69 -0
- package/dist/models/UpdateWorkspaceResponse.js.map +1 -0
- package/dist/models/UpdateWorkspaceResponseBody.d.ts +165 -0
- package/dist/models/UpdateWorkspaceResponseBody.js +151 -0
- package/dist/models/UpdateWorkspaceResponseBody.js.map +1 -0
- package/dist/models/UpdateWorkspaceShrinkRequest.d.ts +26 -0
- package/dist/models/UpdateWorkspaceShrinkRequest.js +60 -0
- package/dist/models/UpdateWorkspaceShrinkRequest.js.map +1 -0
- package/dist/models/UploadAgentSpecViaOssRequest.d.ts +56 -0
- package/dist/models/UploadAgentSpecViaOssRequest.js +84 -0
- package/dist/models/UploadAgentSpecViaOssRequest.js.map +1 -0
- package/dist/models/UploadAgentSpecViaOssResponse.d.ts +19 -0
- package/dist/models/UploadAgentSpecViaOssResponse.js +69 -0
- package/dist/models/UploadAgentSpecViaOssResponse.js.map +1 -0
- package/dist/models/UploadAgentSpecViaOssResponseBody.d.ts +29 -0
- package/dist/models/UploadAgentSpecViaOssResponseBody.js +60 -0
- package/dist/models/UploadAgentSpecViaOssResponseBody.js.map +1 -0
- package/dist/models/UploadAgentSpecViaOssShrinkRequest.d.ts +18 -0
- package/dist/models/UploadAgentSpecViaOssShrinkRequest.js +58 -0
- package/dist/models/UploadAgentSpecViaOssShrinkRequest.js.map +1 -0
- package/dist/models/UploadSkillViaOssRequest.d.ts +64 -0
- package/dist/models/UploadSkillViaOssRequest.js +86 -0
- package/dist/models/UploadSkillViaOssRequest.js.map +1 -0
- package/dist/models/UploadSkillViaOssResponse.d.ts +19 -0
- package/dist/models/UploadSkillViaOssResponse.js +69 -0
- package/dist/models/UploadSkillViaOssResponse.js.map +1 -0
- package/dist/models/UploadSkillViaOssResponseBody.d.ts +29 -0
- package/dist/models/UploadSkillViaOssResponseBody.js +60 -0
- package/dist/models/UploadSkillViaOssResponseBody.js.map +1 -0
- package/dist/models/UploadSkillViaOssShrinkRequest.d.ts +18 -0
- package/dist/models/UploadSkillViaOssShrinkRequest.js +58 -0
- package/dist/models/UploadSkillViaOssShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +479 -0
- package/dist/models/model.js +972 -4
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4376 -612
- package/src/models/BatchUploadSkillsViaOssRequest.ts +76 -0
- package/src/models/BatchUploadSkillsViaOssResponse.ts +40 -0
- package/src/models/BatchUploadSkillsViaOssResponseBody.ts +141 -0
- package/src/models/BatchUploadSkillsViaOssShrinkRequest.ts +31 -0
- package/src/models/CreateAgentImchannelRequest.ts +155 -0
- package/src/models/CreateAgentImchannelResponse.ts +40 -0
- package/src/models/CreateAgentImchannelResponseBody.ts +313 -0
- package/src/models/CreateAgentImchannelShrinkRequest.ts +41 -0
- package/src/models/CreateAgentSpecRequest.ts +76 -0
- package/src/models/CreateAgentSpecResponse.ts +40 -0
- package/src/models/CreateAgentSpecResponseBody.ts +44 -0
- package/src/models/CreateAgentSpecShrinkRequest.ts +31 -0
- package/src/models/CreateAgentSpecVersionRequest.ts +74 -0
- package/src/models/CreateAgentSpecVersionResponse.ts +40 -0
- package/src/models/CreateAgentSpecVersionResponseBody.ts +44 -0
- package/src/models/CreateAgentSpecVersionShrinkRequest.ts +31 -0
- package/src/models/CreateExternalAgentBootstrapTokenRequest.ts +38 -0
- package/src/models/CreateExternalAgentBootstrapTokenResponse.ts +40 -0
- package/src/models/CreateExternalAgentBootstrapTokenResponseBody.ts +213 -0
- package/src/models/CreateExternalAgentRequest.ts +353 -0
- package/src/models/CreateExternalAgentResponse.ts +40 -0
- package/src/models/CreateExternalAgentResponseBody.ts +693 -0
- package/src/models/CreateExternalAgentShrinkRequest.ts +41 -0
- package/src/models/CreateManagedAgentRequest.ts +764 -0
- package/src/models/CreateManagedAgentResponse.ts +40 -0
- package/src/models/CreateManagedAgentResponseBody.ts +898 -0
- package/src/models/CreateManagedAgentShrinkRequest.ts +41 -0
- package/src/models/CreateMcpRequest.ts +297 -0
- package/src/models/CreateMcpResponse.ts +40 -0
- package/src/models/CreateMcpResponseBody.ts +368 -0
- package/src/models/CreateMcpShrinkRequest.ts +41 -0
- package/src/models/CreateSkillDraftRequest.ts +106 -0
- package/src/models/CreateSkillDraftResponse.ts +40 -0
- package/src/models/CreateSkillDraftResponseBody.ts +44 -0
- package/src/models/CreateSkillDraftShrinkRequest.ts +31 -0
- package/src/models/CreateWorkspaceRequest.ts +168 -0
- package/src/models/CreateWorkspaceResponse.ts +40 -0
- package/src/models/CreateWorkspaceResponseBody.ts +244 -0
- package/src/models/CreateWorkspaceShrinkRequest.ts +41 -0
- package/src/models/DataResourceValue.ts +64 -0
- package/src/models/DeleteAgentImchannelRequest.ts +34 -0
- package/src/models/DeleteAgentImchannelResponse.ts +40 -0
- package/src/models/DeleteAgentImchannelResponseBody.ts +34 -0
- package/src/models/DeleteAgentSpecRequest.ts +24 -0
- package/src/models/DeleteAgentSpecResponse.ts +40 -0
- package/src/models/DeleteAgentSpecResponseBody.ts +41 -0
- package/src/models/DeleteAgentSpecVersionRequest.ts +24 -0
- package/src/models/DeleteAgentSpecVersionResponse.ts +40 -0
- package/src/models/DeleteAgentSpecVersionResponseBody.ts +41 -0
- package/src/models/DeleteExternalAgentRequest.ts +24 -0
- package/src/models/DeleteExternalAgentResponse.ts +40 -0
- package/src/models/DeleteExternalAgentResponseBody.ts +227 -0
- package/src/models/DeleteManagedAgentRequest.ts +24 -0
- package/src/models/DeleteManagedAgentResponse.ts +40 -0
- package/src/models/DeleteManagedAgentResponseBody.ts +224 -0
- package/src/models/DeleteMcpRequest.ts +24 -0
- package/src/models/DeleteMcpResponse.ts +40 -0
- package/src/models/DeleteMcpResponseBody.ts +71 -0
- package/src/models/DeleteSkillDraftRequest.ts +24 -0
- package/src/models/DeleteSkillDraftResponse.ts +40 -0
- package/src/models/DeleteSkillDraftResponseBody.ts +34 -0
- package/src/models/DeleteSkillRequest.ts +24 -0
- package/src/models/DeleteSkillResponse.ts +40 -0
- package/src/models/DeleteSkillResponseBody.ts +34 -0
- package/src/models/DeleteWorkspaceRequest.ts +24 -0
- package/src/models/DeleteWorkspaceResponse.ts +40 -0
- package/src/models/DeleteWorkspaceResponseBody.ts +114 -0
- package/src/models/DownloadAgentSpecViaOssRequest.ts +34 -0
- package/src/models/DownloadAgentSpecViaOssResponse.ts +40 -0
- package/src/models/DownloadAgentSpecViaOssResponseBody.ts +44 -0
- package/src/models/DownloadSkillVersionViaOssRequest.ts +24 -0
- package/src/models/DownloadSkillVersionViaOssResponse.ts +40 -0
- package/src/models/DownloadSkillVersionViaOssResponseBody.ts +44 -0
- package/src/models/ForcePublishSkillVersionRequest.ts +64 -0
- package/src/models/ForcePublishSkillVersionResponse.ts +40 -0
- package/src/models/ForcePublishSkillVersionResponseBody.ts +34 -0
- package/src/models/ForcePublishSkillVersionShrinkRequest.ts +31 -0
- package/src/models/GetAgentImchannelRequest.ts +24 -0
- package/src/models/GetAgentImchannelResponse.ts +40 -0
- package/src/models/GetAgentImchannelResponseBody.ts +311 -0
- package/src/models/GetAgentSpecImportFileUrlRequest.ts +34 -0
- package/src/models/GetAgentSpecImportFileUrlResponse.ts +40 -0
- package/src/models/GetAgentSpecImportFileUrlResponseBody.ts +104 -0
- package/src/models/GetAgentSpecLatestRequest.ts +24 -0
- package/src/models/GetAgentSpecLatestResponse.ts +40 -0
- package/src/models/GetAgentSpecLatestResponseBody.ts +232 -0
- package/src/models/GetAgentSpecRequest.ts +24 -0
- package/src/models/GetAgentSpecResponse.ts +40 -0
- package/src/models/GetAgentSpecResponseBody.ts +291 -0
- package/src/models/GetAgentSpecVersionRequest.ts +24 -0
- package/src/models/GetAgentSpecVersionResponse.ts +40 -0
- package/src/models/GetAgentSpecVersionResponseBody.ts +115 -0
- package/src/models/GetExternalAgentBootstrapOptionsRequest.ts +24 -0
- package/src/models/GetExternalAgentBootstrapOptionsResponse.ts +40 -0
- package/src/models/GetExternalAgentBootstrapOptionsResponseBody.ts +170 -0
- package/src/models/GetExternalAgentRequest.ts +24 -0
- package/src/models/GetExternalAgentResponse.ts +40 -0
- package/src/models/GetExternalAgentResponseBody.ts +691 -0
- package/src/models/GetManagedAgentRequest.ts +24 -0
- package/src/models/GetManagedAgentResponse.ts +40 -0
- package/src/models/GetManagedAgentResponseBody.ts +898 -0
- package/src/models/GetMcpRequest.ts +24 -0
- package/src/models/GetMcpResponse.ts +40 -0
- package/src/models/GetMcpResponseBody.ts +378 -0
- package/src/models/GetServiceEndpointApiKeyRequest.ts +24 -0
- package/src/models/GetServiceEndpointApiKeyResponse.ts +40 -0
- package/src/models/GetServiceEndpointApiKeyResponseBody.ts +175 -0
- package/src/models/GetServiceEndpointRequest.ts +24 -0
- package/src/models/GetServiceEndpointResponse.ts +40 -0
- package/src/models/GetServiceEndpointResponseBody.ts +385 -0
- package/src/models/GetSkillDetailRequest.ts +24 -0
- package/src/models/GetSkillDetailResponse.ts +40 -0
- package/src/models/GetSkillDetailResponseBody.ts +328 -0
- package/src/models/GetSkillImportFileUrlRequest.ts +34 -0
- package/src/models/GetSkillImportFileUrlResponse.ts +40 -0
- package/src/models/GetSkillImportFileUrlResponseBody.ts +104 -0
- package/src/models/GetSkillVersionDetailRequest.ts +24 -0
- package/src/models/GetSkillVersionDetailResponse.ts +40 -0
- package/src/models/GetSkillVersionDetailResponseBody.ts +117 -0
- package/src/models/GetWorkspacePluginRequest.ts +24 -0
- package/src/models/GetWorkspacePluginResponse.ts +40 -0
- package/src/models/GetWorkspacePluginResponseBody.ts +358 -0
- package/src/models/GetWorkspaceRequest.ts +24 -0
- package/src/models/GetWorkspaceResponse.ts +40 -0
- package/src/models/GetWorkspaceResponseBody.ts +264 -0
- package/src/models/InstallWorkspacePluginRequest.ts +228 -0
- package/src/models/InstallWorkspacePluginResponse.ts +40 -0
- package/src/models/InstallWorkspacePluginResponseBody.ts +144 -0
- package/src/models/InstallWorkspacePluginShrinkRequest.ts +41 -0
- package/src/models/ListAgentImchannelsRequest.ts +73 -0
- package/src/models/ListAgentImchannelsResponse.ts +40 -0
- package/src/models/ListAgentImchannelsResponseBody.ts +341 -0
- package/src/models/ListAgentSpecsRequest.ts +122 -0
- package/src/models/ListAgentSpecsResponse.ts +40 -0
- package/src/models/ListAgentSpecsResponseBody.ts +321 -0
- package/src/models/ListAgentTeamsRequest.ts +66 -0
- package/src/models/ListAgentTeamsResponse.ts +40 -0
- package/src/models/ListAgentTeamsResponseBody.ts +171 -0
- package/src/models/ListAgentTeamsShrinkRequest.ts +31 -0
- package/src/models/ListExternalAgentsRequest.ts +44 -0
- package/src/models/ListExternalAgentsResponse.ts +40 -0
- package/src/models/ListExternalAgentsResponseBody.ts +263 -0
- package/src/models/ListManagedAgentsRequest.ts +44 -0
- package/src/models/ListManagedAgentsResponse.ts +40 -0
- package/src/models/ListManagedAgentsResponseBody.ts +257 -0
- package/src/models/ListMcpToolsRequest.ts +44 -0
- package/src/models/ListMcpToolsResponse.ts +40 -0
- package/src/models/ListMcpToolsResponseBody.ts +171 -0
- package/src/models/ListMcpsRequest.ts +44 -0
- package/src/models/ListMcpsResponse.ts +40 -0
- package/src/models/ListMcpsResponseBody.ts +388 -0
- package/src/models/ListServiceEndpointsRequest.ts +104 -0
- package/src/models/ListServiceEndpointsResponse.ts +40 -0
- package/src/models/ListServiceEndpointsResponseBody.ts +411 -0
- package/src/models/ListSkillsRequest.ts +118 -0
- package/src/models/ListSkillsResponse.ts +40 -0
- package/src/models/ListSkillsResponseBody.ts +288 -0
- package/src/models/ListWorkspacesRequest.ts +54 -0
- package/src/models/ListWorkspacesResponse.ts +40 -0
- package/src/models/ListWorkspacesResponseBody.ts +288 -0
- package/src/models/OfflineSkillRequest.ts +76 -0
- package/src/models/OfflineSkillResponse.ts +40 -0
- package/src/models/OfflineSkillResponseBody.ts +34 -0
- package/src/models/OfflineSkillShrinkRequest.ts +31 -0
- package/src/models/OnlineSkillRequest.ts +76 -0
- package/src/models/OnlineSkillResponse.ts +40 -0
- package/src/models/OnlineSkillResponseBody.ts +34 -0
- package/src/models/OnlineSkillShrinkRequest.ts +31 -0
- package/src/models/PrecheckSkillUploadViaOssRequest.ts +66 -0
- package/src/models/PrecheckSkillUploadViaOssResponse.ts +40 -0
- package/src/models/PrecheckSkillUploadViaOssResponseBody.ts +181 -0
- package/src/models/PrecheckSkillUploadViaOssShrinkRequest.ts +31 -0
- package/src/models/PublishSkillVersionRequest.ts +64 -0
- package/src/models/PublishSkillVersionResponse.ts +40 -0
- package/src/models/PublishSkillVersionResponseBody.ts +34 -0
- package/src/models/PublishSkillVersionShrinkRequest.ts +31 -0
- package/src/models/RedraftSkillVersionRequest.ts +54 -0
- package/src/models/RedraftSkillVersionResponse.ts +40 -0
- package/src/models/RedraftSkillVersionResponseBody.ts +34 -0
- package/src/models/RedraftSkillVersionShrinkRequest.ts +31 -0
- package/src/models/SubmitAgentSpecVersionRequest.ts +54 -0
- package/src/models/SubmitAgentSpecVersionResponse.ts +40 -0
- package/src/models/SubmitAgentSpecVersionResponseBody.ts +44 -0
- package/src/models/SubmitAgentSpecVersionShrinkRequest.ts +31 -0
- package/src/models/SubmitSkillVersionRequest.ts +54 -0
- package/src/models/SubmitSkillVersionResponse.ts +40 -0
- package/src/models/SubmitSkillVersionResponseBody.ts +44 -0
- package/src/models/SubmitSkillVersionShrinkRequest.ts +31 -0
- package/src/models/UpdateAgentImchannelCredentialRequest.ts +76 -0
- package/src/models/UpdateAgentImchannelCredentialResponse.ts +40 -0
- package/src/models/UpdateAgentImchannelCredentialResponseBody.ts +121 -0
- package/src/models/UpdateAgentImchannelCredentialShrinkRequest.ts +41 -0
- package/src/models/UpdateAgentImchannelRequest.ts +125 -0
- package/src/models/UpdateAgentImchannelResponse.ts +40 -0
- package/src/models/UpdateAgentImchannelResponseBody.ts +311 -0
- package/src/models/UpdateAgentImchannelShrinkRequest.ts +41 -0
- package/src/models/UpdateAgentSpecRequest.ts +86 -0
- package/src/models/UpdateAgentSpecResponse.ts +40 -0
- package/src/models/UpdateAgentSpecResponseBody.ts +41 -0
- package/src/models/UpdateAgentSpecShrinkRequest.ts +31 -0
- package/src/models/UpdateExternalAgentRequest.ts +351 -0
- package/src/models/UpdateExternalAgentResponse.ts +40 -0
- package/src/models/UpdateExternalAgentResponseBody.ts +693 -0
- package/src/models/UpdateExternalAgentShrinkRequest.ts +41 -0
- package/src/models/UpdateManagedAgentRequest.ts +758 -0
- package/src/models/UpdateManagedAgentResponse.ts +40 -0
- package/src/models/UpdateManagedAgentResponseBody.ts +898 -0
- package/src/models/UpdateManagedAgentShrinkRequest.ts +41 -0
- package/src/models/UpdateMcpRequest.ts +261 -0
- package/src/models/UpdateMcpResponse.ts +40 -0
- package/src/models/UpdateMcpResponseBody.ts +71 -0
- package/src/models/UpdateMcpShrinkRequest.ts +41 -0
- package/src/models/UpdateModelConnectionRequest.ts +50 -0
- package/src/models/UpdateModelConnectionResponseBody.ts +124 -0
- package/src/models/UpdateModelConnectionShrinkRequest.ts +11 -0
- package/src/models/UpdateModelRequest.ts +9 -0
- package/src/models/UpdateModelResponseBody.ts +83 -0
- package/src/models/UpdateModelShrinkRequest.ts +7 -0
- package/src/models/UpdateSkillBizTagsRequest.ts +66 -0
- package/src/models/UpdateSkillBizTagsResponse.ts +40 -0
- package/src/models/UpdateSkillBizTagsResponseBody.ts +34 -0
- package/src/models/UpdateSkillBizTagsShrinkRequest.ts +31 -0
- package/src/models/UpdateSkillLabelsRequest.ts +66 -0
- package/src/models/UpdateSkillLabelsResponse.ts +40 -0
- package/src/models/UpdateSkillLabelsResponseBody.ts +34 -0
- package/src/models/UpdateSkillLabelsShrinkRequest.ts +31 -0
- package/src/models/UpdateSkillScopeRequest.ts +66 -0
- package/src/models/UpdateSkillScopeResponse.ts +40 -0
- package/src/models/UpdateSkillScopeResponseBody.ts +34 -0
- package/src/models/UpdateSkillScopeShrinkRequest.ts +31 -0
- package/src/models/UpdateWorkspaceRequest.ts +166 -0
- package/src/models/UpdateWorkspaceResponse.ts +40 -0
- package/src/models/UpdateWorkspaceResponseBody.ts +244 -0
- package/src/models/UpdateWorkspaceShrinkRequest.ts +41 -0
- package/src/models/UploadAgentSpecViaOssRequest.ts +86 -0
- package/src/models/UploadAgentSpecViaOssResponse.ts +40 -0
- package/src/models/UploadAgentSpecViaOssResponseBody.ts +44 -0
- package/src/models/UploadAgentSpecViaOssShrinkRequest.ts +31 -0
- package/src/models/UploadSkillViaOssRequest.ts +96 -0
- package/src/models/UploadSkillViaOssResponse.ts +40 -0
- package/src/models/UploadSkillViaOssResponseBody.ts +44 -0
- package/src/models/UploadSkillViaOssShrinkRequest.ts +31 -0
- package/src/models/model.ts +479 -0
package/dist/client.d.ts
CHANGED
|
@@ -26,6 +26,108 @@ export default class Client extends OpenApi {
|
|
|
26
26
|
* @returns BatchDeleteModelsResponse
|
|
27
27
|
*/
|
|
28
28
|
batchDeleteModels(workspaceId: string, request: $_model.BatchDeleteModelsRequest): Promise<$_model.BatchDeleteModelsResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Uploads Skill ZIP packages in bulk through OSS and returns the processing result of each Skill.
|
|
31
|
+
*
|
|
32
|
+
* @remarks
|
|
33
|
+
* ## Operation description
|
|
34
|
+
* Uploads Skill ZIP packages in bulk through OSS and returns the processing result of each Skill.
|
|
35
|
+
*
|
|
36
|
+
* @param tmpReq - BatchUploadSkillsViaOssRequest
|
|
37
|
+
* @param headers - map
|
|
38
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
39
|
+
* @returns BatchUploadSkillsViaOssResponse
|
|
40
|
+
*/
|
|
41
|
+
batchUploadSkillsViaOssWithOptions(workspaceId: string, tmpReq: $_model.BatchUploadSkillsViaOssRequest, headers: {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.BatchUploadSkillsViaOssResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Uploads Skill ZIP packages in bulk through OSS and returns the processing result of each Skill.
|
|
46
|
+
*
|
|
47
|
+
* @remarks
|
|
48
|
+
* ## Operation description
|
|
49
|
+
* Uploads Skill ZIP packages in bulk through OSS and returns the processing result of each Skill.
|
|
50
|
+
*
|
|
51
|
+
* @param request - BatchUploadSkillsViaOssRequest
|
|
52
|
+
* @returns BatchUploadSkillsViaOssResponse
|
|
53
|
+
*/
|
|
54
|
+
batchUploadSkillsViaOss(workspaceId: string, request: $_model.BatchUploadSkillsViaOssRequest): Promise<$_model.BatchUploadSkillsViaOssResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
57
|
+
*
|
|
58
|
+
* @remarks
|
|
59
|
+
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
60
|
+
*
|
|
61
|
+
* @param tmpReq - CreateAgentIMChannelRequest
|
|
62
|
+
* @param headers - map
|
|
63
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
64
|
+
* @returns CreateAgentIMChannelResponse
|
|
65
|
+
*/
|
|
66
|
+
createAgentIMChannelWithOptions(workspaceId: string, agentId: string, tmpReq: $_model.CreateAgentIMChannelRequest, headers: {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAgentIMChannelResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
71
|
+
*
|
|
72
|
+
* @remarks
|
|
73
|
+
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
74
|
+
*
|
|
75
|
+
* @param request - CreateAgentIMChannelRequest
|
|
76
|
+
* @returns CreateAgentIMChannelResponse
|
|
77
|
+
*/
|
|
78
|
+
createAgentIMChannel(workspaceId: string, agentId: string, request: $_model.CreateAgentIMChannelRequest): Promise<$_model.CreateAgentIMChannelResponse>;
|
|
79
|
+
/**
|
|
80
|
+
* Creates an AgentSpec in the specified workspace and generates the first draft version. Returns a resource conflict error if an AgentSpec with the same name already exists.
|
|
81
|
+
*
|
|
82
|
+
* @remarks
|
|
83
|
+
* ## Operation description
|
|
84
|
+
* Creates an AgentSpec in the specified workspace and generates the first draft version. Returns a resource conflict error if an AgentSpec with the same name already exists.
|
|
85
|
+
*
|
|
86
|
+
* @param tmpReq - CreateAgentSpecRequest
|
|
87
|
+
* @param headers - map
|
|
88
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
89
|
+
* @returns CreateAgentSpecResponse
|
|
90
|
+
*/
|
|
91
|
+
createAgentSpecWithOptions(workspaceId: string, tmpReq: $_model.CreateAgentSpecRequest, headers: {
|
|
92
|
+
[key: string]: string;
|
|
93
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAgentSpecResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* Creates an AgentSpec in the specified workspace and generates the first draft version. Returns a resource conflict error if an AgentSpec with the same name already exists.
|
|
96
|
+
*
|
|
97
|
+
* @remarks
|
|
98
|
+
* ## Operation description
|
|
99
|
+
* Creates an AgentSpec in the specified workspace and generates the first draft version. Returns a resource conflict error if an AgentSpec with the same name already exists.
|
|
100
|
+
*
|
|
101
|
+
* @param request - CreateAgentSpecRequest
|
|
102
|
+
* @returns CreateAgentSpecResponse
|
|
103
|
+
*/
|
|
104
|
+
createAgentSpec(workspaceId: string, request: $_model.CreateAgentSpecRequest): Promise<$_model.CreateAgentSpecResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* Creates a new draft version for an existing AgentSpec. The AgentSpec must exist, and there must not be a draft currently being edited.
|
|
107
|
+
*
|
|
108
|
+
* @remarks
|
|
109
|
+
* ## Request description
|
|
110
|
+
* Creates a new draft version for an existing AgentSpec. The AgentSpec must exist, and there must not be a draft currently being edited.
|
|
111
|
+
*
|
|
112
|
+
* @param tmpReq - CreateAgentSpecVersionRequest
|
|
113
|
+
* @param headers - map
|
|
114
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
115
|
+
* @returns CreateAgentSpecVersionResponse
|
|
116
|
+
*/
|
|
117
|
+
createAgentSpecVersionWithOptions(workspaceId: string, agentSpecName: string, tmpReq: $_model.CreateAgentSpecVersionRequest, headers: {
|
|
118
|
+
[key: string]: string;
|
|
119
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAgentSpecVersionResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* Creates a new draft version for an existing AgentSpec. The AgentSpec must exist, and there must not be a draft currently being edited.
|
|
122
|
+
*
|
|
123
|
+
* @remarks
|
|
124
|
+
* ## Request description
|
|
125
|
+
* Creates a new draft version for an existing AgentSpec. The AgentSpec must exist, and there must not be a draft currently being edited.
|
|
126
|
+
*
|
|
127
|
+
* @param request - CreateAgentSpecVersionRequest
|
|
128
|
+
* @returns CreateAgentSpecVersionResponse
|
|
129
|
+
*/
|
|
130
|
+
createAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.CreateAgentSpecVersionRequest): Promise<$_model.CreateAgentSpecVersionResponse>;
|
|
29
131
|
/**
|
|
30
132
|
* 创建凭证
|
|
31
133
|
*
|
|
@@ -44,6 +146,54 @@ export default class Client extends OpenApi {
|
|
|
44
146
|
* @returns CreateCredentialResponse
|
|
45
147
|
*/
|
|
46
148
|
createCredential(workspaceId: string, request: $_model.CreateCredentialRequest): Promise<$_model.CreateCredentialResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* Creates an external agent in a specified workspace.
|
|
151
|
+
*
|
|
152
|
+
* @remarks
|
|
153
|
+
* Creates an external agent in a specified workspace.
|
|
154
|
+
*
|
|
155
|
+
* @param tmpReq - CreateExternalAgentRequest
|
|
156
|
+
* @param headers - map
|
|
157
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
158
|
+
* @returns CreateExternalAgentResponse
|
|
159
|
+
*/
|
|
160
|
+
createExternalAgentWithOptions(workspaceId: string, tmpReq: $_model.CreateExternalAgentRequest, headers: {
|
|
161
|
+
[key: string]: string;
|
|
162
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateExternalAgentResponse>;
|
|
163
|
+
/**
|
|
164
|
+
* Creates an external agent in a specified workspace.
|
|
165
|
+
*
|
|
166
|
+
* @remarks
|
|
167
|
+
* Creates an external agent in a specified workspace.
|
|
168
|
+
*
|
|
169
|
+
* @param request - CreateExternalAgentRequest
|
|
170
|
+
* @returns CreateExternalAgentResponse
|
|
171
|
+
*/
|
|
172
|
+
createExternalAgent(workspaceId: string, request: $_model.CreateExternalAgentRequest): Promise<$_model.CreateExternalAgentResponse>;
|
|
173
|
+
/**
|
|
174
|
+
* Creates a Bootstrap Token and CMS configuration required for connecting a specified external agent.
|
|
175
|
+
*
|
|
176
|
+
* @remarks
|
|
177
|
+
* Creates a Bootstrap Token and CMS configuration required for connecting a specified external agent.
|
|
178
|
+
*
|
|
179
|
+
* @param request - CreateExternalAgentBootstrapTokenRequest
|
|
180
|
+
* @param headers - map
|
|
181
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
182
|
+
* @returns CreateExternalAgentBootstrapTokenResponse
|
|
183
|
+
*/
|
|
184
|
+
createExternalAgentBootstrapTokenWithOptions(workspaceId: string, agentId: string, request: $_model.CreateExternalAgentBootstrapTokenRequest, headers: {
|
|
185
|
+
[key: string]: string;
|
|
186
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateExternalAgentBootstrapTokenResponse>;
|
|
187
|
+
/**
|
|
188
|
+
* Creates a Bootstrap Token and CMS configuration required for connecting a specified external agent.
|
|
189
|
+
*
|
|
190
|
+
* @remarks
|
|
191
|
+
* Creates a Bootstrap Token and CMS configuration required for connecting a specified external agent.
|
|
192
|
+
*
|
|
193
|
+
* @param request - CreateExternalAgentBootstrapTokenRequest
|
|
194
|
+
* @returns CreateExternalAgentBootstrapTokenResponse
|
|
195
|
+
*/
|
|
196
|
+
createExternalAgentBootstrapToken(workspaceId: string, agentId: string, request: $_model.CreateExternalAgentBootstrapTokenRequest): Promise<$_model.CreateExternalAgentBootstrapTokenResponse>;
|
|
47
197
|
/**
|
|
48
198
|
* Binds an external identity provider to a specified workspace for single sign-on and organization member synchronization. Each workspace can be bound to at most one external identity provider. The binding is an asynchronous operation. After the API returns, you can track the progress by querying the status through GetIdentityProvider.
|
|
49
199
|
*
|
|
@@ -62,6 +212,50 @@ export default class Client extends OpenApi {
|
|
|
62
212
|
* @returns CreateIdentityProviderResponse
|
|
63
213
|
*/
|
|
64
214
|
createIdentityProvider(workspaceId: string, request: $_model.CreateIdentityProviderRequest): Promise<$_model.CreateIdentityProviderResponse>;
|
|
215
|
+
/**
|
|
216
|
+
* Creates a managed agent in a specified workspace.
|
|
217
|
+
*
|
|
218
|
+
* @param tmpReq - CreateManagedAgentRequest
|
|
219
|
+
* @param headers - map
|
|
220
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
221
|
+
* @returns CreateManagedAgentResponse
|
|
222
|
+
*/
|
|
223
|
+
createManagedAgentWithOptions(workspaceId: string, tmpReq: $_model.CreateManagedAgentRequest, headers: {
|
|
224
|
+
[key: string]: string;
|
|
225
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateManagedAgentResponse>;
|
|
226
|
+
/**
|
|
227
|
+
* Creates a managed agent in a specified workspace.
|
|
228
|
+
*
|
|
229
|
+
* @param request - CreateManagedAgentRequest
|
|
230
|
+
* @returns CreateManagedAgentResponse
|
|
231
|
+
*/
|
|
232
|
+
createManagedAgent(workspaceId: string, request: $_model.CreateManagedAgentRequest): Promise<$_model.CreateManagedAgentResponse>;
|
|
233
|
+
/**
|
|
234
|
+
* Creates an MCP service in a specified workspace. The creation is an asynchronous process. You can check whether the service is ready by using the returned status or by calling a query operation.
|
|
235
|
+
*
|
|
236
|
+
* @remarks
|
|
237
|
+
* ## Operation description
|
|
238
|
+
* Creates an MCP service in a specified workspace. The creation is an asynchronous process. You can check whether the service is ready by using the returned status or by calling a query operation.
|
|
239
|
+
*
|
|
240
|
+
* @param tmpReq - CreateMcpRequest
|
|
241
|
+
* @param headers - map
|
|
242
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
243
|
+
* @returns CreateMcpResponse
|
|
244
|
+
*/
|
|
245
|
+
createMcpWithOptions(workspaceId: string, tmpReq: $_model.CreateMcpRequest, headers: {
|
|
246
|
+
[key: string]: string;
|
|
247
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateMcpResponse>;
|
|
248
|
+
/**
|
|
249
|
+
* Creates an MCP service in a specified workspace. The creation is an asynchronous process. You can check whether the service is ready by using the returned status or by calling a query operation.
|
|
250
|
+
*
|
|
251
|
+
* @remarks
|
|
252
|
+
* ## Operation description
|
|
253
|
+
* Creates an MCP service in a specified workspace. The creation is an asynchronous process. You can check whether the service is ready by using the returned status or by calling a query operation.
|
|
254
|
+
*
|
|
255
|
+
* @param request - CreateMcpRequest
|
|
256
|
+
* @returns CreateMcpResponse
|
|
257
|
+
*/
|
|
258
|
+
createMcp(workspaceId: string, request: $_model.CreateMcpRequest): Promise<$_model.CreateMcpResponse>;
|
|
65
259
|
/**
|
|
66
260
|
* Creates a model configuration under a specified model connection in a workspace.
|
|
67
261
|
*
|
|
@@ -98,6 +292,32 @@ export default class Client extends OpenApi {
|
|
|
98
292
|
* @returns CreateModelConnectionResponse
|
|
99
293
|
*/
|
|
100
294
|
createModelConnection(workspaceId: string, request: $_model.CreateModelConnectionRequest): Promise<$_model.CreateModelConnectionResponse>;
|
|
295
|
+
/**
|
|
296
|
+
* Creates a Skill in the specified workspace and generates a draft version that can be further edited. You can derive a draft from an existing version or specify a target version and commit message.
|
|
297
|
+
*
|
|
298
|
+
* @remarks
|
|
299
|
+
* ## Operation description
|
|
300
|
+
* Creates a Skill in the specified workspace and generates a draft version that can be further edited. You can derive a draft from an existing version or specify a target version and commit message.
|
|
301
|
+
*
|
|
302
|
+
* @param tmpReq - CreateSkillDraftRequest
|
|
303
|
+
* @param headers - map
|
|
304
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
305
|
+
* @returns CreateSkillDraftResponse
|
|
306
|
+
*/
|
|
307
|
+
createSkillDraftWithOptions(workspaceId: string, tmpReq: $_model.CreateSkillDraftRequest, headers: {
|
|
308
|
+
[key: string]: string;
|
|
309
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSkillDraftResponse>;
|
|
310
|
+
/**
|
|
311
|
+
* Creates a Skill in the specified workspace and generates a draft version that can be further edited. You can derive a draft from an existing version or specify a target version and commit message.
|
|
312
|
+
*
|
|
313
|
+
* @remarks
|
|
314
|
+
* ## Operation description
|
|
315
|
+
* Creates a Skill in the specified workspace and generates a draft version that can be further edited. You can derive a draft from an existing version or specify a target version and commit message.
|
|
316
|
+
*
|
|
317
|
+
* @param request - CreateSkillDraftRequest
|
|
318
|
+
* @returns CreateSkillDraftResponse
|
|
319
|
+
*/
|
|
320
|
+
createSkillDraft(workspaceId: string, request: $_model.CreateSkillDraftRequest): Promise<$_model.CreateSkillDraftResponse>;
|
|
101
321
|
/**
|
|
102
322
|
* 创建团队
|
|
103
323
|
*
|
|
@@ -134,6 +354,30 @@ export default class Client extends OpenApi {
|
|
|
134
354
|
* @returns CreateUserResponse
|
|
135
355
|
*/
|
|
136
356
|
createUser(workspaceId: string, request: $_model.CreateUserRequest): Promise<$_model.CreateUserResponse>;
|
|
357
|
+
/**
|
|
358
|
+
* Creates an AgentCore workspace control plane record. The server completes the state transition from Initializing to Initialized within the same transaction.
|
|
359
|
+
*
|
|
360
|
+
* @remarks
|
|
361
|
+
* ## Operation description\\nCreates an AgentCore workspace control plane record. The server completes the state transition from `Initializing` to `Initialized` within the same transaction. The network configuration uses `Enabled` to specify whether to enable VPC networking. When enabled, you must provide `VpcId` and at least one `VSwitchIds`.\\n.
|
|
362
|
+
*
|
|
363
|
+
* @param tmpReq - CreateWorkspaceRequest
|
|
364
|
+
* @param headers - map
|
|
365
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
366
|
+
* @returns CreateWorkspaceResponse
|
|
367
|
+
*/
|
|
368
|
+
createWorkspaceWithOptions(tmpReq: $_model.CreateWorkspaceRequest, headers: {
|
|
369
|
+
[key: string]: string;
|
|
370
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWorkspaceResponse>;
|
|
371
|
+
/**
|
|
372
|
+
* Creates an AgentCore workspace control plane record. The server completes the state transition from Initializing to Initialized within the same transaction.
|
|
373
|
+
*
|
|
374
|
+
* @remarks
|
|
375
|
+
* ## Operation description\\nCreates an AgentCore workspace control plane record. The server completes the state transition from `Initializing` to `Initialized` within the same transaction. The network configuration uses `Enabled` to specify whether to enable VPC networking. When enabled, you must provide `VpcId` and at least one `VSwitchIds`.\\n.
|
|
376
|
+
*
|
|
377
|
+
* @param request - CreateWorkspaceRequest
|
|
378
|
+
* @returns CreateWorkspaceResponse
|
|
379
|
+
*/
|
|
380
|
+
createWorkspace(request: $_model.CreateWorkspaceRequest): Promise<$_model.CreateWorkspaceResponse>;
|
|
137
381
|
/**
|
|
138
382
|
* 调试模型
|
|
139
383
|
*
|
|
@@ -152,6 +396,82 @@ export default class Client extends OpenApi {
|
|
|
152
396
|
* @returns DebugModelResponse
|
|
153
397
|
*/
|
|
154
398
|
debugModel(workspaceId: string, modelId: string, request: $_model.DebugModelRequest): Promise<$_model.DebugModelResponse>;
|
|
399
|
+
/**
|
|
400
|
+
* Deletes an IM channel of a specified agent.
|
|
401
|
+
*
|
|
402
|
+
* @remarks
|
|
403
|
+
* Deletes an IM channel of a specified agent.
|
|
404
|
+
*
|
|
405
|
+
* @param request - DeleteAgentIMChannelRequest
|
|
406
|
+
* @param headers - map
|
|
407
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
408
|
+
* @returns DeleteAgentIMChannelResponse
|
|
409
|
+
*/
|
|
410
|
+
deleteAgentIMChannelWithOptions(workspaceId: string, agentId: string, imChannelId: string, request: $_model.DeleteAgentIMChannelRequest, headers: {
|
|
411
|
+
[key: string]: string;
|
|
412
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAgentIMChannelResponse>;
|
|
413
|
+
/**
|
|
414
|
+
* Deletes an IM channel of a specified agent.
|
|
415
|
+
*
|
|
416
|
+
* @remarks
|
|
417
|
+
* Deletes an IM channel of a specified agent.
|
|
418
|
+
*
|
|
419
|
+
* @param request - DeleteAgentIMChannelRequest
|
|
420
|
+
* @returns DeleteAgentIMChannelResponse
|
|
421
|
+
*/
|
|
422
|
+
deleteAgentIMChannel(workspaceId: string, agentId: string, imChannelId: string, request: $_model.DeleteAgentIMChannelRequest): Promise<$_model.DeleteAgentIMChannelResponse>;
|
|
423
|
+
/**
|
|
424
|
+
* Deletes a specified AgentSpec along with all its versions and metadata. This operation is irreversible.
|
|
425
|
+
*
|
|
426
|
+
* @remarks
|
|
427
|
+
* ## Request description
|
|
428
|
+
* Deletes a specified AgentSpec along with all its versions and metadata. This operation is irreversible.
|
|
429
|
+
*
|
|
430
|
+
* @param request - DeleteAgentSpecRequest
|
|
431
|
+
* @param headers - map
|
|
432
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
433
|
+
* @returns DeleteAgentSpecResponse
|
|
434
|
+
*/
|
|
435
|
+
deleteAgentSpecWithOptions(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecRequest, headers: {
|
|
436
|
+
[key: string]: string;
|
|
437
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAgentSpecResponse>;
|
|
438
|
+
/**
|
|
439
|
+
* Deletes a specified AgentSpec along with all its versions and metadata. This operation is irreversible.
|
|
440
|
+
*
|
|
441
|
+
* @remarks
|
|
442
|
+
* ## Request description
|
|
443
|
+
* Deletes a specified AgentSpec along with all its versions and metadata. This operation is irreversible.
|
|
444
|
+
*
|
|
445
|
+
* @param request - DeleteAgentSpecRequest
|
|
446
|
+
* @returns DeleteAgentSpecResponse
|
|
447
|
+
*/
|
|
448
|
+
deleteAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecRequest): Promise<$_model.DeleteAgentSpecResponse>;
|
|
449
|
+
/**
|
|
450
|
+
* Deletes the draft version currently being edited for a specified AgentSpec and clears the draft version pointer.
|
|
451
|
+
*
|
|
452
|
+
* @remarks
|
|
453
|
+
* ## Request description
|
|
454
|
+
* Deletes the draft version currently being edited for a specified AgentSpec and clears the draft version pointer.
|
|
455
|
+
*
|
|
456
|
+
* @param request - DeleteAgentSpecVersionRequest
|
|
457
|
+
* @param headers - map
|
|
458
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
459
|
+
* @returns DeleteAgentSpecVersionResponse
|
|
460
|
+
*/
|
|
461
|
+
deleteAgentSpecVersionWithOptions(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecVersionRequest, headers: {
|
|
462
|
+
[key: string]: string;
|
|
463
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAgentSpecVersionResponse>;
|
|
464
|
+
/**
|
|
465
|
+
* Deletes the draft version currently being edited for a specified AgentSpec and clears the draft version pointer.
|
|
466
|
+
*
|
|
467
|
+
* @remarks
|
|
468
|
+
* ## Request description
|
|
469
|
+
* Deletes the draft version currently being edited for a specified AgentSpec and clears the draft version pointer.
|
|
470
|
+
*
|
|
471
|
+
* @param request - DeleteAgentSpecVersionRequest
|
|
472
|
+
* @returns DeleteAgentSpecVersionResponse
|
|
473
|
+
*/
|
|
474
|
+
deleteAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecVersionRequest): Promise<$_model.DeleteAgentSpecVersionResponse>;
|
|
155
475
|
/**
|
|
156
476
|
* 删除凭证
|
|
157
477
|
*
|
|
@@ -170,6 +490,30 @@ export default class Client extends OpenApi {
|
|
|
170
490
|
* @returns DeleteCredentialResponse
|
|
171
491
|
*/
|
|
172
492
|
deleteCredential(workspaceId: string, credentialId: string, request: $_model.DeleteCredentialRequest): Promise<$_model.DeleteCredentialResponse>;
|
|
493
|
+
/**
|
|
494
|
+
* Deletes a specified external agent.
|
|
495
|
+
*
|
|
496
|
+
* @remarks
|
|
497
|
+
* Deletes a specified external agent.
|
|
498
|
+
*
|
|
499
|
+
* @param request - DeleteExternalAgentRequest
|
|
500
|
+
* @param headers - map
|
|
501
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
502
|
+
* @returns DeleteExternalAgentResponse
|
|
503
|
+
*/
|
|
504
|
+
deleteExternalAgentWithOptions(workspaceId: string, agentId: string, request: $_model.DeleteExternalAgentRequest, headers: {
|
|
505
|
+
[key: string]: string;
|
|
506
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteExternalAgentResponse>;
|
|
507
|
+
/**
|
|
508
|
+
* Deletes a specified external agent.
|
|
509
|
+
*
|
|
510
|
+
* @remarks
|
|
511
|
+
* Deletes a specified external agent.
|
|
512
|
+
*
|
|
513
|
+
* @param request - DeleteExternalAgentRequest
|
|
514
|
+
* @returns DeleteExternalAgentResponse
|
|
515
|
+
*/
|
|
516
|
+
deleteExternalAgent(workspaceId: string, agentId: string, request: $_model.DeleteExternalAgentRequest): Promise<$_model.DeleteExternalAgentResponse>;
|
|
173
517
|
/**
|
|
174
518
|
* Unbinds the external identity provider from a specified workspace and cleans up users synchronized by that identity provider. The unbinding is an asynchronous operation. After the API returns, you can track the progress by querying the status through GetIdentityProvider.
|
|
175
519
|
*
|
|
@@ -188,6 +532,50 @@ export default class Client extends OpenApi {
|
|
|
188
532
|
* @returns DeleteIdentityProviderResponse
|
|
189
533
|
*/
|
|
190
534
|
deleteIdentityProvider(workspaceId: string, identityProviderType: string, request: $_model.DeleteIdentityProviderRequest): Promise<$_model.DeleteIdentityProviderResponse>;
|
|
535
|
+
/**
|
|
536
|
+
* Deletes a specified managed agent.
|
|
537
|
+
*
|
|
538
|
+
* @param request - DeleteManagedAgentRequest
|
|
539
|
+
* @param headers - map
|
|
540
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
541
|
+
* @returns DeleteManagedAgentResponse
|
|
542
|
+
*/
|
|
543
|
+
deleteManagedAgentWithOptions(workspaceId: string, agentId: string, request: $_model.DeleteManagedAgentRequest, headers: {
|
|
544
|
+
[key: string]: string;
|
|
545
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteManagedAgentResponse>;
|
|
546
|
+
/**
|
|
547
|
+
* Deletes a specified managed agent.
|
|
548
|
+
*
|
|
549
|
+
* @param request - DeleteManagedAgentRequest
|
|
550
|
+
* @returns DeleteManagedAgentResponse
|
|
551
|
+
*/
|
|
552
|
+
deleteManagedAgent(workspaceId: string, agentId: string, request: $_model.DeleteManagedAgentRequest): Promise<$_model.DeleteManagedAgentResponse>;
|
|
553
|
+
/**
|
|
554
|
+
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
555
|
+
*
|
|
556
|
+
* @remarks
|
|
557
|
+
* ## Request description
|
|
558
|
+
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
559
|
+
*
|
|
560
|
+
* @param request - DeleteMcpRequest
|
|
561
|
+
* @param headers - map
|
|
562
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
563
|
+
* @returns DeleteMcpResponse
|
|
564
|
+
*/
|
|
565
|
+
deleteMcpWithOptions(mcpServerId: string, workspaceId: string, request: $_model.DeleteMcpRequest, headers: {
|
|
566
|
+
[key: string]: string;
|
|
567
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteMcpResponse>;
|
|
568
|
+
/**
|
|
569
|
+
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
570
|
+
*
|
|
571
|
+
* @remarks
|
|
572
|
+
* ## Request description
|
|
573
|
+
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
574
|
+
*
|
|
575
|
+
* @param request - DeleteMcpRequest
|
|
576
|
+
* @returns DeleteMcpResponse
|
|
577
|
+
*/
|
|
578
|
+
deleteMcp(mcpServerId: string, workspaceId: string, request: $_model.DeleteMcpRequest): Promise<$_model.DeleteMcpResponse>;
|
|
191
579
|
/**
|
|
192
580
|
* 删除模型
|
|
193
581
|
*
|
|
@@ -224,6 +612,58 @@ export default class Client extends OpenApi {
|
|
|
224
612
|
* @returns DeleteModelConnectionResponse
|
|
225
613
|
*/
|
|
226
614
|
deleteModelConnection(workspaceId: string, connectionId: string, request: $_model.DeleteModelConnectionRequest): Promise<$_model.DeleteModelConnectionResponse>;
|
|
615
|
+
/**
|
|
616
|
+
* Deletes a skill and its related version data from a specified workspace. This operation is irreversible.
|
|
617
|
+
*
|
|
618
|
+
* @remarks
|
|
619
|
+
* ## Request description
|
|
620
|
+
* Deletes a skill and its related version data from a specified workspace. This operation is irreversible.
|
|
621
|
+
*
|
|
622
|
+
* @param request - DeleteSkillRequest
|
|
623
|
+
* @param headers - map
|
|
624
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
625
|
+
* @returns DeleteSkillResponse
|
|
626
|
+
*/
|
|
627
|
+
deleteSkillWithOptions(workspaceId: string, skillName: string, request: $_model.DeleteSkillRequest, headers: {
|
|
628
|
+
[key: string]: string;
|
|
629
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSkillResponse>;
|
|
630
|
+
/**
|
|
631
|
+
* Deletes a skill and its related version data from a specified workspace. This operation is irreversible.
|
|
632
|
+
*
|
|
633
|
+
* @remarks
|
|
634
|
+
* ## Request description
|
|
635
|
+
* Deletes a skill and its related version data from a specified workspace. This operation is irreversible.
|
|
636
|
+
*
|
|
637
|
+
* @param request - DeleteSkillRequest
|
|
638
|
+
* @returns DeleteSkillResponse
|
|
639
|
+
*/
|
|
640
|
+
deleteSkill(workspaceId: string, skillName: string, request: $_model.DeleteSkillRequest): Promise<$_model.DeleteSkillResponse>;
|
|
641
|
+
/**
|
|
642
|
+
* Deletes the draft version currently being edited for a specified Skill.
|
|
643
|
+
*
|
|
644
|
+
* @remarks
|
|
645
|
+
* ## Request description
|
|
646
|
+
* Deletes the draft version currently being edited for a specified Skill.
|
|
647
|
+
*
|
|
648
|
+
* @param request - DeleteSkillDraftRequest
|
|
649
|
+
* @param headers - map
|
|
650
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
651
|
+
* @returns DeleteSkillDraftResponse
|
|
652
|
+
*/
|
|
653
|
+
deleteSkillDraftWithOptions(workspaceId: string, skillName: string, request: $_model.DeleteSkillDraftRequest, headers: {
|
|
654
|
+
[key: string]: string;
|
|
655
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSkillDraftResponse>;
|
|
656
|
+
/**
|
|
657
|
+
* Deletes the draft version currently being edited for a specified Skill.
|
|
658
|
+
*
|
|
659
|
+
* @remarks
|
|
660
|
+
* ## Request description
|
|
661
|
+
* Deletes the draft version currently being edited for a specified Skill.
|
|
662
|
+
*
|
|
663
|
+
* @param request - DeleteSkillDraftRequest
|
|
664
|
+
* @returns DeleteSkillDraftResponse
|
|
665
|
+
*/
|
|
666
|
+
deleteSkillDraft(workspaceId: string, skillName: string, request: $_model.DeleteSkillDraftRequest): Promise<$_model.DeleteSkillDraftResponse>;
|
|
227
667
|
/**
|
|
228
668
|
* 删除团队
|
|
229
669
|
*
|
|
@@ -261,113 +701,701 @@ export default class Client extends OpenApi {
|
|
|
261
701
|
*/
|
|
262
702
|
deleteUser(workspaceId: string, agentCoreUserId: string, request: $_model.DeleteUserRequest): Promise<$_model.DeleteUserResponse>;
|
|
263
703
|
/**
|
|
264
|
-
*
|
|
704
|
+
* Deletes the control plane record of a specified workspace. The server completes the state transition from Deleting to Deleted within the same transaction. When you repeatedly delete a workspace that is in the Deleting or Deleted state, the server handles the request with idempotence semantics.
|
|
265
705
|
*
|
|
266
|
-
* @
|
|
706
|
+
* @remarks
|
|
707
|
+
* ## Request description\\nDeletes the control plane record of a specified workspace. The server completes the state transition from `Deleting` to `Deleted` within the same transaction. When you repeatedly delete a workspace that is in the `Deleting` or `Deleted` state, the server handles the request with idempotence semantics.\\n.
|
|
708
|
+
*
|
|
709
|
+
* @param request - DeleteWorkspaceRequest
|
|
267
710
|
* @param headers - map
|
|
268
711
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
269
|
-
* @returns
|
|
712
|
+
* @returns DeleteWorkspaceResponse
|
|
270
713
|
*/
|
|
271
|
-
|
|
714
|
+
deleteWorkspaceWithOptions(workspaceId: string, request: $_model.DeleteWorkspaceRequest, headers: {
|
|
272
715
|
[key: string]: string;
|
|
273
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
716
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWorkspaceResponse>;
|
|
274
717
|
/**
|
|
275
|
-
*
|
|
718
|
+
* Deletes the control plane record of a specified workspace. The server completes the state transition from Deleting to Deleted within the same transaction. When you repeatedly delete a workspace that is in the Deleting or Deleted state, the server handles the request with idempotence semantics.
|
|
276
719
|
*
|
|
277
|
-
* @
|
|
278
|
-
*
|
|
720
|
+
* @remarks
|
|
721
|
+
* ## Request description\\nDeletes the control plane record of a specified workspace. The server completes the state transition from `Deleting` to `Deleted` within the same transaction. When you repeatedly delete a workspace that is in the `Deleting` or `Deleted` state, the server handles the request with idempotence semantics.\\n.
|
|
722
|
+
*
|
|
723
|
+
* @param request - DeleteWorkspaceRequest
|
|
724
|
+
* @returns DeleteWorkspaceResponse
|
|
279
725
|
*/
|
|
280
|
-
|
|
726
|
+
deleteWorkspace(workspaceId: string, request: $_model.DeleteWorkspaceRequest): Promise<$_model.DeleteWorkspaceResponse>;
|
|
281
727
|
/**
|
|
282
|
-
*
|
|
728
|
+
* Retrieves a pre-signed OSS download URL for a specified AgentSpec ZIP package.
|
|
283
729
|
*
|
|
284
|
-
* @
|
|
730
|
+
* @remarks
|
|
731
|
+
* ## Operation description
|
|
732
|
+
* Retrieves a pre-signed OSS download URL for a specified AgentSpec, which is used to download the AgentSpec ZIP package.
|
|
733
|
+
*
|
|
734
|
+
* @param request - DownloadAgentSpecViaOssRequest
|
|
285
735
|
* @param headers - map
|
|
286
736
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
287
|
-
* @returns
|
|
737
|
+
* @returns DownloadAgentSpecViaOssResponse
|
|
288
738
|
*/
|
|
289
|
-
|
|
739
|
+
downloadAgentSpecViaOssWithOptions(workspaceId: string, agentSpecName: string, request: $_model.DownloadAgentSpecViaOssRequest, headers: {
|
|
290
740
|
[key: string]: string;
|
|
291
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
741
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DownloadAgentSpecViaOssResponse>;
|
|
292
742
|
/**
|
|
293
|
-
*
|
|
743
|
+
* Retrieves a pre-signed OSS download URL for a specified AgentSpec ZIP package.
|
|
294
744
|
*
|
|
295
|
-
* @
|
|
296
|
-
*
|
|
745
|
+
* @remarks
|
|
746
|
+
* ## Operation description
|
|
747
|
+
* Retrieves a pre-signed OSS download URL for a specified AgentSpec, which is used to download the AgentSpec ZIP package.
|
|
748
|
+
*
|
|
749
|
+
* @param request - DownloadAgentSpecViaOssRequest
|
|
750
|
+
* @returns DownloadAgentSpecViaOssResponse
|
|
297
751
|
*/
|
|
298
|
-
|
|
752
|
+
downloadAgentSpecViaOss(workspaceId: string, agentSpecName: string, request: $_model.DownloadAgentSpecViaOssRequest): Promise<$_model.DownloadAgentSpecViaOssResponse>;
|
|
299
753
|
/**
|
|
300
|
-
*
|
|
754
|
+
* Retrieves a pre-signed OSS download URL for a specified Skill version, which is used to download the corresponding Skill ZIP package.
|
|
301
755
|
*
|
|
302
|
-
* @
|
|
756
|
+
* @remarks
|
|
757
|
+
* ## Request description
|
|
758
|
+
* Retrieves a pre-signed OSS download URL for a specified Skill version, which is used to download the corresponding Skill ZIP package.
|
|
759
|
+
*
|
|
760
|
+
* @param request - DownloadSkillVersionViaOssRequest
|
|
303
761
|
* @param headers - map
|
|
304
762
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
305
|
-
* @returns
|
|
763
|
+
* @returns DownloadSkillVersionViaOssResponse
|
|
306
764
|
*/
|
|
307
|
-
|
|
765
|
+
downloadSkillVersionViaOssWithOptions(workspaceId: string, skillName: string, skillVersion: string, request: $_model.DownloadSkillVersionViaOssRequest, headers: {
|
|
308
766
|
[key: string]: string;
|
|
309
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
767
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DownloadSkillVersionViaOssResponse>;
|
|
310
768
|
/**
|
|
311
|
-
*
|
|
769
|
+
* Retrieves a pre-signed OSS download URL for a specified Skill version, which is used to download the corresponding Skill ZIP package.
|
|
312
770
|
*
|
|
313
|
-
* @
|
|
314
|
-
*
|
|
771
|
+
* @remarks
|
|
772
|
+
* ## Request description
|
|
773
|
+
* Retrieves a pre-signed OSS download URL for a specified Skill version, which is used to download the corresponding Skill ZIP package.
|
|
774
|
+
*
|
|
775
|
+
* @param request - DownloadSkillVersionViaOssRequest
|
|
776
|
+
* @returns DownloadSkillVersionViaOssResponse
|
|
315
777
|
*/
|
|
316
|
-
|
|
778
|
+
downloadSkillVersionViaOss(workspaceId: string, skillName: string, skillVersion: string, request: $_model.DownloadSkillVersionViaOssRequest): Promise<$_model.DownloadSkillVersionViaOssResponse>;
|
|
317
779
|
/**
|
|
318
|
-
*
|
|
780
|
+
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
319
781
|
*
|
|
320
|
-
* @
|
|
782
|
+
* @remarks
|
|
783
|
+
* ## Request description
|
|
784
|
+
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
785
|
+
*
|
|
786
|
+
* @param tmpReq - ForcePublishSkillVersionRequest
|
|
321
787
|
* @param headers - map
|
|
322
788
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
323
|
-
* @returns
|
|
789
|
+
* @returns ForcePublishSkillVersionResponse
|
|
324
790
|
*/
|
|
325
|
-
|
|
791
|
+
forcePublishSkillVersionWithOptions(workspaceId: string, skillName: string, skillVersion: string, tmpReq: $_model.ForcePublishSkillVersionRequest, headers: {
|
|
326
792
|
[key: string]: string;
|
|
327
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
793
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ForcePublishSkillVersionResponse>;
|
|
328
794
|
/**
|
|
329
|
-
*
|
|
795
|
+
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
330
796
|
*
|
|
331
|
-
* @
|
|
332
|
-
*
|
|
797
|
+
* @remarks
|
|
798
|
+
* ## Request description
|
|
799
|
+
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
800
|
+
*
|
|
801
|
+
* @param request - ForcePublishSkillVersionRequest
|
|
802
|
+
* @returns ForcePublishSkillVersionResponse
|
|
333
803
|
*/
|
|
334
|
-
|
|
804
|
+
forcePublishSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.ForcePublishSkillVersionRequest): Promise<$_model.ForcePublishSkillVersionResponse>;
|
|
335
805
|
/**
|
|
336
|
-
*
|
|
806
|
+
* Queries the details of a specified agent IM channel.
|
|
337
807
|
*
|
|
338
|
-
* @
|
|
808
|
+
* @remarks
|
|
809
|
+
* Queries the details of a specified agent IM channel.
|
|
810
|
+
*
|
|
811
|
+
* @param request - GetAgentIMChannelRequest
|
|
339
812
|
* @param headers - map
|
|
340
813
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
341
|
-
* @returns
|
|
814
|
+
* @returns GetAgentIMChannelResponse
|
|
342
815
|
*/
|
|
343
|
-
|
|
816
|
+
getAgentIMChannelWithOptions(workspaceId: string, agentId: string, imChannelId: string, request: $_model.GetAgentIMChannelRequest, headers: {
|
|
344
817
|
[key: string]: string;
|
|
345
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
818
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentIMChannelResponse>;
|
|
346
819
|
/**
|
|
347
|
-
*
|
|
820
|
+
* Queries the details of a specified agent IM channel.
|
|
348
821
|
*
|
|
349
|
-
* @
|
|
350
|
-
*
|
|
822
|
+
* @remarks
|
|
823
|
+
* Queries the details of a specified agent IM channel.
|
|
824
|
+
*
|
|
825
|
+
* @param request - GetAgentIMChannelRequest
|
|
826
|
+
* @returns GetAgentIMChannelResponse
|
|
351
827
|
*/
|
|
352
|
-
|
|
828
|
+
getAgentIMChannel(workspaceId: string, agentId: string, imChannelId: string, request: $_model.GetAgentIMChannelRequest): Promise<$_model.GetAgentIMChannelResponse>;
|
|
353
829
|
/**
|
|
354
|
-
*
|
|
830
|
+
* Queries the governance details of a specified AgentSpec, including basic information, governance pointers, and summaries of all versions.
|
|
355
831
|
*
|
|
356
|
-
* @
|
|
832
|
+
* @remarks
|
|
833
|
+
* ## Operation description
|
|
834
|
+
* Queries the governance details of a specified AgentSpec, including basic information, governance pointers, and summaries of all versions.
|
|
835
|
+
*
|
|
836
|
+
* @param request - GetAgentSpecRequest
|
|
357
837
|
* @param headers - map
|
|
358
838
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
359
|
-
* @returns
|
|
839
|
+
* @returns GetAgentSpecResponse
|
|
360
840
|
*/
|
|
361
|
-
|
|
841
|
+
getAgentSpecWithOptions(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecRequest, headers: {
|
|
362
842
|
[key: string]: string;
|
|
363
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
843
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecResponse>;
|
|
364
844
|
/**
|
|
365
|
-
*
|
|
845
|
+
* Queries the governance details of a specified AgentSpec, including basic information, governance pointers, and summaries of all versions.
|
|
846
|
+
*
|
|
847
|
+
* @remarks
|
|
848
|
+
* ## Operation description
|
|
849
|
+
* Queries the governance details of a specified AgentSpec, including basic information, governance pointers, and summaries of all versions.
|
|
850
|
+
*
|
|
851
|
+
* @param request - GetAgentSpecRequest
|
|
852
|
+
* @returns GetAgentSpecResponse
|
|
853
|
+
*/
|
|
854
|
+
getAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecRequest): Promise<$_model.GetAgentSpecResponse>;
|
|
855
|
+
/**
|
|
856
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
857
|
+
*
|
|
858
|
+
* @remarks
|
|
859
|
+
* ## Operation description
|
|
860
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
861
|
+
*
|
|
862
|
+
* @param request - GetAgentSpecImportFileUrlRequest
|
|
863
|
+
* @param headers - map
|
|
864
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
865
|
+
* @returns GetAgentSpecImportFileUrlResponse
|
|
866
|
+
*/
|
|
867
|
+
getAgentSpecImportFileUrlWithOptions(workspaceId: string, request: $_model.GetAgentSpecImportFileUrlRequest, headers: {
|
|
868
|
+
[key: string]: string;
|
|
869
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecImportFileUrlResponse>;
|
|
870
|
+
/**
|
|
871
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
872
|
+
*
|
|
873
|
+
* @remarks
|
|
874
|
+
* ## Operation description
|
|
875
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
876
|
+
*
|
|
877
|
+
* @param request - GetAgentSpecImportFileUrlRequest
|
|
878
|
+
* @returns GetAgentSpecImportFileUrlResponse
|
|
879
|
+
*/
|
|
880
|
+
getAgentSpecImportFileUrl(workspaceId: string, request: $_model.GetAgentSpecImportFileUrlRequest): Promise<$_model.GetAgentSpecImportFileUrlResponse>;
|
|
881
|
+
/**
|
|
882
|
+
* Queries the full content of the latest version of a specified AgentSpec for editing or viewing.
|
|
883
|
+
*
|
|
884
|
+
* @remarks
|
|
885
|
+
* ## Operation description
|
|
886
|
+
* Queries the full content of the latest version of a specified AgentSpec for editing or viewing.
|
|
887
|
+
*
|
|
888
|
+
* @param request - GetAgentSpecLatestRequest
|
|
889
|
+
* @param headers - map
|
|
890
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
891
|
+
* @returns GetAgentSpecLatestResponse
|
|
892
|
+
*/
|
|
893
|
+
getAgentSpecLatestWithOptions(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecLatestRequest, headers: {
|
|
894
|
+
[key: string]: string;
|
|
895
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecLatestResponse>;
|
|
896
|
+
/**
|
|
897
|
+
* Queries the full content of the latest version of a specified AgentSpec for editing or viewing.
|
|
898
|
+
*
|
|
899
|
+
* @remarks
|
|
900
|
+
* ## Operation description
|
|
901
|
+
* Queries the full content of the latest version of a specified AgentSpec for editing or viewing.
|
|
902
|
+
*
|
|
903
|
+
* @param request - GetAgentSpecLatestRequest
|
|
904
|
+
* @returns GetAgentSpecLatestResponse
|
|
905
|
+
*/
|
|
906
|
+
getAgentSpecLatest(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecLatestRequest): Promise<$_model.GetAgentSpecLatestResponse>;
|
|
907
|
+
/**
|
|
908
|
+
* Queries the complete content of a specified AgentSpec version, including manifest content, resource files, and metadata.
|
|
909
|
+
*
|
|
910
|
+
* @remarks
|
|
911
|
+
* ## Operation description
|
|
912
|
+
* Queries the complete content of a specified AgentSpec version, including manifest content, resource files, and metadata.
|
|
913
|
+
*
|
|
914
|
+
* @param request - GetAgentSpecVersionRequest
|
|
915
|
+
* @param headers - map
|
|
916
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
917
|
+
* @returns GetAgentSpecVersionResponse
|
|
918
|
+
*/
|
|
919
|
+
getAgentSpecVersionWithOptions(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.GetAgentSpecVersionRequest, headers: {
|
|
920
|
+
[key: string]: string;
|
|
921
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecVersionResponse>;
|
|
922
|
+
/**
|
|
923
|
+
* Queries the complete content of a specified AgentSpec version, including manifest content, resource files, and metadata.
|
|
924
|
+
*
|
|
925
|
+
* @remarks
|
|
926
|
+
* ## Operation description
|
|
927
|
+
* Queries the complete content of a specified AgentSpec version, including manifest content, resource files, and metadata.
|
|
928
|
+
*
|
|
929
|
+
* @param request - GetAgentSpecVersionRequest
|
|
930
|
+
* @returns GetAgentSpecVersionResponse
|
|
931
|
+
*/
|
|
932
|
+
getAgentSpecVersion(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.GetAgentSpecVersionRequest): Promise<$_model.GetAgentSpecVersionResponse>;
|
|
933
|
+
/**
|
|
934
|
+
* 查询凭证
|
|
935
|
+
*
|
|
936
|
+
* @param request - GetCredentialRequest
|
|
937
|
+
* @param headers - map
|
|
938
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
939
|
+
* @returns GetCredentialResponse
|
|
940
|
+
*/
|
|
941
|
+
getCredentialWithOptions(workspaceId: string, credentialId: string, request: $_model.GetCredentialRequest, headers: {
|
|
942
|
+
[key: string]: string;
|
|
943
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetCredentialResponse>;
|
|
944
|
+
/**
|
|
945
|
+
* 查询凭证
|
|
946
|
+
*
|
|
947
|
+
* @param request - GetCredentialRequest
|
|
948
|
+
* @returns GetCredentialResponse
|
|
949
|
+
*/
|
|
950
|
+
getCredential(workspaceId: string, credentialId: string, request: $_model.GetCredentialRequest): Promise<$_model.GetCredentialResponse>;
|
|
951
|
+
/**
|
|
952
|
+
* Queries the details of a specified external agent.
|
|
953
|
+
*
|
|
954
|
+
* @remarks
|
|
955
|
+
* Queries the details of a specified external agent.
|
|
956
|
+
*
|
|
957
|
+
* @param request - GetExternalAgentRequest
|
|
958
|
+
* @param headers - map
|
|
959
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
960
|
+
* @returns GetExternalAgentResponse
|
|
961
|
+
*/
|
|
962
|
+
getExternalAgentWithOptions(workspaceId: string, agentId: string, request: $_model.GetExternalAgentRequest, headers: {
|
|
963
|
+
[key: string]: string;
|
|
964
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetExternalAgentResponse>;
|
|
965
|
+
/**
|
|
966
|
+
* Queries the details of a specified external agent.
|
|
967
|
+
*
|
|
968
|
+
* @remarks
|
|
969
|
+
* Queries the details of a specified external agent.
|
|
970
|
+
*
|
|
971
|
+
* @param request - GetExternalAgentRequest
|
|
972
|
+
* @returns GetExternalAgentResponse
|
|
973
|
+
*/
|
|
974
|
+
getExternalAgent(workspaceId: string, agentId: string, request: $_model.GetExternalAgentRequest): Promise<$_model.GetExternalAgentResponse>;
|
|
975
|
+
/**
|
|
976
|
+
* Queries the available network types for a specified external agent.
|
|
977
|
+
*
|
|
978
|
+
* @remarks
|
|
979
|
+
* Queries the available network types for a specified external agent.
|
|
980
|
+
*
|
|
981
|
+
* @param request - GetExternalAgentBootstrapOptionsRequest
|
|
982
|
+
* @param headers - map
|
|
983
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
984
|
+
* @returns GetExternalAgentBootstrapOptionsResponse
|
|
985
|
+
*/
|
|
986
|
+
getExternalAgentBootstrapOptionsWithOptions(workspaceId: string, agentId: string, request: $_model.GetExternalAgentBootstrapOptionsRequest, headers: {
|
|
987
|
+
[key: string]: string;
|
|
988
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetExternalAgentBootstrapOptionsResponse>;
|
|
989
|
+
/**
|
|
990
|
+
* Queries the available network types for a specified external agent.
|
|
991
|
+
*
|
|
992
|
+
* @remarks
|
|
993
|
+
* Queries the available network types for a specified external agent.
|
|
994
|
+
*
|
|
995
|
+
* @param request - GetExternalAgentBootstrapOptionsRequest
|
|
996
|
+
* @returns GetExternalAgentBootstrapOptionsResponse
|
|
997
|
+
*/
|
|
998
|
+
getExternalAgentBootstrapOptions(workspaceId: string, agentId: string, request: $_model.GetExternalAgentBootstrapOptionsRequest): Promise<$_model.GetExternalAgentBootstrapOptionsResponse>;
|
|
999
|
+
/**
|
|
1000
|
+
* Queries the binding details of an external identity provider for a specified workspace, including the binding status, application configuration, and callback URLs that need to be configured on the identity provider side. Application secret configurations are not returned.
|
|
1001
|
+
*
|
|
1002
|
+
* @param request - GetIdentityProviderRequest
|
|
1003
|
+
* @param headers - map
|
|
1004
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1005
|
+
* @returns GetIdentityProviderResponse
|
|
1006
|
+
*/
|
|
1007
|
+
getIdentityProviderWithOptions(workspaceId: string, identityProviderType: string, request: $_model.GetIdentityProviderRequest, headers: {
|
|
1008
|
+
[key: string]: string;
|
|
1009
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetIdentityProviderResponse>;
|
|
1010
|
+
/**
|
|
1011
|
+
* Queries the binding details of an external identity provider for a specified workspace, including the binding status, application configuration, and callback URLs that need to be configured on the identity provider side. Application secret configurations are not returned.
|
|
1012
|
+
*
|
|
1013
|
+
* @param request - GetIdentityProviderRequest
|
|
1014
|
+
* @returns GetIdentityProviderResponse
|
|
1015
|
+
*/
|
|
1016
|
+
getIdentityProvider(workspaceId: string, identityProviderType: string, request: $_model.GetIdentityProviderRequest): Promise<$_model.GetIdentityProviderResponse>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Queries the details of a specified managed agent.
|
|
1019
|
+
*
|
|
1020
|
+
* @param request - GetManagedAgentRequest
|
|
1021
|
+
* @param headers - map
|
|
1022
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1023
|
+
* @returns GetManagedAgentResponse
|
|
1024
|
+
*/
|
|
1025
|
+
getManagedAgentWithOptions(workspaceId: string, agentId: string, request: $_model.GetManagedAgentRequest, headers: {
|
|
1026
|
+
[key: string]: string;
|
|
1027
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetManagedAgentResponse>;
|
|
1028
|
+
/**
|
|
1029
|
+
* Queries the details of a specified managed agent.
|
|
1030
|
+
*
|
|
1031
|
+
* @param request - GetManagedAgentRequest
|
|
1032
|
+
* @returns GetManagedAgentResponse
|
|
1033
|
+
*/
|
|
1034
|
+
getManagedAgent(workspaceId: string, agentId: string, request: $_model.GetManagedAgentRequest): Promise<$_model.GetManagedAgentResponse>;
|
|
1035
|
+
/**
|
|
1036
|
+
* Queries the details of a specified MCP service, including its address, type, status, authentication configuration, and protocol.
|
|
1037
|
+
*
|
|
1038
|
+
* @remarks
|
|
1039
|
+
* ## Operation description
|
|
1040
|
+
* Queries the details of a specified MCP service, including its address, type, status, authentication configuration, and protocol.
|
|
1041
|
+
*
|
|
1042
|
+
* @param request - GetMcpRequest
|
|
1043
|
+
* @param headers - map
|
|
1044
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1045
|
+
* @returns GetMcpResponse
|
|
1046
|
+
*/
|
|
1047
|
+
getMcpWithOptions(workspaceId: string, mcpServerId: string, request: $_model.GetMcpRequest, headers: {
|
|
1048
|
+
[key: string]: string;
|
|
1049
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetMcpResponse>;
|
|
1050
|
+
/**
|
|
1051
|
+
* Queries the details of a specified MCP service, including its address, type, status, authentication configuration, and protocol.
|
|
1052
|
+
*
|
|
1053
|
+
* @remarks
|
|
1054
|
+
* ## Operation description
|
|
1055
|
+
* Queries the details of a specified MCP service, including its address, type, status, authentication configuration, and protocol.
|
|
1056
|
+
*
|
|
1057
|
+
* @param request - GetMcpRequest
|
|
1058
|
+
* @returns GetMcpResponse
|
|
1059
|
+
*/
|
|
1060
|
+
getMcp(workspaceId: string, mcpServerId: string, request: $_model.GetMcpRequest): Promise<$_model.GetMcpResponse>;
|
|
1061
|
+
/**
|
|
1062
|
+
* Queries the detailed configuration and region of a model in a specified workspace.
|
|
1063
|
+
*
|
|
1064
|
+
* @param request - GetModelRequest
|
|
1065
|
+
* @param headers - map
|
|
1066
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1067
|
+
* @returns GetModelResponse
|
|
1068
|
+
*/
|
|
1069
|
+
getModelWithOptions(workspaceId: string, modelId: string, request: $_model.GetModelRequest, headers: {
|
|
1070
|
+
[key: string]: string;
|
|
1071
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetModelResponse>;
|
|
1072
|
+
/**
|
|
1073
|
+
* Queries the detailed configuration and region of a model in a specified workspace.
|
|
1074
|
+
*
|
|
1075
|
+
* @param request - GetModelRequest
|
|
1076
|
+
* @returns GetModelResponse
|
|
1077
|
+
*/
|
|
1078
|
+
getModel(workspaceId: string, modelId: string, request: $_model.GetModelRequest): Promise<$_model.GetModelResponse>;
|
|
1079
|
+
/**
|
|
1080
|
+
* 查询模型连接
|
|
1081
|
+
*
|
|
1082
|
+
* @param request - GetModelConnectionRequest
|
|
1083
|
+
* @param headers - map
|
|
1084
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1085
|
+
* @returns GetModelConnectionResponse
|
|
1086
|
+
*/
|
|
1087
|
+
getModelConnectionWithOptions(workspaceId: string, connectionId: string, request: $_model.GetModelConnectionRequest, headers: {
|
|
1088
|
+
[key: string]: string;
|
|
1089
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetModelConnectionResponse>;
|
|
1090
|
+
/**
|
|
1091
|
+
* 查询模型连接
|
|
1092
|
+
*
|
|
1093
|
+
* @param request - GetModelConnectionRequest
|
|
1094
|
+
* @returns GetModelConnectionResponse
|
|
1095
|
+
*/
|
|
1096
|
+
getModelConnection(workspaceId: string, connectionId: string, request: $_model.GetModelConnectionRequest): Promise<$_model.GetModelConnectionResponse>;
|
|
1097
|
+
/**
|
|
1098
|
+
* Queries the details of a specified service endpoint, including target routing, access URLs, authentication configuration, and current status.
|
|
1099
|
+
*
|
|
1100
|
+
* @remarks
|
|
1101
|
+
* ## Operation description\\nQueries the details of a specified service endpoint. A service endpoint (ServiceEndpoint) provides a stable access URL for a specific agent version (AgentVersion) or workspace collaboration component. The response includes target routing, access URL list, authentication configuration, and current lifecycle status.\\n.
|
|
1102
|
+
*
|
|
1103
|
+
* @param request - GetServiceEndpointRequest
|
|
1104
|
+
* @param headers - map
|
|
1105
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1106
|
+
* @returns GetServiceEndpointResponse
|
|
1107
|
+
*/
|
|
1108
|
+
getServiceEndpointWithOptions(workspaceId: string, serviceEndpointId: string, request: $_model.GetServiceEndpointRequest, headers: {
|
|
1109
|
+
[key: string]: string;
|
|
1110
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceEndpointResponse>;
|
|
1111
|
+
/**
|
|
1112
|
+
* Queries the details of a specified service endpoint, including target routing, access URLs, authentication configuration, and current status.
|
|
1113
|
+
*
|
|
1114
|
+
* @remarks
|
|
1115
|
+
* ## Operation description\\nQueries the details of a specified service endpoint. A service endpoint (ServiceEndpoint) provides a stable access URL for a specific agent version (AgentVersion) or workspace collaboration component. The response includes target routing, access URL list, authentication configuration, and current lifecycle status.\\n.
|
|
1116
|
+
*
|
|
1117
|
+
* @param request - GetServiceEndpointRequest
|
|
1118
|
+
* @returns GetServiceEndpointResponse
|
|
1119
|
+
*/
|
|
1120
|
+
getServiceEndpoint(workspaceId: string, serviceEndpointId: string, request: $_model.GetServiceEndpointRequest): Promise<$_model.GetServiceEndpointResponse>;
|
|
1121
|
+
/**
|
|
1122
|
+
* Queries the currently active API Key and its invocation method for a specified service endpoint within a workspace.
|
|
1123
|
+
*
|
|
1124
|
+
* @remarks
|
|
1125
|
+
* Queries the currently active API Key for a specified service endpoint. The call succeeds only when the service endpoint has API_KEY authentication enabled and the gateway consumer and credentials are ready. The service reads the API Key from the gateway in real time. AgentCore does not persist the plaintext. Keep the returned API Key secure and avoid logging it or exposing it in public configurations.
|
|
1126
|
+
*
|
|
1127
|
+
* @param request - GetServiceEndpointApiKeyRequest
|
|
1128
|
+
* @param headers - map
|
|
1129
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1130
|
+
* @returns GetServiceEndpointApiKeyResponse
|
|
1131
|
+
*/
|
|
1132
|
+
getServiceEndpointApiKeyWithOptions(workspaceId: string, serviceEndpointId: string, request: $_model.GetServiceEndpointApiKeyRequest, headers: {
|
|
1133
|
+
[key: string]: string;
|
|
1134
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceEndpointApiKeyResponse>;
|
|
1135
|
+
/**
|
|
1136
|
+
* Queries the currently active API Key and its invocation method for a specified service endpoint within a workspace.
|
|
1137
|
+
*
|
|
1138
|
+
* @remarks
|
|
1139
|
+
* Queries the currently active API Key for a specified service endpoint. The call succeeds only when the service endpoint has API_KEY authentication enabled and the gateway consumer and credentials are ready. The service reads the API Key from the gateway in real time. AgentCore does not persist the plaintext. Keep the returned API Key secure and avoid logging it or exposing it in public configurations.
|
|
1140
|
+
*
|
|
1141
|
+
* @param request - GetServiceEndpointApiKeyRequest
|
|
1142
|
+
* @returns GetServiceEndpointApiKeyResponse
|
|
1143
|
+
*/
|
|
1144
|
+
getServiceEndpointApiKey(workspaceId: string, serviceEndpointId: string, request: $_model.GetServiceEndpointApiKeyRequest): Promise<$_model.GetServiceEndpointApiKeyResponse>;
|
|
1145
|
+
/**
|
|
1146
|
+
* Queries the basic information, version status, labels, visibility scope, and version list of a specified Skill.
|
|
1147
|
+
*
|
|
1148
|
+
* @remarks
|
|
1149
|
+
* ## Operation description
|
|
1150
|
+
* Queries the basic information, version status, labels, visibility scope, and version list of a specified Skill.
|
|
1151
|
+
*
|
|
1152
|
+
* @param request - GetSkillDetailRequest
|
|
1153
|
+
* @param headers - map
|
|
1154
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1155
|
+
* @returns GetSkillDetailResponse
|
|
1156
|
+
*/
|
|
1157
|
+
getSkillDetailWithOptions(workspaceId: string, skillName: string, request: $_model.GetSkillDetailRequest, headers: {
|
|
1158
|
+
[key: string]: string;
|
|
1159
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetSkillDetailResponse>;
|
|
1160
|
+
/**
|
|
1161
|
+
* Queries the basic information, version status, labels, visibility scope, and version list of a specified Skill.
|
|
1162
|
+
*
|
|
1163
|
+
* @remarks
|
|
1164
|
+
* ## Operation description
|
|
1165
|
+
* Queries the basic information, version status, labels, visibility scope, and version list of a specified Skill.
|
|
1166
|
+
*
|
|
1167
|
+
* @param request - GetSkillDetailRequest
|
|
1168
|
+
* @returns GetSkillDetailResponse
|
|
1169
|
+
*/
|
|
1170
|
+
getSkillDetail(workspaceId: string, skillName: string, request: $_model.GetSkillDetailRequest): Promise<$_model.GetSkillDetailResponse>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing a Skill ZIP package. After the upload is complete, call the Skill OSS upload operation to complete the import.
|
|
1173
|
+
*
|
|
1174
|
+
* @remarks
|
|
1175
|
+
* ## Request description
|
|
1176
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing a Skill ZIP package. After the upload is complete, call the Skill OSS upload operation to complete the import.
|
|
1177
|
+
*
|
|
1178
|
+
* @param request - GetSkillImportFileUrlRequest
|
|
1179
|
+
* @param headers - map
|
|
1180
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1181
|
+
* @returns GetSkillImportFileUrlResponse
|
|
1182
|
+
*/
|
|
1183
|
+
getSkillImportFileUrlWithOptions(workspaceId: string, request: $_model.GetSkillImportFileUrlRequest, headers: {
|
|
1184
|
+
[key: string]: string;
|
|
1185
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetSkillImportFileUrlResponse>;
|
|
1186
|
+
/**
|
|
1187
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing a Skill ZIP package. After the upload is complete, call the Skill OSS upload operation to complete the import.
|
|
1188
|
+
*
|
|
1189
|
+
* @remarks
|
|
1190
|
+
* ## Request description
|
|
1191
|
+
* Retrieves the OSS pre-signed upload URL and object name required for importing a Skill ZIP package. After the upload is complete, call the Skill OSS upload operation to complete the import.
|
|
1192
|
+
*
|
|
1193
|
+
* @param request - GetSkillImportFileUrlRequest
|
|
1194
|
+
* @returns GetSkillImportFileUrlResponse
|
|
1195
|
+
*/
|
|
1196
|
+
getSkillImportFileUrl(workspaceId: string, request: $_model.GetSkillImportFileUrlRequest): Promise<$_model.GetSkillImportFileUrlResponse>;
|
|
1197
|
+
/**
|
|
1198
|
+
* Queries the complete details of a specified Skill version, including version metadata, Skill content, and associated resources.
|
|
1199
|
+
*
|
|
1200
|
+
* @remarks
|
|
1201
|
+
* ## Operation description
|
|
1202
|
+
* Queries the complete details of a specified Skill version, including version metadata, Skill content, and associated resources.
|
|
1203
|
+
*
|
|
1204
|
+
* @param request - GetSkillVersionDetailRequest
|
|
1205
|
+
* @param headers - map
|
|
1206
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1207
|
+
* @returns GetSkillVersionDetailResponse
|
|
1208
|
+
*/
|
|
1209
|
+
getSkillVersionDetailWithOptions(workspaceId: string, skillName: string, skillVersion: string, request: $_model.GetSkillVersionDetailRequest, headers: {
|
|
1210
|
+
[key: string]: string;
|
|
1211
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetSkillVersionDetailResponse>;
|
|
1212
|
+
/**
|
|
1213
|
+
* Queries the complete details of a specified Skill version, including version metadata, Skill content, and associated resources.
|
|
1214
|
+
*
|
|
1215
|
+
* @remarks
|
|
1216
|
+
* ## Operation description
|
|
1217
|
+
* Queries the complete details of a specified Skill version, including version metadata, Skill content, and associated resources.
|
|
1218
|
+
*
|
|
1219
|
+
* @param request - GetSkillVersionDetailRequest
|
|
1220
|
+
* @returns GetSkillVersionDetailResponse
|
|
1221
|
+
*/
|
|
1222
|
+
getSkillVersionDetail(workspaceId: string, skillName: string, skillVersion: string, request: $_model.GetSkillVersionDetailRequest): Promise<$_model.GetSkillVersionDetailResponse>;
|
|
1223
|
+
/**
|
|
1224
|
+
* 查询团队
|
|
1225
|
+
*
|
|
1226
|
+
* @param request - GetTeamRequest
|
|
1227
|
+
* @param headers - map
|
|
1228
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1229
|
+
* @returns GetTeamResponse
|
|
1230
|
+
*/
|
|
1231
|
+
getTeamWithOptions(workspaceId: string, teamId: string, request: $_model.GetTeamRequest, headers: {
|
|
1232
|
+
[key: string]: string;
|
|
1233
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetTeamResponse>;
|
|
1234
|
+
/**
|
|
1235
|
+
* 查询团队
|
|
1236
|
+
*
|
|
1237
|
+
* @param request - GetTeamRequest
|
|
1238
|
+
* @returns GetTeamResponse
|
|
1239
|
+
*/
|
|
1240
|
+
getTeam(workspaceId: string, teamId: string, request: $_model.GetTeamRequest): Promise<$_model.GetTeamResponse>;
|
|
1241
|
+
/**
|
|
1242
|
+
* 查询用户
|
|
1243
|
+
*
|
|
1244
|
+
* @param request - GetUserRequest
|
|
1245
|
+
* @param headers - map
|
|
1246
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1247
|
+
* @returns GetUserResponse
|
|
1248
|
+
*/
|
|
1249
|
+
getUserWithOptions(workspaceId: string, agentCoreUserId: string, request: $_model.GetUserRequest, headers: {
|
|
1250
|
+
[key: string]: string;
|
|
1251
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetUserResponse>;
|
|
1252
|
+
/**
|
|
1253
|
+
* 查询用户
|
|
366
1254
|
*
|
|
367
1255
|
* @param request - GetUserRequest
|
|
368
1256
|
* @returns GetUserResponse
|
|
369
1257
|
*/
|
|
370
1258
|
getUser(workspaceId: string, agentCoreUserId: string, request: $_model.GetUserRequest): Promise<$_model.GetUserResponse>;
|
|
1259
|
+
/**
|
|
1260
|
+
* Queries workspace details by workspace ID, including lifecycle status, CMS Workspace, AIRegistry Namespace, and current network policy.
|
|
1261
|
+
*
|
|
1262
|
+
* @remarks
|
|
1263
|
+
* ## Operation description\\nQueries workspace details by workspace ID, including lifecycle status, CMS Workspace, AIRegistry Namespace, and current network policy.\\n.
|
|
1264
|
+
*
|
|
1265
|
+
* @param request - GetWorkspaceRequest
|
|
1266
|
+
* @param headers - map
|
|
1267
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1268
|
+
* @returns GetWorkspaceResponse
|
|
1269
|
+
*/
|
|
1270
|
+
getWorkspaceWithOptions(workspaceId: string, request: $_model.GetWorkspaceRequest, headers: {
|
|
1271
|
+
[key: string]: string;
|
|
1272
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetWorkspaceResponse>;
|
|
1273
|
+
/**
|
|
1274
|
+
* Queries workspace details by workspace ID, including lifecycle status, CMS Workspace, AIRegistry Namespace, and current network policy.
|
|
1275
|
+
*
|
|
1276
|
+
* @remarks
|
|
1277
|
+
* ## Operation description\\nQueries workspace details by workspace ID, including lifecycle status, CMS Workspace, AIRegistry Namespace, and current network policy.\\n.
|
|
1278
|
+
*
|
|
1279
|
+
* @param request - GetWorkspaceRequest
|
|
1280
|
+
* @returns GetWorkspaceResponse
|
|
1281
|
+
*/
|
|
1282
|
+
getWorkspace(workspaceId: string, request: $_model.GetWorkspaceRequest): Promise<$_model.GetWorkspaceResponse>;
|
|
1283
|
+
/**
|
|
1284
|
+
* Queries the plug-in status of a specified workspace.
|
|
1285
|
+
*
|
|
1286
|
+
* @remarks
|
|
1287
|
+
* ## Operation description\\nQueries the plug-in status of a specified workspace. Returns whether the plug-in is enabled, its lifecycle status, and the currently effective configuration. Currently, two types of plug-ins are supported: collaboration and agentloop. If a plug-in is not installed, its status is DISABLED.\\n.
|
|
1288
|
+
*
|
|
1289
|
+
* @param request - GetWorkspacePluginRequest
|
|
1290
|
+
* @param headers - map
|
|
1291
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1292
|
+
* @returns GetWorkspacePluginResponse
|
|
1293
|
+
*/
|
|
1294
|
+
getWorkspacePluginWithOptions(workspaceId: string, pluginName: string, request: $_model.GetWorkspacePluginRequest, headers: {
|
|
1295
|
+
[key: string]: string;
|
|
1296
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetWorkspacePluginResponse>;
|
|
1297
|
+
/**
|
|
1298
|
+
* Queries the plug-in status of a specified workspace.
|
|
1299
|
+
*
|
|
1300
|
+
* @remarks
|
|
1301
|
+
* ## Operation description\\nQueries the plug-in status of a specified workspace. Returns whether the plug-in is enabled, its lifecycle status, and the currently effective configuration. Currently, two types of plug-ins are supported: collaboration and agentloop. If a plug-in is not installed, its status is DISABLED.\\n.
|
|
1302
|
+
*
|
|
1303
|
+
* @param request - GetWorkspacePluginRequest
|
|
1304
|
+
* @returns GetWorkspacePluginResponse
|
|
1305
|
+
*/
|
|
1306
|
+
getWorkspacePlugin(workspaceId: string, pluginName: string, request: $_model.GetWorkspacePluginRequest): Promise<$_model.GetWorkspacePluginResponse>;
|
|
1307
|
+
/**
|
|
1308
|
+
* Installs a plugin for a specified AgentCore workspace. Currently supports the collaboration plugin. The installation process is executed asynchronously.
|
|
1309
|
+
*
|
|
1310
|
+
* @remarks
|
|
1311
|
+
* ## Operation description\\nInstalls a plugin for a specified AgentCore workspace. Currently supports the `collaboration` plugin. Plugin configuration is passed through the `Config` parameter, and different plugins can define their own configuration structures. The `collaboration` plugin uses `Config.NetworkConfiguration` to specify VPC and public network access policies. The installation process is executed asynchronously. When you repeatedly call this operation for a plugin with the same name that is being installed or already installed, the operation returns the current status with idempotent semantics if the configuration is the same. If the configuration is different, the operation returns an operation conflict error.\\n.
|
|
1312
|
+
*
|
|
1313
|
+
* @param tmpReq - InstallWorkspacePluginRequest
|
|
1314
|
+
* @param headers - map
|
|
1315
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1316
|
+
* @returns InstallWorkspacePluginResponse
|
|
1317
|
+
*/
|
|
1318
|
+
installWorkspacePluginWithOptions(workspaceId: string, pluginName: string, tmpReq: $_model.InstallWorkspacePluginRequest, headers: {
|
|
1319
|
+
[key: string]: string;
|
|
1320
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.InstallWorkspacePluginResponse>;
|
|
1321
|
+
/**
|
|
1322
|
+
* Installs a plugin for a specified AgentCore workspace. Currently supports the collaboration plugin. The installation process is executed asynchronously.
|
|
1323
|
+
*
|
|
1324
|
+
* @remarks
|
|
1325
|
+
* ## Operation description\\nInstalls a plugin for a specified AgentCore workspace. Currently supports the `collaboration` plugin. Plugin configuration is passed through the `Config` parameter, and different plugins can define their own configuration structures. The `collaboration` plugin uses `Config.NetworkConfiguration` to specify VPC and public network access policies. The installation process is executed asynchronously. When you repeatedly call this operation for a plugin with the same name that is being installed or already installed, the operation returns the current status with idempotent semantics if the configuration is the same. If the configuration is different, the operation returns an operation conflict error.\\n.
|
|
1326
|
+
*
|
|
1327
|
+
* @param request - InstallWorkspacePluginRequest
|
|
1328
|
+
* @returns InstallWorkspacePluginResponse
|
|
1329
|
+
*/
|
|
1330
|
+
installWorkspacePlugin(workspaceId: string, pluginName: string, request: $_model.InstallWorkspacePluginRequest): Promise<$_model.InstallWorkspacePluginResponse>;
|
|
1331
|
+
/**
|
|
1332
|
+
* Queries the IM channel list of a specified agent.
|
|
1333
|
+
*
|
|
1334
|
+
* @remarks
|
|
1335
|
+
* Queries the IM channel list of a specified agent.
|
|
1336
|
+
*
|
|
1337
|
+
* @param request - ListAgentIMChannelsRequest
|
|
1338
|
+
* @param headers - map
|
|
1339
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1340
|
+
* @returns ListAgentIMChannelsResponse
|
|
1341
|
+
*/
|
|
1342
|
+
listAgentIMChannelsWithOptions(workspaceId: string, agentId: string, request: $_model.ListAgentIMChannelsRequest, headers: {
|
|
1343
|
+
[key: string]: string;
|
|
1344
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListAgentIMChannelsResponse>;
|
|
1345
|
+
/**
|
|
1346
|
+
* Queries the IM channel list of a specified agent.
|
|
1347
|
+
*
|
|
1348
|
+
* @remarks
|
|
1349
|
+
* Queries the IM channel list of a specified agent.
|
|
1350
|
+
*
|
|
1351
|
+
* @param request - ListAgentIMChannelsRequest
|
|
1352
|
+
* @returns ListAgentIMChannelsResponse
|
|
1353
|
+
*/
|
|
1354
|
+
listAgentIMChannels(workspaceId: string, agentId: string, request: $_model.ListAgentIMChannelsRequest): Promise<$_model.ListAgentIMChannelsResponse>;
|
|
1355
|
+
/**
|
|
1356
|
+
* Queries AgentSpec resources in a specified workspace by using paging, supporting name search, sorting, and filtering by owner, visibility scope, and business labels.
|
|
1357
|
+
*
|
|
1358
|
+
* @remarks
|
|
1359
|
+
* ## Operation description
|
|
1360
|
+
* Queries AgentSpec resources in a specified workspace by using paging, supporting name search, sorting, and filtering by owner, visibility scope, and business labels.
|
|
1361
|
+
*
|
|
1362
|
+
* @param request - ListAgentSpecsRequest
|
|
1363
|
+
* @param headers - map
|
|
1364
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1365
|
+
* @returns ListAgentSpecsResponse
|
|
1366
|
+
*/
|
|
1367
|
+
listAgentSpecsWithOptions(workspaceId: string, request: $_model.ListAgentSpecsRequest, headers: {
|
|
1368
|
+
[key: string]: string;
|
|
1369
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListAgentSpecsResponse>;
|
|
1370
|
+
/**
|
|
1371
|
+
* Queries AgentSpec resources in a specified workspace by using paging, supporting name search, sorting, and filtering by owner, visibility scope, and business labels.
|
|
1372
|
+
*
|
|
1373
|
+
* @remarks
|
|
1374
|
+
* ## Operation description
|
|
1375
|
+
* Queries AgentSpec resources in a specified workspace by using paging, supporting name search, sorting, and filtering by owner, visibility scope, and business labels.
|
|
1376
|
+
*
|
|
1377
|
+
* @param request - ListAgentSpecsRequest
|
|
1378
|
+
* @returns ListAgentSpecsResponse
|
|
1379
|
+
*/
|
|
1380
|
+
listAgentSpecs(workspaceId: string, request: $_model.ListAgentSpecsRequest): Promise<$_model.ListAgentSpecsResponse>;
|
|
1381
|
+
/**
|
|
1382
|
+
* Queries the list of teams to which specified agents belong. Specify the agent IDs through agentIds to retrieve the membership information between each agent and its teams, including the team ID, team name, and the role that the agent assumes in the team.
|
|
1383
|
+
*
|
|
1384
|
+
* @param tmpReq - ListAgentTeamsRequest
|
|
1385
|
+
* @param headers - map
|
|
1386
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1387
|
+
* @returns ListAgentTeamsResponse
|
|
1388
|
+
*/
|
|
1389
|
+
listAgentTeamsWithOptions(workspaceId: string, tmpReq: $_model.ListAgentTeamsRequest, headers: {
|
|
1390
|
+
[key: string]: string;
|
|
1391
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListAgentTeamsResponse>;
|
|
1392
|
+
/**
|
|
1393
|
+
* Queries the list of teams to which specified agents belong. Specify the agent IDs through agentIds to retrieve the membership information between each agent and its teams, including the team ID, team name, and the role that the agent assumes in the team.
|
|
1394
|
+
*
|
|
1395
|
+
* @param request - ListAgentTeamsRequest
|
|
1396
|
+
* @returns ListAgentTeamsResponse
|
|
1397
|
+
*/
|
|
1398
|
+
listAgentTeams(workspaceId: string, request: $_model.ListAgentTeamsRequest): Promise<$_model.ListAgentTeamsResponse>;
|
|
371
1399
|
/**
|
|
372
1400
|
* 查询凭证列表
|
|
373
1401
|
*
|
|
@@ -380,30 +1408,130 @@ export default class Client extends OpenApi {
|
|
|
380
1408
|
[key: string]: string;
|
|
381
1409
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListCredentialsResponse>;
|
|
382
1410
|
/**
|
|
383
|
-
* 查询凭证列表
|
|
1411
|
+
* 查询凭证列表
|
|
1412
|
+
*
|
|
1413
|
+
* @param request - ListCredentialsRequest
|
|
1414
|
+
* @returns ListCredentialsResponse
|
|
1415
|
+
*/
|
|
1416
|
+
listCredentials(workspaceId: string, request: $_model.ListCredentialsRequest): Promise<$_model.ListCredentialsResponse>;
|
|
1417
|
+
/**
|
|
1418
|
+
* Queries the list of external agents in a specified workspace.
|
|
1419
|
+
*
|
|
1420
|
+
* @remarks
|
|
1421
|
+
* Queries the list of external agents in a specified workspace.
|
|
1422
|
+
*
|
|
1423
|
+
* @param request - ListExternalAgentsRequest
|
|
1424
|
+
* @param headers - map
|
|
1425
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1426
|
+
* @returns ListExternalAgentsResponse
|
|
1427
|
+
*/
|
|
1428
|
+
listExternalAgentsWithOptions(workspaceId: string, request: $_model.ListExternalAgentsRequest, headers: {
|
|
1429
|
+
[key: string]: string;
|
|
1430
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListExternalAgentsResponse>;
|
|
1431
|
+
/**
|
|
1432
|
+
* Queries the list of external agents in a specified workspace.
|
|
1433
|
+
*
|
|
1434
|
+
* @remarks
|
|
1435
|
+
* Queries the list of external agents in a specified workspace.
|
|
1436
|
+
*
|
|
1437
|
+
* @param request - ListExternalAgentsRequest
|
|
1438
|
+
* @returns ListExternalAgentsResponse
|
|
1439
|
+
*/
|
|
1440
|
+
listExternalAgents(workspaceId: string, request: $_model.ListExternalAgentsRequest): Promise<$_model.ListExternalAgentsResponse>;
|
|
1441
|
+
/**
|
|
1442
|
+
* Queries the external identity provider bound to a specified workspace. Each workspace can be bound to at most one external identity provider, so the response returns at most one record. Application secret configurations are not returned.
|
|
1443
|
+
*
|
|
1444
|
+
* @param request - ListIdentityProvidersRequest
|
|
1445
|
+
* @param headers - map
|
|
1446
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1447
|
+
* @returns ListIdentityProvidersResponse
|
|
1448
|
+
*/
|
|
1449
|
+
listIdentityProvidersWithOptions(workspaceId: string, request: $_model.ListIdentityProvidersRequest, headers: {
|
|
1450
|
+
[key: string]: string;
|
|
1451
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListIdentityProvidersResponse>;
|
|
1452
|
+
/**
|
|
1453
|
+
* Queries the external identity provider bound to a specified workspace. Each workspace can be bound to at most one external identity provider, so the response returns at most one record. Application secret configurations are not returned.
|
|
1454
|
+
*
|
|
1455
|
+
* @param request - ListIdentityProvidersRequest
|
|
1456
|
+
* @returns ListIdentityProvidersResponse
|
|
1457
|
+
*/
|
|
1458
|
+
listIdentityProviders(workspaceId: string, request: $_model.ListIdentityProvidersRequest): Promise<$_model.ListIdentityProvidersResponse>;
|
|
1459
|
+
/**
|
|
1460
|
+
* Queries the list of managed agents in a specified workspace.
|
|
1461
|
+
*
|
|
1462
|
+
* @remarks
|
|
1463
|
+
* Queries the list of managed agents in a specified workspace by using paging. Returns summary information for each agent, including the identity, name, status, template, and specifications.
|
|
1464
|
+
*
|
|
1465
|
+
* @param request - ListManagedAgentsRequest
|
|
1466
|
+
* @param headers - map
|
|
1467
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1468
|
+
* @returns ListManagedAgentsResponse
|
|
1469
|
+
*/
|
|
1470
|
+
listManagedAgentsWithOptions(workspaceId: string, request: $_model.ListManagedAgentsRequest, headers: {
|
|
1471
|
+
[key: string]: string;
|
|
1472
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListManagedAgentsResponse>;
|
|
1473
|
+
/**
|
|
1474
|
+
* Queries the list of managed agents in a specified workspace.
|
|
1475
|
+
*
|
|
1476
|
+
* @remarks
|
|
1477
|
+
* Queries the list of managed agents in a specified workspace by using paging. Returns summary information for each agent, including the identity, name, status, template, and specifications.
|
|
1478
|
+
*
|
|
1479
|
+
* @param request - ListManagedAgentsRequest
|
|
1480
|
+
* @returns ListManagedAgentsResponse
|
|
1481
|
+
*/
|
|
1482
|
+
listManagedAgents(workspaceId: string, request: $_model.ListManagedAgentsRequest): Promise<$_model.ListManagedAgentsResponse>;
|
|
1483
|
+
/**
|
|
1484
|
+
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
1485
|
+
*
|
|
1486
|
+
* @remarks
|
|
1487
|
+
* ## Operation description
|
|
1488
|
+
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
1489
|
+
*
|
|
1490
|
+
* @param request - ListMcpToolsRequest
|
|
1491
|
+
* @param headers - map
|
|
1492
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1493
|
+
* @returns ListMcpToolsResponse
|
|
1494
|
+
*/
|
|
1495
|
+
listMcpToolsWithOptions(workspaceId: string, mcpServerId: string, request: $_model.ListMcpToolsRequest, headers: {
|
|
1496
|
+
[key: string]: string;
|
|
1497
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListMcpToolsResponse>;
|
|
1498
|
+
/**
|
|
1499
|
+
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
384
1500
|
*
|
|
385
|
-
* @
|
|
386
|
-
*
|
|
1501
|
+
* @remarks
|
|
1502
|
+
* ## Operation description
|
|
1503
|
+
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
1504
|
+
*
|
|
1505
|
+
* @param request - ListMcpToolsRequest
|
|
1506
|
+
* @returns ListMcpToolsResponse
|
|
387
1507
|
*/
|
|
388
|
-
|
|
1508
|
+
listMcpTools(workspaceId: string, mcpServerId: string, request: $_model.ListMcpToolsRequest): Promise<$_model.ListMcpToolsResponse>;
|
|
389
1509
|
/**
|
|
390
|
-
* Queries
|
|
1510
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
391
1511
|
*
|
|
392
|
-
* @
|
|
1512
|
+
* @remarks
|
|
1513
|
+
* ## Operation description
|
|
1514
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
1515
|
+
*
|
|
1516
|
+
* @param request - ListMcpsRequest
|
|
393
1517
|
* @param headers - map
|
|
394
1518
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
395
|
-
* @returns
|
|
1519
|
+
* @returns ListMcpsResponse
|
|
396
1520
|
*/
|
|
397
|
-
|
|
1521
|
+
listMcpsWithOptions(workspaceId: string, request: $_model.ListMcpsRequest, headers: {
|
|
398
1522
|
[key: string]: string;
|
|
399
|
-
}, runtime: $dara.RuntimeOptions): Promise<$_model.
|
|
1523
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListMcpsResponse>;
|
|
400
1524
|
/**
|
|
401
|
-
* Queries
|
|
1525
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
402
1526
|
*
|
|
403
|
-
* @
|
|
404
|
-
*
|
|
1527
|
+
* @remarks
|
|
1528
|
+
* ## Operation description
|
|
1529
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
1530
|
+
*
|
|
1531
|
+
* @param request - ListMcpsRequest
|
|
1532
|
+
* @returns ListMcpsResponse
|
|
405
1533
|
*/
|
|
406
|
-
|
|
1534
|
+
listMcps(workspaceId: string, request: $_model.ListMcpsRequest): Promise<$_model.ListMcpsResponse>;
|
|
407
1535
|
/**
|
|
408
1536
|
* 查询模型连接列表
|
|
409
1537
|
*
|
|
@@ -476,6 +1604,56 @@ export default class Client extends OpenApi {
|
|
|
476
1604
|
* @returns ListPredefinedModelsResponse
|
|
477
1605
|
*/
|
|
478
1606
|
listPredefinedModels(providerType: string, request: $_model.ListPredefinedModelsRequest): Promise<$_model.ListPredefinedModelsResponse>;
|
|
1607
|
+
/**
|
|
1608
|
+
* Queries service endpoints in a specified workspace by using paging. Supports filtering by target type, agent, collaboration component, and status.
|
|
1609
|
+
*
|
|
1610
|
+
* @remarks
|
|
1611
|
+
* ## Request description\\nQueries service endpoints in a specified workspace by using paging. Filter results by targetType, agentId, agentVersion, resourceBindingId, collaborationComponent, and status. Use maxResults to specify the maximum number of records per page, and use nextToken to retrieve the next page. If maxResults is not specified, the server returns 20 records by default.\\n
|
|
1612
|
+
*
|
|
1613
|
+
* @param request - ListServiceEndpointsRequest
|
|
1614
|
+
* @param headers - map
|
|
1615
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1616
|
+
* @returns ListServiceEndpointsResponse
|
|
1617
|
+
*/
|
|
1618
|
+
listServiceEndpointsWithOptions(workspaceId: string, request: $_model.ListServiceEndpointsRequest, headers: {
|
|
1619
|
+
[key: string]: string;
|
|
1620
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListServiceEndpointsResponse>;
|
|
1621
|
+
/**
|
|
1622
|
+
* Queries service endpoints in a specified workspace by using paging. Supports filtering by target type, agent, collaboration component, and status.
|
|
1623
|
+
*
|
|
1624
|
+
* @remarks
|
|
1625
|
+
* ## Request description\\nQueries service endpoints in a specified workspace by using paging. Filter results by targetType, agentId, agentVersion, resourceBindingId, collaborationComponent, and status. Use maxResults to specify the maximum number of records per page, and use nextToken to retrieve the next page. If maxResults is not specified, the server returns 20 records by default.\\n
|
|
1626
|
+
*
|
|
1627
|
+
* @param request - ListServiceEndpointsRequest
|
|
1628
|
+
* @returns ListServiceEndpointsResponse
|
|
1629
|
+
*/
|
|
1630
|
+
listServiceEndpoints(workspaceId: string, request: $_model.ListServiceEndpointsRequest): Promise<$_model.ListServiceEndpointsResponse>;
|
|
1631
|
+
/**
|
|
1632
|
+
* Performs a paged query of Skills in a specified workspace, and returns basic Skill information, version status, and paging details.
|
|
1633
|
+
*
|
|
1634
|
+
* @remarks
|
|
1635
|
+
* ## Operation description
|
|
1636
|
+
* Performs a paged query of Skills in a specified workspace, and returns basic Skill information, version status, and paging details.
|
|
1637
|
+
*
|
|
1638
|
+
* @param request - ListSkillsRequest
|
|
1639
|
+
* @param headers - map
|
|
1640
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1641
|
+
* @returns ListSkillsResponse
|
|
1642
|
+
*/
|
|
1643
|
+
listSkillsWithOptions(workspaceId: string, request: $_model.ListSkillsRequest, headers: {
|
|
1644
|
+
[key: string]: string;
|
|
1645
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListSkillsResponse>;
|
|
1646
|
+
/**
|
|
1647
|
+
* Performs a paged query of Skills in a specified workspace, and returns basic Skill information, version status, and paging details.
|
|
1648
|
+
*
|
|
1649
|
+
* @remarks
|
|
1650
|
+
* ## Operation description
|
|
1651
|
+
* Performs a paged query of Skills in a specified workspace, and returns basic Skill information, version status, and paging details.
|
|
1652
|
+
*
|
|
1653
|
+
* @param request - ListSkillsRequest
|
|
1654
|
+
* @returns ListSkillsResponse
|
|
1655
|
+
*/
|
|
1656
|
+
listSkills(workspaceId: string, request: $_model.ListSkillsRequest): Promise<$_model.ListSkillsResponse>;
|
|
479
1657
|
/**
|
|
480
1658
|
* 查询团队列表
|
|
481
1659
|
*
|
|
@@ -512,6 +1690,160 @@ export default class Client extends OpenApi {
|
|
|
512
1690
|
* @returns ListUsersResponse
|
|
513
1691
|
*/
|
|
514
1692
|
listUsers(workspaceId: string, request: $_model.ListUsersRequest): Promise<$_model.ListUsersResponse>;
|
|
1693
|
+
/**
|
|
1694
|
+
* Queries workspaces under the current tenant with paging. The list does not return soft-deleted records with a status of Deleted by default. Results are stably sorted by creation order on the server side.
|
|
1695
|
+
*
|
|
1696
|
+
* @remarks
|
|
1697
|
+
* ## Request description\\nQueries workspaces under the current tenant with paging. The list does not return soft-deleted records with a status of `Deleted` by default. Results are stably sorted by creation order on the server side. Use `nextToken` to retrieve the next page, `skip` to skip a specified number of workspaces, `maxResults` to specify the maximum number of records per page, and `nameLike` to filter workspaces by name using fuzzy match. If `maxResults` is not specified or is set to 0, the server returns 20 records by default.\\n
|
|
1698
|
+
*
|
|
1699
|
+
* @param request - ListWorkspacesRequest
|
|
1700
|
+
* @param headers - map
|
|
1701
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1702
|
+
* @returns ListWorkspacesResponse
|
|
1703
|
+
*/
|
|
1704
|
+
listWorkspacesWithOptions(request: $_model.ListWorkspacesRequest, headers: {
|
|
1705
|
+
[key: string]: string;
|
|
1706
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListWorkspacesResponse>;
|
|
1707
|
+
/**
|
|
1708
|
+
* Queries workspaces under the current tenant with paging. The list does not return soft-deleted records with a status of Deleted by default. Results are stably sorted by creation order on the server side.
|
|
1709
|
+
*
|
|
1710
|
+
* @remarks
|
|
1711
|
+
* ## Request description\\nQueries workspaces under the current tenant with paging. The list does not return soft-deleted records with a status of `Deleted` by default. Results are stably sorted by creation order on the server side. Use `nextToken` to retrieve the next page, `skip` to skip a specified number of workspaces, `maxResults` to specify the maximum number of records per page, and `nameLike` to filter workspaces by name using fuzzy match. If `maxResults` is not specified or is set to 0, the server returns 20 records by default.\\n
|
|
1712
|
+
*
|
|
1713
|
+
* @param request - ListWorkspacesRequest
|
|
1714
|
+
* @returns ListWorkspacesResponse
|
|
1715
|
+
*/
|
|
1716
|
+
listWorkspaces(request: $_model.ListWorkspacesRequest): Promise<$_model.ListWorkspacesResponse>;
|
|
1717
|
+
/**
|
|
1718
|
+
* Takes the online version of a specified Skill offline so that it is no longer used as the online version.
|
|
1719
|
+
*
|
|
1720
|
+
* @remarks
|
|
1721
|
+
* ## Request description
|
|
1722
|
+
* Takes the online version of a specified Skill offline so that it is no longer used as the online version.
|
|
1723
|
+
*
|
|
1724
|
+
* @param tmpReq - OfflineSkillRequest
|
|
1725
|
+
* @param headers - map
|
|
1726
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1727
|
+
* @returns OfflineSkillResponse
|
|
1728
|
+
*/
|
|
1729
|
+
offlineSkillWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.OfflineSkillRequest, headers: {
|
|
1730
|
+
[key: string]: string;
|
|
1731
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.OfflineSkillResponse>;
|
|
1732
|
+
/**
|
|
1733
|
+
* Takes the online version of a specified Skill offline so that it is no longer used as the online version.
|
|
1734
|
+
*
|
|
1735
|
+
* @remarks
|
|
1736
|
+
* ## Request description
|
|
1737
|
+
* Takes the online version of a specified Skill offline so that it is no longer used as the online version.
|
|
1738
|
+
*
|
|
1739
|
+
* @param request - OfflineSkillRequest
|
|
1740
|
+
* @returns OfflineSkillResponse
|
|
1741
|
+
*/
|
|
1742
|
+
offlineSkill(workspaceId: string, skillName: string, request: $_model.OfflineSkillRequest): Promise<$_model.OfflineSkillResponse>;
|
|
1743
|
+
/**
|
|
1744
|
+
* Sets a specified Skill version as the online version.
|
|
1745
|
+
*
|
|
1746
|
+
* @remarks
|
|
1747
|
+
* ## Operation description
|
|
1748
|
+
* Sets a specified Skill version as the online version.
|
|
1749
|
+
*
|
|
1750
|
+
* @param tmpReq - OnlineSkillRequest
|
|
1751
|
+
* @param headers - map
|
|
1752
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1753
|
+
* @returns OnlineSkillResponse
|
|
1754
|
+
*/
|
|
1755
|
+
onlineSkillWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.OnlineSkillRequest, headers: {
|
|
1756
|
+
[key: string]: string;
|
|
1757
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.OnlineSkillResponse>;
|
|
1758
|
+
/**
|
|
1759
|
+
* Sets a specified Skill version as the online version.
|
|
1760
|
+
*
|
|
1761
|
+
* @remarks
|
|
1762
|
+
* ## Operation description
|
|
1763
|
+
* Sets a specified Skill version as the online version.
|
|
1764
|
+
*
|
|
1765
|
+
* @param request - OnlineSkillRequest
|
|
1766
|
+
* @returns OnlineSkillResponse
|
|
1767
|
+
*/
|
|
1768
|
+
onlineSkill(workspaceId: string, skillName: string, request: $_model.OnlineSkillRequest): Promise<$_model.OnlineSkillResponse>;
|
|
1769
|
+
/**
|
|
1770
|
+
* Parses and checks one or more Skill ZIP packages uploaded to OSS, and returns the name, version, and conflict check results.
|
|
1771
|
+
*
|
|
1772
|
+
* @remarks
|
|
1773
|
+
* ## Request description
|
|
1774
|
+
* Parses and checks one or more Skill ZIP packages uploaded to OSS, and returns the name, version, and conflict check results.
|
|
1775
|
+
*
|
|
1776
|
+
* @param tmpReq - PrecheckSkillUploadViaOssRequest
|
|
1777
|
+
* @param headers - map
|
|
1778
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1779
|
+
* @returns PrecheckSkillUploadViaOssResponse
|
|
1780
|
+
*/
|
|
1781
|
+
precheckSkillUploadViaOssWithOptions(workspaceId: string, tmpReq: $_model.PrecheckSkillUploadViaOssRequest, headers: {
|
|
1782
|
+
[key: string]: string;
|
|
1783
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.PrecheckSkillUploadViaOssResponse>;
|
|
1784
|
+
/**
|
|
1785
|
+
* Parses and checks one or more Skill ZIP packages uploaded to OSS, and returns the name, version, and conflict check results.
|
|
1786
|
+
*
|
|
1787
|
+
* @remarks
|
|
1788
|
+
* ## Request description
|
|
1789
|
+
* Parses and checks one or more Skill ZIP packages uploaded to OSS, and returns the name, version, and conflict check results.
|
|
1790
|
+
*
|
|
1791
|
+
* @param request - PrecheckSkillUploadViaOssRequest
|
|
1792
|
+
* @returns PrecheckSkillUploadViaOssResponse
|
|
1793
|
+
*/
|
|
1794
|
+
precheckSkillUploadViaOss(workspaceId: string, request: $_model.PrecheckSkillUploadViaOssRequest): Promise<$_model.PrecheckSkillUploadViaOssResponse>;
|
|
1795
|
+
/**
|
|
1796
|
+
* Publishes a specified Skill version to change its state to published.
|
|
1797
|
+
*
|
|
1798
|
+
* @remarks
|
|
1799
|
+
* ## Operation description
|
|
1800
|
+
* Publishes a specified Skill version to change its state to published.
|
|
1801
|
+
*
|
|
1802
|
+
* @param tmpReq - PublishSkillVersionRequest
|
|
1803
|
+
* @param headers - map
|
|
1804
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1805
|
+
* @returns PublishSkillVersionResponse
|
|
1806
|
+
*/
|
|
1807
|
+
publishSkillVersionWithOptions(workspaceId: string, skillName: string, skillVersion: string, tmpReq: $_model.PublishSkillVersionRequest, headers: {
|
|
1808
|
+
[key: string]: string;
|
|
1809
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.PublishSkillVersionResponse>;
|
|
1810
|
+
/**
|
|
1811
|
+
* Publishes a specified Skill version to change its state to published.
|
|
1812
|
+
*
|
|
1813
|
+
* @remarks
|
|
1814
|
+
* ## Operation description
|
|
1815
|
+
* Publishes a specified Skill version to change its state to published.
|
|
1816
|
+
*
|
|
1817
|
+
* @param request - PublishSkillVersionRequest
|
|
1818
|
+
* @returns PublishSkillVersionResponse
|
|
1819
|
+
*/
|
|
1820
|
+
publishSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.PublishSkillVersionRequest): Promise<$_model.PublishSkillVersionResponse>;
|
|
1821
|
+
/**
|
|
1822
|
+
* Converts a specified Skill version back into an editable draft for further modifications.
|
|
1823
|
+
*
|
|
1824
|
+
* @remarks
|
|
1825
|
+
* ## Operation description
|
|
1826
|
+
* Converts a specified Skill version back into an editable draft for further modifications.
|
|
1827
|
+
*
|
|
1828
|
+
* @param tmpReq - RedraftSkillVersionRequest
|
|
1829
|
+
* @param headers - map
|
|
1830
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1831
|
+
* @returns RedraftSkillVersionResponse
|
|
1832
|
+
*/
|
|
1833
|
+
redraftSkillVersionWithOptions(workspaceId: string, skillName: string, skillVersion: string, tmpReq: $_model.RedraftSkillVersionRequest, headers: {
|
|
1834
|
+
[key: string]: string;
|
|
1835
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.RedraftSkillVersionResponse>;
|
|
1836
|
+
/**
|
|
1837
|
+
* Converts a specified Skill version back into an editable draft for further modifications.
|
|
1838
|
+
*
|
|
1839
|
+
* @remarks
|
|
1840
|
+
* ## Operation description
|
|
1841
|
+
* Converts a specified Skill version back into an editable draft for further modifications.
|
|
1842
|
+
*
|
|
1843
|
+
* @param request - RedraftSkillVersionRequest
|
|
1844
|
+
* @returns RedraftSkillVersionResponse
|
|
1845
|
+
*/
|
|
1846
|
+
redraftSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.RedraftSkillVersionRequest): Promise<$_model.RedraftSkillVersionResponse>;
|
|
515
1847
|
/**
|
|
516
1848
|
* 重置用户密码
|
|
517
1849
|
*
|
|
@@ -530,6 +1862,132 @@ export default class Client extends OpenApi {
|
|
|
530
1862
|
* @returns ResetUserPasswordResponse
|
|
531
1863
|
*/
|
|
532
1864
|
resetUserPassword(workspaceId: string, request: $_model.ResetUserPasswordRequest): Promise<$_model.ResetUserPasswordResponse>;
|
|
1865
|
+
/**
|
|
1866
|
+
* Submits a specified AgentSpec draft version for review. If no release pipeline is configured, the version is published directly to online status.
|
|
1867
|
+
*
|
|
1868
|
+
* @remarks
|
|
1869
|
+
* ## Operation description
|
|
1870
|
+
* Submits a specified AgentSpec draft version for review. If no release pipeline is configured, the version is published directly to online status.
|
|
1871
|
+
*
|
|
1872
|
+
* @param tmpReq - SubmitAgentSpecVersionRequest
|
|
1873
|
+
* @param headers - map
|
|
1874
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1875
|
+
* @returns SubmitAgentSpecVersionResponse
|
|
1876
|
+
*/
|
|
1877
|
+
submitAgentSpecVersionWithOptions(workspaceId: string, agentSpecName: string, agentSpecVersion: string, tmpReq: $_model.SubmitAgentSpecVersionRequest, headers: {
|
|
1878
|
+
[key: string]: string;
|
|
1879
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitAgentSpecVersionResponse>;
|
|
1880
|
+
/**
|
|
1881
|
+
* Submits a specified AgentSpec draft version for review. If no release pipeline is configured, the version is published directly to online status.
|
|
1882
|
+
*
|
|
1883
|
+
* @remarks
|
|
1884
|
+
* ## Operation description
|
|
1885
|
+
* Submits a specified AgentSpec draft version for review. If no release pipeline is configured, the version is published directly to online status.
|
|
1886
|
+
*
|
|
1887
|
+
* @param request - SubmitAgentSpecVersionRequest
|
|
1888
|
+
* @returns SubmitAgentSpecVersionResponse
|
|
1889
|
+
*/
|
|
1890
|
+
submitAgentSpecVersion(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.SubmitAgentSpecVersionRequest): Promise<$_model.SubmitAgentSpecVersionResponse>;
|
|
1891
|
+
/**
|
|
1892
|
+
* Submits a specified draft version of a skill for review.
|
|
1893
|
+
*
|
|
1894
|
+
* @remarks
|
|
1895
|
+
* ## Operation description
|
|
1896
|
+
* Submits a specified draft version of a skill for review.
|
|
1897
|
+
*
|
|
1898
|
+
* @param tmpReq - SubmitSkillVersionRequest
|
|
1899
|
+
* @param headers - map
|
|
1900
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1901
|
+
* @returns SubmitSkillVersionResponse
|
|
1902
|
+
*/
|
|
1903
|
+
submitSkillVersionWithOptions(workspaceId: string, skillName: string, skillVersion: string, tmpReq: $_model.SubmitSkillVersionRequest, headers: {
|
|
1904
|
+
[key: string]: string;
|
|
1905
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitSkillVersionResponse>;
|
|
1906
|
+
/**
|
|
1907
|
+
* Submits a specified draft version of a skill for review.
|
|
1908
|
+
*
|
|
1909
|
+
* @remarks
|
|
1910
|
+
* ## Operation description
|
|
1911
|
+
* Submits a specified draft version of a skill for review.
|
|
1912
|
+
*
|
|
1913
|
+
* @param request - SubmitSkillVersionRequest
|
|
1914
|
+
* @returns SubmitSkillVersionResponse
|
|
1915
|
+
*/
|
|
1916
|
+
submitSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.SubmitSkillVersionRequest): Promise<$_model.SubmitSkillVersionResponse>;
|
|
1917
|
+
/**
|
|
1918
|
+
* Updates the ServiceEndpoint binding, enabled/disabled status, or channel behavior configuration of an IM channel. At least one updatable field must be provided.
|
|
1919
|
+
*
|
|
1920
|
+
* @remarks
|
|
1921
|
+
* Updates the ServiceEndpoint binding, enabled/disabled status, or channel behavior configuration of an IM channel. At least one updatable field must be provided.
|
|
1922
|
+
*
|
|
1923
|
+
* @param tmpReq - UpdateAgentIMChannelRequest
|
|
1924
|
+
* @param headers - map
|
|
1925
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1926
|
+
* @returns UpdateAgentIMChannelResponse
|
|
1927
|
+
*/
|
|
1928
|
+
updateAgentIMChannelWithOptions(workspaceId: string, agentId: string, imChannelId: string, tmpReq: $_model.UpdateAgentIMChannelRequest, headers: {
|
|
1929
|
+
[key: string]: string;
|
|
1930
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAgentIMChannelResponse>;
|
|
1931
|
+
/**
|
|
1932
|
+
* Updates the ServiceEndpoint binding, enabled/disabled status, or channel behavior configuration of an IM channel. At least one updatable field must be provided.
|
|
1933
|
+
*
|
|
1934
|
+
* @remarks
|
|
1935
|
+
* Updates the ServiceEndpoint binding, enabled/disabled status, or channel behavior configuration of an IM channel. At least one updatable field must be provided.
|
|
1936
|
+
*
|
|
1937
|
+
* @param request - UpdateAgentIMChannelRequest
|
|
1938
|
+
* @returns UpdateAgentIMChannelResponse
|
|
1939
|
+
*/
|
|
1940
|
+
updateAgentIMChannel(workspaceId: string, agentId: string, imChannelId: string, request: $_model.UpdateAgentIMChannelRequest): Promise<$_model.UpdateAgentIMChannelResponse>;
|
|
1941
|
+
/**
|
|
1942
|
+
* Performs a full update of the channel credential for a specified IM channel of an agent. Secrets are not returned in the response.
|
|
1943
|
+
*
|
|
1944
|
+
* @remarks
|
|
1945
|
+
* Performs a full update of the channel credential for a specified IM channel of an agent. Secrets are not returned in the response.
|
|
1946
|
+
*
|
|
1947
|
+
* @param tmpReq - UpdateAgentIMChannelCredentialRequest
|
|
1948
|
+
* @param headers - map
|
|
1949
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1950
|
+
* @returns UpdateAgentIMChannelCredentialResponse
|
|
1951
|
+
*/
|
|
1952
|
+
updateAgentIMChannelCredentialWithOptions(workspaceId: string, agentId: string, imChannelId: string, tmpReq: $_model.UpdateAgentIMChannelCredentialRequest, headers: {
|
|
1953
|
+
[key: string]: string;
|
|
1954
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAgentIMChannelCredentialResponse>;
|
|
1955
|
+
/**
|
|
1956
|
+
* Performs a full update of the channel credential for a specified IM channel of an agent. Secrets are not returned in the response.
|
|
1957
|
+
*
|
|
1958
|
+
* @remarks
|
|
1959
|
+
* Performs a full update of the channel credential for a specified IM channel of an agent. Secrets are not returned in the response.
|
|
1960
|
+
*
|
|
1961
|
+
* @param request - UpdateAgentIMChannelCredentialRequest
|
|
1962
|
+
* @returns UpdateAgentIMChannelCredentialResponse
|
|
1963
|
+
*/
|
|
1964
|
+
updateAgentIMChannelCredential(workspaceId: string, agentId: string, imChannelId: string, request: $_model.UpdateAgentIMChannelCredentialRequest): Promise<$_model.UpdateAgentIMChannelCredentialResponse>;
|
|
1965
|
+
/**
|
|
1966
|
+
* Updates the business tags, version labels, and visibility scope of a specified AgentSpec. Fields that are not provided remain unchanged.
|
|
1967
|
+
*
|
|
1968
|
+
* @remarks
|
|
1969
|
+
* ## Operation description
|
|
1970
|
+
* Updates the business tags, version labels, and visibility scope of a specified AgentSpec. Fields that are not provided remain unchanged.
|
|
1971
|
+
*
|
|
1972
|
+
* @param tmpReq - UpdateAgentSpecRequest
|
|
1973
|
+
* @param headers - map
|
|
1974
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1975
|
+
* @returns UpdateAgentSpecResponse
|
|
1976
|
+
*/
|
|
1977
|
+
updateAgentSpecWithOptions(workspaceId: string, agentSpecName: string, tmpReq: $_model.UpdateAgentSpecRequest, headers: {
|
|
1978
|
+
[key: string]: string;
|
|
1979
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAgentSpecResponse>;
|
|
1980
|
+
/**
|
|
1981
|
+
* Updates the business tags, version labels, and visibility scope of a specified AgentSpec. Fields that are not provided remain unchanged.
|
|
1982
|
+
*
|
|
1983
|
+
* @remarks
|
|
1984
|
+
* ## Operation description
|
|
1985
|
+
* Updates the business tags, version labels, and visibility scope of a specified AgentSpec. Fields that are not provided remain unchanged.
|
|
1986
|
+
*
|
|
1987
|
+
* @param request - UpdateAgentSpecRequest
|
|
1988
|
+
* @returns UpdateAgentSpecResponse
|
|
1989
|
+
*/
|
|
1990
|
+
updateAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.UpdateAgentSpecRequest): Promise<$_model.UpdateAgentSpecResponse>;
|
|
533
1991
|
/**
|
|
534
1992
|
* 更新凭证
|
|
535
1993
|
*
|
|
@@ -548,6 +2006,30 @@ export default class Client extends OpenApi {
|
|
|
548
2006
|
* @returns UpdateCredentialResponse
|
|
549
2007
|
*/
|
|
550
2008
|
updateCredential(workspaceId: string, credentialId: string, request: $_model.UpdateCredentialRequest): Promise<$_model.UpdateCredentialResponse>;
|
|
2009
|
+
/**
|
|
2010
|
+
* Updates the configuration of a specified external agent.
|
|
2011
|
+
*
|
|
2012
|
+
* @remarks
|
|
2013
|
+
* Updates the configuration of a specified external agent.
|
|
2014
|
+
*
|
|
2015
|
+
* @param tmpReq - UpdateExternalAgentRequest
|
|
2016
|
+
* @param headers - map
|
|
2017
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2018
|
+
* @returns UpdateExternalAgentResponse
|
|
2019
|
+
*/
|
|
2020
|
+
updateExternalAgentWithOptions(workspaceId: string, agentId: string, tmpReq: $_model.UpdateExternalAgentRequest, headers: {
|
|
2021
|
+
[key: string]: string;
|
|
2022
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateExternalAgentResponse>;
|
|
2023
|
+
/**
|
|
2024
|
+
* Updates the configuration of a specified external agent.
|
|
2025
|
+
*
|
|
2026
|
+
* @remarks
|
|
2027
|
+
* Updates the configuration of a specified external agent.
|
|
2028
|
+
*
|
|
2029
|
+
* @param request - UpdateExternalAgentRequest
|
|
2030
|
+
* @returns UpdateExternalAgentResponse
|
|
2031
|
+
*/
|
|
2032
|
+
updateExternalAgent(workspaceId: string, agentId: string, request: $_model.UpdateExternalAgentRequest): Promise<$_model.UpdateExternalAgentResponse>;
|
|
551
2033
|
/**
|
|
552
2034
|
* Updates the login switch, member synchronization switch, or application configuration of a specified external identity provider in a workspace. Unspecified properties remain unchanged. The update is an asynchronous operation. After the API returns, you can call GetIdentityProvider to query the status and track progress.
|
|
553
2035
|
*
|
|
@@ -567,7 +2049,51 @@ export default class Client extends OpenApi {
|
|
|
567
2049
|
*/
|
|
568
2050
|
updateIdentityProvider(workspaceId: string, identityProviderType: string, request: $_model.UpdateIdentityProviderRequest): Promise<$_model.UpdateIdentityProviderResponse>;
|
|
569
2051
|
/**
|
|
570
|
-
*
|
|
2052
|
+
* Updates the configuration of a specified managed agent.
|
|
2053
|
+
*
|
|
2054
|
+
* @param tmpReq - UpdateManagedAgentRequest
|
|
2055
|
+
* @param headers - map
|
|
2056
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2057
|
+
* @returns UpdateManagedAgentResponse
|
|
2058
|
+
*/
|
|
2059
|
+
updateManagedAgentWithOptions(workspaceId: string, agentId: string, tmpReq: $_model.UpdateManagedAgentRequest, headers: {
|
|
2060
|
+
[key: string]: string;
|
|
2061
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateManagedAgentResponse>;
|
|
2062
|
+
/**
|
|
2063
|
+
* Updates the configuration of a specified managed agent.
|
|
2064
|
+
*
|
|
2065
|
+
* @param request - UpdateManagedAgentRequest
|
|
2066
|
+
* @returns UpdateManagedAgentResponse
|
|
2067
|
+
*/
|
|
2068
|
+
updateManagedAgent(workspaceId: string, agentId: string, request: $_model.UpdateManagedAgentRequest): Promise<$_model.UpdateManagedAgentResponse>;
|
|
2069
|
+
/**
|
|
2070
|
+
* Updates the address, description, authentication, or Swagger configuration of a specified MCP service. The MCP type and protocol cannot be modified after creation. The update is an asynchronous process.
|
|
2071
|
+
*
|
|
2072
|
+
* @remarks
|
|
2073
|
+
* ## Operation description
|
|
2074
|
+
* Updates the address, description, authentication, or Swagger configuration of a specified MCP service. The MCP type and protocol cannot be modified after creation. The update is an asynchronous process.
|
|
2075
|
+
*
|
|
2076
|
+
* @param tmpReq - UpdateMcpRequest
|
|
2077
|
+
* @param headers - map
|
|
2078
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2079
|
+
* @returns UpdateMcpResponse
|
|
2080
|
+
*/
|
|
2081
|
+
updateMcpWithOptions(workspaceId: string, mcpServerId: string, tmpReq: $_model.UpdateMcpRequest, headers: {
|
|
2082
|
+
[key: string]: string;
|
|
2083
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateMcpResponse>;
|
|
2084
|
+
/**
|
|
2085
|
+
* Updates the address, description, authentication, or Swagger configuration of a specified MCP service. The MCP type and protocol cannot be modified after creation. The update is an asynchronous process.
|
|
2086
|
+
*
|
|
2087
|
+
* @remarks
|
|
2088
|
+
* ## Operation description
|
|
2089
|
+
* Updates the address, description, authentication, or Swagger configuration of a specified MCP service. The MCP type and protocol cannot be modified after creation. The update is an asynchronous process.
|
|
2090
|
+
*
|
|
2091
|
+
* @param request - UpdateMcpRequest
|
|
2092
|
+
* @returns UpdateMcpResponse
|
|
2093
|
+
*/
|
|
2094
|
+
updateMcp(workspaceId: string, mcpServerId: string, request: $_model.UpdateMcpRequest): Promise<$_model.UpdateMcpResponse>;
|
|
2095
|
+
/**
|
|
2096
|
+
* Updates the description of a specified model. Other model configurations cannot be modified through this operation.
|
|
571
2097
|
*
|
|
572
2098
|
* @param tmpReq - UpdateModelRequest
|
|
573
2099
|
* @param headers - map
|
|
@@ -578,14 +2104,14 @@ export default class Client extends OpenApi {
|
|
|
578
2104
|
[key: string]: string;
|
|
579
2105
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelResponse>;
|
|
580
2106
|
/**
|
|
581
|
-
*
|
|
2107
|
+
* Updates the description of a specified model. Other model configurations cannot be modified through this operation.
|
|
582
2108
|
*
|
|
583
2109
|
* @param request - UpdateModelRequest
|
|
584
2110
|
* @returns UpdateModelResponse
|
|
585
2111
|
*/
|
|
586
2112
|
updateModel(workspaceId: string, modelId: string, request: $_model.UpdateModelRequest): Promise<$_model.UpdateModelResponse>;
|
|
587
2113
|
/**
|
|
588
|
-
*
|
|
2114
|
+
* Updates the mutable configuration of a specified model connection and resubmits the publish task. The protocol cannot be modified after the model connection is created.
|
|
589
2115
|
*
|
|
590
2116
|
* @param tmpReq - UpdateModelConnectionRequest
|
|
591
2117
|
* @param headers - map
|
|
@@ -596,12 +2122,90 @@ export default class Client extends OpenApi {
|
|
|
596
2122
|
[key: string]: string;
|
|
597
2123
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelConnectionResponse>;
|
|
598
2124
|
/**
|
|
599
|
-
*
|
|
2125
|
+
* Updates the mutable configuration of a specified model connection and resubmits the publish task. The protocol cannot be modified after the model connection is created.
|
|
600
2126
|
*
|
|
601
2127
|
* @param request - UpdateModelConnectionRequest
|
|
602
2128
|
* @returns UpdateModelConnectionResponse
|
|
603
2129
|
*/
|
|
604
2130
|
updateModelConnection(workspaceId: string, connectionId: string, request: $_model.UpdateModelConnectionRequest): Promise<$_model.UpdateModelConnectionResponse>;
|
|
2131
|
+
/**
|
|
2132
|
+
* Updates the business tags of a specified Skill. Other attributes that are not included in the request remain unchanged.
|
|
2133
|
+
*
|
|
2134
|
+
* @remarks
|
|
2135
|
+
* ## Operation description
|
|
2136
|
+
* Updates the business tags of a specified Skill. Other attributes that are not included in the request remain unchanged.
|
|
2137
|
+
*
|
|
2138
|
+
* @param tmpReq - UpdateSkillBizTagsRequest
|
|
2139
|
+
* @param headers - map
|
|
2140
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2141
|
+
* @returns UpdateSkillBizTagsResponse
|
|
2142
|
+
*/
|
|
2143
|
+
updateSkillBizTagsWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.UpdateSkillBizTagsRequest, headers: {
|
|
2144
|
+
[key: string]: string;
|
|
2145
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSkillBizTagsResponse>;
|
|
2146
|
+
/**
|
|
2147
|
+
* Updates the business tags of a specified Skill. Other attributes that are not included in the request remain unchanged.
|
|
2148
|
+
*
|
|
2149
|
+
* @remarks
|
|
2150
|
+
* ## Operation description
|
|
2151
|
+
* Updates the business tags of a specified Skill. Other attributes that are not included in the request remain unchanged.
|
|
2152
|
+
*
|
|
2153
|
+
* @param request - UpdateSkillBizTagsRequest
|
|
2154
|
+
* @returns UpdateSkillBizTagsResponse
|
|
2155
|
+
*/
|
|
2156
|
+
updateSkillBizTags(workspaceId: string, skillName: string, request: $_model.UpdateSkillBizTagsRequest): Promise<$_model.UpdateSkillBizTagsResponse>;
|
|
2157
|
+
/**
|
|
2158
|
+
* Updates the version labels and their mappings for a specified Skill.
|
|
2159
|
+
*
|
|
2160
|
+
* @remarks
|
|
2161
|
+
* ## Request description
|
|
2162
|
+
* Updates the version labels and their mappings for a specified Skill.
|
|
2163
|
+
*
|
|
2164
|
+
* @param tmpReq - UpdateSkillLabelsRequest
|
|
2165
|
+
* @param headers - map
|
|
2166
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2167
|
+
* @returns UpdateSkillLabelsResponse
|
|
2168
|
+
*/
|
|
2169
|
+
updateSkillLabelsWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.UpdateSkillLabelsRequest, headers: {
|
|
2170
|
+
[key: string]: string;
|
|
2171
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSkillLabelsResponse>;
|
|
2172
|
+
/**
|
|
2173
|
+
* Updates the version labels and their mappings for a specified Skill.
|
|
2174
|
+
*
|
|
2175
|
+
* @remarks
|
|
2176
|
+
* ## Request description
|
|
2177
|
+
* Updates the version labels and their mappings for a specified Skill.
|
|
2178
|
+
*
|
|
2179
|
+
* @param request - UpdateSkillLabelsRequest
|
|
2180
|
+
* @returns UpdateSkillLabelsResponse
|
|
2181
|
+
*/
|
|
2182
|
+
updateSkillLabels(workspaceId: string, skillName: string, request: $_model.UpdateSkillLabelsRequest): Promise<$_model.UpdateSkillLabelsResponse>;
|
|
2183
|
+
/**
|
|
2184
|
+
* Updates the visibility scope of a specified skill.
|
|
2185
|
+
*
|
|
2186
|
+
* @remarks
|
|
2187
|
+
* ## Request description
|
|
2188
|
+
* Updates the visibility scope of a specified skill.
|
|
2189
|
+
*
|
|
2190
|
+
* @param tmpReq - UpdateSkillScopeRequest
|
|
2191
|
+
* @param headers - map
|
|
2192
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2193
|
+
* @returns UpdateSkillScopeResponse
|
|
2194
|
+
*/
|
|
2195
|
+
updateSkillScopeWithOptions(workspaceId: string, skillName: string, tmpReq: $_model.UpdateSkillScopeRequest, headers: {
|
|
2196
|
+
[key: string]: string;
|
|
2197
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSkillScopeResponse>;
|
|
2198
|
+
/**
|
|
2199
|
+
* Updates the visibility scope of a specified skill.
|
|
2200
|
+
*
|
|
2201
|
+
* @remarks
|
|
2202
|
+
* ## Request description
|
|
2203
|
+
* Updates the visibility scope of a specified skill.
|
|
2204
|
+
*
|
|
2205
|
+
* @param request - UpdateSkillScopeRequest
|
|
2206
|
+
* @returns UpdateSkillScopeResponse
|
|
2207
|
+
*/
|
|
2208
|
+
updateSkillScope(workspaceId: string, skillName: string, request: $_model.UpdateSkillScopeRequest): Promise<$_model.UpdateSkillScopeResponse>;
|
|
605
2209
|
/**
|
|
606
2210
|
* 更新团队
|
|
607
2211
|
*
|
|
@@ -638,4 +2242,80 @@ export default class Client extends OpenApi {
|
|
|
638
2242
|
* @returns UpdateUserResponse
|
|
639
2243
|
*/
|
|
640
2244
|
updateUser(workspaceId: string, agentCoreUserId: string, request: $_model.UpdateUserRequest): Promise<$_model.UpdateUserResponse>;
|
|
2245
|
+
/**
|
|
2246
|
+
* Updates the name or network configuration of a workspace. Only workspaces in the Initialized status can be updated. Status, TenantId, and RegionId are maintained by the server and cannot be modified through this operation.
|
|
2247
|
+
*
|
|
2248
|
+
* @remarks
|
|
2249
|
+
* ## Operation description\\nUpdates the name or network configuration of a workspace. Only workspaces in the `Initialized` status can be updated. `Status`, `TenantId`, and `RegionId` are maintained by the server and cannot be modified through this operation. The network configuration uses `Enabled` to specify whether to enable VPC networking. When enabled, you must also provide `VpcId` and at least one `VSwitchIds`.\\n.
|
|
2250
|
+
*
|
|
2251
|
+
* @param tmpReq - UpdateWorkspaceRequest
|
|
2252
|
+
* @param headers - map
|
|
2253
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2254
|
+
* @returns UpdateWorkspaceResponse
|
|
2255
|
+
*/
|
|
2256
|
+
updateWorkspaceWithOptions(workspaceId: string, tmpReq: $_model.UpdateWorkspaceRequest, headers: {
|
|
2257
|
+
[key: string]: string;
|
|
2258
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateWorkspaceResponse>;
|
|
2259
|
+
/**
|
|
2260
|
+
* Updates the name or network configuration of a workspace. Only workspaces in the Initialized status can be updated. Status, TenantId, and RegionId are maintained by the server and cannot be modified through this operation.
|
|
2261
|
+
*
|
|
2262
|
+
* @remarks
|
|
2263
|
+
* ## Operation description\\nUpdates the name or network configuration of a workspace. Only workspaces in the `Initialized` status can be updated. `Status`, `TenantId`, and `RegionId` are maintained by the server and cannot be modified through this operation. The network configuration uses `Enabled` to specify whether to enable VPC networking. When enabled, you must also provide `VpcId` and at least one `VSwitchIds`.\\n.
|
|
2264
|
+
*
|
|
2265
|
+
* @param request - UpdateWorkspaceRequest
|
|
2266
|
+
* @returns UpdateWorkspaceResponse
|
|
2267
|
+
*/
|
|
2268
|
+
updateWorkspace(workspaceId: string, request: $_model.UpdateWorkspaceRequest): Promise<$_model.UpdateWorkspaceResponse>;
|
|
2269
|
+
/**
|
|
2270
|
+
* Retrieves an uploaded AgentSpec ZIP package from OSS, parses it, and imports the AgentSpec into the current workspace.
|
|
2271
|
+
*
|
|
2272
|
+
* @remarks
|
|
2273
|
+
* ## Operation description
|
|
2274
|
+
* Retrieves an uploaded AgentSpec ZIP package from OSS, parses it, and imports the AgentSpec into the current workspace.
|
|
2275
|
+
*
|
|
2276
|
+
* @param tmpReq - UploadAgentSpecViaOssRequest
|
|
2277
|
+
* @param headers - map
|
|
2278
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2279
|
+
* @returns UploadAgentSpecViaOssResponse
|
|
2280
|
+
*/
|
|
2281
|
+
uploadAgentSpecViaOssWithOptions(workspaceId: string, tmpReq: $_model.UploadAgentSpecViaOssRequest, headers: {
|
|
2282
|
+
[key: string]: string;
|
|
2283
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UploadAgentSpecViaOssResponse>;
|
|
2284
|
+
/**
|
|
2285
|
+
* Retrieves an uploaded AgentSpec ZIP package from OSS, parses it, and imports the AgentSpec into the current workspace.
|
|
2286
|
+
*
|
|
2287
|
+
* @remarks
|
|
2288
|
+
* ## Operation description
|
|
2289
|
+
* Retrieves an uploaded AgentSpec ZIP package from OSS, parses it, and imports the AgentSpec into the current workspace.
|
|
2290
|
+
*
|
|
2291
|
+
* @param request - UploadAgentSpecViaOssRequest
|
|
2292
|
+
* @returns UploadAgentSpecViaOssResponse
|
|
2293
|
+
*/
|
|
2294
|
+
uploadAgentSpecViaOss(workspaceId: string, request: $_model.UploadAgentSpecViaOssRequest): Promise<$_model.UploadAgentSpecViaOssResponse>;
|
|
2295
|
+
/**
|
|
2296
|
+
* Retrieves an uploaded Skill ZIP package from OSS, parses it, and imports the Skill into the current workspace.
|
|
2297
|
+
*
|
|
2298
|
+
* @remarks
|
|
2299
|
+
* ## Operation description
|
|
2300
|
+
* Retrieves an uploaded Skill ZIP package from OSS, parses it, and imports the Skill into the current workspace.
|
|
2301
|
+
*
|
|
2302
|
+
* @param tmpReq - UploadSkillViaOssRequest
|
|
2303
|
+
* @param headers - map
|
|
2304
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2305
|
+
* @returns UploadSkillViaOssResponse
|
|
2306
|
+
*/
|
|
2307
|
+
uploadSkillViaOssWithOptions(workspaceId: string, tmpReq: $_model.UploadSkillViaOssRequest, headers: {
|
|
2308
|
+
[key: string]: string;
|
|
2309
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UploadSkillViaOssResponse>;
|
|
2310
|
+
/**
|
|
2311
|
+
* Retrieves an uploaded Skill ZIP package from OSS, parses it, and imports the Skill into the current workspace.
|
|
2312
|
+
*
|
|
2313
|
+
* @remarks
|
|
2314
|
+
* ## Operation description
|
|
2315
|
+
* Retrieves an uploaded Skill ZIP package from OSS, parses it, and imports the Skill into the current workspace.
|
|
2316
|
+
*
|
|
2317
|
+
* @param request - UploadSkillViaOssRequest
|
|
2318
|
+
* @returns UploadSkillViaOssResponse
|
|
2319
|
+
*/
|
|
2320
|
+
uploadSkillViaOss(workspaceId: string, request: $_model.UploadSkillViaOssRequest): Promise<$_model.UploadSkillViaOssResponse>;
|
|
641
2321
|
}
|