@gooddata/api-client-tiger 11.27.0-alpha.4 → 11.27.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/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +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
|
@@ -8,7 +8,7 @@ import { BASE_PATH, COLLECTION_FORMATS, BaseAPI } from './base.js';
|
|
|
8
8
|
/**
|
|
9
9
|
* (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.
|
|
10
10
|
* @summary (BETA) Delete an existing AILake Database instance
|
|
11
|
-
* @param {string} instanceId
|
|
11
|
+
* @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
12
12
|
* @param {string} [operationId]
|
|
13
13
|
* @param {*} [options] Override http request option.
|
|
14
14
|
* @param {Configuration} [configuration] Optional configuration.
|
|
@@ -47,7 +47,7 @@ export async function AILakeApiAxiosParamCreator_DeprovisionAiLakeDatabaseInstan
|
|
|
47
47
|
/**
|
|
48
48
|
* (BETA) Retrieve details of the specified AI Lake database instance in the organization\'s AI Lake.
|
|
49
49
|
* @summary (BETA) Get the specified AILake Database instance
|
|
50
|
-
* @param {string} instanceId
|
|
50
|
+
* @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
|
|
51
51
|
* @param {*} [options] Override http request option.
|
|
52
52
|
* @param {Configuration} [configuration] Optional configuration.
|
|
53
53
|
* @throws {RequiredError}
|
|
@@ -987,44 +987,6 @@ export async function ActionsApiAxiosParamCreator_CancelWorkflow(workspaceId, ru
|
|
|
987
987
|
};
|
|
988
988
|
}
|
|
989
989
|
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
990
|
-
/**
|
|
991
|
-
*
|
|
992
|
-
* @param {string} workspaceId Workspace identifier
|
|
993
|
-
* @param {string} runId
|
|
994
|
-
* @param {*} [options] Override http request option.
|
|
995
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
996
|
-
* @throws {RequiredError}
|
|
997
|
-
*/
|
|
998
|
-
export async function ActionsApiAxiosParamCreator_CancelWorkflow1(workspaceId, runId, options = {}, configuration) {
|
|
999
|
-
// verify required parameter 'workspaceId' is not null or undefined
|
|
1000
|
-
assertParamExists('cancelWorkflow1', 'workspaceId', workspaceId);
|
|
1001
|
-
// verify required parameter 'runId' is not null or undefined
|
|
1002
|
-
assertParamExists('cancelWorkflow1', 'runId', runId);
|
|
1003
|
-
const localVarPath = `/api/v1/actions/workspaces/{workspaceId}/ai/agent/{runId}/cancel`
|
|
1004
|
-
.replace(`{${"workspaceId"}}`, encodeURIComponent(String(workspaceId)))
|
|
1005
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
1006
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1007
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1008
|
-
let baseOptions;
|
|
1009
|
-
if (configuration) {
|
|
1010
|
-
baseOptions = configuration.baseOptions;
|
|
1011
|
-
}
|
|
1012
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
1013
|
-
const localVarHeaderParameter = {};
|
|
1014
|
-
const localVarQueryParameter = {};
|
|
1015
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1016
|
-
const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
|
|
1017
|
-
localVarRequestOptions.headers = {
|
|
1018
|
-
...localVarHeaderParameter,
|
|
1019
|
-
...headersFromBaseOptions,
|
|
1020
|
-
...options.headers,
|
|
1021
|
-
};
|
|
1022
|
-
return {
|
|
1023
|
-
url: toPathString(localVarUrlObj),
|
|
1024
|
-
options: localVarRequestOptions,
|
|
1025
|
-
};
|
|
1026
|
-
}
|
|
1027
|
-
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
1028
990
|
/**
|
|
1029
991
|
* Computes change analysis for the provided execution definition.
|
|
1030
992
|
* @summary Compute change analysis
|
|
@@ -1769,55 +1731,6 @@ export async function ActionsApiAxiosParamCreator_GenerateDashboardSummary(works
|
|
|
1769
1731
|
};
|
|
1770
1732
|
}
|
|
1771
1733
|
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
1772
|
-
/**
|
|
1773
|
-
*
|
|
1774
|
-
* @param {string} workspaceId Workspace identifier
|
|
1775
|
-
* @param {DashboardSummaryRequestDto} dashboardSummaryRequestDto
|
|
1776
|
-
* @param {*} [options] Override http request option.
|
|
1777
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
1778
|
-
* @throws {RequiredError}
|
|
1779
|
-
*/
|
|
1780
|
-
export async function ActionsApiAxiosParamCreator_GenerateDashboardSummary1(workspaceId, dashboardSummaryRequestDto, options = {}, configuration) {
|
|
1781
|
-
// verify required parameter 'workspaceId' is not null or undefined
|
|
1782
|
-
assertParamExists('generateDashboardSummary1', 'workspaceId', workspaceId);
|
|
1783
|
-
// verify required parameter 'dashboardSummaryRequestDto' is not null or undefined
|
|
1784
|
-
assertParamExists('generateDashboardSummary1', 'dashboardSummaryRequestDto', dashboardSummaryRequestDto);
|
|
1785
|
-
const localVarPath = `/api/v1/actions/workspaces/{workspaceId}/ai/agent/dashboardSummary`
|
|
1786
|
-
.replace(`{${"workspaceId"}}`, encodeURIComponent(String(workspaceId)));
|
|
1787
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1788
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1789
|
-
let baseOptions;
|
|
1790
|
-
if (configuration) {
|
|
1791
|
-
baseOptions = configuration.baseOptions;
|
|
1792
|
-
}
|
|
1793
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
1794
|
-
const localVarHeaderParameter = {};
|
|
1795
|
-
const localVarQueryParameter = {};
|
|
1796
|
-
const consumes = [
|
|
1797
|
-
'application/json'
|
|
1798
|
-
];
|
|
1799
|
-
// use application/json if present, otherwise fallback to the first one
|
|
1800
|
-
localVarHeaderParameter['Content-Type'] = consumes.includes('application/json')
|
|
1801
|
-
? 'application/json'
|
|
1802
|
-
: consumes[0];
|
|
1803
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1804
|
-
const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
|
|
1805
|
-
localVarRequestOptions.headers = {
|
|
1806
|
-
...localVarHeaderParameter,
|
|
1807
|
-
...headersFromBaseOptions,
|
|
1808
|
-
...options.headers,
|
|
1809
|
-
};
|
|
1810
|
-
const needsSerialization = typeof dashboardSummaryRequestDto !== "string" ||
|
|
1811
|
-
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
1812
|
-
localVarRequestOptions.data = needsSerialization
|
|
1813
|
-
? JSON.stringify(dashboardSummaryRequestDto !== undefined ? dashboardSummaryRequestDto : {})
|
|
1814
|
-
: dashboardSummaryRequestDto || "";
|
|
1815
|
-
return {
|
|
1816
|
-
url: toPathString(localVarUrlObj),
|
|
1817
|
-
options: localVarRequestOptions,
|
|
1818
|
-
};
|
|
1819
|
-
}
|
|
1820
|
-
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
1821
1734
|
/**
|
|
1822
1735
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
1823
1736
|
* @summary Generate Description for Analytics Object
|
|
@@ -1868,55 +1781,6 @@ export async function ActionsApiAxiosParamCreator_GenerateDescription(workspaceI
|
|
|
1868
1781
|
};
|
|
1869
1782
|
}
|
|
1870
1783
|
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
1871
|
-
/**
|
|
1872
|
-
*
|
|
1873
|
-
* @param {string} workspaceId Workspace identifier
|
|
1874
|
-
* @param {KnowledgeRecommendationsRequestDto} knowledgeRecommendationsRequestDto
|
|
1875
|
-
* @param {*} [options] Override http request option.
|
|
1876
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
1877
|
-
* @throws {RequiredError}
|
|
1878
|
-
*/
|
|
1879
|
-
export async function ActionsApiAxiosParamCreator_GenerateKnowledgeRecommendations(workspaceId, knowledgeRecommendationsRequestDto, options = {}, configuration) {
|
|
1880
|
-
// verify required parameter 'workspaceId' is not null or undefined
|
|
1881
|
-
assertParamExists('generateKnowledgeRecommendations', 'workspaceId', workspaceId);
|
|
1882
|
-
// verify required parameter 'knowledgeRecommendationsRequestDto' is not null or undefined
|
|
1883
|
-
assertParamExists('generateKnowledgeRecommendations', 'knowledgeRecommendationsRequestDto', knowledgeRecommendationsRequestDto);
|
|
1884
|
-
const localVarPath = `/api/v1/actions/workspaces/{workspaceId}/ai/agent/knowledgeRecommendations`
|
|
1885
|
-
.replace(`{${"workspaceId"}}`, encodeURIComponent(String(workspaceId)));
|
|
1886
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1887
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1888
|
-
let baseOptions;
|
|
1889
|
-
if (configuration) {
|
|
1890
|
-
baseOptions = configuration.baseOptions;
|
|
1891
|
-
}
|
|
1892
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
1893
|
-
const localVarHeaderParameter = {};
|
|
1894
|
-
const localVarQueryParameter = {};
|
|
1895
|
-
const consumes = [
|
|
1896
|
-
'application/json'
|
|
1897
|
-
];
|
|
1898
|
-
// use application/json if present, otherwise fallback to the first one
|
|
1899
|
-
localVarHeaderParameter['Content-Type'] = consumes.includes('application/json')
|
|
1900
|
-
? 'application/json'
|
|
1901
|
-
: consumes[0];
|
|
1902
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1903
|
-
const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
|
|
1904
|
-
localVarRequestOptions.headers = {
|
|
1905
|
-
...localVarHeaderParameter,
|
|
1906
|
-
...headersFromBaseOptions,
|
|
1907
|
-
...options.headers,
|
|
1908
|
-
};
|
|
1909
|
-
const needsSerialization = typeof knowledgeRecommendationsRequestDto !== "string" ||
|
|
1910
|
-
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
1911
|
-
localVarRequestOptions.data = needsSerialization
|
|
1912
|
-
? JSON.stringify(knowledgeRecommendationsRequestDto !== undefined ? knowledgeRecommendationsRequestDto : {})
|
|
1913
|
-
: knowledgeRecommendationsRequestDto || "";
|
|
1914
|
-
return {
|
|
1915
|
-
url: toPathString(localVarUrlObj),
|
|
1916
|
-
options: localVarRequestOptions,
|
|
1917
|
-
};
|
|
1918
|
-
}
|
|
1919
|
-
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
1920
1784
|
/**
|
|
1921
1785
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
1922
1786
|
* @summary Generate Title for Analytics Object
|
|
@@ -2117,44 +1981,6 @@ export async function ActionsApiAxiosParamCreator_GetWorkflowStatus(workspaceId,
|
|
|
2117
1981
|
};
|
|
2118
1982
|
}
|
|
2119
1983
|
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
2120
|
-
/**
|
|
2121
|
-
*
|
|
2122
|
-
* @param {string} workspaceId Workspace identifier
|
|
2123
|
-
* @param {string} runId
|
|
2124
|
-
* @param {*} [options] Override http request option.
|
|
2125
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
2126
|
-
* @throws {RequiredError}
|
|
2127
|
-
*/
|
|
2128
|
-
export async function ActionsApiAxiosParamCreator_GetWorkflowStatus1(workspaceId, runId, options = {}, configuration) {
|
|
2129
|
-
// verify required parameter 'workspaceId' is not null or undefined
|
|
2130
|
-
assertParamExists('getWorkflowStatus1', 'workspaceId', workspaceId);
|
|
2131
|
-
// verify required parameter 'runId' is not null or undefined
|
|
2132
|
-
assertParamExists('getWorkflowStatus1', 'runId', runId);
|
|
2133
|
-
const localVarPath = `/api/v1/actions/workspaces/{workspaceId}/ai/agent/{runId}/status`
|
|
2134
|
-
.replace(`{${"workspaceId"}}`, encodeURIComponent(String(workspaceId)))
|
|
2135
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
2136
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2137
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2138
|
-
let baseOptions;
|
|
2139
|
-
if (configuration) {
|
|
2140
|
-
baseOptions = configuration.baseOptions;
|
|
2141
|
-
}
|
|
2142
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
2143
|
-
const localVarHeaderParameter = {};
|
|
2144
|
-
const localVarQueryParameter = {};
|
|
2145
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2146
|
-
const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
|
|
2147
|
-
localVarRequestOptions.headers = {
|
|
2148
|
-
...localVarHeaderParameter,
|
|
2149
|
-
...headersFromBaseOptions,
|
|
2150
|
-
...options.headers,
|
|
2151
|
-
};
|
|
2152
|
-
return {
|
|
2153
|
-
url: toPathString(localVarUrlObj),
|
|
2154
|
-
options: localVarRequestOptions,
|
|
2155
|
-
};
|
|
2156
|
-
}
|
|
2157
|
-
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
2158
1984
|
/**
|
|
2159
1985
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
2160
1986
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -3091,59 +2917,6 @@ export async function ActionsApiAxiosParamCreator_UpsertDocument(workspaceId, up
|
|
|
3091
2917
|
};
|
|
3092
2918
|
}
|
|
3093
2919
|
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
3094
|
-
/**
|
|
3095
|
-
*
|
|
3096
|
-
* @param {string} workspaceId Workspace identifier
|
|
3097
|
-
* @param {string} runId
|
|
3098
|
-
* @param {FeedbackRequestDto} feedbackRequestDto
|
|
3099
|
-
* @param {*} [options] Override http request option.
|
|
3100
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3101
|
-
* @throws {RequiredError}
|
|
3102
|
-
*/
|
|
3103
|
-
export async function ActionsApiAxiosParamCreator_UserFeedback(workspaceId, runId, feedbackRequestDto, options = {}, configuration) {
|
|
3104
|
-
// verify required parameter 'workspaceId' is not null or undefined
|
|
3105
|
-
assertParamExists('userFeedback', 'workspaceId', workspaceId);
|
|
3106
|
-
// verify required parameter 'runId' is not null or undefined
|
|
3107
|
-
assertParamExists('userFeedback', 'runId', runId);
|
|
3108
|
-
// verify required parameter 'feedbackRequestDto' is not null or undefined
|
|
3109
|
-
assertParamExists('userFeedback', 'feedbackRequestDto', feedbackRequestDto);
|
|
3110
|
-
const localVarPath = `/api/v1/actions/workspaces/{workspaceId}/ai/agent/{runId}/feedback`
|
|
3111
|
-
.replace(`{${"workspaceId"}}`, encodeURIComponent(String(workspaceId)))
|
|
3112
|
-
.replace(`{${"runId"}}`, encodeURIComponent(String(runId)));
|
|
3113
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3114
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3115
|
-
let baseOptions;
|
|
3116
|
-
if (configuration) {
|
|
3117
|
-
baseOptions = configuration.baseOptions;
|
|
3118
|
-
}
|
|
3119
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
3120
|
-
const localVarHeaderParameter = {};
|
|
3121
|
-
const localVarQueryParameter = {};
|
|
3122
|
-
const consumes = [
|
|
3123
|
-
'application/json'
|
|
3124
|
-
];
|
|
3125
|
-
// use application/json if present, otherwise fallback to the first one
|
|
3126
|
-
localVarHeaderParameter['Content-Type'] = consumes.includes('application/json')
|
|
3127
|
-
? 'application/json'
|
|
3128
|
-
: consumes[0];
|
|
3129
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3130
|
-
const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
|
|
3131
|
-
localVarRequestOptions.headers = {
|
|
3132
|
-
...localVarHeaderParameter,
|
|
3133
|
-
...headersFromBaseOptions,
|
|
3134
|
-
...options.headers,
|
|
3135
|
-
};
|
|
3136
|
-
const needsSerialization = typeof feedbackRequestDto !== "string" ||
|
|
3137
|
-
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
3138
|
-
localVarRequestOptions.data = needsSerialization
|
|
3139
|
-
? JSON.stringify(feedbackRequestDto !== undefined ? feedbackRequestDto : {})
|
|
3140
|
-
: feedbackRequestDto || "";
|
|
3141
|
-
return {
|
|
3142
|
-
url: toPathString(localVarUrlObj),
|
|
3143
|
-
options: localVarRequestOptions,
|
|
3144
|
-
};
|
|
3145
|
-
}
|
|
3146
|
-
// ActionsApi FP - ActionsApiAxiosParamCreator
|
|
3147
2920
|
/**
|
|
3148
2921
|
* Will be soon removed and replaced by testLlmProvider.
|
|
3149
2922
|
* @summary Validate LLM Endpoint
|
|
@@ -3372,20 +3145,6 @@ export async function ActionsApi_CancelWorkflow(axios, basePath, requestParamete
|
|
|
3372
3145
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
3373
3146
|
}
|
|
3374
3147
|
// ActionsApi Api FP
|
|
3375
|
-
/**
|
|
3376
|
-
*
|
|
3377
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
3378
|
-
* @param {string} basePath Base path.
|
|
3379
|
-
* @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
|
|
3380
|
-
* @param {*} [options] Override http request option.
|
|
3381
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3382
|
-
* @throws {RequiredError}
|
|
3383
|
-
*/
|
|
3384
|
-
export async function ActionsApi_CancelWorkflow1(axios, basePath, requestParameters, options, configuration) {
|
|
3385
|
-
const localVarAxiosArgs = await ActionsApiAxiosParamCreator_CancelWorkflow1(requestParameters.workspaceId, requestParameters.runId, options || {}, configuration);
|
|
3386
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
3387
|
-
}
|
|
3388
|
-
// ActionsApi Api FP
|
|
3389
3148
|
/**
|
|
3390
3149
|
* Computes change analysis for the provided execution definition.
|
|
3391
3150
|
* @summary Compute change analysis
|
|
@@ -3608,20 +3367,6 @@ export async function ActionsApi_GenerateDashboardSummary(axios, basePath, reque
|
|
|
3608
3367
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
3609
3368
|
}
|
|
3610
3369
|
// ActionsApi Api FP
|
|
3611
|
-
/**
|
|
3612
|
-
*
|
|
3613
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
3614
|
-
* @param {string} basePath Base path.
|
|
3615
|
-
* @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
|
|
3616
|
-
* @param {*} [options] Override http request option.
|
|
3617
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3618
|
-
* @throws {RequiredError}
|
|
3619
|
-
*/
|
|
3620
|
-
export async function ActionsApi_GenerateDashboardSummary1(axios, basePath, requestParameters, options, configuration) {
|
|
3621
|
-
const localVarAxiosArgs = await ActionsApiAxiosParamCreator_GenerateDashboardSummary1(requestParameters.workspaceId, requestParameters.dashboardSummaryRequestDto, options || {}, configuration);
|
|
3622
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
3623
|
-
}
|
|
3624
|
-
// ActionsApi Api FP
|
|
3625
3370
|
/**
|
|
3626
3371
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
3627
3372
|
* @summary Generate Description for Analytics Object
|
|
@@ -3637,20 +3382,6 @@ export async function ActionsApi_GenerateDescription(axios, basePath, requestPar
|
|
|
3637
3382
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
3638
3383
|
}
|
|
3639
3384
|
// ActionsApi Api FP
|
|
3640
|
-
/**
|
|
3641
|
-
*
|
|
3642
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
3643
|
-
* @param {string} basePath Base path.
|
|
3644
|
-
* @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
|
|
3645
|
-
* @param {*} [options] Override http request option.
|
|
3646
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3647
|
-
* @throws {RequiredError}
|
|
3648
|
-
*/
|
|
3649
|
-
export async function ActionsApi_GenerateKnowledgeRecommendations(axios, basePath, requestParameters, options, configuration) {
|
|
3650
|
-
const localVarAxiosArgs = await ActionsApiAxiosParamCreator_GenerateKnowledgeRecommendations(requestParameters.workspaceId, requestParameters.knowledgeRecommendationsRequestDto, options || {}, configuration);
|
|
3651
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
3652
|
-
}
|
|
3653
|
-
// ActionsApi Api FP
|
|
3654
3385
|
/**
|
|
3655
3386
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
3656
3387
|
* @summary Generate Title for Analytics Object
|
|
@@ -3724,20 +3455,6 @@ export async function ActionsApi_GetWorkflowStatus(axios, basePath, requestParam
|
|
|
3724
3455
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
3725
3456
|
}
|
|
3726
3457
|
// ActionsApi Api FP
|
|
3727
|
-
/**
|
|
3728
|
-
*
|
|
3729
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
3730
|
-
* @param {string} basePath Base path.
|
|
3731
|
-
* @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
|
|
3732
|
-
* @param {*} [options] Override http request option.
|
|
3733
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
3734
|
-
* @throws {RequiredError}
|
|
3735
|
-
*/
|
|
3736
|
-
export async function ActionsApi_GetWorkflowStatus1(axios, basePath, requestParameters, options, configuration) {
|
|
3737
|
-
const localVarAxiosArgs = await ActionsApiAxiosParamCreator_GetWorkflowStatus1(requestParameters.workspaceId, requestParameters.runId, options || {}, configuration);
|
|
3738
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
3739
|
-
}
|
|
3740
|
-
// ActionsApi Api FP
|
|
3741
3458
|
/**
|
|
3742
3459
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
3743
3460
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -4049,20 +3766,6 @@ export async function ActionsApi_UpsertDocument(axios, basePath, requestParamete
|
|
|
4049
3766
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
4050
3767
|
}
|
|
4051
3768
|
// ActionsApi Api FP
|
|
4052
|
-
/**
|
|
4053
|
-
*
|
|
4054
|
-
* @param {AxiosInstance} axios Axios instance.
|
|
4055
|
-
* @param {string} basePath Base path.
|
|
4056
|
-
* @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
|
|
4057
|
-
* @param {*} [options] Override http request option.
|
|
4058
|
-
* @param {Configuration} [configuration] Optional configuration.
|
|
4059
|
-
* @throws {RequiredError}
|
|
4060
|
-
*/
|
|
4061
|
-
export async function ActionsApi_UserFeedback(axios, basePath, requestParameters, options, configuration) {
|
|
4062
|
-
const localVarAxiosArgs = await ActionsApiAxiosParamCreator_UserFeedback(requestParameters.workspaceId, requestParameters.runId, requestParameters.feedbackRequestDto, options || {}, configuration);
|
|
4063
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
|
|
4064
|
-
}
|
|
4065
|
-
// ActionsApi Api FP
|
|
4066
3769
|
/**
|
|
4067
3770
|
* Will be soon removed and replaced by testLlmProvider.
|
|
4068
3771
|
* @summary Validate LLM Endpoint
|
|
@@ -4197,16 +3900,6 @@ export class ActionsApi extends BaseAPI {
|
|
|
4197
3900
|
cancelWorkflow(requestParameters, options) {
|
|
4198
3901
|
return ActionsApi_CancelWorkflow(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4199
3902
|
}
|
|
4200
|
-
/**
|
|
4201
|
-
*
|
|
4202
|
-
* @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
|
|
4203
|
-
* @param {*} [options] Override http request option.
|
|
4204
|
-
* @throws {RequiredError}
|
|
4205
|
-
* @memberof ActionsApi
|
|
4206
|
-
*/
|
|
4207
|
-
cancelWorkflow1(requestParameters, options) {
|
|
4208
|
-
return ActionsApi_CancelWorkflow1(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4209
|
-
}
|
|
4210
3903
|
/**
|
|
4211
3904
|
* Computes change analysis for the provided execution definition.
|
|
4212
3905
|
* @summary Compute change analysis
|
|
@@ -4369,16 +4062,6 @@ export class ActionsApi extends BaseAPI {
|
|
|
4369
4062
|
generateDashboardSummary(requestParameters, options) {
|
|
4370
4063
|
return ActionsApi_GenerateDashboardSummary(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4371
4064
|
}
|
|
4372
|
-
/**
|
|
4373
|
-
*
|
|
4374
|
-
* @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
|
|
4375
|
-
* @param {*} [options] Override http request option.
|
|
4376
|
-
* @throws {RequiredError}
|
|
4377
|
-
* @memberof ActionsApi
|
|
4378
|
-
*/
|
|
4379
|
-
generateDashboardSummary1(requestParameters, options) {
|
|
4380
|
-
return ActionsApi_GenerateDashboardSummary1(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4381
|
-
}
|
|
4382
4065
|
/**
|
|
4383
4066
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
4384
4067
|
* @summary Generate Description for Analytics Object
|
|
@@ -4390,16 +4073,6 @@ export class ActionsApi extends BaseAPI {
|
|
|
4390
4073
|
generateDescription(requestParameters, options) {
|
|
4391
4074
|
return ActionsApi_GenerateDescription(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4392
4075
|
}
|
|
4393
|
-
/**
|
|
4394
|
-
*
|
|
4395
|
-
* @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
|
|
4396
|
-
* @param {*} [options] Override http request option.
|
|
4397
|
-
* @throws {RequiredError}
|
|
4398
|
-
* @memberof ActionsApi
|
|
4399
|
-
*/
|
|
4400
|
-
generateKnowledgeRecommendations(requestParameters, options) {
|
|
4401
|
-
return ActionsApi_GenerateKnowledgeRecommendations(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4402
|
-
}
|
|
4403
4076
|
/**
|
|
4404
4077
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
4405
4078
|
* @summary Generate Title for Analytics Object
|
|
@@ -4453,16 +4126,6 @@ export class ActionsApi extends BaseAPI {
|
|
|
4453
4126
|
getWorkflowStatus(requestParameters, options) {
|
|
4454
4127
|
return ActionsApi_GetWorkflowStatus(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4455
4128
|
}
|
|
4456
|
-
/**
|
|
4457
|
-
*
|
|
4458
|
-
* @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
|
|
4459
|
-
* @param {*} [options] Override http request option.
|
|
4460
|
-
* @throws {RequiredError}
|
|
4461
|
-
* @memberof ActionsApi
|
|
4462
|
-
*/
|
|
4463
|
-
getWorkflowStatus1(requestParameters, options) {
|
|
4464
|
-
return ActionsApi_GetWorkflowStatus1(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4465
|
-
}
|
|
4466
4129
|
/**
|
|
4467
4130
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
4468
4131
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -4691,16 +4354,6 @@ export class ActionsApi extends BaseAPI {
|
|
|
4691
4354
|
upsertDocument(requestParameters, options) {
|
|
4692
4355
|
return ActionsApi_UpsertDocument(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4693
4356
|
}
|
|
4694
|
-
/**
|
|
4695
|
-
*
|
|
4696
|
-
* @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
|
|
4697
|
-
* @param {*} [options] Override http request option.
|
|
4698
|
-
* @throws {RequiredError}
|
|
4699
|
-
* @memberof ActionsApi
|
|
4700
|
-
*/
|
|
4701
|
-
userFeedback(requestParameters, options) {
|
|
4702
|
-
return ActionsApi_UserFeedback(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
4703
|
-
}
|
|
4704
4357
|
/**
|
|
4705
4358
|
* Will be soon removed and replaced by testLlmProvider.
|
|
4706
4359
|
* @summary Validate LLM Endpoint
|