@alicloud/agentcore20260804 1.2.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +416 -50
- package/dist/client.js +867 -95
- package/dist/client.js.map +1 -1
- package/dist/models/ConvertMcpToFreeEditRequest.d.ts +21 -0
- package/dist/models/ConvertMcpToFreeEditRequest.js +58 -0
- package/dist/models/ConvertMcpToFreeEditRequest.js.map +1 -0
- package/dist/models/ConvertMcpToFreeEditResponse.d.ts +19 -0
- package/dist/models/ConvertMcpToFreeEditResponse.js +69 -0
- package/dist/models/ConvertMcpToFreeEditResponse.js.map +1 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.d.ts +966 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.js +688 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.js.map +1 -0
- package/dist/models/CreateAgentSpecResponseBody.d.ts +1 -1
- package/dist/models/CreateCredentialRequest.d.ts +51 -2
- package/dist/models/CreateCredentialRequest.js +31 -1
- package/dist/models/CreateCredentialRequest.js.map +1 -1
- package/dist/models/CreateCredentialResponseBody.d.ts +52 -3
- package/dist/models/CreateCredentialResponseBody.js +31 -1
- package/dist/models/CreateCredentialResponseBody.js.map +1 -1
- package/dist/models/CreateExternalAgentRequest.d.ts +6 -4
- package/dist/models/CreateExternalAgentRequest.js.map +1 -1
- package/dist/models/CreateExternalAgentResponseBody.d.ts +20 -91
- package/dist/models/CreateExternalAgentResponseBody.js +1 -37
- package/dist/models/CreateExternalAgentResponseBody.js.map +1 -1
- package/dist/models/CreateExternalAgentShrinkRequest.d.ts +1 -1
- package/dist/models/CreateManagedAgentRequest.d.ts +145 -12
- package/dist/models/CreateManagedAgentRequest.js +113 -1
- package/dist/models/CreateManagedAgentRequest.js.map +1 -1
- package/dist/models/CreateManagedAgentResponseBody.d.ts +158 -18
- package/dist/models/CreateManagedAgentResponseBody.js +118 -1
- package/dist/models/CreateManagedAgentResponseBody.js.map +1 -1
- package/dist/models/CreateMcpRequest.d.ts +782 -9
- package/dist/models/CreateMcpRequest.js +546 -1
- package/dist/models/CreateMcpRequest.js.map +1 -1
- package/dist/models/CreateMcpResponseBody.d.ts +906 -31
- package/dist/models/CreateMcpResponseBody.js +608 -1
- package/dist/models/CreateMcpResponseBody.js.map +1 -1
- package/dist/models/CreateMcpShrinkRequest.d.ts +1 -1
- package/dist/models/CreateTeamRequest.d.ts +4 -10
- package/dist/models/CreateTeamRequest.js.map +1 -1
- package/dist/models/CreateTeamResponseBody.d.ts +7 -21
- package/dist/models/CreateTeamResponseBody.js.map +1 -1
- package/dist/models/CreateWorkspaceRequest.d.ts +2 -1
- package/dist/models/CreateWorkspaceRequest.js +2 -0
- package/dist/models/CreateWorkspaceRequest.js.map +1 -1
- package/dist/models/CreateWorkspaceResponseBody.d.ts +110 -2
- package/dist/models/CreateWorkspaceResponseBody.js +43 -1
- package/dist/models/CreateWorkspaceResponseBody.js.map +1 -1
- package/dist/models/DeleteAgentSpecVersionResponseBody.d.ts +1 -1
- package/dist/models/DeleteCredentialResponseBody.d.ts +1 -1
- package/dist/models/DeleteExternalAgentResponseBody.d.ts +4 -12
- package/dist/models/DeleteExternalAgentResponseBody.js +0 -2
- package/dist/models/DeleteExternalAgentResponseBody.js.map +1 -1
- package/dist/models/DeleteIdentityProviderResponseBody.d.ts +9 -5
- package/dist/models/DeleteIdentityProviderResponseBody.js.map +1 -1
- package/dist/models/DeleteManagedAgentResponseBody.d.ts +4 -12
- package/dist/models/DeleteManagedAgentResponseBody.js +0 -2
- package/dist/models/DeleteManagedAgentResponseBody.js.map +1 -1
- package/dist/models/DisableConnectorRequest.d.ts +13 -0
- package/dist/models/DisableConnectorRequest.js +54 -0
- package/dist/models/DisableConnectorRequest.js.map +1 -0
- package/dist/models/DisableConnectorResponse.d.ts +19 -0
- package/dist/models/DisableConnectorResponse.js +69 -0
- package/dist/models/DisableConnectorResponse.js.map +1 -0
- package/dist/models/DisableConnectorResponseBody.d.ts +110 -0
- package/dist/models/DisableConnectorResponseBody.js +98 -0
- package/dist/models/DisableConnectorResponseBody.js.map +1 -0
- package/dist/models/EnableConnectorRequest.d.ts +42 -0
- package/dist/models/EnableConnectorRequest.js +80 -0
- package/dist/models/EnableConnectorRequest.js.map +1 -0
- package/dist/models/EnableConnectorResponse.d.ts +19 -0
- package/dist/models/EnableConnectorResponse.js +69 -0
- package/dist/models/EnableConnectorResponse.js.map +1 -0
- package/dist/models/EnableConnectorResponseBody.d.ts +110 -0
- package/dist/models/EnableConnectorResponseBody.js +98 -0
- package/dist/models/EnableConnectorResponseBody.js.map +1 -0
- package/dist/models/EnableConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/EnableConnectorShrinkRequest.js +58 -0
- package/dist/models/EnableConnectorShrinkRequest.js.map +1 -0
- package/dist/models/GetAgentImchannelResponseBody.d.ts +11 -11
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.d.ts +1 -1
- package/dist/models/GetAgentSpecVersionResponseBody.d.ts +2 -2
- package/dist/models/GetCredentialResponseBody.d.ts +56 -7
- package/dist/models/GetCredentialResponseBody.js +31 -1
- package/dist/models/GetCredentialResponseBody.js.map +1 -1
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.d.ts +3 -3
- package/dist/models/GetExternalAgentResponseBody.d.ts +27 -98
- package/dist/models/GetExternalAgentResponseBody.js +1 -37
- package/dist/models/GetExternalAgentResponseBody.js.map +1 -1
- package/dist/models/GetIdentityProviderResponseBody.d.ts +4 -4
- package/dist/models/GetManagedAgentResponseBody.d.ts +152 -12
- package/dist/models/GetManagedAgentResponseBody.js +118 -1
- package/dist/models/GetManagedAgentResponseBody.js.map +1 -1
- package/dist/models/GetMcpMarketItemRequest.d.ts +13 -0
- package/dist/models/GetMcpMarketItemRequest.js +54 -0
- package/dist/models/GetMcpMarketItemRequest.js.map +1 -0
- package/dist/models/GetMcpMarketItemResponse.d.ts +19 -0
- package/dist/models/GetMcpMarketItemResponse.js +69 -0
- package/dist/models/GetMcpMarketItemResponse.js.map +1 -0
- package/dist/models/GetMcpMarketItemResponseBody.d.ts +178 -0
- package/dist/models/GetMcpMarketItemResponseBody.js +119 -0
- package/dist/models/GetMcpMarketItemResponseBody.js.map +1 -0
- package/dist/models/GetMcpResponseBody.d.ts +922 -35
- package/dist/models/GetMcpResponseBody.js +612 -1
- package/dist/models/GetMcpResponseBody.js.map +1 -1
- package/dist/models/GetTeamResponseBody.d.ts +12 -20
- package/dist/models/GetTeamResponseBody.js +0 -2
- package/dist/models/GetTeamResponseBody.js.map +1 -1
- package/dist/models/GetWorkspaceResponseBody.d.ts +33 -5
- package/dist/models/GetWorkspaceResponseBody.js +8 -0
- package/dist/models/GetWorkspaceResponseBody.js.map +1 -1
- package/dist/models/InstallMcpMarketItemRequest.d.ts +941 -0
- package/dist/models/InstallMcpMarketItemRequest.js +693 -0
- package/dist/models/InstallMcpMarketItemRequest.js.map +1 -0
- package/dist/models/InstallMcpMarketItemResponse.d.ts +19 -0
- package/dist/models/InstallMcpMarketItemResponse.js +69 -0
- package/dist/models/InstallMcpMarketItemResponse.js.map +1 -0
- package/dist/models/InstallMcpMarketItemResponseBody.d.ts +969 -0
- package/dist/models/InstallMcpMarketItemResponseBody.js +688 -0
- package/dist/models/InstallMcpMarketItemResponseBody.js.map +1 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.d.ts +36 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.js +62 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.js.map +1 -0
- package/dist/models/ListConnectorModelsRequest.d.ts +37 -0
- package/dist/models/ListConnectorModelsRequest.js +62 -0
- package/dist/models/ListConnectorModelsRequest.js.map +1 -0
- package/dist/models/ListConnectorModelsResponse.d.ts +19 -0
- package/dist/models/ListConnectorModelsResponse.js +69 -0
- package/dist/models/ListConnectorModelsResponse.js.map +1 -0
- package/dist/models/ListConnectorModelsResponseBody.d.ts +144 -0
- package/dist/models/ListConnectorModelsResponseBody.js +106 -0
- package/dist/models/ListConnectorModelsResponseBody.js.map +1 -0
- package/dist/models/ListConnectorsRequest.d.ts +29 -0
- package/dist/models/ListConnectorsRequest.js +60 -0
- package/dist/models/ListConnectorsRequest.js.map +1 -0
- package/dist/models/ListConnectorsResponse.d.ts +19 -0
- package/dist/models/ListConnectorsResponse.js +69 -0
- package/dist/models/ListConnectorsResponse.js.map +1 -0
- package/dist/models/ListConnectorsResponseBody.d.ts +134 -0
- package/dist/models/ListConnectorsResponseBody.js +104 -0
- package/dist/models/ListConnectorsResponseBody.js.map +1 -0
- package/dist/models/ListCredentialsRequest.d.ts +2 -2
- package/dist/models/ListCredentialsResponseBody.d.ts +53 -4
- package/dist/models/ListCredentialsResponseBody.js +31 -1
- package/dist/models/ListCredentialsResponseBody.js.map +1 -1
- package/dist/models/ListExternalAgentsResponseBody.d.ts +7 -15
- package/dist/models/ListExternalAgentsResponseBody.js +0 -2
- package/dist/models/ListExternalAgentsResponseBody.js.map +1 -1
- package/dist/models/ListManagedAgentsResponseBody.d.ts +65 -9
- package/dist/models/ListManagedAgentsResponseBody.js +51 -3
- package/dist/models/ListManagedAgentsResponseBody.js.map +1 -1
- package/dist/models/ListMcpMarketItemsRequest.d.ts +53 -0
- package/dist/models/ListMcpMarketItemsRequest.js +66 -0
- package/dist/models/ListMcpMarketItemsRequest.js.map +1 -0
- package/dist/models/ListMcpMarketItemsResponse.d.ts +19 -0
- package/dist/models/ListMcpMarketItemsResponse.js +69 -0
- package/dist/models/ListMcpMarketItemsResponse.js.map +1 -0
- package/dist/models/ListMcpMarketItemsResponseBody.d.ts +202 -0
- package/dist/models/ListMcpMarketItemsResponseBody.js +125 -0
- package/dist/models/ListMcpMarketItemsResponseBody.js.map +1 -0
- package/dist/models/ListMcpsRequest.d.ts +15 -2
- package/dist/models/ListMcpsRequest.js +4 -0
- package/dist/models/ListMcpsRequest.js.map +1 -1
- package/dist/models/ListMcpsResponseBody.d.ts +864 -31
- package/dist/models/ListMcpsResponseBody.js +580 -1
- package/dist/models/ListMcpsResponseBody.js.map +1 -1
- package/dist/models/ListSandboxSessionsRequest.d.ts +26 -0
- package/dist/models/ListSandboxSessionsRequest.js +60 -0
- package/dist/models/ListSandboxSessionsRequest.js.map +1 -0
- package/dist/models/ListSandboxSessionsResponse.d.ts +19 -0
- package/dist/models/ListSandboxSessionsResponse.js +69 -0
- package/dist/models/ListSandboxSessionsResponse.js.map +1 -0
- package/dist/models/ListSandboxSessionsResponseBody.d.ts +41 -0
- package/dist/models/ListSandboxSessionsResponseBody.js +100 -0
- package/dist/models/ListSandboxSessionsResponseBody.js.map +1 -0
- package/dist/models/ListSandboxesRequest.d.ts +42 -0
- package/dist/models/ListSandboxesRequest.js +64 -0
- package/dist/models/ListSandboxesRequest.js.map +1 -0
- package/dist/models/ListSandboxesResponse.d.ts +19 -0
- package/dist/models/ListSandboxesResponse.js +69 -0
- package/dist/models/ListSandboxesResponse.js.map +1 -0
- package/dist/models/ListSandboxesResponseBody.d.ts +41 -0
- package/dist/models/ListSandboxesResponseBody.js +108 -0
- package/dist/models/ListSandboxesResponseBody.js.map +1 -0
- package/dist/models/ListWorkspacesResponseBody.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelCredentialRequest.d.ts +1 -1
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.d.ts +2 -2
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateAgentImchannelRequest.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelResponseBody.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateConnectorRequest.d.ts +42 -0
- package/dist/models/UpdateConnectorRequest.js +80 -0
- package/dist/models/UpdateConnectorRequest.js.map +1 -0
- package/dist/models/UpdateConnectorResponse.d.ts +19 -0
- package/dist/models/UpdateConnectorResponse.js +69 -0
- package/dist/models/UpdateConnectorResponse.js.map +1 -0
- package/dist/models/UpdateConnectorResponseBody.d.ts +110 -0
- package/dist/models/UpdateConnectorResponseBody.js +98 -0
- package/dist/models/UpdateConnectorResponseBody.js.map +1 -0
- package/dist/models/UpdateConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/UpdateConnectorShrinkRequest.js +58 -0
- package/dist/models/UpdateConnectorShrinkRequest.js.map +1 -0
- package/dist/models/UpdateCredentialRequest.d.ts +50 -1
- package/dist/models/UpdateCredentialRequest.js +31 -1
- package/dist/models/UpdateCredentialRequest.js.map +1 -1
- package/dist/models/UpdateCredentialResponseBody.d.ts +53 -4
- package/dist/models/UpdateCredentialResponseBody.js +31 -1
- package/dist/models/UpdateCredentialResponseBody.js.map +1 -1
- package/dist/models/UpdateExternalAgentRequest.d.ts +6 -6
- package/dist/models/UpdateExternalAgentRequest.js.map +1 -1
- package/dist/models/UpdateExternalAgentResponseBody.d.ts +18 -91
- package/dist/models/UpdateExternalAgentResponseBody.js +1 -37
- package/dist/models/UpdateExternalAgentResponseBody.js.map +1 -1
- package/dist/models/UpdateExternalAgentShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateIdentityProviderRequest.d.ts +3 -3
- package/dist/models/UpdateIdentityProviderResponseBody.d.ts +2 -2
- package/dist/models/UpdateManagedAgentRequest.d.ts +146 -13
- package/dist/models/UpdateManagedAgentRequest.js +113 -1
- package/dist/models/UpdateManagedAgentRequest.js.map +1 -1
- package/dist/models/UpdateManagedAgentResponseBody.d.ts +160 -20
- package/dist/models/UpdateManagedAgentResponseBody.js +118 -1
- package/dist/models/UpdateManagedAgentResponseBody.js.map +1 -1
- package/dist/models/UpdateManagedAgentShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateMcpRequest.d.ts +775 -8
- package/dist/models/UpdateMcpRequest.js +544 -1
- package/dist/models/UpdateMcpRequest.js.map +1 -1
- package/dist/models/UpdateMcpResponseBody.d.ts +1 -1
- package/dist/models/UpdateMcpShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateMcpTemplateConfigRequest.d.ts +908 -0
- package/dist/models/UpdateMcpTemplateConfigRequest.js +685 -0
- package/dist/models/UpdateMcpTemplateConfigRequest.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.d.ts +19 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.js +69 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.d.ts +971 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.js +688 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.d.ts +36 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.js +62 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.js.map +1 -0
- package/dist/models/UpdateModelRequest.d.ts +75 -4
- package/dist/models/UpdateModelRequest.js +43 -1
- package/dist/models/UpdateModelRequest.js.map +1 -1
- package/dist/models/UpdateModelResponseBody.d.ts +8 -8
- package/dist/models/UpdateModelShrinkRequest.d.ts +2 -2
- package/dist/models/UpdateTeamRequest.d.ts +12 -6
- package/dist/models/UpdateTeamRequest.js.map +1 -1
- package/dist/models/UpdateTeamResponseBody.d.ts +23 -9
- package/dist/models/UpdateTeamResponseBody.js.map +1 -1
- package/dist/models/UpdateWorkspaceRequest.d.ts +4 -4
- package/dist/models/UpdateWorkspaceResponseBody.d.ts +18 -3
- package/dist/models/UpdateWorkspaceResponseBody.js +6 -0
- package/dist/models/UpdateWorkspaceResponseBody.js.map +1 -1
- package/dist/models/UploadAgentSpecViaOssRequest.d.ts +2 -2
- package/dist/models/UploadAgentSpecViaOssResponseBody.d.ts +1 -1
- package/dist/models/VerifyConnectorRequest.d.ts +42 -0
- package/dist/models/VerifyConnectorRequest.js +80 -0
- package/dist/models/VerifyConnectorRequest.js.map +1 -0
- package/dist/models/VerifyConnectorResponse.d.ts +19 -0
- package/dist/models/VerifyConnectorResponse.js +69 -0
- package/dist/models/VerifyConnectorResponse.js.map +1 -0
- package/dist/models/VerifyConnectorResponseBody.d.ts +86 -0
- package/dist/models/VerifyConnectorResponseBody.js +95 -0
- package/dist/models/VerifyConnectorResponseBody.js.map +1 -0
- package/dist/models/VerifyConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/VerifyConnectorShrinkRequest.js +58 -0
- package/dist/models/VerifyConnectorShrinkRequest.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.d.ts +18 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.js +58 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.d.ts +19 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.js +69 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.d.ts +60 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.js +90 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +288 -3
- package/dist/models/model.js +755 -179
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +924 -90
- package/src/models/ConvertMcpToFreeEditRequest.ts +34 -0
- package/src/models/ConvertMcpToFreeEditResponse.ts +40 -0
- package/src/models/ConvertMcpToFreeEditResponseBody.ts +1425 -0
- package/src/models/CreateAgentSpecResponseBody.ts +1 -1
- package/src/models/CreateCredentialRequest.ts +72 -2
- package/src/models/CreateCredentialResponseBody.ts +73 -3
- package/src/models/CreateExternalAgentRequest.ts +6 -4
- package/src/models/CreateExternalAgentResponseBody.ts +20 -118
- package/src/models/CreateExternalAgentShrinkRequest.ts +1 -1
- package/src/models/CreateManagedAgentRequest.ts +221 -12
- package/src/models/CreateManagedAgentResponseBody.ts +237 -18
- package/src/models/CreateMcpRequest.ts +1193 -41
- package/src/models/CreateMcpResponseBody.ts +1353 -55
- package/src/models/CreateMcpShrinkRequest.ts +1 -1
- package/src/models/CreateTeamRequest.ts +4 -10
- package/src/models/CreateTeamResponseBody.ts +7 -21
- package/src/models/CreateWorkspaceRequest.ts +4 -1
- package/src/models/CreateWorkspaceResponseBody.ts +143 -2
- package/src/models/DeleteAgentSpecVersionResponseBody.ts +1 -1
- package/src/models/DeleteCredentialResponseBody.ts +1 -1
- package/src/models/DeleteExternalAgentResponseBody.ts +4 -14
- package/src/models/DeleteIdentityProviderResponseBody.ts +9 -5
- package/src/models/DeleteManagedAgentResponseBody.ts +4 -14
- package/src/models/DisableConnectorRequest.ts +24 -0
- package/src/models/DisableConnectorResponse.ts +40 -0
- package/src/models/DisableConnectorResponseBody.ts +154 -0
- package/src/models/EnableConnectorRequest.ts +68 -0
- package/src/models/EnableConnectorResponse.ts +40 -0
- package/src/models/EnableConnectorResponseBody.ts +154 -0
- package/src/models/EnableConnectorShrinkRequest.ts +33 -0
- package/src/models/GetAgentImchannelResponseBody.ts +11 -11
- package/src/models/GetAgentSpecImportFileUrlResponseBody.ts +1 -1
- package/src/models/GetAgentSpecVersionResponseBody.ts +2 -2
- package/src/models/GetCredentialResponseBody.ts +77 -7
- package/src/models/GetExternalAgentBootstrapOptionsResponseBody.ts +3 -3
- package/src/models/GetExternalAgentResponseBody.ts +27 -125
- package/src/models/GetIdentityProviderResponseBody.ts +4 -4
- package/src/models/GetManagedAgentResponseBody.ts +231 -12
- package/src/models/GetMcpMarketItemRequest.ts +24 -0
- package/src/models/GetMcpMarketItemResponse.ts +40 -0
- package/src/models/GetMcpMarketItemResponseBody.ts +241 -0
- package/src/models/GetMcpResponseBody.ts +1373 -59
- package/src/models/GetTeamResponseBody.ts +12 -22
- package/src/models/GetWorkspaceResponseBody.ts +41 -5
- package/src/models/InstallMcpMarketItemRequest.ts +1396 -0
- package/src/models/InstallMcpMarketItemResponse.ts +40 -0
- package/src/models/InstallMcpMarketItemResponseBody.ts +1428 -0
- package/src/models/InstallMcpMarketItemShrinkRequest.ts +53 -0
- package/src/models/ListConnectorModelsRequest.ts +54 -0
- package/src/models/ListConnectorModelsResponse.ts +40 -0
- package/src/models/ListConnectorModelsResponseBody.ts +196 -0
- package/src/models/ListConnectorsRequest.ts +44 -0
- package/src/models/ListConnectorsResponse.ts +40 -0
- package/src/models/ListConnectorsResponseBody.ts +184 -0
- package/src/models/ListCredentialsRequest.ts +2 -2
- package/src/models/ListCredentialsResponseBody.ts +74 -4
- package/src/models/ListExternalAgentsResponseBody.ts +7 -17
- package/src/models/ListManagedAgentsResponseBody.ts +97 -11
- package/src/models/ListMcpMarketItemsRequest.ts +74 -0
- package/src/models/ListMcpMarketItemsResponse.ts +40 -0
- package/src/models/ListMcpMarketItemsResponseBody.ts +271 -0
- package/src/models/ListMcpsRequest.ts +19 -2
- package/src/models/ListMcpsResponseBody.ts +1292 -55
- package/src/models/ListSandboxSessionsRequest.ts +41 -0
- package/src/models/ListSandboxSessionsResponse.ts +40 -0
- package/src/models/ListSandboxSessionsResponseBody.ts +87 -0
- package/src/models/ListSandboxesRequest.ts +61 -0
- package/src/models/ListSandboxesResponse.ts +40 -0
- package/src/models/ListSandboxesResponseBody.ts +95 -0
- package/src/models/ListWorkspacesResponseBody.ts +4 -4
- package/src/models/UpdateAgentImchannelCredentialRequest.ts +1 -1
- package/src/models/UpdateAgentImchannelCredentialResponseBody.ts +2 -2
- package/src/models/UpdateAgentImchannelCredentialShrinkRequest.ts +1 -1
- package/src/models/UpdateAgentImchannelRequest.ts +4 -4
- package/src/models/UpdateAgentImchannelResponseBody.ts +4 -4
- package/src/models/UpdateAgentImchannelShrinkRequest.ts +1 -1
- package/src/models/UpdateConnectorRequest.ts +68 -0
- package/src/models/UpdateConnectorResponse.ts +40 -0
- package/src/models/UpdateConnectorResponseBody.ts +154 -0
- package/src/models/UpdateConnectorShrinkRequest.ts +33 -0
- package/src/models/UpdateCredentialRequest.ts +71 -1
- package/src/models/UpdateCredentialResponseBody.ts +74 -4
- package/src/models/UpdateExternalAgentRequest.ts +6 -6
- package/src/models/UpdateExternalAgentResponseBody.ts +18 -118
- package/src/models/UpdateExternalAgentShrinkRequest.ts +1 -1
- package/src/models/UpdateIdentityProviderRequest.ts +3 -3
- package/src/models/UpdateIdentityProviderResponseBody.ts +2 -2
- package/src/models/UpdateManagedAgentRequest.ts +222 -13
- package/src/models/UpdateManagedAgentResponseBody.ts +239 -20
- package/src/models/UpdateManagedAgentShrinkRequest.ts +1 -1
- package/src/models/UpdateMcpRequest.ts +1166 -22
- package/src/models/UpdateMcpResponseBody.ts +1 -1
- package/src/models/UpdateMcpShrinkRequest.ts +1 -1
- package/src/models/UpdateMcpTemplateConfigRequest.ts +1355 -0
- package/src/models/UpdateMcpTemplateConfigResponse.ts +40 -0
- package/src/models/UpdateMcpTemplateConfigResponseBody.ts +1430 -0
- package/src/models/UpdateMcpTemplateConfigShrinkRequest.ts +53 -0
- package/src/models/UpdateModelRequest.ts +108 -4
- package/src/models/UpdateModelResponseBody.ts +8 -8
- package/src/models/UpdateModelShrinkRequest.ts +2 -2
- package/src/models/UpdateTeamRequest.ts +12 -6
- package/src/models/UpdateTeamResponseBody.ts +23 -9
- package/src/models/UpdateWorkspaceRequest.ts +4 -4
- package/src/models/UpdateWorkspaceResponseBody.ts +24 -3
- package/src/models/UploadAgentSpecViaOssRequest.ts +2 -2
- package/src/models/UploadAgentSpecViaOssResponseBody.ts +1 -1
- package/src/models/VerifyConnectorRequest.ts +68 -0
- package/src/models/VerifyConnectorResponse.ts +40 -0
- package/src/models/VerifyConnectorResponseBody.ts +127 -0
- package/src/models/VerifyConnectorShrinkRequest.ts +33 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationRequest.ts +31 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationResponse.ts +40 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.ts +96 -0
- package/src/models/model.ts +288 -3
package/dist/client.d.ts
CHANGED
|
@@ -52,6 +52,30 @@ export default class Client extends OpenApi {
|
|
|
52
52
|
* @returns BatchUploadSkillsViaOssResponse
|
|
53
53
|
*/
|
|
54
54
|
batchUploadSkillsViaOss(workspaceId: string, request: $_model.BatchUploadSkillsViaOssRequest): Promise<$_model.BatchUploadSkillsViaOssResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* Converts an MCP to free editing.
|
|
57
|
+
*
|
|
58
|
+
* @remarks
|
|
59
|
+
* Disables template usage constraints. After the conversion, the MCP retains its source and tags but no longer appears on the usage page.
|
|
60
|
+
*
|
|
61
|
+
* @param request - ConvertMcpToFreeEditRequest
|
|
62
|
+
* @param headers - map
|
|
63
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
64
|
+
* @returns ConvertMcpToFreeEditResponse
|
|
65
|
+
*/
|
|
66
|
+
convertMcpToFreeEditWithOptions(workspaceId: string, mcpServerId: string, request: $_model.ConvertMcpToFreeEditRequest, headers: {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ConvertMcpToFreeEditResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Converts an MCP to free editing.
|
|
71
|
+
*
|
|
72
|
+
* @remarks
|
|
73
|
+
* Disables template usage constraints. After the conversion, the MCP retains its source and tags but no longer appears on the usage page.
|
|
74
|
+
*
|
|
75
|
+
* @param request - ConvertMcpToFreeEditRequest
|
|
76
|
+
* @returns ConvertMcpToFreeEditResponse
|
|
77
|
+
*/
|
|
78
|
+
convertMcpToFreeEdit(workspaceId: string, mcpServerId: string, request: $_model.ConvertMcpToFreeEditRequest): Promise<$_model.ConvertMcpToFreeEditResponse>;
|
|
55
79
|
/**
|
|
56
80
|
* Creates an IM channel for a specified agent and binds a publicly accessible ServiceEndpoint.
|
|
57
81
|
*
|
|
@@ -129,7 +153,10 @@ export default class Client extends OpenApi {
|
|
|
129
153
|
*/
|
|
130
154
|
createAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.CreateAgentSpecVersionRequest): Promise<$_model.CreateAgentSpecVersionResponse>;
|
|
131
155
|
/**
|
|
132
|
-
* Creates a credential in a specified workspace for
|
|
156
|
+
* Creates a credential in a specified workspace for authentication when an agent accesses external services. Currently, only the apiKey type is supported. The credential content is passed in as a JSON string through credentialMetadata and can only be queried in masked form after being written.
|
|
157
|
+
*
|
|
158
|
+
* @remarks
|
|
159
|
+
* Creates a credential in a workspace for authentication of services such as Connector.
|
|
133
160
|
*
|
|
134
161
|
* @param tmpReq - CreateCredentialRequest
|
|
135
162
|
* @param headers - map
|
|
@@ -140,7 +167,10 @@ export default class Client extends OpenApi {
|
|
|
140
167
|
[key: string]: string;
|
|
141
168
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCredentialResponse>;
|
|
142
169
|
/**
|
|
143
|
-
* Creates a credential in a specified workspace for
|
|
170
|
+
* Creates a credential in a specified workspace for authentication when an agent accesses external services. Currently, only the apiKey type is supported. The credential content is passed in as a JSON string through credentialMetadata and can only be queried in masked form after being written.
|
|
171
|
+
*
|
|
172
|
+
* @remarks
|
|
173
|
+
* Creates a credential in a workspace for authentication of services such as Connector.
|
|
144
174
|
*
|
|
145
175
|
* @param request - CreateCredentialRequest
|
|
146
176
|
* @returns CreateCredentialResponse
|
|
@@ -473,7 +503,10 @@ export default class Client extends OpenApi {
|
|
|
473
503
|
*/
|
|
474
504
|
deleteAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecVersionRequest): Promise<$_model.DeleteAgentSpecVersionResponse>;
|
|
475
505
|
/**
|
|
476
|
-
* Deletes a credential from
|
|
506
|
+
* Deletes a credential from a specified workspace and removes the ciphertext hosted in the credential service. After deletion, agents that are bound to this credential can no longer retrieve the credential content.
|
|
507
|
+
*
|
|
508
|
+
* @remarks
|
|
509
|
+
* Deletes an access credential from a specified workspace. A credential cannot be deleted while it is still bound to an MCP service.
|
|
477
510
|
*
|
|
478
511
|
* @param request - DeleteCredentialRequest
|
|
479
512
|
* @param headers - map
|
|
@@ -484,7 +517,10 @@ export default class Client extends OpenApi {
|
|
|
484
517
|
[key: string]: string;
|
|
485
518
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCredentialResponse>;
|
|
486
519
|
/**
|
|
487
|
-
* Deletes a credential from
|
|
520
|
+
* Deletes a credential from a specified workspace and removes the ciphertext hosted in the credential service. After deletion, agents that are bound to this credential can no longer retrieve the credential content.
|
|
521
|
+
*
|
|
522
|
+
* @remarks
|
|
523
|
+
* Deletes an access credential from a specified workspace. A credential cannot be deleted while it is still bound to an MCP service.
|
|
488
524
|
*
|
|
489
525
|
* @param request - DeleteCredentialRequest
|
|
490
526
|
* @returns DeleteCredentialResponse
|
|
@@ -515,7 +551,7 @@ export default class Client extends OpenApi {
|
|
|
515
551
|
*/
|
|
516
552
|
deleteExternalAgent(workspaceId: string, agentId: string, request: $_model.DeleteExternalAgentRequest): Promise<$_model.DeleteExternalAgentResponse>;
|
|
517
553
|
/**
|
|
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
|
|
554
|
+
* 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 call GetIdentityProvider to query the status and track the progress.
|
|
519
555
|
*
|
|
520
556
|
* @param request - DeleteIdentityProviderRequest
|
|
521
557
|
* @param headers - map
|
|
@@ -526,7 +562,7 @@ export default class Client extends OpenApi {
|
|
|
526
562
|
[key: string]: string;
|
|
527
563
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteIdentityProviderResponse>;
|
|
528
564
|
/**
|
|
529
|
-
* 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
|
|
565
|
+
* 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 call GetIdentityProvider to query the status and track the progress.
|
|
530
566
|
*
|
|
531
567
|
* @param request - DeleteIdentityProviderRequest
|
|
532
568
|
* @returns DeleteIdentityProviderResponse
|
|
@@ -554,7 +590,7 @@ export default class Client extends OpenApi {
|
|
|
554
590
|
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
555
591
|
*
|
|
556
592
|
* @remarks
|
|
557
|
-
* ##
|
|
593
|
+
* ## Operation description
|
|
558
594
|
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
559
595
|
*
|
|
560
596
|
* @param request - DeleteMcpRequest
|
|
@@ -569,7 +605,7 @@ export default class Client extends OpenApi {
|
|
|
569
605
|
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
570
606
|
*
|
|
571
607
|
* @remarks
|
|
572
|
-
* ##
|
|
608
|
+
* ## Operation description
|
|
573
609
|
* Deletes a specified MCP service. The deletion is an asynchronous process. After the deletion is complete, the MCP service is no longer returned.
|
|
574
610
|
*
|
|
575
611
|
* @param request - DeleteMcpRequest
|
|
@@ -665,7 +701,7 @@ export default class Client extends OpenApi {
|
|
|
665
701
|
*/
|
|
666
702
|
deleteSkillDraft(workspaceId: string, skillName: string, request: $_model.DeleteSkillDraftRequest): Promise<$_model.DeleteSkillDraftResponse>;
|
|
667
703
|
/**
|
|
668
|
-
* Deletes a team
|
|
704
|
+
* Deletes a team from a specified workspace. Deleting a team does not delete the users or agents within it. Only the membership associations are removed.
|
|
669
705
|
*
|
|
670
706
|
* @param request - DeleteTeamRequest
|
|
671
707
|
* @param headers - map
|
|
@@ -676,7 +712,7 @@ export default class Client extends OpenApi {
|
|
|
676
712
|
[key: string]: string;
|
|
677
713
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteTeamResponse>;
|
|
678
714
|
/**
|
|
679
|
-
* Deletes a team
|
|
715
|
+
* Deletes a team from a specified workspace. Deleting a team does not delete the users or agents within it. Only the membership associations are removed.
|
|
680
716
|
*
|
|
681
717
|
* @param request - DeleteTeamRequest
|
|
682
718
|
* @returns DeleteTeamResponse
|
|
@@ -724,6 +760,30 @@ export default class Client extends OpenApi {
|
|
|
724
760
|
* @returns DeleteWorkspaceResponse
|
|
725
761
|
*/
|
|
726
762
|
deleteWorkspace(workspaceId: string, request: $_model.DeleteWorkspaceRequest): Promise<$_model.DeleteWorkspaceResponse>;
|
|
763
|
+
/**
|
|
764
|
+
* Disables a Connector.
|
|
765
|
+
*
|
|
766
|
+
* @remarks
|
|
767
|
+
* Disables a specified Connector in a workspace.
|
|
768
|
+
*
|
|
769
|
+
* @param request - DisableConnectorRequest
|
|
770
|
+
* @param headers - map
|
|
771
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
772
|
+
* @returns DisableConnectorResponse
|
|
773
|
+
*/
|
|
774
|
+
disableConnectorWithOptions(workspaceId: string, connectorName: string, request: $_model.DisableConnectorRequest, headers: {
|
|
775
|
+
[key: string]: string;
|
|
776
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.DisableConnectorResponse>;
|
|
777
|
+
/**
|
|
778
|
+
* Disables a Connector.
|
|
779
|
+
*
|
|
780
|
+
* @remarks
|
|
781
|
+
* Disables a specified Connector in a workspace.
|
|
782
|
+
*
|
|
783
|
+
* @param request - DisableConnectorRequest
|
|
784
|
+
* @returns DisableConnectorResponse
|
|
785
|
+
*/
|
|
786
|
+
disableConnector(workspaceId: string, connectorName: string, request: $_model.DisableConnectorRequest): Promise<$_model.DisableConnectorResponse>;
|
|
727
787
|
/**
|
|
728
788
|
* Retrieves a pre-signed OSS download URL for a specified AgentSpec ZIP package.
|
|
729
789
|
*
|
|
@@ -776,6 +836,30 @@ export default class Client extends OpenApi {
|
|
|
776
836
|
* @returns DownloadSkillVersionViaOssResponse
|
|
777
837
|
*/
|
|
778
838
|
downloadSkillVersionViaOss(workspaceId: string, skillName: string, skillVersion: string, request: $_model.DownloadSkillVersionViaOssRequest): Promise<$_model.DownloadSkillVersionViaOssResponse>;
|
|
839
|
+
/**
|
|
840
|
+
* Enables a Connector.
|
|
841
|
+
*
|
|
842
|
+
* @remarks
|
|
843
|
+
* Enables a Connector in a specified workspace. Credential verification is required before enabling.
|
|
844
|
+
*
|
|
845
|
+
* @param tmpReq - EnableConnectorRequest
|
|
846
|
+
* @param headers - map
|
|
847
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
848
|
+
* @returns EnableConnectorResponse
|
|
849
|
+
*/
|
|
850
|
+
enableConnectorWithOptions(workspaceId: string, connectorName: string, tmpReq: $_model.EnableConnectorRequest, headers: {
|
|
851
|
+
[key: string]: string;
|
|
852
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.EnableConnectorResponse>;
|
|
853
|
+
/**
|
|
854
|
+
* Enables a Connector.
|
|
855
|
+
*
|
|
856
|
+
* @remarks
|
|
857
|
+
* Enables a Connector in a specified workspace. Credential verification is required before enabling.
|
|
858
|
+
*
|
|
859
|
+
* @param request - EnableConnectorRequest
|
|
860
|
+
* @returns EnableConnectorResponse
|
|
861
|
+
*/
|
|
862
|
+
enableConnector(workspaceId: string, connectorName: string, request: $_model.EnableConnectorRequest): Promise<$_model.EnableConnectorResponse>;
|
|
779
863
|
/**
|
|
780
864
|
* Skips the regular review process and forcibly publishes the specified Skill version.
|
|
781
865
|
*
|
|
@@ -853,11 +937,11 @@ export default class Client extends OpenApi {
|
|
|
853
937
|
*/
|
|
854
938
|
getAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.GetAgentSpecRequest): Promise<$_model.GetAgentSpecResponse>;
|
|
855
939
|
/**
|
|
856
|
-
* Retrieves the OSS pre-signed upload URL and object name required
|
|
940
|
+
* Retrieves the OSS pre-signed upload URL and object name required to import an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
857
941
|
*
|
|
858
942
|
* @remarks
|
|
859
943
|
* ## Operation description
|
|
860
|
-
* Retrieves the OSS pre-signed upload URL and object name required
|
|
944
|
+
* Retrieves the OSS pre-signed upload URL and object name required to import an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
861
945
|
*
|
|
862
946
|
* @param request - GetAgentSpecImportFileUrlRequest
|
|
863
947
|
* @param headers - map
|
|
@@ -868,11 +952,11 @@ export default class Client extends OpenApi {
|
|
|
868
952
|
[key: string]: string;
|
|
869
953
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetAgentSpecImportFileUrlResponse>;
|
|
870
954
|
/**
|
|
871
|
-
* Retrieves the OSS pre-signed upload URL and object name required
|
|
955
|
+
* Retrieves the OSS pre-signed upload URL and object name required to import an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
872
956
|
*
|
|
873
957
|
* @remarks
|
|
874
958
|
* ## Operation description
|
|
875
|
-
* Retrieves the OSS pre-signed upload URL and object name required
|
|
959
|
+
* Retrieves the OSS pre-signed upload URL and object name required to import an AgentSpec ZIP package. After the upload is complete, call the AgentSpec OSS upload operation to complete the import.
|
|
876
960
|
*
|
|
877
961
|
* @param request - GetAgentSpecImportFileUrlRequest
|
|
878
962
|
* @returns GetAgentSpecImportFileUrlResponse
|
|
@@ -931,7 +1015,10 @@ export default class Client extends OpenApi {
|
|
|
931
1015
|
*/
|
|
932
1016
|
getAgentSpecVersion(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.GetAgentSpecVersionRequest): Promise<$_model.GetAgentSpecVersionResponse>;
|
|
933
1017
|
/**
|
|
934
|
-
* Queries the details of a specified credential and returns the list of agents
|
|
1018
|
+
* Queries the details of a specified credential and returns the list of agents bound to the credential. The credential content is returned in masked form.
|
|
1019
|
+
*
|
|
1020
|
+
* @remarks
|
|
1021
|
+
* Queries the details of a single credential. Sensitive fields are not returned.
|
|
935
1022
|
*
|
|
936
1023
|
* @param request - GetCredentialRequest
|
|
937
1024
|
* @param headers - map
|
|
@@ -942,7 +1029,10 @@ export default class Client extends OpenApi {
|
|
|
942
1029
|
[key: string]: string;
|
|
943
1030
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetCredentialResponse>;
|
|
944
1031
|
/**
|
|
945
|
-
* Queries the details of a specified credential and returns the list of agents
|
|
1032
|
+
* Queries the details of a specified credential and returns the list of agents bound to the credential. The credential content is returned in masked form.
|
|
1033
|
+
*
|
|
1034
|
+
* @remarks
|
|
1035
|
+
* Queries the details of a single credential. Sensitive fields are not returned.
|
|
946
1036
|
*
|
|
947
1037
|
* @param request - GetCredentialRequest
|
|
948
1038
|
* @returns GetCredentialResponse
|
|
@@ -1033,11 +1123,11 @@ export default class Client extends OpenApi {
|
|
|
1033
1123
|
*/
|
|
1034
1124
|
getManagedAgent(workspaceId: string, agentId: string, request: $_model.GetManagedAgentRequest): Promise<$_model.GetManagedAgentResponse>;
|
|
1035
1125
|
/**
|
|
1036
|
-
* Queries the details of a specified MCP service, including
|
|
1126
|
+
* Queries the details of a specified MCP service, including the address, type, status, authentication configuration, and protocol.
|
|
1037
1127
|
*
|
|
1038
1128
|
* @remarks
|
|
1039
1129
|
* ## Operation description
|
|
1040
|
-
* Queries the details of a specified MCP service, including
|
|
1130
|
+
* Queries the details of a specified MCP service, including the address, type, status, authentication configuration, and protocol.
|
|
1041
1131
|
*
|
|
1042
1132
|
* @param request - GetMcpRequest
|
|
1043
1133
|
* @param headers - map
|
|
@@ -1048,16 +1138,40 @@ export default class Client extends OpenApi {
|
|
|
1048
1138
|
[key: string]: string;
|
|
1049
1139
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetMcpResponse>;
|
|
1050
1140
|
/**
|
|
1051
|
-
* Queries the details of a specified MCP service, including
|
|
1141
|
+
* Queries the details of a specified MCP service, including the address, type, status, authentication configuration, and protocol.
|
|
1052
1142
|
*
|
|
1053
1143
|
* @remarks
|
|
1054
1144
|
* ## Operation description
|
|
1055
|
-
* Queries the details of a specified MCP service, including
|
|
1145
|
+
* Queries the details of a specified MCP service, including the address, type, status, authentication configuration, and protocol.
|
|
1056
1146
|
*
|
|
1057
1147
|
* @param request - GetMcpRequest
|
|
1058
1148
|
* @returns GetMcpResponse
|
|
1059
1149
|
*/
|
|
1060
1150
|
getMcp(workspaceId: string, mcpServerId: string, request: $_model.GetMcpRequest): Promise<$_model.GetMcpResponse>;
|
|
1151
|
+
/**
|
|
1152
|
+
* Queries the details of an MCP marketplace template.
|
|
1153
|
+
*
|
|
1154
|
+
* @remarks
|
|
1155
|
+
* Returns the current template version and installation form schema.
|
|
1156
|
+
*
|
|
1157
|
+
* @param request - GetMcpMarketItemRequest
|
|
1158
|
+
* @param headers - map
|
|
1159
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1160
|
+
* @returns GetMcpMarketItemResponse
|
|
1161
|
+
*/
|
|
1162
|
+
getMcpMarketItemWithOptions(workspaceId: string, marketItemId: string, request: $_model.GetMcpMarketItemRequest, headers: {
|
|
1163
|
+
[key: string]: string;
|
|
1164
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetMcpMarketItemResponse>;
|
|
1165
|
+
/**
|
|
1166
|
+
* Queries the details of an MCP marketplace template.
|
|
1167
|
+
*
|
|
1168
|
+
* @remarks
|
|
1169
|
+
* Returns the current template version and installation form schema.
|
|
1170
|
+
*
|
|
1171
|
+
* @param request - GetMcpMarketItemRequest
|
|
1172
|
+
* @returns GetMcpMarketItemResponse
|
|
1173
|
+
*/
|
|
1174
|
+
getMcpMarketItem(workspaceId: string, marketItemId: string, request: $_model.GetMcpMarketItemRequest): Promise<$_model.GetMcpMarketItemResponse>;
|
|
1061
1175
|
/**
|
|
1062
1176
|
* Queries the detailed configuration and region of a model in a specified workspace.
|
|
1063
1177
|
*
|
|
@@ -1221,7 +1335,7 @@ export default class Client extends OpenApi {
|
|
|
1221
1335
|
*/
|
|
1222
1336
|
getSkillVersionDetail(workspaceId: string, skillName: string, skillVersion: string, request: $_model.GetSkillVersionDetailRequest): Promise<$_model.GetSkillVersionDetailResponse>;
|
|
1223
1337
|
/**
|
|
1224
|
-
* Queries the details of a specified team. The response includes the complete
|
|
1338
|
+
* Queries the details of a specified team. The response includes the complete attributes and team roles of each user member and agent member in the team.
|
|
1225
1339
|
*
|
|
1226
1340
|
* @param request - GetTeamRequest
|
|
1227
1341
|
* @param headers - map
|
|
@@ -1232,7 +1346,7 @@ export default class Client extends OpenApi {
|
|
|
1232
1346
|
[key: string]: string;
|
|
1233
1347
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetTeamResponse>;
|
|
1234
1348
|
/**
|
|
1235
|
-
* Queries the details of a specified team. The response includes the complete
|
|
1349
|
+
* Queries the details of a specified team. The response includes the complete attributes and team roles of each user member and agent member in the team.
|
|
1236
1350
|
*
|
|
1237
1351
|
* @param request - GetTeamRequest
|
|
1238
1352
|
* @returns GetTeamResponse
|
|
@@ -1257,10 +1371,10 @@ export default class Client extends OpenApi {
|
|
|
1257
1371
|
*/
|
|
1258
1372
|
getUser(workspaceId: string, agentCoreUserId: string, request: $_model.GetUserRequest): Promise<$_model.GetUserResponse>;
|
|
1259
1373
|
/**
|
|
1260
|
-
* Queries
|
|
1374
|
+
* Queries the details of a workspace by workspace ID, including the lifecycle status, CMS Workspace, AIRegistry Namespace, and current network policy.
|
|
1261
1375
|
*
|
|
1262
1376
|
* @remarks
|
|
1263
|
-
* ## Operation description\\nQueries
|
|
1377
|
+
* ## Operation description\\nQueries the details of a workspace by workspace ID, including the lifecycle status, CMS Workspace, AIRegistry Namespace, and current network policy.\\n.
|
|
1264
1378
|
*
|
|
1265
1379
|
* @param request - GetWorkspaceRequest
|
|
1266
1380
|
* @param headers - map
|
|
@@ -1271,10 +1385,10 @@ export default class Client extends OpenApi {
|
|
|
1271
1385
|
[key: string]: string;
|
|
1272
1386
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetWorkspaceResponse>;
|
|
1273
1387
|
/**
|
|
1274
|
-
* Queries
|
|
1388
|
+
* Queries the details of a workspace by workspace ID, including the lifecycle status, CMS Workspace, AIRegistry Namespace, and current network policy.
|
|
1275
1389
|
*
|
|
1276
1390
|
* @remarks
|
|
1277
|
-
* ## Operation description\\nQueries
|
|
1391
|
+
* ## Operation description\\nQueries the details of a workspace by workspace ID, including the lifecycle status, CMS Workspace, AIRegistry Namespace, and current network policy.\\n.
|
|
1278
1392
|
*
|
|
1279
1393
|
* @param request - GetWorkspaceRequest
|
|
1280
1394
|
* @returns GetWorkspaceResponse
|
|
@@ -1304,6 +1418,30 @@ export default class Client extends OpenApi {
|
|
|
1304
1418
|
* @returns GetWorkspacePluginResponse
|
|
1305
1419
|
*/
|
|
1306
1420
|
getWorkspacePlugin(workspaceId: string, pluginName: string, request: $_model.GetWorkspacePluginRequest): Promise<$_model.GetWorkspacePluginResponse>;
|
|
1421
|
+
/**
|
|
1422
|
+
* Installs an MCP marketplace template.
|
|
1423
|
+
*
|
|
1424
|
+
* @remarks
|
|
1425
|
+
* Validates input based on the specified template version and creates an MCP in the workspace.
|
|
1426
|
+
*
|
|
1427
|
+
* @param tmpReq - InstallMcpMarketItemRequest
|
|
1428
|
+
* @param headers - map
|
|
1429
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1430
|
+
* @returns InstallMcpMarketItemResponse
|
|
1431
|
+
*/
|
|
1432
|
+
installMcpMarketItemWithOptions(workspaceId: string, marketItemId: string, tmpReq: $_model.InstallMcpMarketItemRequest, headers: {
|
|
1433
|
+
[key: string]: string;
|
|
1434
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.InstallMcpMarketItemResponse>;
|
|
1435
|
+
/**
|
|
1436
|
+
* Installs an MCP marketplace template.
|
|
1437
|
+
*
|
|
1438
|
+
* @remarks
|
|
1439
|
+
* Validates input based on the specified template version and creates an MCP in the workspace.
|
|
1440
|
+
*
|
|
1441
|
+
* @param request - InstallMcpMarketItemRequest
|
|
1442
|
+
* @returns InstallMcpMarketItemResponse
|
|
1443
|
+
*/
|
|
1444
|
+
installMcpMarketItem(workspaceId: string, marketItemId: string, request: $_model.InstallMcpMarketItemRequest): Promise<$_model.InstallMcpMarketItemResponse>;
|
|
1307
1445
|
/**
|
|
1308
1446
|
* Installs a plugin for a specified AgentCore workspace. Currently supports the collaboration plugin. The installation process is executed asynchronously.
|
|
1309
1447
|
*
|
|
@@ -1397,7 +1535,58 @@ export default class Client extends OpenApi {
|
|
|
1397
1535
|
*/
|
|
1398
1536
|
listAgentTeams(workspaceId: string, request: $_model.ListAgentTeamsRequest): Promise<$_model.ListAgentTeamsResponse>;
|
|
1399
1537
|
/**
|
|
1400
|
-
* Queries
|
|
1538
|
+
* Queries the list of models for a connector.
|
|
1539
|
+
*
|
|
1540
|
+
* @remarks
|
|
1541
|
+
* Queries the list of available models for a specified connector. Pagination is supported.
|
|
1542
|
+
*
|
|
1543
|
+
* @param request - ListConnectorModelsRequest
|
|
1544
|
+
* @param headers - map
|
|
1545
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1546
|
+
* @returns ListConnectorModelsResponse
|
|
1547
|
+
*/
|
|
1548
|
+
listConnectorModelsWithOptions(workspaceId: string, connectorName: string, request: $_model.ListConnectorModelsRequest, headers: {
|
|
1549
|
+
[key: string]: string;
|
|
1550
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListConnectorModelsResponse>;
|
|
1551
|
+
/**
|
|
1552
|
+
* Queries the list of models for a connector.
|
|
1553
|
+
*
|
|
1554
|
+
* @remarks
|
|
1555
|
+
* Queries the list of available models for a specified connector. Pagination is supported.
|
|
1556
|
+
*
|
|
1557
|
+
* @param request - ListConnectorModelsRequest
|
|
1558
|
+
* @returns ListConnectorModelsResponse
|
|
1559
|
+
*/
|
|
1560
|
+
listConnectorModels(workspaceId: string, connectorName: string, request: $_model.ListConnectorModelsRequest): Promise<$_model.ListConnectorModelsResponse>;
|
|
1561
|
+
/**
|
|
1562
|
+
* Queries the list of connectors.
|
|
1563
|
+
*
|
|
1564
|
+
* @remarks
|
|
1565
|
+
* Queries the list of connectors in a specified workspace.
|
|
1566
|
+
*
|
|
1567
|
+
* @param request - ListConnectorsRequest
|
|
1568
|
+
* @param headers - map
|
|
1569
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1570
|
+
* @returns ListConnectorsResponse
|
|
1571
|
+
*/
|
|
1572
|
+
listConnectorsWithOptions(workspaceId: string, request: $_model.ListConnectorsRequest, headers: {
|
|
1573
|
+
[key: string]: string;
|
|
1574
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListConnectorsResponse>;
|
|
1575
|
+
/**
|
|
1576
|
+
* Queries the list of connectors.
|
|
1577
|
+
*
|
|
1578
|
+
* @remarks
|
|
1579
|
+
* Queries the list of connectors in a specified workspace.
|
|
1580
|
+
*
|
|
1581
|
+
* @param request - ListConnectorsRequest
|
|
1582
|
+
* @returns ListConnectorsResponse
|
|
1583
|
+
*/
|
|
1584
|
+
listConnectors(workspaceId: string, request: $_model.ListConnectorsRequest): Promise<$_model.ListConnectorsResponse>;
|
|
1585
|
+
/**
|
|
1586
|
+
* Queries credentials in a specified workspace with paging. Filter by type using credentialType, perform a fuzzy match on credential names using nameLike, specify the maximum number of records per page using maxResults, and retrieve the next page using nextToken. If maxResults is not specified, the server returns 10 records by default.
|
|
1587
|
+
*
|
|
1588
|
+
* @remarks
|
|
1589
|
+
* Queries the list of credentials in a workspace with paging. Supports filtering by type and name.
|
|
1401
1590
|
*
|
|
1402
1591
|
* @param request - ListCredentialsRequest
|
|
1403
1592
|
* @param headers - map
|
|
@@ -1408,7 +1597,10 @@ export default class Client extends OpenApi {
|
|
|
1408
1597
|
[key: string]: string;
|
|
1409
1598
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListCredentialsResponse>;
|
|
1410
1599
|
/**
|
|
1411
|
-
* Queries credentials in a specified workspace
|
|
1600
|
+
* Queries credentials in a specified workspace with paging. Filter by type using credentialType, perform a fuzzy match on credential names using nameLike, specify the maximum number of records per page using maxResults, and retrieve the next page using nextToken. If maxResults is not specified, the server returns 10 records by default.
|
|
1601
|
+
*
|
|
1602
|
+
* @remarks
|
|
1603
|
+
* Queries the list of credentials in a workspace with paging. Supports filtering by type and name.
|
|
1412
1604
|
*
|
|
1413
1605
|
* @param request - ListCredentialsRequest
|
|
1414
1606
|
* @returns ListCredentialsResponse
|
|
@@ -1460,7 +1652,7 @@ export default class Client extends OpenApi {
|
|
|
1460
1652
|
* Queries the list of managed agents in a specified workspace.
|
|
1461
1653
|
*
|
|
1462
1654
|
* @remarks
|
|
1463
|
-
*
|
|
1655
|
+
* Performs a paged query for the list of managed agents in a specified workspace. Returns summary information for each agent, including the identity, name, status, template, and specifications. Use paging parameters to navigate through results.
|
|
1464
1656
|
*
|
|
1465
1657
|
* @param request - ListManagedAgentsRequest
|
|
1466
1658
|
* @param headers - map
|
|
@@ -1474,12 +1666,36 @@ export default class Client extends OpenApi {
|
|
|
1474
1666
|
* Queries the list of managed agents in a specified workspace.
|
|
1475
1667
|
*
|
|
1476
1668
|
* @remarks
|
|
1477
|
-
*
|
|
1669
|
+
* Performs a paged query for the list of managed agents in a specified workspace. Returns summary information for each agent, including the identity, name, status, template, and specifications. Use paging parameters to navigate through results.
|
|
1478
1670
|
*
|
|
1479
1671
|
* @param request - ListManagedAgentsRequest
|
|
1480
1672
|
* @returns ListManagedAgentsResponse
|
|
1481
1673
|
*/
|
|
1482
1674
|
listManagedAgents(workspaceId: string, request: $_model.ListManagedAgentsRequest): Promise<$_model.ListManagedAgentsResponse>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Queries MCP marketplace templates.
|
|
1677
|
+
*
|
|
1678
|
+
* @remarks
|
|
1679
|
+
* Queries all online official MCP templates. You can filter results by keyword, usage tag, and MCP type.
|
|
1680
|
+
*
|
|
1681
|
+
* @param request - ListMcpMarketItemsRequest
|
|
1682
|
+
* @param headers - map
|
|
1683
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1684
|
+
* @returns ListMcpMarketItemsResponse
|
|
1685
|
+
*/
|
|
1686
|
+
listMcpMarketItemsWithOptions(workspaceId: string, request: $_model.ListMcpMarketItemsRequest, headers: {
|
|
1687
|
+
[key: string]: string;
|
|
1688
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListMcpMarketItemsResponse>;
|
|
1689
|
+
/**
|
|
1690
|
+
* Queries MCP marketplace templates.
|
|
1691
|
+
*
|
|
1692
|
+
* @remarks
|
|
1693
|
+
* Queries all online official MCP templates. You can filter results by keyword, usage tag, and MCP type.
|
|
1694
|
+
*
|
|
1695
|
+
* @param request - ListMcpMarketItemsRequest
|
|
1696
|
+
* @returns ListMcpMarketItemsResponse
|
|
1697
|
+
*/
|
|
1698
|
+
listMcpMarketItems(workspaceId: string, request: $_model.ListMcpMarketItemsRequest): Promise<$_model.ListMcpMarketItemsResponse>;
|
|
1483
1699
|
/**
|
|
1484
1700
|
* Queries the list of tools exposed by a specified MCP service and their input/output schemas.
|
|
1485
1701
|
*
|
|
@@ -1507,11 +1723,11 @@ export default class Client extends OpenApi {
|
|
|
1507
1723
|
*/
|
|
1508
1724
|
listMcpTools(workspaceId: string, mcpServerId: string, request: $_model.ListMcpToolsRequest): Promise<$_model.ListMcpToolsResponse>;
|
|
1509
1725
|
/**
|
|
1510
|
-
* Queries MCP services and their configurations and statuses in a specified workspace by
|
|
1726
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
1511
1727
|
*
|
|
1512
1728
|
* @remarks
|
|
1513
1729
|
* ## Operation description
|
|
1514
|
-
* Queries MCP services and their configurations and statuses in a specified workspace by
|
|
1730
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
1515
1731
|
*
|
|
1516
1732
|
* @param request - ListMcpsRequest
|
|
1517
1733
|
* @param headers - map
|
|
@@ -1522,11 +1738,11 @@ export default class Client extends OpenApi {
|
|
|
1522
1738
|
[key: string]: string;
|
|
1523
1739
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListMcpsResponse>;
|
|
1524
1740
|
/**
|
|
1525
|
-
* Queries MCP services and their configurations and statuses in a specified workspace by
|
|
1741
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
1526
1742
|
*
|
|
1527
1743
|
* @remarks
|
|
1528
1744
|
* ## Operation description
|
|
1529
|
-
* Queries MCP services and their configurations and statuses in a specified workspace by
|
|
1745
|
+
* Queries MCP services and their configurations and statuses in a specified workspace by using paging.
|
|
1530
1746
|
*
|
|
1531
1747
|
* @param request - ListMcpsRequest
|
|
1532
1748
|
* @returns ListMcpsResponse
|
|
@@ -1610,6 +1826,54 @@ export default class Client extends OpenApi {
|
|
|
1610
1826
|
* @returns ListPredefinedModelsResponse
|
|
1611
1827
|
*/
|
|
1612
1828
|
listPredefinedModels(providerType: string, request: $_model.ListPredefinedModelsRequest): Promise<$_model.ListPredefinedModelsResponse>;
|
|
1829
|
+
/**
|
|
1830
|
+
* Queries the list of Sandbox sessions.
|
|
1831
|
+
*
|
|
1832
|
+
* @remarks
|
|
1833
|
+
* Queries the list of active sessions in the Sandbox of a specified managed agent.
|
|
1834
|
+
*
|
|
1835
|
+
* @param request - ListSandboxSessionsRequest
|
|
1836
|
+
* @param headers - map
|
|
1837
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1838
|
+
* @returns ListSandboxSessionsResponse
|
|
1839
|
+
*/
|
|
1840
|
+
listSandboxSessionsWithOptions(workspaceId: string, agentId: string, sandboxId: string, request: $_model.ListSandboxSessionsRequest, headers: {
|
|
1841
|
+
[key: string]: string;
|
|
1842
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListSandboxSessionsResponse>;
|
|
1843
|
+
/**
|
|
1844
|
+
* Queries the list of Sandbox sessions.
|
|
1845
|
+
*
|
|
1846
|
+
* @remarks
|
|
1847
|
+
* Queries the list of active sessions in the Sandbox of a specified managed agent.
|
|
1848
|
+
*
|
|
1849
|
+
* @param request - ListSandboxSessionsRequest
|
|
1850
|
+
* @returns ListSandboxSessionsResponse
|
|
1851
|
+
*/
|
|
1852
|
+
listSandboxSessions(workspaceId: string, agentId: string, sandboxId: string, request: $_model.ListSandboxSessionsRequest): Promise<$_model.ListSandboxSessionsResponse>;
|
|
1853
|
+
/**
|
|
1854
|
+
* Queries a list of sandboxes.
|
|
1855
|
+
*
|
|
1856
|
+
* @remarks
|
|
1857
|
+
* Queries the sandbox list of a specified managed agent. The searchText parameter performs a fuzzy match on Sandbox ID fragments, and the sessionId parameter performs a fuzzy match on currently active Session ID fragments. Both parameters can be specified simultaneously and are combined with AND logic.
|
|
1858
|
+
*
|
|
1859
|
+
* @param request - ListSandboxesRequest
|
|
1860
|
+
* @param headers - map
|
|
1861
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1862
|
+
* @returns ListSandboxesResponse
|
|
1863
|
+
*/
|
|
1864
|
+
listSandboxesWithOptions(workspaceId: string, agentId: string, request: $_model.ListSandboxesRequest, headers: {
|
|
1865
|
+
[key: string]: string;
|
|
1866
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListSandboxesResponse>;
|
|
1867
|
+
/**
|
|
1868
|
+
* Queries a list of sandboxes.
|
|
1869
|
+
*
|
|
1870
|
+
* @remarks
|
|
1871
|
+
* Queries the sandbox list of a specified managed agent. The searchText parameter performs a fuzzy match on Sandbox ID fragments, and the sessionId parameter performs a fuzzy match on currently active Session ID fragments. Both parameters can be specified simultaneously and are combined with AND logic.
|
|
1872
|
+
*
|
|
1873
|
+
* @param request - ListSandboxesRequest
|
|
1874
|
+
* @returns ListSandboxesResponse
|
|
1875
|
+
*/
|
|
1876
|
+
listSandboxes(workspaceId: string, agentId: string, request: $_model.ListSandboxesRequest): Promise<$_model.ListSandboxesResponse>;
|
|
1613
1877
|
/**
|
|
1614
1878
|
* Queries service endpoints in a specified workspace by using paging. Supports filtering by target type, agent, collaboration component, and status.
|
|
1615
1879
|
*
|
|
@@ -1697,10 +1961,10 @@ export default class Client extends OpenApi {
|
|
|
1697
1961
|
*/
|
|
1698
1962
|
listUsers(workspaceId: string, request: $_model.ListUsersRequest): Promise<$_model.ListUsersResponse>;
|
|
1699
1963
|
/**
|
|
1700
|
-
* Queries workspaces under the current tenant
|
|
1964
|
+
* Queries workspaces under the current tenant by 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.
|
|
1701
1965
|
*
|
|
1702
1966
|
* @remarks
|
|
1703
|
-
* ##
|
|
1967
|
+
* ## Operation description\\nQueries workspaces under the current tenant by 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 paging request, 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
|
|
1704
1968
|
*
|
|
1705
1969
|
* @param request - ListWorkspacesRequest
|
|
1706
1970
|
* @param headers - map
|
|
@@ -1711,10 +1975,10 @@ export default class Client extends OpenApi {
|
|
|
1711
1975
|
[key: string]: string;
|
|
1712
1976
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListWorkspacesResponse>;
|
|
1713
1977
|
/**
|
|
1714
|
-
* Queries workspaces under the current tenant
|
|
1978
|
+
* Queries workspaces under the current tenant by 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.
|
|
1715
1979
|
*
|
|
1716
1980
|
* @remarks
|
|
1717
|
-
* ##
|
|
1981
|
+
* ## Operation description\\nQueries workspaces under the current tenant by 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 paging request, 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
|
|
1718
1982
|
*
|
|
1719
1983
|
* @param request - ListWorkspacesRequest
|
|
1720
1984
|
* @returns ListWorkspacesResponse
|
|
@@ -1994,9 +2258,36 @@ export default class Client extends OpenApi {
|
|
|
1994
2258
|
* @returns UpdateAgentSpecResponse
|
|
1995
2259
|
*/
|
|
1996
2260
|
updateAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.UpdateAgentSpecRequest): Promise<$_model.UpdateAgentSpecResponse>;
|
|
2261
|
+
/**
|
|
2262
|
+
* Updates the credentials of a Connector.
|
|
2263
|
+
*
|
|
2264
|
+
* @remarks
|
|
2265
|
+
* Updates the sensitive configuration of a specified Connector and aligns the Service Account Key by ID.
|
|
2266
|
+
*
|
|
2267
|
+
* @param tmpReq - UpdateConnectorRequest
|
|
2268
|
+
* @param headers - map
|
|
2269
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2270
|
+
* @returns UpdateConnectorResponse
|
|
2271
|
+
*/
|
|
2272
|
+
updateConnectorWithOptions(workspaceId: string, connectorName: string, tmpReq: $_model.UpdateConnectorRequest, headers: {
|
|
2273
|
+
[key: string]: string;
|
|
2274
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateConnectorResponse>;
|
|
2275
|
+
/**
|
|
2276
|
+
* Updates the credentials of a Connector.
|
|
2277
|
+
*
|
|
2278
|
+
* @remarks
|
|
2279
|
+
* Updates the sensitive configuration of a specified Connector and aligns the Service Account Key by ID.
|
|
2280
|
+
*
|
|
2281
|
+
* @param request - UpdateConnectorRequest
|
|
2282
|
+
* @returns UpdateConnectorResponse
|
|
2283
|
+
*/
|
|
2284
|
+
updateConnector(workspaceId: string, connectorName: string, request: $_model.UpdateConnectorRequest): Promise<$_model.UpdateConnectorResponse>;
|
|
1997
2285
|
/**
|
|
1998
2286
|
* Updates the content or description of a specified credential. At least one of credentialMetadata and description must be specified. Unspecified properties remain unchanged. The credential name and credential type cannot be modified after creation.
|
|
1999
2287
|
*
|
|
2288
|
+
* @remarks
|
|
2289
|
+
* Updates the metadata or resource scope of a specified credential.
|
|
2290
|
+
*
|
|
2000
2291
|
* @param tmpReq - UpdateCredentialRequest
|
|
2001
2292
|
* @param headers - map
|
|
2002
2293
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2008,6 +2299,9 @@ export default class Client extends OpenApi {
|
|
|
2008
2299
|
/**
|
|
2009
2300
|
* Updates the content or description of a specified credential. At least one of credentialMetadata and description must be specified. Unspecified properties remain unchanged. The credential name and credential type cannot be modified after creation.
|
|
2010
2301
|
*
|
|
2302
|
+
* @remarks
|
|
2303
|
+
* Updates the metadata or resource scope of a specified credential.
|
|
2304
|
+
*
|
|
2011
2305
|
* @param request - UpdateCredentialRequest
|
|
2012
2306
|
* @returns UpdateCredentialResponse
|
|
2013
2307
|
*/
|
|
@@ -2037,7 +2331,7 @@ export default class Client extends OpenApi {
|
|
|
2037
2331
|
*/
|
|
2038
2332
|
updateExternalAgent(workspaceId: string, agentId: string, request: $_model.UpdateExternalAgentRequest): Promise<$_model.UpdateExternalAgentResponse>;
|
|
2039
2333
|
/**
|
|
2040
|
-
* Updates the login
|
|
2334
|
+
* Updates the login toggle, member synchronization toggle, 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.
|
|
2041
2335
|
*
|
|
2042
2336
|
* @param tmpReq - UpdateIdentityProviderRequest
|
|
2043
2337
|
* @param headers - map
|
|
@@ -2048,7 +2342,7 @@ export default class Client extends OpenApi {
|
|
|
2048
2342
|
[key: string]: string;
|
|
2049
2343
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateIdentityProviderResponse>;
|
|
2050
2344
|
/**
|
|
2051
|
-
* Updates the login
|
|
2345
|
+
* Updates the login toggle, member synchronization toggle, 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.
|
|
2052
2346
|
*
|
|
2053
2347
|
* @param request - UpdateIdentityProviderRequest
|
|
2054
2348
|
* @returns UpdateIdentityProviderResponse
|
|
@@ -2098,13 +2392,37 @@ export default class Client extends OpenApi {
|
|
|
2098
2392
|
* @returns UpdateMcpResponse
|
|
2099
2393
|
*/
|
|
2100
2394
|
updateMcp(workspaceId: string, mcpServerId: string, request: $_model.UpdateMcpRequest): Promise<$_model.UpdateMcpResponse>;
|
|
2395
|
+
/**
|
|
2396
|
+
* Updates MCP parameters by template.
|
|
2397
|
+
*
|
|
2398
|
+
* @remarks
|
|
2399
|
+
* Updates the schema-exposed parameters by using the same template version that was bound when the MCP was created. This operation does not upgrade the template version.
|
|
2400
|
+
*
|
|
2401
|
+
* @param tmpReq - UpdateMcpTemplateConfigRequest
|
|
2402
|
+
* @param headers - map
|
|
2403
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2404
|
+
* @returns UpdateMcpTemplateConfigResponse
|
|
2405
|
+
*/
|
|
2406
|
+
updateMcpTemplateConfigWithOptions(workspaceId: string, mcpServerId: string, tmpReq: $_model.UpdateMcpTemplateConfigRequest, headers: {
|
|
2407
|
+
[key: string]: string;
|
|
2408
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateMcpTemplateConfigResponse>;
|
|
2409
|
+
/**
|
|
2410
|
+
* Updates MCP parameters by template.
|
|
2411
|
+
*
|
|
2412
|
+
* @remarks
|
|
2413
|
+
* Updates the schema-exposed parameters by using the same template version that was bound when the MCP was created. This operation does not upgrade the template version.
|
|
2414
|
+
*
|
|
2415
|
+
* @param request - UpdateMcpTemplateConfigRequest
|
|
2416
|
+
* @returns UpdateMcpTemplateConfigResponse
|
|
2417
|
+
*/
|
|
2418
|
+
updateMcpTemplateConfig(workspaceId: string, mcpServerId: string, request: $_model.UpdateMcpTemplateConfigRequest): Promise<$_model.UpdateMcpTemplateConfigResponse>;
|
|
2101
2419
|
/**
|
|
2102
2420
|
* Updates the description, context token limit, maximum output token count, or capability configuration of a specified model.
|
|
2103
2421
|
*
|
|
2104
2422
|
* @remarks
|
|
2105
|
-
* This operation
|
|
2106
|
-
* Modifying only description does not refresh the model configuration of associated
|
|
2107
|
-
* A successful response indicates that the model configuration has been saved. It does not indicate that associated
|
|
2423
|
+
* This operation supports updating description, contextSize, maxTokens, and capabilities. At least one non-null parameter must be provided. Parameters that are not provided or set to null retain their original values. The capabilities object is replaced as a whole. Capability fields not included in the object are treated as false.
|
|
2424
|
+
* Modifying only description does not refresh the model configuration of associated Agents. When contextSize, maxTokens, or capabilities actually change, the system asynchronously refreshes managed Agents that reference the model within the same workspace, as well as external Agents whose model source is PLATFORM. External Agents whose model source is RUNTIME are not affected. Submitting the same configuration repeatedly does not trigger a new model configuration refresh.
|
|
2425
|
+
* A successful response indicates that the model configuration has been saved. It does not indicate that associated Agents have completed the configuration refresh or that the runtime has loaded the new configuration. Call GetModel to query the saved model configuration.
|
|
2108
2426
|
*
|
|
2109
2427
|
* @param tmpReq - UpdateModelRequest
|
|
2110
2428
|
* @param headers - map
|
|
@@ -2118,9 +2436,9 @@ export default class Client extends OpenApi {
|
|
|
2118
2436
|
* Updates the description, context token limit, maximum output token count, or capability configuration of a specified model.
|
|
2119
2437
|
*
|
|
2120
2438
|
* @remarks
|
|
2121
|
-
* This operation
|
|
2122
|
-
* Modifying only description does not refresh the model configuration of associated
|
|
2123
|
-
* A successful response indicates that the model configuration has been saved. It does not indicate that associated
|
|
2439
|
+
* This operation supports updating description, contextSize, maxTokens, and capabilities. At least one non-null parameter must be provided. Parameters that are not provided or set to null retain their original values. The capabilities object is replaced as a whole. Capability fields not included in the object are treated as false.
|
|
2440
|
+
* Modifying only description does not refresh the model configuration of associated Agents. When contextSize, maxTokens, or capabilities actually change, the system asynchronously refreshes managed Agents that reference the model within the same workspace, as well as external Agents whose model source is PLATFORM. External Agents whose model source is RUNTIME are not affected. Submitting the same configuration repeatedly does not trigger a new model configuration refresh.
|
|
2441
|
+
* A successful response indicates that the model configuration has been saved. It does not indicate that associated Agents have completed the configuration refresh or that the runtime has loaded the new configuration. Call GetModel to query the saved model configuration.
|
|
2124
2442
|
*
|
|
2125
2443
|
* @param request - UpdateModelRequest
|
|
2126
2444
|
* @returns UpdateModelResponse
|
|
@@ -2259,10 +2577,10 @@ export default class Client extends OpenApi {
|
|
|
2259
2577
|
*/
|
|
2260
2578
|
updateUser(workspaceId: string, agentCoreUserId: string, request: $_model.UpdateUserRequest): Promise<$_model.UpdateUserResponse>;
|
|
2261
2579
|
/**
|
|
2262
|
-
* Updates the name or network configuration of a workspace. Only workspaces in the Initialized
|
|
2580
|
+
* Updates the name or network configuration of a workspace. Only workspaces in the Initialized state can be updated. The Status, TenantId, and RegionId fields are maintained by the server and cannot be modified through this operation.
|
|
2263
2581
|
*
|
|
2264
2582
|
* @remarks
|
|
2265
|
-
* ## Operation description\\nUpdates the name or network configuration of a workspace. Only workspaces in the `Initialized`
|
|
2583
|
+
* ## Operation description\\nUpdates the name or network configuration of a workspace. Only workspaces in the `Initialized` state 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.
|
|
2266
2584
|
*
|
|
2267
2585
|
* @param tmpReq - UpdateWorkspaceRequest
|
|
2268
2586
|
* @param headers - map
|
|
@@ -2273,10 +2591,10 @@ export default class Client extends OpenApi {
|
|
|
2273
2591
|
[key: string]: string;
|
|
2274
2592
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateWorkspaceResponse>;
|
|
2275
2593
|
/**
|
|
2276
|
-
* Updates the name or network configuration of a workspace. Only workspaces in the Initialized
|
|
2594
|
+
* Updates the name or network configuration of a workspace. Only workspaces in the Initialized state can be updated. The Status, TenantId, and RegionId fields are maintained by the server and cannot be modified through this operation.
|
|
2277
2595
|
*
|
|
2278
2596
|
* @remarks
|
|
2279
|
-
* ## Operation description\\nUpdates the name or network configuration of a workspace. Only workspaces in the `Initialized`
|
|
2597
|
+
* ## Operation description\\nUpdates the name or network configuration of a workspace. Only workspaces in the `Initialized` state 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.
|
|
2280
2598
|
*
|
|
2281
2599
|
* @param request - UpdateWorkspaceRequest
|
|
2282
2600
|
* @returns UpdateWorkspaceResponse
|
|
@@ -2334,4 +2652,52 @@ export default class Client extends OpenApi {
|
|
|
2334
2652
|
* @returns UploadSkillViaOssResponse
|
|
2335
2653
|
*/
|
|
2336
2654
|
uploadSkillViaOss(workspaceId: string, request: $_model.UploadSkillViaOssRequest): Promise<$_model.UploadSkillViaOssResponse>;
|
|
2655
|
+
/**
|
|
2656
|
+
* Validates the credentials of a Connector.
|
|
2657
|
+
*
|
|
2658
|
+
* @remarks
|
|
2659
|
+
* Validates whether the credentials of a specified Connector are valid and returns a list of invalid Service Account Keys.
|
|
2660
|
+
*
|
|
2661
|
+
* @param tmpReq - VerifyConnectorRequest
|
|
2662
|
+
* @param headers - map
|
|
2663
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2664
|
+
* @returns VerifyConnectorResponse
|
|
2665
|
+
*/
|
|
2666
|
+
verifyConnectorWithOptions(workspaceId: string, connectorName: string, tmpReq: $_model.VerifyConnectorRequest, headers: {
|
|
2667
|
+
[key: string]: string;
|
|
2668
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.VerifyConnectorResponse>;
|
|
2669
|
+
/**
|
|
2670
|
+
* Validates the credentials of a Connector.
|
|
2671
|
+
*
|
|
2672
|
+
* @remarks
|
|
2673
|
+
* Validates whether the credentials of a specified Connector are valid and returns a list of invalid Service Account Keys.
|
|
2674
|
+
*
|
|
2675
|
+
* @param request - VerifyConnectorRequest
|
|
2676
|
+
* @returns VerifyConnectorResponse
|
|
2677
|
+
*/
|
|
2678
|
+
verifyConnector(workspaceId: string, connectorName: string, request: $_model.VerifyConnectorRequest): Promise<$_model.VerifyConnectorResponse>;
|
|
2679
|
+
/**
|
|
2680
|
+
* Verifies the RAM authorization for an OSS mount in a workspace.
|
|
2681
|
+
*
|
|
2682
|
+
* @remarks
|
|
2683
|
+
* Queries whether the OSS mount role of a workspace is bound to the custom RAM policy for the target bucket. Returns AUTHORIZED or UNAUTHORIZED. If bucketName is not specified, the existing user-managed OSS binding of the workspace is used and the authorization status is saved. If bucketName is specified, only the authorization status of the specified bucket is queried without modifying the workspace OSS binding. This operation does not verify OSS data plane access permissions or resume workspace initialization tasks.
|
|
2684
|
+
*
|
|
2685
|
+
* @param request - VerifyWorkspaceOssMountRamAuthorizationRequest
|
|
2686
|
+
* @param headers - map
|
|
2687
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2688
|
+
* @returns VerifyWorkspaceOssMountRamAuthorizationResponse
|
|
2689
|
+
*/
|
|
2690
|
+
verifyWorkspaceOssMountRamAuthorizationWithOptions(workspaceId: string, request: $_model.VerifyWorkspaceOssMountRamAuthorizationRequest, headers: {
|
|
2691
|
+
[key: string]: string;
|
|
2692
|
+
}, runtime: $dara.RuntimeOptions): Promise<$_model.VerifyWorkspaceOssMountRamAuthorizationResponse>;
|
|
2693
|
+
/**
|
|
2694
|
+
* Verifies the RAM authorization for an OSS mount in a workspace.
|
|
2695
|
+
*
|
|
2696
|
+
* @remarks
|
|
2697
|
+
* Queries whether the OSS mount role of a workspace is bound to the custom RAM policy for the target bucket. Returns AUTHORIZED or UNAUTHORIZED. If bucketName is not specified, the existing user-managed OSS binding of the workspace is used and the authorization status is saved. If bucketName is specified, only the authorization status of the specified bucket is queried without modifying the workspace OSS binding. This operation does not verify OSS data plane access permissions or resume workspace initialization tasks.
|
|
2698
|
+
*
|
|
2699
|
+
* @param request - VerifyWorkspaceOssMountRamAuthorizationRequest
|
|
2700
|
+
* @returns VerifyWorkspaceOssMountRamAuthorizationResponse
|
|
2701
|
+
*/
|
|
2702
|
+
verifyWorkspaceOssMountRamAuthorization(workspaceId: string, request: $_model.VerifyWorkspaceOssMountRamAuthorizationRequest): Promise<$_model.VerifyWorkspaceOssMountRamAuthorizationResponse>;
|
|
2337
2703
|
}
|