@gooddata/api-client-tiger 11.27.0-alpha.4 → 11.27.0-alpha.5
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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +4112 -2317
- package/esm/endpoints/genAI/index.d.ts +2 -1
- package/esm/endpoints/genAI/index.d.ts.map +1 -1
- package/esm/endpoints/genAI/index.js +2 -1
- package/esm/endpoints/genAI/index.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +4 -338
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +2 -349
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/ai-json-api/api.d.ts +1412 -0
- package/esm/generated/ai-json-api/api.d.ts.map +1 -0
- package/esm/generated/ai-json-api/api.js +914 -0
- package/esm/generated/ai-json-api/api.js.map +1 -0
- package/esm/generated/ai-json-api/base.d.ts +43 -0
- package/esm/generated/ai-json-api/base.d.ts.map +1 -0
- package/esm/generated/ai-json-api/base.js +33 -0
- package/esm/generated/ai-json-api/base.js.map +1 -0
- package/esm/generated/ai-json-api/common.d.ts +66 -0
- package/esm/generated/ai-json-api/common.d.ts.map +1 -0
- package/esm/generated/ai-json-api/common.js +122 -0
- package/esm/generated/ai-json-api/common.js.map +1 -0
- package/esm/generated/ai-json-api/configuration.d.ts +75 -0
- package/esm/generated/ai-json-api/configuration.d.ts.map +1 -0
- package/esm/generated/ai-json-api/configuration.js +72 -0
- package/esm/generated/ai-json-api/configuration.js.map +1 -0
- package/esm/generated/ai-json-api/index.d.ts +14 -0
- package/esm/generated/ai-json-api/index.d.ts.map +1 -0
- package/esm/generated/ai-json-api/index.js +16 -0
- package/esm/generated/ai-json-api/index.js.map +1 -0
- package/esm/generated/auth-json-api/api.d.ts +511 -0
- package/esm/generated/auth-json-api/api.d.ts.map +1 -1
- package/esm/generated/auth-json-api/api.js +650 -0
- package/esm/generated/auth-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +2281 -2110
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +2345 -2219
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/index.d.ts +3 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +6 -1
- package/esm/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { AxiosInstance, AxiosPromise, AxiosRequestConfig } from "axios";
|
|
2
2
|
import { type ActionsApiAiChatHistoryRequest, type ActionsApiAiChatRequest, type ActionsApiAiChatStreamRequest, type ActionsApiAiSearchRequest, type ActionsApiCreatedByRequest, type ActionsApiGetQualityIssuesRequest, type ActionsApiListLlmProviderModelsByIdRequest, type ActionsApiListLlmProviderModelsRequest, type ActionsApiMemoryCreatedByUsersRequest, type ActionsApiTagsRequest, type ActionsApiTestLlmProviderByIdRequest, type ActionsApiTestLlmProviderRequest, type ActionsApiTriggerQualityIssuesCalculationRequest, type ActionsApiValidateLLMEndpointByIdRequest, type ActionsApiValidateLLMEndpointRequest, ActionsApi_AiChat, ActionsApi_AiChatHistory, ActionsApi_AiChatStream, ActionsApi_AiSearch, ActionsApi_CreatedBy, ActionsApi_GetQualityIssues, ActionsApi_GetQualityIssuesCalculationStatus, ActionsApi_ListLlmProviderModels, ActionsApi_ListLlmProviderModelsById, ActionsApi_MemoryCreatedByUsers, ActionsApi_Tags, ActionsApi_TestLlmProvider, ActionsApi_TestLlmProviderById, ActionsApi_TriggerQualityIssuesCalculation, ActionsApi_ValidateLLMEndpoint, ActionsApi_ValidateLLMEndpointById, type TrendingObjectsResult } from "../../generated/afm-rest-api/index.js";
|
|
3
|
-
|
|
3
|
+
import { type ConversationsAiDeleteConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdDeleteRequest, type ConversationsAiGetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGetRequest, type ConversationsAiGetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGetRequest, type ConversationsAiPostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPostRequest, ConversationsAi_DeleteConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdDelete, ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet, ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet, ConversationsAi_PostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost, type ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet, type MessagesAiPostMessagesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdMessagesPostRequest, MessagesAi_PostMessagesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdMessagesPost, type ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, type ResponsesAiPatchResponseApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesResponseIdPatchRequest, ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet, ResponsesAi_PatchResponseApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesResponseIdPatch, type VisualizationsAiPatchVisualizationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdVisualizationsVisualizationIdPatchRequest, VisualizationsAi_PatchVisualizationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdVisualizationsVisualizationIdPatch } from "../../generated/ai-json-api/index.js";
|
|
4
|
+
export { ActionsApi_AiSearch as GenAiApi_AiSearch, type ActionsApiAiSearchRequest as GenAiApiAiSearchRequest, ActionsApi_AiChat as GenAiApi_AiChat, type ActionsApiAiChatRequest as GenAiApiAiChatRequest, ActionsApi_AiChatHistory as GenAiApi_AiChatHistory, type ActionsApiAiChatHistoryRequest as GenAiApiAiChatHistoryRequest, ActionsApi_AiChatStream as GenAiApi_AiChatStream, type ActionsApiAiChatStreamRequest as GenAiApiAiChatStreamRequest, ActionsApi_ValidateLLMEndpoint as GenAiApi_ValidateLLMEndpoint, type ActionsApiValidateLLMEndpointRequest as GenAiApiValidateLLMEndpointRequest, ActionsApi_ValidateLLMEndpointById as GenAiApi_ValidateLLMEndpointById, type ActionsApiValidateLLMEndpointByIdRequest as GenAiApiValidateLLMEndpointByIdRequest, ActionsApi_GetQualityIssues as GenAiApi_GetQualityIssues, type ActionsApiGetQualityIssuesRequest as GenAiApiGetQualityIssuesRequest, ActionsApi_GetQualityIssuesCalculationStatus as GenAiApi_GetQualityIssuesCalculationStatus, ActionsApi_TriggerQualityIssuesCalculation as GenAiApi_TriggerQualityIssuesCalculation, type ActionsApiTriggerQualityIssuesCalculationRequest as GenAiApiTriggerQualityIssuesCalculationRequest, ActionsApi_Tags as GenAiApi_Tags, type ActionsApiTagsRequest as GenAiApiTagsRequest, ActionsApi_CreatedBy as GenAiApi_CreatedBy, type ActionsApiCreatedByRequest as GenAiApiCreatedByRequest, ActionsApi_MemoryCreatedByUsers as GenAiApi_MemoryCreatedByUsers, type ActionsApiMemoryCreatedByUsersRequest as GenAiApiMemoryCreatedByUsersRequest, ActionsApi_TestLlmProvider as GenAiApi_TestLlmProvider, type ActionsApiTestLlmProviderRequest as GenAiApiTestLlmProviderRequest, ActionsApi_TestLlmProviderById as GenAiApi_TestLlmProviderById, type ActionsApiTestLlmProviderByIdRequest as GenAiApiTestLlmProviderByIdRequest, ActionsApi_ListLlmProviderModels, type ActionsApiListLlmProviderModelsRequest, ActionsApi_ListLlmProviderModelsById, type ActionsApiListLlmProviderModelsByIdRequest, ConversationsAi_DeleteConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdDelete as GenAiApi_DeleteConversation, type ConversationsAiDeleteConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdDeleteRequest as GenAiApiDeleteConversationRequest, ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet as GenAiApi_GetConversation, type ConversationsAiGetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGetRequest as GenAiApiGetConversationRequest, ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet as GenAiApi_GetConversations, type ConversationsAiGetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGetRequest as GenAiApiGetConversationsRequest, ConversationsAi_PostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost as GenAiApi_PostConversations, type ConversationsAiPostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPostRequest as GenAiApiPostConversationsRequest, ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet as GenAiApi_GetConversationItems, type ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest as GenAiApiGetConversationItemsRequest, MessagesAi_PostMessagesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdMessagesPost as GenAiApi_PostMessages, type MessagesAiPostMessagesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdMessagesPostRequest as GenAiApiPostMessagesRequest, ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet as GenAiApi_GetConversationResponses, type ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest as GenAiApiGetConversationResponsesRequest, ResponsesAi_PatchResponseApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesResponseIdPatch as GenAiApi_PatchConversationResponse, type ResponsesAiPatchResponseApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesResponseIdPatchRequest as GenAiApiPatchConversationResponseRequest, VisualizationsAi_PatchVisualizationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdVisualizationsVisualizationIdPatch as GenAiApi_PatchVisualization, type VisualizationsAiPatchVisualizationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdVisualizationsVisualizationIdPatchRequest as GenAiApiPatchVisualizationRequest, };
|
|
4
5
|
export type GenAiApiTrendingObjectsRequest = {
|
|
5
6
|
readonly workspaceId: string;
|
|
6
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/endpoints/genAI/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAE7E,OAAO,EACH,KAAK,8BAA8B,EACnC,KAAK,uBAAuB,EAC5B,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAC/B,KAAK,iCAAiC,EACtC,KAAK,0CAA0C,EAC/C,KAAK,sCAAsC,EAC3C,KAAK,qCAAqC,EAC1C,KAAK,qBAAqB,EAC1B,KAAK,oCAAoC,EACzC,KAAK,gCAAgC,EACrC,KAAK,gDAAgD,EACrD,KAAK,wCAAwC,EAC7C,KAAK,oCAAoC,EACzC,iBAAiB,EACjB,wBAAwB,EACxB,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,EACpB,2BAA2B,EAC3B,4CAA4C,EAC5C,gCAAgC,EAChC,oCAAoC,EACpC,+BAA+B,EAC/B,eAAe,EACf,0BAA0B,EAC1B,8BAA8B,EAC9B,0CAA0C,EAC1C,8BAA8B,EAC9B,kCAAkC,EAClC,KAAK,qBAAqB,EAC7B,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/endpoints/genAI/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// (C) 2025-2026 GoodData Corporation
|
|
2
2
|
import { ActionsApi_AiChat, ActionsApi_AiChatHistory, ActionsApi_AiChatStream, ActionsApi_AiSearch, ActionsApi_CreatedBy, ActionsApi_GetQualityIssues, ActionsApi_GetQualityIssuesCalculationStatus, ActionsApi_ListLlmProviderModels, ActionsApi_ListLlmProviderModelsById, ActionsApi_MemoryCreatedByUsers, ActionsApi_Tags, ActionsApi_TestLlmProvider, ActionsApi_TestLlmProviderById, ActionsApi_TriggerQualityIssuesCalculation, ActionsApi_ValidateLLMEndpoint, ActionsApi_ValidateLLMEndpointById, } from "../../generated/afm-rest-api/index.js";
|
|
3
|
+
import { ConversationsAi_DeleteConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdDelete, ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet, ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet, ConversationsAi_PostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost, ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet, MessagesAi_PostMessagesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdMessagesPost, ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet, ResponsesAi_PatchResponseApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesResponseIdPatch, VisualizationsAi_PatchVisualizationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdVisualizationsVisualizationIdPatch, } from "../../generated/ai-json-api/index.js";
|
|
3
4
|
// GenAI API - Export GenAI-related ActionsApi functions with GenAiApi_ prefix
|
|
4
|
-
export { ActionsApi_AiSearch as GenAiApi_AiSearch, ActionsApi_AiChat as GenAiApi_AiChat, ActionsApi_AiChatHistory as GenAiApi_AiChatHistory, ActionsApi_AiChatStream as GenAiApi_AiChatStream, ActionsApi_ValidateLLMEndpoint as GenAiApi_ValidateLLMEndpoint, ActionsApi_ValidateLLMEndpointById as GenAiApi_ValidateLLMEndpointById, ActionsApi_GetQualityIssues as GenAiApi_GetQualityIssues, ActionsApi_GetQualityIssuesCalculationStatus as GenAiApi_GetQualityIssuesCalculationStatus, ActionsApi_TriggerQualityIssuesCalculation as GenAiApi_TriggerQualityIssuesCalculation, ActionsApi_Tags as GenAiApi_Tags, ActionsApi_CreatedBy as GenAiApi_CreatedBy, ActionsApi_MemoryCreatedByUsers as GenAiApi_MemoryCreatedByUsers, ActionsApi_TestLlmProvider as GenAiApi_TestLlmProvider, ActionsApi_TestLlmProviderById as GenAiApi_TestLlmProviderById, ActionsApi_ListLlmProviderModels, ActionsApi_ListLlmProviderModelsById, };
|
|
5
|
+
export { ActionsApi_AiSearch as GenAiApi_AiSearch, ActionsApi_AiChat as GenAiApi_AiChat, ActionsApi_AiChatHistory as GenAiApi_AiChatHistory, ActionsApi_AiChatStream as GenAiApi_AiChatStream, ActionsApi_ValidateLLMEndpoint as GenAiApi_ValidateLLMEndpoint, ActionsApi_ValidateLLMEndpointById as GenAiApi_ValidateLLMEndpointById, ActionsApi_GetQualityIssues as GenAiApi_GetQualityIssues, ActionsApi_GetQualityIssuesCalculationStatus as GenAiApi_GetQualityIssuesCalculationStatus, ActionsApi_TriggerQualityIssuesCalculation as GenAiApi_TriggerQualityIssuesCalculation, ActionsApi_Tags as GenAiApi_Tags, ActionsApi_CreatedBy as GenAiApi_CreatedBy, ActionsApi_MemoryCreatedByUsers as GenAiApi_MemoryCreatedByUsers, ActionsApi_TestLlmProvider as GenAiApi_TestLlmProvider, ActionsApi_TestLlmProviderById as GenAiApi_TestLlmProviderById, ActionsApi_ListLlmProviderModels, ActionsApi_ListLlmProviderModelsById, ConversationsAi_DeleteConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdDelete as GenAiApi_DeleteConversation, ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet as GenAiApi_GetConversation, ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet as GenAiApi_GetConversations, ConversationsAi_PostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost as GenAiApi_PostConversations, ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet as GenAiApi_GetConversationItems, MessagesAi_PostMessagesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdMessagesPost as GenAiApi_PostMessages, ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet as GenAiApi_GetConversationResponses, ResponsesAi_PatchResponseApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesResponseIdPatch as GenAiApi_PatchConversationResponse, VisualizationsAi_PatchVisualizationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdVisualizationsVisualizationIdPatch as GenAiApi_PatchVisualization, };
|
|
5
6
|
export async function GenAiApi_TrendingObjects(axios, basePath, requestParameters, options = {}) {
|
|
6
7
|
const workspaceId = encodeURIComponent(String(requestParameters.workspaceId));
|
|
7
8
|
const url = `${basePath}/api/v1/actions/workspaces/${workspaceId}/ai/analyticsCatalog/trendingObjects`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/endpoints/genAI/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAMrC,OAAO,EAgBH,iBAAiB,EACjB,wBAAwB,EACxB,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,EACpB,2BAA2B,EAC3B,4CAA4C,EAC5C,gCAAgC,EAChC,oCAAoC,EACpC,+BAA+B,EAC/B,eAAe,EACf,0BAA0B,EAC1B,8BAA8B,EAC9B,0CAA0C,EAC1C,8BAA8B,EAC9B,kCAAkC,GAErC,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/endpoints/genAI/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAMrC,OAAO,EAgBH,iBAAiB,EACjB,wBAAwB,EACxB,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,EACpB,2BAA2B,EAC3B,4CAA4C,EAC5C,gCAAgC,EAChC,oCAAoC,EACpC,+BAA+B,EAC/B,eAAe,EACf,0BAA0B,EAC1B,8BAA8B,EAC9B,0CAA0C,EAC1C,8BAA8B,EAC9B,kCAAkC,GAErC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAKH,mGAAmG,EACnG,6FAA6F,EAC7F,gFAAgF,EAChF,kFAAkF,EAElF,+FAA+F,EAE/F,8FAA8F,EAG9F,2GAA2G,EAC3G,4GAA4G,EAE5G,gIAAgI,GACnI,MAAM,sCAAsC,CAAC;AAE9C,8EAA8E;AAC9E,OAAO,EACH,mBAAmB,IAAI,iBAAiB,EAExC,iBAAiB,IAAI,eAAe,EAEpC,wBAAwB,IAAI,sBAAsB,EAElD,uBAAuB,IAAI,qBAAqB,EAEhD,8BAA8B,IAAI,4BAA4B,EAE9D,kCAAkC,IAAI,gCAAgC,EAEtE,2BAA2B,IAAI,yBAAyB,EAExD,4CAA4C,IAAI,0CAA0C,EAC1F,0CAA0C,IAAI,wCAAwC,EAEtF,eAAe,IAAI,aAAa,EAEhC,oBAAoB,IAAI,kBAAkB,EAE1C,+BAA+B,IAAI,6BAA6B,EAEhE,0BAA0B,IAAI,wBAAwB,EAEtD,8BAA8B,IAAI,4BAA4B,EAE9D,gCAAgC,EAEhC,oCAAoC,EAEpC,mGAAmG,IAAI,2BAA2B,EAElI,6FAA6F,IAAI,wBAAwB,EAEzH,gFAAgF,IAAI,yBAAyB,EAE7G,kFAAkF,IAAI,0BAA0B,EAEhH,+FAA+F,IAAI,6BAA6B,EAEhI,8FAA8F,IAAI,qBAAqB,EAEvH,2GAA2G,IAAI,iCAAiC,EAEhJ,4GAA4G,IAAI,kCAAkC,EAElJ,gIAAgI,IAAI,2BAA2B,GAElK,CAAC;AAMF,MAAM,CAAC,KAAK,UAAU,wBAAwB,CAC1C,KAAoB,EACpB,QAAgB,EAChB,iBAAiD,EACjD,OAAO,GAAuB,EAAE,EACY;IAC5C,MAAM,WAAW,GAAG,kBAAkB,CAAC,MAAM,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC;IAC9E,MAAM,GAAG,GAAG,GAAG,QAAQ,8BAA8B,WAAW,sCAAsC,CAAC;IAEvG,OAAO,KAAK,CAAC,OAAO,CAAwB;QACxC,GAAG,OAAO;QACV,MAAM,EAAE,KAAK;QACb,GAAG;KACN,CAAC,CAAC;AAAA,CACN"}
|
|
@@ -903,22 +903,6 @@ export interface DashboardContext {
|
|
|
903
903
|
*/
|
|
904
904
|
'widgets': Array<WidgetDescriptor>;
|
|
905
905
|
}
|
|
906
|
-
export interface DashboardSummaryRequestDto {
|
|
907
|
-
'dashboardId': string;
|
|
908
|
-
'customUserPrompt'?: string;
|
|
909
|
-
'gooddataHost'?: string;
|
|
910
|
-
'gooddataToken'?: string;
|
|
911
|
-
'keyMetricIds'?: Array<string>;
|
|
912
|
-
'referenceQuarter'?: string;
|
|
913
|
-
'dryRun'?: boolean;
|
|
914
|
-
'temperature'?: number;
|
|
915
|
-
'aiModel'?: string;
|
|
916
|
-
}
|
|
917
|
-
export interface DashboardSummaryResponseDto {
|
|
918
|
-
'runId': string;
|
|
919
|
-
'status': string;
|
|
920
|
-
'message': string;
|
|
921
|
-
}
|
|
922
906
|
/**
|
|
923
907
|
* Mapping from dimension items (either \'localIdentifier\' from \'AttributeItem\', or \"measureGroup\") to their respective values. This effectively specifies the path (location) of the data column used for sorting. Therefore values for all dimension items must be specified.
|
|
924
908
|
*/
|
|
@@ -1252,10 +1236,6 @@ export interface ExecutionSettings {
|
|
|
1252
1236
|
export interface FailedOperation extends Operation {
|
|
1253
1237
|
'error': OperationError;
|
|
1254
1238
|
}
|
|
1255
|
-
export interface FeedbackRequestDto {
|
|
1256
|
-
'sentiment': FeedbackRequestDtoSentimentEnum;
|
|
1257
|
-
}
|
|
1258
|
-
export type FeedbackRequestDtoSentimentEnum = 'POSITIVE' | 'NEGATIVE';
|
|
1259
1239
|
/**
|
|
1260
1240
|
* Specifies what is used for filtering.
|
|
1261
1241
|
*/
|
|
@@ -1512,31 +1492,6 @@ export interface KnowledgeDocumentMetadataDto {
|
|
|
1512
1492
|
'scopes': Array<string>;
|
|
1513
1493
|
'isDisabled'?: boolean;
|
|
1514
1494
|
}
|
|
1515
|
-
export interface KnowledgeRecommendationsRequestDto {
|
|
1516
|
-
'metricId': string;
|
|
1517
|
-
'direction'?: KnowledgeRecommendationsRequestDtoDirectionEnum;
|
|
1518
|
-
'comparisonType': KnowledgeRecommendationsRequestDtoComparisonTypeEnum;
|
|
1519
|
-
'limit'?: number;
|
|
1520
|
-
'minScore'?: number;
|
|
1521
|
-
'aiModel'?: string;
|
|
1522
|
-
'temperature'?: number;
|
|
1523
|
-
'maxTokens'?: number;
|
|
1524
|
-
'gooddataHost'?: string;
|
|
1525
|
-
'gooddataToken'?: string;
|
|
1526
|
-
'analyticalDashboardId'?: string;
|
|
1527
|
-
'widgetId'?: string;
|
|
1528
|
-
'widgetName'?: string;
|
|
1529
|
-
'dryRun'?: boolean;
|
|
1530
|
-
'referenceValue'?: number;
|
|
1531
|
-
'analyzedValue'?: number;
|
|
1532
|
-
}
|
|
1533
|
-
export type KnowledgeRecommendationsRequestDtoDirectionEnum = 'INCREASED' | 'DECREASED';
|
|
1534
|
-
export type KnowledgeRecommendationsRequestDtoComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
|
|
1535
|
-
export interface KnowledgeRecommendationsResponseDto {
|
|
1536
|
-
'runId': string;
|
|
1537
|
-
'status': string;
|
|
1538
|
-
'message': string;
|
|
1539
|
-
}
|
|
1540
1495
|
export interface KnowledgeSearchResultDto {
|
|
1541
1496
|
'filename': string;
|
|
1542
1497
|
'content': string;
|
|
@@ -3046,7 +3001,7 @@ export interface WorkflowStatusResponseDto {
|
|
|
3046
3001
|
/**
|
|
3047
3002
|
* (BETA) Deletes an existing database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
|
|
3048
3003
|
* @summary (BETA) Delete an existing AILake Database instance
|
|
3049
|
-
* @param {string} instanceId
|
|
3004
|
+
* @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
3050
3005
|
* @param {string} [operationId]
|
|
3051
3006
|
* @param {*} [options] Override http request option.
|
|
3052
3007
|
* @param {Configuration} [configuration] Optional configuration.
|
|
@@ -3056,7 +3011,7 @@ export declare function AILakeApiAxiosParamCreator_DeprovisionAiLakeDatabaseInst
|
|
|
3056
3011
|
/**
|
|
3057
3012
|
* (BETA) Retrieve details of the specified AI Lake database instance in the organization\'s AI Lake.
|
|
3058
3013
|
* @summary (BETA) Get the specified AILake Database instance
|
|
3059
|
-
* @param {string} instanceId
|
|
3014
|
+
* @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
3060
3015
|
* @param {*} [options] Override http request option.
|
|
3061
3016
|
* @param {Configuration} [configuration] Optional configuration.
|
|
3062
3017
|
* @throws {RequiredError}
|
|
@@ -3298,7 +3253,7 @@ export interface AILakeApiInterface {
|
|
|
3298
3253
|
*/
|
|
3299
3254
|
export interface AILakeApiDeprovisionAiLakeDatabaseInstanceRequest {
|
|
3300
3255
|
/**
|
|
3301
|
-
*
|
|
3256
|
+
* Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
3302
3257
|
* @type {string}
|
|
3303
3258
|
* @memberof AILakeApiDeprovisionAiLakeDatabaseInstance
|
|
3304
3259
|
*/
|
|
@@ -3317,7 +3272,7 @@ export interface AILakeApiDeprovisionAiLakeDatabaseInstanceRequest {
|
|
|
3317
3272
|
*/
|
|
3318
3273
|
export interface AILakeApiGetAiLakeDatabaseInstanceRequest {
|
|
3319
3274
|
/**
|
|
3320
|
-
*
|
|
3275
|
+
* Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
3321
3276
|
* @type {string}
|
|
3322
3277
|
* @memberof AILakeApiGetAiLakeDatabaseInstance
|
|
3323
3278
|
*/
|
|
@@ -3621,15 +3576,6 @@ export declare function ActionsApiAxiosParamCreator_CancelExecutions(workspaceId
|
|
|
3621
3576
|
* @throws {RequiredError}
|
|
3622
3577
|
*/
|
|
3623
3578
|
export declare function ActionsApiAxiosParamCreator_CancelWorkflow(workspaceId: string, runId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3624
|
-
/**
|
|
3625
|
-
*
|
|
3626
|
-
* @param {string} workspaceId Workspace identifier
|
|
3627
|
-
* @param {string} runId
|
|
3628
|
-
* @param {*} [options] Override http request option.
|
|
3629
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3630
|
-
* @throws {RequiredError}
|
|
3631
|
-
*/
|
|
3632
|
-
export declare function ActionsApiAxiosParamCreator_CancelWorkflow1(workspaceId: string, runId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3633
3579
|
/**
|
|
3634
3580
|
* Computes change analysis for the provided execution definition.
|
|
3635
3581
|
* @summary Compute change analysis
|
|
@@ -3790,15 +3736,6 @@ export declare function ActionsApiAxiosParamCreator_ForecastResult(workspaceId:
|
|
|
3790
3736
|
* @throws {RequiredError}
|
|
3791
3737
|
*/
|
|
3792
3738
|
export declare function ActionsApiAxiosParamCreator_GenerateDashboardSummary(workspaceId: string, workflowDashboardSummaryRequestDto: WorkflowDashboardSummaryRequestDto, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3793
|
-
/**
|
|
3794
|
-
*
|
|
3795
|
-
* @param {string} workspaceId Workspace identifier
|
|
3796
|
-
* @param {DashboardSummaryRequestDto} dashboardSummaryRequestDto
|
|
3797
|
-
* @param {*} [options] Override http request option.
|
|
3798
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3799
|
-
* @throws {RequiredError}
|
|
3800
|
-
*/
|
|
3801
|
-
export declare function ActionsApiAxiosParamCreator_GenerateDashboardSummary1(workspaceId: string, dashboardSummaryRequestDto: DashboardSummaryRequestDto, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3802
3739
|
/**
|
|
3803
3740
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
3804
3741
|
* @summary Generate Description for Analytics Object
|
|
@@ -3809,15 +3746,6 @@ export declare function ActionsApiAxiosParamCreator_GenerateDashboardSummary1(wo
|
|
|
3809
3746
|
* @throws {RequiredError}
|
|
3810
3747
|
*/
|
|
3811
3748
|
export declare function ActionsApiAxiosParamCreator_GenerateDescription(workspaceId: string, generateDescriptionRequest: GenerateDescriptionRequest, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3812
|
-
/**
|
|
3813
|
-
*
|
|
3814
|
-
* @param {string} workspaceId Workspace identifier
|
|
3815
|
-
* @param {KnowledgeRecommendationsRequestDto} knowledgeRecommendationsRequestDto
|
|
3816
|
-
* @param {*} [options] Override http request option.
|
|
3817
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3818
|
-
* @throws {RequiredError}
|
|
3819
|
-
*/
|
|
3820
|
-
export declare function ActionsApiAxiosParamCreator_GenerateKnowledgeRecommendations(workspaceId: string, knowledgeRecommendationsRequestDto: KnowledgeRecommendationsRequestDto, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3821
3749
|
/**
|
|
3822
3750
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
3823
3751
|
* @summary Generate Title for Analytics Object
|
|
@@ -3865,15 +3793,6 @@ export declare function ActionsApiAxiosParamCreator_GetQualityIssuesCalculationS
|
|
|
3865
3793
|
* @throws {RequiredError}
|
|
3866
3794
|
*/
|
|
3867
3795
|
export declare function ActionsApiAxiosParamCreator_GetWorkflowStatus(workspaceId: string, runId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3868
|
-
/**
|
|
3869
|
-
*
|
|
3870
|
-
* @param {string} workspaceId Workspace identifier
|
|
3871
|
-
* @param {string} runId
|
|
3872
|
-
* @param {*} [options] Override http request option.
|
|
3873
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3874
|
-
* @throws {RequiredError}
|
|
3875
|
-
*/
|
|
3876
|
-
export declare function ActionsApiAxiosParamCreator_GetWorkflowStatus1(workspaceId: string, runId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
3877
3796
|
/**
|
|
3878
3797
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
3879
3798
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -4091,16 +4010,6 @@ export declare function ActionsApiAxiosParamCreator_TriggerQualityIssuesCalculat
|
|
|
4091
4010
|
* @throws {RequiredError}
|
|
4092
4011
|
*/
|
|
4093
4012
|
export declare function ActionsApiAxiosParamCreator_UpsertDocument(workspaceId: string, upsertKnowledgeDocumentRequestDto: UpsertKnowledgeDocumentRequestDto, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
4094
|
-
/**
|
|
4095
|
-
*
|
|
4096
|
-
* @param {string} workspaceId Workspace identifier
|
|
4097
|
-
* @param {string} runId
|
|
4098
|
-
* @param {FeedbackRequestDto} feedbackRequestDto
|
|
4099
|
-
* @param {*} [options] Override http request option.
|
|
4100
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
4101
|
-
* @throws {RequiredError}
|
|
4102
|
-
*/
|
|
4103
|
-
export declare function ActionsApiAxiosParamCreator_UserFeedback(workspaceId: string, runId: string, feedbackRequestDto: FeedbackRequestDto, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
4104
4013
|
/**
|
|
4105
4014
|
* Will be soon removed and replaced by testLlmProvider.
|
|
4106
4015
|
* @summary Validate LLM Endpoint
|
|
@@ -4220,18 +4129,6 @@ export declare function ActionsApi_CancelExecutions(axios: AxiosInstance, basePa
|
|
|
4220
4129
|
export declare function ActionsApi_CancelWorkflow(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<{
|
|
4221
4130
|
[key: string]: string;
|
|
4222
4131
|
}>;
|
|
4223
|
-
/**
|
|
4224
|
-
*
|
|
4225
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
4226
|
-
* @param {string} basePath Base path.
|
|
4227
|
-
* @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
|
|
4228
|
-
* @param {*} [options] Override http request option.
|
|
4229
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
4230
|
-
* @throws {RequiredError}
|
|
4231
|
-
*/
|
|
4232
|
-
export declare function ActionsApi_CancelWorkflow1(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<{
|
|
4233
|
-
[key: string]: string;
|
|
4234
|
-
}>;
|
|
4235
4132
|
/**
|
|
4236
4133
|
* Computes change analysis for the provided execution definition.
|
|
4237
4134
|
* @summary Compute change analysis
|
|
@@ -4394,16 +4291,6 @@ export declare function ActionsApi_ForecastResult(axios: AxiosInstance, basePath
|
|
|
4394
4291
|
* @throws {RequiredError}
|
|
4395
4292
|
*/
|
|
4396
4293
|
export declare function ActionsApi_GenerateDashboardSummary(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
|
|
4397
|
-
/**
|
|
4398
|
-
*
|
|
4399
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
4400
|
-
* @param {string} basePath Base path.
|
|
4401
|
-
* @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
|
|
4402
|
-
* @param {*} [options] Override http request option.
|
|
4403
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
4404
|
-
* @throws {RequiredError}
|
|
4405
|
-
*/
|
|
4406
|
-
export declare function ActionsApi_GenerateDashboardSummary1(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<DashboardSummaryResponseDto>;
|
|
4407
4294
|
/**
|
|
4408
4295
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
4409
4296
|
* @summary Generate Description for Analytics Object
|
|
@@ -4415,16 +4302,6 @@ export declare function ActionsApi_GenerateDashboardSummary1(axios: AxiosInstanc
|
|
|
4415
4302
|
* @throws {RequiredError}
|
|
4416
4303
|
*/
|
|
4417
4304
|
export declare function ActionsApi_GenerateDescription(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<GenerateDescriptionResponse>;
|
|
4418
|
-
/**
|
|
4419
|
-
*
|
|
4420
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
4421
|
-
* @param {string} basePath Base path.
|
|
4422
|
-
* @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
|
|
4423
|
-
* @param {*} [options] Override http request option.
|
|
4424
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
4425
|
-
* @throws {RequiredError}
|
|
4426
|
-
*/
|
|
4427
|
-
export declare function ActionsApi_GenerateKnowledgeRecommendations(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<KnowledgeRecommendationsResponseDto>;
|
|
4428
4305
|
/**
|
|
4429
4306
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
4430
4307
|
* @summary Generate Title for Analytics Object
|
|
@@ -4478,16 +4355,6 @@ export declare function ActionsApi_GetQualityIssuesCalculationStatus(axios: Axio
|
|
|
4478
4355
|
* @throws {RequiredError}
|
|
4479
4356
|
*/
|
|
4480
4357
|
export declare function ActionsApi_GetWorkflowStatus(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<WorkflowStatusResponseDto>;
|
|
4481
|
-
/**
|
|
4482
|
-
*
|
|
4483
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
4484
|
-
* @param {string} basePath Base path.
|
|
4485
|
-
* @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
|
|
4486
|
-
* @param {*} [options] Override http request option.
|
|
4487
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
4488
|
-
* @throws {RequiredError}
|
|
4489
|
-
*/
|
|
4490
|
-
export declare function ActionsApi_GetWorkflowStatus1(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<WorkflowStatusResponseDto>;
|
|
4491
4358
|
/**
|
|
4492
4359
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
4493
4360
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -4715,18 +4582,6 @@ export declare function ActionsApi_TriggerQualityIssuesCalculation(axios: AxiosI
|
|
|
4715
4582
|
* @throws {RequiredError}
|
|
4716
4583
|
*/
|
|
4717
4584
|
export declare function ActionsApi_UpsertDocument(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiUpsertDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<UpsertKnowledgeDocumentResponseDto>;
|
|
4718
|
-
/**
|
|
4719
|
-
*
|
|
4720
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
4721
|
-
* @param {string} basePath Base path.
|
|
4722
|
-
* @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
|
|
4723
|
-
* @param {*} [options] Override http request option.
|
|
4724
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
4725
|
-
* @throws {RequiredError}
|
|
4726
|
-
*/
|
|
4727
|
-
export declare function ActionsApi_UserFeedback(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<{
|
|
4728
|
-
[key: string]: string;
|
|
4729
|
-
}>;
|
|
4730
4585
|
/**
|
|
4731
4586
|
* Will be soon removed and replaced by testLlmProvider.
|
|
4732
4587
|
* @summary Validate LLM Endpoint
|
|
@@ -4837,16 +4692,6 @@ export interface ActionsApiInterface {
|
|
|
4837
4692
|
cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
4838
4693
|
[key: string]: string;
|
|
4839
4694
|
}>;
|
|
4840
|
-
/**
|
|
4841
|
-
*
|
|
4842
|
-
* @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
|
|
4843
|
-
* @param {*} [options] Override http request option.
|
|
4844
|
-
* @throws {RequiredError}
|
|
4845
|
-
* @memberof ActionsApiInterface
|
|
4846
|
-
*/
|
|
4847
|
-
cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
|
|
4848
|
-
[key: string]: string;
|
|
4849
|
-
}>;
|
|
4850
4695
|
/**
|
|
4851
4696
|
* Computes change analysis for the provided execution definition.
|
|
4852
4697
|
* @summary Compute change analysis
|
|
@@ -4979,14 +4824,6 @@ export interface ActionsApiInterface {
|
|
|
4979
4824
|
* @memberof ActionsApiInterface
|
|
4980
4825
|
*/
|
|
4981
4826
|
generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
|
|
4982
|
-
/**
|
|
4983
|
-
*
|
|
4984
|
-
* @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
|
|
4985
|
-
* @param {*} [options] Override http request option.
|
|
4986
|
-
* @throws {RequiredError}
|
|
4987
|
-
* @memberof ActionsApiInterface
|
|
4988
|
-
*/
|
|
4989
|
-
generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
|
|
4990
4827
|
/**
|
|
4991
4828
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
4992
4829
|
* @summary Generate Description for Analytics Object
|
|
@@ -4996,14 +4833,6 @@ export interface ActionsApiInterface {
|
|
|
4996
4833
|
* @memberof ActionsApiInterface
|
|
4997
4834
|
*/
|
|
4998
4835
|
generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
|
|
4999
|
-
/**
|
|
5000
|
-
*
|
|
5001
|
-
* @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
|
|
5002
|
-
* @param {*} [options] Override http request option.
|
|
5003
|
-
* @throws {RequiredError}
|
|
5004
|
-
* @memberof ActionsApiInterface
|
|
5005
|
-
*/
|
|
5006
|
-
generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
|
|
5007
4836
|
/**
|
|
5008
4837
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
5009
4838
|
* @summary Generate Title for Analytics Object
|
|
@@ -5047,14 +4876,6 @@ export interface ActionsApiInterface {
|
|
|
5047
4876
|
* @memberof ActionsApiInterface
|
|
5048
4877
|
*/
|
|
5049
4878
|
getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
|
|
5050
|
-
/**
|
|
5051
|
-
*
|
|
5052
|
-
* @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
|
|
5053
|
-
* @param {*} [options] Override http request option.
|
|
5054
|
-
* @throws {RequiredError}
|
|
5055
|
-
* @memberof ActionsApiInterface
|
|
5056
|
-
*/
|
|
5057
|
-
getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
|
|
5058
4879
|
/**
|
|
5059
4880
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
5060
4881
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -5241,16 +5062,6 @@ export interface ActionsApiInterface {
|
|
|
5241
5062
|
* @memberof ActionsApiInterface
|
|
5242
5063
|
*/
|
|
5243
5064
|
upsertDocument(requestParameters: ActionsApiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<UpsertKnowledgeDocumentResponseDto>;
|
|
5244
|
-
/**
|
|
5245
|
-
*
|
|
5246
|
-
* @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
|
|
5247
|
-
* @param {*} [options] Override http request option.
|
|
5248
|
-
* @throws {RequiredError}
|
|
5249
|
-
* @memberof ActionsApiInterface
|
|
5250
|
-
*/
|
|
5251
|
-
userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
5252
|
-
[key: string]: string;
|
|
5253
|
-
}>;
|
|
5254
5065
|
/**
|
|
5255
5066
|
* Will be soon removed and replaced by testLlmProvider.
|
|
5256
5067
|
* @summary Validate LLM Endpoint
|
|
@@ -5461,25 +5272,6 @@ export interface ActionsApiCancelWorkflowRequest {
|
|
|
5461
5272
|
*/
|
|
5462
5273
|
readonly runId: string;
|
|
5463
5274
|
}
|
|
5464
|
-
/**
|
|
5465
|
-
* Request parameters for cancelWorkflow1 operation in ActionsApi.
|
|
5466
|
-
* @export
|
|
5467
|
-
* @interface ActionsApiCancelWorkflow1Request
|
|
5468
|
-
*/
|
|
5469
|
-
export interface ActionsApiCancelWorkflow1Request {
|
|
5470
|
-
/**
|
|
5471
|
-
* Workspace identifier
|
|
5472
|
-
* @type {string}
|
|
5473
|
-
* @memberof ActionsApiCancelWorkflow1
|
|
5474
|
-
*/
|
|
5475
|
-
readonly workspaceId: string;
|
|
5476
|
-
/**
|
|
5477
|
-
*
|
|
5478
|
-
* @type {string}
|
|
5479
|
-
* @memberof ActionsApiCancelWorkflow1
|
|
5480
|
-
*/
|
|
5481
|
-
readonly runId: string;
|
|
5482
|
-
}
|
|
5483
5275
|
/**
|
|
5484
5276
|
* Request parameters for changeAnalysis operation in ActionsApi.
|
|
5485
5277
|
* @export
|
|
@@ -5843,25 +5635,6 @@ export interface ActionsApiGenerateDashboardSummaryRequest {
|
|
|
5843
5635
|
*/
|
|
5844
5636
|
readonly workflowDashboardSummaryRequestDto: WorkflowDashboardSummaryRequestDto;
|
|
5845
5637
|
}
|
|
5846
|
-
/**
|
|
5847
|
-
* Request parameters for generateDashboardSummary1 operation in ActionsApi.
|
|
5848
|
-
* @export
|
|
5849
|
-
* @interface ActionsApiGenerateDashboardSummary1Request
|
|
5850
|
-
*/
|
|
5851
|
-
export interface ActionsApiGenerateDashboardSummary1Request {
|
|
5852
|
-
/**
|
|
5853
|
-
* Workspace identifier
|
|
5854
|
-
* @type {string}
|
|
5855
|
-
* @memberof ActionsApiGenerateDashboardSummary1
|
|
5856
|
-
*/
|
|
5857
|
-
readonly workspaceId: string;
|
|
5858
|
-
/**
|
|
5859
|
-
*
|
|
5860
|
-
* @type {DashboardSummaryRequestDto}
|
|
5861
|
-
* @memberof ActionsApiGenerateDashboardSummary1
|
|
5862
|
-
*/
|
|
5863
|
-
readonly dashboardSummaryRequestDto: DashboardSummaryRequestDto;
|
|
5864
|
-
}
|
|
5865
5638
|
/**
|
|
5866
5639
|
* Request parameters for generateDescription operation in ActionsApi.
|
|
5867
5640
|
* @export
|
|
@@ -5881,25 +5654,6 @@ export interface ActionsApiGenerateDescriptionRequest {
|
|
|
5881
5654
|
*/
|
|
5882
5655
|
readonly generateDescriptionRequest: GenerateDescriptionRequest;
|
|
5883
5656
|
}
|
|
5884
|
-
/**
|
|
5885
|
-
* Request parameters for generateKnowledgeRecommendations operation in ActionsApi.
|
|
5886
|
-
* @export
|
|
5887
|
-
* @interface ActionsApiGenerateKnowledgeRecommendationsRequest
|
|
5888
|
-
*/
|
|
5889
|
-
export interface ActionsApiGenerateKnowledgeRecommendationsRequest {
|
|
5890
|
-
/**
|
|
5891
|
-
* Workspace identifier
|
|
5892
|
-
* @type {string}
|
|
5893
|
-
* @memberof ActionsApiGenerateKnowledgeRecommendations
|
|
5894
|
-
*/
|
|
5895
|
-
readonly workspaceId: string;
|
|
5896
|
-
/**
|
|
5897
|
-
*
|
|
5898
|
-
* @type {KnowledgeRecommendationsRequestDto}
|
|
5899
|
-
* @memberof ActionsApiGenerateKnowledgeRecommendations
|
|
5900
|
-
*/
|
|
5901
|
-
readonly knowledgeRecommendationsRequestDto: KnowledgeRecommendationsRequestDto;
|
|
5902
|
-
}
|
|
5903
5657
|
/**
|
|
5904
5658
|
* Request parameters for generateTitle operation in ActionsApi.
|
|
5905
5659
|
* @export
|
|
@@ -5989,25 +5743,6 @@ export interface ActionsApiGetWorkflowStatusRequest {
|
|
|
5989
5743
|
*/
|
|
5990
5744
|
readonly runId: string;
|
|
5991
5745
|
}
|
|
5992
|
-
/**
|
|
5993
|
-
* Request parameters for getWorkflowStatus1 operation in ActionsApi.
|
|
5994
|
-
* @export
|
|
5995
|
-
* @interface ActionsApiGetWorkflowStatus1Request
|
|
5996
|
-
*/
|
|
5997
|
-
export interface ActionsApiGetWorkflowStatus1Request {
|
|
5998
|
-
/**
|
|
5999
|
-
* Workspace identifier
|
|
6000
|
-
* @type {string}
|
|
6001
|
-
* @memberof ActionsApiGetWorkflowStatus1
|
|
6002
|
-
*/
|
|
6003
|
-
readonly workspaceId: string;
|
|
6004
|
-
/**
|
|
6005
|
-
*
|
|
6006
|
-
* @type {string}
|
|
6007
|
-
* @memberof ActionsApiGetWorkflowStatus1
|
|
6008
|
-
*/
|
|
6009
|
-
readonly runId: string;
|
|
6010
|
-
}
|
|
6011
5746
|
/**
|
|
6012
5747
|
* Request parameters for keyDriverAnalysis operation in ActionsApi.
|
|
6013
5748
|
* @export
|
|
@@ -6473,31 +6208,6 @@ export interface ActionsApiUpsertDocumentRequest {
|
|
|
6473
6208
|
*/
|
|
6474
6209
|
readonly upsertKnowledgeDocumentRequestDto: UpsertKnowledgeDocumentRequestDto;
|
|
6475
6210
|
}
|
|
6476
|
-
/**
|
|
6477
|
-
* Request parameters for userFeedback operation in ActionsApi.
|
|
6478
|
-
* @export
|
|
6479
|
-
* @interface ActionsApiUserFeedbackRequest
|
|
6480
|
-
*/
|
|
6481
|
-
export interface ActionsApiUserFeedbackRequest {
|
|
6482
|
-
/**
|
|
6483
|
-
* Workspace identifier
|
|
6484
|
-
* @type {string}
|
|
6485
|
-
* @memberof ActionsApiUserFeedback
|
|
6486
|
-
*/
|
|
6487
|
-
readonly workspaceId: string;
|
|
6488
|
-
/**
|
|
6489
|
-
*
|
|
6490
|
-
* @type {string}
|
|
6491
|
-
* @memberof ActionsApiUserFeedback
|
|
6492
|
-
*/
|
|
6493
|
-
readonly runId: string;
|
|
6494
|
-
/**
|
|
6495
|
-
*
|
|
6496
|
-
* @type {FeedbackRequestDto}
|
|
6497
|
-
* @memberof ActionsApiUserFeedback
|
|
6498
|
-
*/
|
|
6499
|
-
readonly feedbackRequestDto: FeedbackRequestDto;
|
|
6500
|
-
}
|
|
6501
6211
|
/**
|
|
6502
6212
|
* Request parameters for validateLLMEndpoint operation in ActionsApi.
|
|
6503
6213
|
* @export
|
|
@@ -6619,16 +6329,6 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
6619
6329
|
cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
6620
6330
|
[key: string]: string;
|
|
6621
6331
|
}>;
|
|
6622
|
-
/**
|
|
6623
|
-
*
|
|
6624
|
-
* @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
|
|
6625
|
-
* @param {*} [options] Override http request option.
|
|
6626
|
-
* @throws {RequiredError}
|
|
6627
|
-
* @memberof ActionsApi
|
|
6628
|
-
*/
|
|
6629
|
-
cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
|
|
6630
|
-
[key: string]: string;
|
|
6631
|
-
}>;
|
|
6632
6332
|
/**
|
|
6633
6333
|
* Computes change analysis for the provided execution definition.
|
|
6634
6334
|
* @summary Compute change analysis
|
|
@@ -6761,14 +6461,6 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
6761
6461
|
* @memberof ActionsApi
|
|
6762
6462
|
*/
|
|
6763
6463
|
generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
|
|
6764
|
-
/**
|
|
6765
|
-
*
|
|
6766
|
-
* @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
|
|
6767
|
-
* @param {*} [options] Override http request option.
|
|
6768
|
-
* @throws {RequiredError}
|
|
6769
|
-
* @memberof ActionsApi
|
|
6770
|
-
*/
|
|
6771
|
-
generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
|
|
6772
6464
|
/**
|
|
6773
6465
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
6774
6466
|
* @summary Generate Description for Analytics Object
|
|
@@ -6778,14 +6470,6 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
6778
6470
|
* @memberof ActionsApi
|
|
6779
6471
|
*/
|
|
6780
6472
|
generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
|
|
6781
|
-
/**
|
|
6782
|
-
*
|
|
6783
|
-
* @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
|
|
6784
|
-
* @param {*} [options] Override http request option.
|
|
6785
|
-
* @throws {RequiredError}
|
|
6786
|
-
* @memberof ActionsApi
|
|
6787
|
-
*/
|
|
6788
|
-
generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
|
|
6789
6473
|
/**
|
|
6790
6474
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
6791
6475
|
* @summary Generate Title for Analytics Object
|
|
@@ -6829,14 +6513,6 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
6829
6513
|
* @memberof ActionsApi
|
|
6830
6514
|
*/
|
|
6831
6515
|
getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
|
|
6832
|
-
/**
|
|
6833
|
-
*
|
|
6834
|
-
* @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
|
|
6835
|
-
* @param {*} [options] Override http request option.
|
|
6836
|
-
* @throws {RequiredError}
|
|
6837
|
-
* @memberof ActionsApi
|
|
6838
|
-
*/
|
|
6839
|
-
getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
|
|
6840
6516
|
/**
|
|
6841
6517
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
6842
6518
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -7023,16 +6699,6 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
7023
6699
|
* @memberof ActionsApi
|
|
7024
6700
|
*/
|
|
7025
6701
|
upsertDocument(requestParameters: ActionsApiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<UpsertKnowledgeDocumentResponseDto>;
|
|
7026
|
-
/**
|
|
7027
|
-
*
|
|
7028
|
-
* @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
|
|
7029
|
-
* @param {*} [options] Override http request option.
|
|
7030
|
-
* @throws {RequiredError}
|
|
7031
|
-
* @memberof ActionsApi
|
|
7032
|
-
*/
|
|
7033
|
-
userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
7034
|
-
[key: string]: string;
|
|
7035
|
-
}>;
|
|
7036
6702
|
/**
|
|
7037
6703
|
* Will be soon removed and replaced by testLlmProvider.
|
|
7038
6704
|
* @summary Validate LLM Endpoint
|