@alicloud/agentcore20260804 1.2.1 → 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 +452 -76
- package/dist/client.js +901 -116
- package/dist/client.js.map +1 -1
- package/dist/models/BatchDeleteModelsRequest.d.ts +9 -0
- package/dist/models/BatchDeleteModelsRequest.js.map +1 -1
- package/dist/models/BatchDeleteModelsResponseBody.d.ts +27 -0
- package/dist/models/BatchDeleteModelsResponseBody.js.map +1 -1
- package/dist/models/BatchDeleteModelsShrinkRequest.d.ts +7 -0
- package/dist/models/BatchDeleteModelsShrinkRequest.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 +67 -2
- package/dist/models/CreateCredentialRequest.js +31 -1
- package/dist/models/CreateCredentialRequest.js.map +1 -1
- package/dist/models/CreateCredentialResponseBody.d.ts +97 -1
- package/dist/models/CreateCredentialResponseBody.js +31 -1
- package/dist/models/CreateCredentialResponseBody.js.map +1 -1
- package/dist/models/CreateCredentialShrinkRequest.d.ts +8 -1
- package/dist/models/CreateCredentialShrinkRequest.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/CreateModelConnectionRequest.d.ts +21 -0
- package/dist/models/CreateModelConnectionRequest.js.map +1 -1
- package/dist/models/CreateModelConnectionResponseBody.d.ts +60 -0
- package/dist/models/CreateModelConnectionResponseBody.js.map +1 -1
- package/dist/models/CreateModelConnectionShrinkRequest.d.ts +7 -0
- package/dist/models/CreateModelConnectionShrinkRequest.js.map +1 -1
- package/dist/models/CreateTeamRequest.d.ts +34 -2
- package/dist/models/CreateTeamRequest.js.map +1 -1
- package/dist/models/CreateTeamResponseBody.d.ts +62 -1
- package/dist/models/CreateTeamResponseBody.js.map +1 -1
- package/dist/models/CreateTeamShrinkRequest.d.ts +8 -1
- package/dist/models/CreateTeamShrinkRequest.js.map +1 -1
- package/dist/models/CreateUserRequest.d.ts +23 -3
- package/dist/models/CreateUserRequest.js.map +1 -1
- package/dist/models/CreateUserResponseBody.d.ts +58 -2
- package/dist/models/CreateUserResponseBody.js.map +1 -1
- package/dist/models/CreateUserShrinkRequest.d.ts +8 -1
- package/dist/models/CreateUserShrinkRequest.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/DebugModelRequest.d.ts +6 -0
- package/dist/models/DebugModelRequest.js.map +1 -1
- package/dist/models/DebugModelResponseBody.d.ts +45 -3
- package/dist/models/DebugModelResponseBody.js.map +1 -1
- package/dist/models/DebugModelShrinkRequest.d.ts +4 -0
- package/dist/models/DebugModelShrinkRequest.js.map +1 -1
- package/dist/models/DeleteAgentSpecVersionResponseBody.d.ts +1 -1
- package/dist/models/DeleteCredentialRequest.d.ts +4 -1
- package/dist/models/DeleteCredentialRequest.js.map +1 -1
- package/dist/models/DeleteCredentialResponseBody.d.ts +29 -0
- package/dist/models/DeleteCredentialResponseBody.js.map +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/DeleteModelConnectionRequest.d.ts +3 -0
- package/dist/models/DeleteModelConnectionRequest.js.map +1 -1
- package/dist/models/DeleteModelConnectionResponseBody.d.ts +26 -0
- package/dist/models/DeleteModelConnectionResponseBody.js.map +1 -1
- package/dist/models/DeleteModelRequest.d.ts +3 -0
- package/dist/models/DeleteModelRequest.js.map +1 -1
- package/dist/models/DeleteModelResponseBody.d.ts +26 -0
- package/dist/models/DeleteModelResponseBody.js.map +1 -1
- package/dist/models/DeleteTeamRequest.d.ts +4 -1
- package/dist/models/DeleteTeamRequest.js.map +1 -1
- package/dist/models/DeleteTeamResponseBody.d.ts +38 -0
- package/dist/models/DeleteTeamResponseBody.js.map +1 -1
- package/dist/models/DeleteUserRequest.d.ts +4 -1
- package/dist/models/DeleteUserRequest.js.map +1 -1
- package/dist/models/DeleteUserResponseBody.d.ts +29 -0
- package/dist/models/DeleteUserResponseBody.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 +107 -1
- 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/GetModelConnectionResponseBody.d.ts +67 -0
- package/dist/models/GetModelConnectionResponseBody.js.map +1 -1
- package/dist/models/GetTeamResponseBody.d.ts +128 -9
- package/dist/models/GetTeamResponseBody.js +0 -2
- package/dist/models/GetTeamResponseBody.js.map +1 -1
- package/dist/models/GetUserResponseBody.d.ts +55 -2
- package/dist/models/GetUserResponseBody.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 +20 -0
- package/dist/models/ListCredentialsRequest.js +2 -0
- package/dist/models/ListCredentialsRequest.js.map +1 -1
- package/dist/models/ListCredentialsResponseBody.d.ts +109 -1
- 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 +24 -1
- 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/ListModelConnectionsRequest.d.ts +21 -0
- package/dist/models/ListModelConnectionsRequest.js.map +1 -1
- package/dist/models/ListModelConnectionsResponseBody.d.ts +79 -0
- package/dist/models/ListModelConnectionsResponseBody.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/ListTeamsRequest.d.ts +9 -0
- package/dist/models/ListTeamsRequest.js.map +1 -1
- package/dist/models/ListTeamsResponseBody.d.ts +89 -1
- package/dist/models/ListTeamsResponseBody.js.map +1 -1
- package/dist/models/ListWorkspacesResponseBody.d.ts +4 -4
- package/dist/models/ResetUserPasswordRequest.d.ts +13 -0
- package/dist/models/ResetUserPasswordRequest.js.map +1 -1
- package/dist/models/ResetUserPasswordResponseBody.d.ts +29 -0
- package/dist/models/ResetUserPasswordResponseBody.js.map +1 -1
- package/dist/models/ResetUserPasswordShrinkRequest.d.ts +4 -0
- package/dist/models/ResetUserPasswordShrinkRequest.js.map +1 -1
- 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 +64 -2
- package/dist/models/UpdateCredentialRequest.js +31 -1
- package/dist/models/UpdateCredentialRequest.js.map +1 -1
- package/dist/models/UpdateCredentialResponseBody.d.ts +97 -1
- package/dist/models/UpdateCredentialResponseBody.js +31 -1
- package/dist/models/UpdateCredentialResponseBody.js.map +1 -1
- package/dist/models/UpdateCredentialShrinkRequest.d.ts +8 -1
- package/dist/models/UpdateCredentialShrinkRequest.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 +11 -11
- package/dist/models/UpdateModelShrinkRequest.d.ts +2 -2
- package/dist/models/UpdateTeamRequest.d.ts +38 -2
- package/dist/models/UpdateTeamRequest.js.map +1 -1
- package/dist/models/UpdateTeamResponseBody.d.ts +76 -1
- package/dist/models/UpdateTeamResponseBody.js.map +1 -1
- package/dist/models/UpdateTeamShrinkRequest.d.ts +8 -1
- package/dist/models/UpdateTeamShrinkRequest.js.map +1 -1
- package/dist/models/UpdateUserRequest.d.ts +19 -3
- package/dist/models/UpdateUserRequest.js.map +1 -1
- package/dist/models/UpdateUserResponseBody.d.ts +55 -2
- package/dist/models/UpdateUserResponseBody.js.map +1 -1
- package/dist/models/UpdateUserShrinkRequest.d.ts +8 -1
- package/dist/models/UpdateUserShrinkRequest.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 +960 -112
- package/src/models/BatchDeleteModelsRequest.ts +9 -0
- package/src/models/BatchDeleteModelsResponseBody.ts +27 -0
- package/src/models/BatchDeleteModelsShrinkRequest.ts +7 -0
- 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 +88 -2
- package/src/models/CreateCredentialResponseBody.ts +118 -1
- package/src/models/CreateCredentialShrinkRequest.ts +8 -1
- 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/CreateModelConnectionRequest.ts +21 -0
- package/src/models/CreateModelConnectionResponseBody.ts +60 -0
- package/src/models/CreateModelConnectionShrinkRequest.ts +7 -0
- package/src/models/CreateTeamRequest.ts +34 -2
- package/src/models/CreateTeamResponseBody.ts +62 -1
- package/src/models/CreateTeamShrinkRequest.ts +8 -1
- package/src/models/CreateUserRequest.ts +23 -3
- package/src/models/CreateUserResponseBody.ts +58 -2
- package/src/models/CreateUserShrinkRequest.ts +8 -1
- package/src/models/CreateWorkspaceRequest.ts +4 -1
- package/src/models/CreateWorkspaceResponseBody.ts +143 -2
- package/src/models/DebugModelRequest.ts +6 -0
- package/src/models/DebugModelResponseBody.ts +45 -3
- package/src/models/DebugModelShrinkRequest.ts +4 -0
- package/src/models/DeleteAgentSpecVersionResponseBody.ts +1 -1
- package/src/models/DeleteCredentialRequest.ts +4 -1
- package/src/models/DeleteCredentialResponseBody.ts +29 -0
- package/src/models/DeleteExternalAgentResponseBody.ts +4 -14
- package/src/models/DeleteIdentityProviderResponseBody.ts +9 -5
- package/src/models/DeleteManagedAgentResponseBody.ts +4 -14
- package/src/models/DeleteModelConnectionRequest.ts +3 -0
- package/src/models/DeleteModelConnectionResponseBody.ts +26 -0
- package/src/models/DeleteModelRequest.ts +3 -0
- package/src/models/DeleteModelResponseBody.ts +26 -0
- package/src/models/DeleteTeamRequest.ts +4 -1
- package/src/models/DeleteTeamResponseBody.ts +38 -0
- package/src/models/DeleteUserRequest.ts +4 -1
- package/src/models/DeleteUserResponseBody.ts +29 -0
- 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 +128 -1
- 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/GetModelConnectionResponseBody.ts +67 -0
- package/src/models/GetTeamResponseBody.ts +128 -11
- package/src/models/GetUserResponseBody.ts +55 -2
- 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 +22 -0
- package/src/models/ListCredentialsResponseBody.ts +130 -1
- 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 +28 -1
- package/src/models/ListMcpsResponseBody.ts +1292 -55
- package/src/models/ListModelConnectionsRequest.ts +21 -0
- package/src/models/ListModelConnectionsResponseBody.ts +79 -0
- 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/ListTeamsRequest.ts +9 -0
- package/src/models/ListTeamsResponseBody.ts +89 -1
- package/src/models/ListWorkspacesResponseBody.ts +4 -4
- package/src/models/ResetUserPasswordRequest.ts +13 -0
- package/src/models/ResetUserPasswordResponseBody.ts +29 -0
- package/src/models/ResetUserPasswordShrinkRequest.ts +4 -0
- 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 +85 -2
- package/src/models/UpdateCredentialResponseBody.ts +118 -1
- package/src/models/UpdateCredentialShrinkRequest.ts +8 -1
- 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 +11 -11
- package/src/models/UpdateModelShrinkRequest.ts +2 -2
- package/src/models/UpdateTeamRequest.ts +38 -2
- package/src/models/UpdateTeamResponseBody.ts +76 -1
- package/src/models/UpdateTeamShrinkRequest.ts +8 -1
- package/src/models/UpdateUserRequest.ts +19 -3
- package/src/models/UpdateUserResponseBody.ts +55 -2
- package/src/models/UpdateUserShrinkRequest.ts +8 -1
- 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
|
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
|
|
|
9
9
|
[key: string]: string;
|
|
10
10
|
}, endpoint: string): string;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Deletes models in a specified workspace in batches. If any model is in use, the entire batch request fails.
|
|
13
13
|
*
|
|
14
14
|
* @param tmpReq - BatchDeleteModelsRequest
|
|
15
15
|
* @param headers - map
|
|
@@ -20,7 +20,7 @@ export default class Client extends OpenApi {
|
|
|
20
20
|
[key: string]: string;
|
|
21
21
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.BatchDeleteModelsResponse>;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Deletes models in a specified workspace in batches. If any model is in use, the entire batch request fails.
|
|
24
24
|
*
|
|
25
25
|
* @param request - BatchDeleteModelsRequest
|
|
26
26
|
* @returns BatchDeleteModelsResponse
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
@@ -275,7 +305,7 @@ export default class Client extends OpenApi {
|
|
|
275
305
|
*/
|
|
276
306
|
createModel(workspaceId: string, request: $_model.CreateModelRequest): Promise<$_model.CreateModelResponse>;
|
|
277
307
|
/**
|
|
278
|
-
*
|
|
308
|
+
* Creates a model connection in a specified workspace and configures the upstream model service address, invoke protocol, and access credentials.
|
|
279
309
|
*
|
|
280
310
|
* @param tmpReq - CreateModelConnectionRequest
|
|
281
311
|
* @param headers - map
|
|
@@ -286,7 +316,7 @@ export default class Client extends OpenApi {
|
|
|
286
316
|
[key: string]: string;
|
|
287
317
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateModelConnectionResponse>;
|
|
288
318
|
/**
|
|
289
|
-
*
|
|
319
|
+
* Creates a model connection in a specified workspace and configures the upstream model service address, invoke protocol, and access credentials.
|
|
290
320
|
*
|
|
291
321
|
* @param request - CreateModelConnectionRequest
|
|
292
322
|
* @returns CreateModelConnectionResponse
|
|
@@ -319,7 +349,7 @@ export default class Client extends OpenApi {
|
|
|
319
349
|
*/
|
|
320
350
|
createSkillDraft(workspaceId: string, request: $_model.CreateSkillDraftRequest): Promise<$_model.CreateSkillDraftResponse>;
|
|
321
351
|
/**
|
|
322
|
-
*
|
|
352
|
+
* Creates a team in a specified workspace and sets user members and agent members at the same time. The user members must include exactly one member with the ADMIN role. Agent members can only have the LEADER or WORKER role.
|
|
323
353
|
*
|
|
324
354
|
* @param tmpReq - CreateTeamRequest
|
|
325
355
|
* @param headers - map
|
|
@@ -330,14 +360,14 @@ export default class Client extends OpenApi {
|
|
|
330
360
|
[key: string]: string;
|
|
331
361
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateTeamResponse>;
|
|
332
362
|
/**
|
|
333
|
-
*
|
|
363
|
+
* Creates a team in a specified workspace and sets user members and agent members at the same time. The user members must include exactly one member with the ADMIN role. Agent members can only have the LEADER or WORKER role.
|
|
334
364
|
*
|
|
335
365
|
* @param request - CreateTeamRequest
|
|
336
366
|
* @returns CreateTeamResponse
|
|
337
367
|
*/
|
|
338
368
|
createTeam(workspaceId: string, request: $_model.CreateTeamRequest): Promise<$_model.CreateTeamResponse>;
|
|
339
369
|
/**
|
|
340
|
-
*
|
|
370
|
+
* Creates a user in a specified workspace. The username must be unique within the workspace and can contain only lowercase letters, digits, and hyphens. Reserved names such as manager, admin, or names starting with worker- cannot be used. If password is not specified, the server generates an initial password and returns it in the initialPassword field of the response.
|
|
341
371
|
*
|
|
342
372
|
* @param tmpReq - CreateUserRequest
|
|
343
373
|
* @param headers - map
|
|
@@ -348,7 +378,7 @@ export default class Client extends OpenApi {
|
|
|
348
378
|
[key: string]: string;
|
|
349
379
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.CreateUserResponse>;
|
|
350
380
|
/**
|
|
351
|
-
*
|
|
381
|
+
* Creates a user in a specified workspace. The username must be unique within the workspace and can contain only lowercase letters, digits, and hyphens. Reserved names such as manager, admin, or names starting with worker- cannot be used. If password is not specified, the server generates an initial password and returns it in the initialPassword field of the response.
|
|
352
382
|
*
|
|
353
383
|
* @param request - CreateUserRequest
|
|
354
384
|
* @returns CreateUserResponse
|
|
@@ -379,7 +409,7 @@ export default class Client extends OpenApi {
|
|
|
379
409
|
*/
|
|
380
410
|
createWorkspace(request: $_model.CreateWorkspaceRequest): Promise<$_model.CreateWorkspaceResponse>;
|
|
381
411
|
/**
|
|
382
|
-
*
|
|
412
|
+
* Calls a specified model through a published model connection to verify whether the model call chain is available.
|
|
383
413
|
*
|
|
384
414
|
* @param tmpReq - DebugModelRequest
|
|
385
415
|
* @param headers - map
|
|
@@ -390,7 +420,7 @@ export default class Client extends OpenApi {
|
|
|
390
420
|
[key: string]: string;
|
|
391
421
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DebugModelResponse>;
|
|
392
422
|
/**
|
|
393
|
-
*
|
|
423
|
+
* Calls a specified model through a published model connection to verify whether the model call chain is available.
|
|
394
424
|
*
|
|
395
425
|
* @param request - DebugModelRequest
|
|
396
426
|
* @returns DebugModelResponse
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
@@ -577,7 +613,7 @@ export default class Client extends OpenApi {
|
|
|
577
613
|
*/
|
|
578
614
|
deleteMcp(mcpServerId: string, workspaceId: string, request: $_model.DeleteMcpRequest): Promise<$_model.DeleteMcpResponse>;
|
|
579
615
|
/**
|
|
580
|
-
*
|
|
616
|
+
* Deletes a model from a specified workspace. Models that are currently in use cannot be deleted.
|
|
581
617
|
*
|
|
582
618
|
* @param request - DeleteModelRequest
|
|
583
619
|
* @param headers - map
|
|
@@ -588,14 +624,14 @@ export default class Client extends OpenApi {
|
|
|
588
624
|
[key: string]: string;
|
|
589
625
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteModelResponse>;
|
|
590
626
|
/**
|
|
591
|
-
*
|
|
627
|
+
* Deletes a model from a specified workspace. Models that are currently in use cannot be deleted.
|
|
592
628
|
*
|
|
593
629
|
* @param request - DeleteModelRequest
|
|
594
630
|
* @returns DeleteModelResponse
|
|
595
631
|
*/
|
|
596
632
|
deleteModel(workspaceId: string, modelId: string, request: $_model.DeleteModelRequest): Promise<$_model.DeleteModelResponse>;
|
|
597
633
|
/**
|
|
598
|
-
*
|
|
634
|
+
* Submits an asynchronous deletion task for a specified model connection. The connection cannot be deleted if it has associated models or runtime references.
|
|
599
635
|
*
|
|
600
636
|
* @param request - DeleteModelConnectionRequest
|
|
601
637
|
* @param headers - map
|
|
@@ -606,7 +642,7 @@ export default class Client extends OpenApi {
|
|
|
606
642
|
[key: string]: string;
|
|
607
643
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteModelConnectionResponse>;
|
|
608
644
|
/**
|
|
609
|
-
*
|
|
645
|
+
* Submits an asynchronous deletion task for a specified model connection. The connection cannot be deleted if it has associated models or runtime references.
|
|
610
646
|
*
|
|
611
647
|
* @param request - DeleteModelConnectionRequest
|
|
612
648
|
* @returns DeleteModelConnectionResponse
|
|
@@ -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
|
-
*
|
|
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,14 +712,14 @@ export default class Client extends OpenApi {
|
|
|
676
712
|
[key: string]: string;
|
|
677
713
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteTeamResponse>;
|
|
678
714
|
/**
|
|
679
|
-
*
|
|
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
|
|
683
719
|
*/
|
|
684
720
|
deleteTeam(workspaceId: string, teamId: string, request: $_model.DeleteTeamRequest): Promise<$_model.DeleteTeamResponse>;
|
|
685
721
|
/**
|
|
686
|
-
*
|
|
722
|
+
* Deletes a user from a specified workspace. A user cannot be deleted while the user is still a member of any team. Remove the user from all teams before deleting the user.
|
|
687
723
|
*
|
|
688
724
|
* @param request - DeleteUserRequest
|
|
689
725
|
* @param headers - map
|
|
@@ -694,7 +730,7 @@ export default class Client extends OpenApi {
|
|
|
694
730
|
[key: string]: string;
|
|
695
731
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteUserResponse>;
|
|
696
732
|
/**
|
|
697
|
-
*
|
|
733
|
+
* Deletes a user from a specified workspace. A user cannot be deleted while the user is still a member of any team. Remove the user from all teams before deleting the user.
|
|
698
734
|
*
|
|
699
735
|
* @param request - DeleteUserRequest
|
|
700
736
|
* @returns DeleteUserResponse
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
*
|
|
@@ -1077,7 +1191,7 @@ export default class Client extends OpenApi {
|
|
|
1077
1191
|
*/
|
|
1078
1192
|
getModel(workspaceId: string, modelId: string, request: $_model.GetModelRequest): Promise<$_model.GetModelResponse>;
|
|
1079
1193
|
/**
|
|
1080
|
-
*
|
|
1194
|
+
* Queries the detailed configuration, credential configuration status, publish status, and region of a specified model connection.
|
|
1081
1195
|
*
|
|
1082
1196
|
* @param request - GetModelConnectionRequest
|
|
1083
1197
|
* @param headers - map
|
|
@@ -1088,7 +1202,7 @@ export default class Client extends OpenApi {
|
|
|
1088
1202
|
[key: string]: string;
|
|
1089
1203
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetModelConnectionResponse>;
|
|
1090
1204
|
/**
|
|
1091
|
-
*
|
|
1205
|
+
* Queries the detailed configuration, credential configuration status, publish status, and region of a specified model connection.
|
|
1092
1206
|
*
|
|
1093
1207
|
* @param request - GetModelConnectionRequest
|
|
1094
1208
|
* @returns GetModelConnectionResponse
|
|
@@ -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
|
-
*
|
|
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,14 +1346,14 @@ export default class Client extends OpenApi {
|
|
|
1232
1346
|
[key: string]: string;
|
|
1233
1347
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetTeamResponse>;
|
|
1234
1348
|
/**
|
|
1235
|
-
*
|
|
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
|
|
1239
1353
|
*/
|
|
1240
1354
|
getTeam(workspaceId: string, teamId: string, request: $_model.GetTeamRequest): Promise<$_model.GetTeamResponse>;
|
|
1241
1355
|
/**
|
|
1242
|
-
*
|
|
1356
|
+
* Queries the details of a specified user in a workspace. Returns an error if the user does not exist.
|
|
1243
1357
|
*
|
|
1244
1358
|
* @param request - GetUserRequest
|
|
1245
1359
|
* @param headers - map
|
|
@@ -1250,17 +1364,17 @@ export default class Client extends OpenApi {
|
|
|
1250
1364
|
[key: string]: string;
|
|
1251
1365
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.GetUserResponse>;
|
|
1252
1366
|
/**
|
|
1253
|
-
*
|
|
1367
|
+
* Queries the details of a specified user in a workspace. Returns an error if the user does not exist.
|
|
1254
1368
|
*
|
|
1255
1369
|
* @param request - GetUserRequest
|
|
1256
1370
|
* @returns GetUserResponse
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
*
|
|
@@ -1533,10 +1749,10 @@ export default class Client extends OpenApi {
|
|
|
1533
1749
|
*/
|
|
1534
1750
|
listMcps(workspaceId: string, request: $_model.ListMcpsRequest): Promise<$_model.ListMcpsResponse>;
|
|
1535
1751
|
/**
|
|
1536
|
-
*
|
|
1752
|
+
* Queries model connections in a specified workspace with paging. Supports filtering by name, provider type, and invoke protocol.
|
|
1537
1753
|
*
|
|
1538
1754
|
* @remarks
|
|
1539
|
-
*
|
|
1755
|
+
* Queries model connections in a specified AgentCore workspace. Supports filtering by name through `Name` and selecting exact match or fuzzy match through `SearchType`. Also supports filtering by model provider type and invoke protocol, and supports paging.
|
|
1540
1756
|
*
|
|
1541
1757
|
* @param request - ListModelConnectionsRequest
|
|
1542
1758
|
* @param headers - map
|
|
@@ -1547,10 +1763,10 @@ export default class Client extends OpenApi {
|
|
|
1547
1763
|
[key: string]: string;
|
|
1548
1764
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelConnectionsResponse>;
|
|
1549
1765
|
/**
|
|
1550
|
-
*
|
|
1766
|
+
* Queries model connections in a specified workspace with paging. Supports filtering by name, provider type, and invoke protocol.
|
|
1551
1767
|
*
|
|
1552
1768
|
* @remarks
|
|
1553
|
-
*
|
|
1769
|
+
* Queries model connections in a specified AgentCore workspace. Supports filtering by name through `Name` and selecting exact match or fuzzy match through `SearchType`. Also supports filtering by model provider type and invoke protocol, and supports paging.
|
|
1554
1770
|
*
|
|
1555
1771
|
* @param request - ListModelConnectionsRequest
|
|
1556
1772
|
* @returns ListModelConnectionsResponse
|
|
@@ -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
|
*
|
|
@@ -1661,7 +1925,7 @@ export default class Client extends OpenApi {
|
|
|
1661
1925
|
*/
|
|
1662
1926
|
listSkills(workspaceId: string, request: $_model.ListSkillsRequest): Promise<$_model.ListSkillsResponse>;
|
|
1663
1927
|
/**
|
|
1664
|
-
*
|
|
1928
|
+
* Queries teams in a specified workspace by paging. Use nameLike to filter by team name with fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default. Member information in the list includes only the member identity, name, and team role.
|
|
1665
1929
|
*
|
|
1666
1930
|
* @param request - ListTeamsRequest
|
|
1667
1931
|
* @param headers - map
|
|
@@ -1672,7 +1936,7 @@ export default class Client extends OpenApi {
|
|
|
1672
1936
|
[key: string]: string;
|
|
1673
1937
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ListTeamsResponse>;
|
|
1674
1938
|
/**
|
|
1675
|
-
*
|
|
1939
|
+
* Queries teams in a specified workspace by paging. Use nameLike to filter by team name with fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default. Member information in the list includes only the member identity, name, and team role.
|
|
1676
1940
|
*
|
|
1677
1941
|
* @param request - ListTeamsRequest
|
|
1678
1942
|
* @returns ListTeamsResponse
|
|
@@ -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
|
|
@@ -1851,7 +2115,7 @@ export default class Client extends OpenApi {
|
|
|
1851
2115
|
*/
|
|
1852
2116
|
redraftSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.RedraftSkillVersionRequest): Promise<$_model.RedraftSkillVersionResponse>;
|
|
1853
2117
|
/**
|
|
1854
|
-
*
|
|
2118
|
+
* Resets the logon password of a specified user. Specify the user by agentCoreUserId or username. At least one of the two parameters must be specified. Only users who use workspace local password authentication can be reset. If password is not specified, the server generates a random password and returns it in the response.
|
|
1855
2119
|
*
|
|
1856
2120
|
* @param tmpReq - ResetUserPasswordRequest
|
|
1857
2121
|
* @param headers - map
|
|
@@ -1862,7 +2126,7 @@ export default class Client extends OpenApi {
|
|
|
1862
2126
|
[key: string]: string;
|
|
1863
2127
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.ResetUserPasswordResponse>;
|
|
1864
2128
|
/**
|
|
1865
|
-
*
|
|
2129
|
+
* Resets the logon password of a specified user. Specify the user by agentCoreUserId or username. At least one of the two parameters must be specified. Only users who use workspace local password authentication can be reset. If password is not specified, the server generates a random password and returns it in the response.
|
|
1866
2130
|
*
|
|
1867
2131
|
* @param request - ResetUserPasswordRequest
|
|
1868
2132
|
* @returns ResetUserPasswordResponse
|
|
@@ -1995,7 +2259,34 @@ export default class Client extends OpenApi {
|
|
|
1995
2259
|
*/
|
|
1996
2260
|
updateAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.UpdateAgentSpecRequest): Promise<$_model.UpdateAgentSpecResponse>;
|
|
1997
2261
|
/**
|
|
1998
|
-
*
|
|
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>;
|
|
2285
|
+
/**
|
|
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.
|
|
2287
|
+
*
|
|
2288
|
+
* @remarks
|
|
2289
|
+
* Updates the metadata or resource scope of a specified credential.
|
|
1999
2290
|
*
|
|
2000
2291
|
* @param tmpReq - UpdateCredentialRequest
|
|
2001
2292
|
* @param headers - map
|
|
@@ -2006,7 +2297,10 @@ export default class Client extends OpenApi {
|
|
|
2006
2297
|
[key: string]: string;
|
|
2007
2298
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCredentialResponse>;
|
|
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.
|
|
2301
|
+
*
|
|
2302
|
+
* @remarks
|
|
2303
|
+
* Updates the metadata or resource scope of a specified credential.
|
|
2010
2304
|
*
|
|
2011
2305
|
* @param request - UpdateCredentialRequest
|
|
2012
2306
|
* @returns UpdateCredentialResponse
|
|
@@ -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
|
|
@@ -2099,7 +2393,36 @@ export default class Client extends OpenApi {
|
|
|
2099
2393
|
*/
|
|
2100
2394
|
updateMcp(workspaceId: string, mcpServerId: string, request: $_model.UpdateMcpRequest): Promise<$_model.UpdateMcpResponse>;
|
|
2101
2395
|
/**
|
|
2102
|
-
* Updates
|
|
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>;
|
|
2419
|
+
/**
|
|
2420
|
+
* Updates the description, context token limit, maximum output token count, or capability configuration of a specified model.
|
|
2421
|
+
*
|
|
2422
|
+
* @remarks
|
|
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.
|
|
2103
2426
|
*
|
|
2104
2427
|
* @param tmpReq - UpdateModelRequest
|
|
2105
2428
|
* @param headers - map
|
|
@@ -2110,7 +2433,12 @@ export default class Client extends OpenApi {
|
|
|
2110
2433
|
[key: string]: string;
|
|
2111
2434
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelResponse>;
|
|
2112
2435
|
/**
|
|
2113
|
-
* Updates the description
|
|
2436
|
+
* Updates the description, context token limit, maximum output token count, or capability configuration of a specified model.
|
|
2437
|
+
*
|
|
2438
|
+
* @remarks
|
|
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.
|
|
2114
2442
|
*
|
|
2115
2443
|
* @param request - UpdateModelRequest
|
|
2116
2444
|
* @returns UpdateModelResponse
|
|
@@ -2213,7 +2541,7 @@ export default class Client extends OpenApi {
|
|
|
2213
2541
|
*/
|
|
2214
2542
|
updateSkillScope(workspaceId: string, skillName: string, request: $_model.UpdateSkillScopeRequest): Promise<$_model.UpdateSkillScopeResponse>;
|
|
2215
2543
|
/**
|
|
2216
|
-
*
|
|
2544
|
+
* Updates the description and members of a specified team. When users or agents are passed in, the corresponding member list is replaced using full overwrite semantics. Member lists that are not passed in remain unchanged. The team name cannot be modified after creation.
|
|
2217
2545
|
*
|
|
2218
2546
|
* @param tmpReq - UpdateTeamRequest
|
|
2219
2547
|
* @param headers - map
|
|
@@ -2224,14 +2552,14 @@ export default class Client extends OpenApi {
|
|
|
2224
2552
|
[key: string]: string;
|
|
2225
2553
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateTeamResponse>;
|
|
2226
2554
|
/**
|
|
2227
|
-
*
|
|
2555
|
+
* Updates the description and members of a specified team. When users or agents are passed in, the corresponding member list is replaced using full overwrite semantics. Member lists that are not passed in remain unchanged. The team name cannot be modified after creation.
|
|
2228
2556
|
*
|
|
2229
2557
|
* @param request - UpdateTeamRequest
|
|
2230
2558
|
* @returns UpdateTeamResponse
|
|
2231
2559
|
*/
|
|
2232
2560
|
updateTeam(workspaceId: string, teamId: string, request: $_model.UpdateTeamRequest): Promise<$_model.UpdateTeamResponse>;
|
|
2233
2561
|
/**
|
|
2234
|
-
*
|
|
2562
|
+
* Updates the display name, email address, or note of a specified user. At least one of displayName, email, and note must be specified. Unspecified properties remain unchanged. The username cannot be modified after creation.
|
|
2235
2563
|
*
|
|
2236
2564
|
* @param tmpReq - UpdateUserRequest
|
|
2237
2565
|
* @param headers - map
|
|
@@ -2242,17 +2570,17 @@ export default class Client extends OpenApi {
|
|
|
2242
2570
|
[key: string]: string;
|
|
2243
2571
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateUserResponse>;
|
|
2244
2572
|
/**
|
|
2245
|
-
*
|
|
2573
|
+
* Updates the display name, email address, or note of a specified user. At least one of displayName, email, and note must be specified. Unspecified properties remain unchanged. The username cannot be modified after creation.
|
|
2246
2574
|
*
|
|
2247
2575
|
* @param request - UpdateUserRequest
|
|
2248
2576
|
* @returns UpdateUserResponse
|
|
2249
2577
|
*/
|
|
2250
2578
|
updateUser(workspaceId: string, agentCoreUserId: string, request: $_model.UpdateUserRequest): Promise<$_model.UpdateUserResponse>;
|
|
2251
2579
|
/**
|
|
2252
|
-
* 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.
|
|
2253
2581
|
*
|
|
2254
2582
|
* @remarks
|
|
2255
|
-
* ## 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.
|
|
2256
2584
|
*
|
|
2257
2585
|
* @param tmpReq - UpdateWorkspaceRequest
|
|
2258
2586
|
* @param headers - map
|
|
@@ -2263,10 +2591,10 @@ export default class Client extends OpenApi {
|
|
|
2263
2591
|
[key: string]: string;
|
|
2264
2592
|
}, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateWorkspaceResponse>;
|
|
2265
2593
|
/**
|
|
2266
|
-
* 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.
|
|
2267
2595
|
*
|
|
2268
2596
|
* @remarks
|
|
2269
|
-
* ## 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.
|
|
2270
2598
|
*
|
|
2271
2599
|
* @param request - UpdateWorkspaceRequest
|
|
2272
2600
|
* @returns UpdateWorkspaceResponse
|
|
@@ -2324,4 +2652,52 @@ export default class Client extends OpenApi {
|
|
|
2324
2652
|
* @returns UploadSkillViaOssResponse
|
|
2325
2653
|
*/
|
|
2326
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>;
|
|
2327
2703
|
}
|