@gooddata/api-client-tiger 10.33.0-alpha.83 → 10.33.0-alpha.9

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.
Files changed (30) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.d.ts.map +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/__version.js.map +1 -1
  5. package/esm/api-client-tiger.d.ts +1545 -1983
  6. package/esm/generated/afm-rest-api/api.d.ts +13 -376
  7. package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
  8. package/esm/generated/afm-rest-api/api.js +4 -305
  9. package/esm/generated/afm-rest-api/api.js.map +1 -1
  10. package/esm/generated/afm-rest-api/openapi-spec.json +2 -180
  11. package/esm/generated/automation-json-api/api.d.ts +1 -56
  12. package/esm/generated/automation-json-api/api.d.ts.map +1 -1
  13. package/esm/generated/automation-json-api/api.js +0 -17
  14. package/esm/generated/automation-json-api/api.js.map +1 -1
  15. package/esm/generated/automation-json-api/openapi-spec.json +1 -50
  16. package/esm/generated/export-json-api/api.d.ts +1 -56
  17. package/esm/generated/export-json-api/api.d.ts.map +1 -1
  18. package/esm/generated/export-json-api/api.js +0 -17
  19. package/esm/generated/export-json-api/api.js.map +1 -1
  20. package/esm/generated/export-json-api/openapi-spec.json +1 -50
  21. package/esm/generated/metadata-json-api/api.d.ts +1375 -1432
  22. package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
  23. package/esm/generated/metadata-json-api/api.js +46 -65
  24. package/esm/generated/metadata-json-api/api.js.map +1 -1
  25. package/esm/generated/metadata-json-api/openapi-spec.json +8420 -8471
  26. package/esm/index.d.ts +2 -2
  27. package/esm/index.d.ts.map +1 -1
  28. package/esm/index.js +1 -1
  29. package/esm/index.js.map +1 -1
  30. package/package.json +3 -3
@@ -72,23 +72,6 @@ export const AttributeHeaderAttributeHeaderValueTypeEnum = {
72
72
  GEO_LATITUDE: "GEO_LATITUDE",
73
73
  IMAGE: "IMAGE",
74
74
  };
75
- export const BoundedFilterGranularityEnum = {
76
- MINUTE: "MINUTE",
77
- HOUR: "HOUR",
78
- DAY: "DAY",
79
- WEEK: "WEEK",
80
- MONTH: "MONTH",
81
- QUARTER: "QUARTER",
82
- YEAR: "YEAR",
83
- MINUTE_OF_HOUR: "MINUTE_OF_HOUR",
84
- HOUR_OF_DAY: "HOUR_OF_DAY",
85
- DAY_OF_WEEK: "DAY_OF_WEEK",
86
- DAY_OF_MONTH: "DAY_OF_MONTH",
87
- DAY_OF_YEAR: "DAY_OF_YEAR",
88
- WEEK_OF_YEAR: "WEEK_OF_YEAR",
89
- MONTH_OF_YEAR: "MONTH_OF_YEAR",
90
- QUARTER_OF_YEAR: "QUARTER_OF_YEAR",
91
- };
92
75
  export const ChatHistoryInteractionUserFeedbackEnum = {
93
76
  POSITIVE: "POSITIVE",
94
77
  NEGATIVE: "NEGATIVE",
@@ -920,7 +903,7 @@ export const ActionsApiAxiosParamCreator = function (configuration) {
920
903
  * @summary AFM explain resource.
921
904
  * @param {string} workspaceId Workspace identifier
922
905
  * @param {AfmExecution} afmExecution
923
- * @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS' | 'COMPRESSED_SQL'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
906
+ * @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
924
907
  * @param {*} [options] Override http request option.
925
908
  * @throws {RequiredError}
926
909
  */
@@ -1145,38 +1128,6 @@ export const ActionsApiAxiosParamCreator = function (configuration) {
1145
1128
  options: localVarRequestOptions,
1146
1129
  };
1147
1130
  },
1148
- /**
1149
- * Returns a list of available LLM Endpoints
1150
- * @summary Get Active LLM Endpoints for this workspace
1151
- * @param {string} workspaceId Workspace identifier
1152
- * @param {*} [options] Override http request option.
1153
- * @throws {RequiredError}
1154
- */
1155
- resolveLlmEndpoints: async (workspaceId, options = {}) => {
1156
- // verify required parameter 'workspaceId' is not null or undefined
1157
- assertParamExists("resolveLlmEndpoints", "workspaceId", workspaceId);
1158
- const localVarPath = `/api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmEndpoints`.replace(`{${"workspaceId"}}`, encodeURIComponent(String(workspaceId)));
1159
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
1160
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1161
- let baseOptions;
1162
- if (configuration) {
1163
- baseOptions = configuration.baseOptions;
1164
- }
1165
- const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
1166
- const localVarHeaderParameter = {};
1167
- const localVarQueryParameter = {};
1168
- setSearchParams(localVarUrlObj, localVarQueryParameter);
1169
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1170
- localVarRequestOptions.headers = {
1171
- ...localVarHeaderParameter,
1172
- ...headersFromBaseOptions,
1173
- ...options.headers,
1174
- };
1175
- return {
1176
- url: toPathString(localVarUrlObj),
1177
- options: localVarRequestOptions,
1178
- };
1179
- },
1180
1131
  /**
1181
1132
  * The resource provides execution result\'s metadata as AFM and resultSpec used in execution request and an executionResponse
1182
1133
  * @summary Get a single execution result\'s metadata.
@@ -1267,44 +1218,6 @@ export const ActionsApiAxiosParamCreator = function (configuration) {
1267
1218
  options: localVarRequestOptions,
1268
1219
  };
1269
1220
  },
1270
- /**
1271
- * Validates LLM endpointw with provided parameters.
1272
- * @summary Validate LLM Endpoint
1273
- * @param {ValidateLLMEndpointRequest} validateLLMEndpointRequest
1274
- * @param {*} [options] Override http request option.
1275
- * @throws {RequiredError}
1276
- */
1277
- validateLLMEndpoint: async (validateLLMEndpointRequest, options = {}) => {
1278
- // verify required parameter 'validateLLMEndpointRequest' is not null or undefined
1279
- assertParamExists("validateLLMEndpoint", "validateLLMEndpointRequest", validateLLMEndpointRequest);
1280
- const localVarPath = `/api/v1/actions/ai/validateLlmEndpoint`;
1281
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
1282
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1283
- let baseOptions;
1284
- if (configuration) {
1285
- baseOptions = configuration.baseOptions;
1286
- }
1287
- const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
1288
- const localVarHeaderParameter = {};
1289
- const localVarQueryParameter = {};
1290
- localVarHeaderParameter["Content-Type"] = "application/json";
1291
- setSearchParams(localVarUrlObj, localVarQueryParameter);
1292
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1293
- localVarRequestOptions.headers = {
1294
- ...localVarHeaderParameter,
1295
- ...headersFromBaseOptions,
1296
- ...options.headers,
1297
- };
1298
- const needsSerialization = typeof validateLLMEndpointRequest !== "string" ||
1299
- localVarRequestOptions.headers["Content-Type"] === "application/json";
1300
- localVarRequestOptions.data = needsSerialization
1301
- ? JSON.stringify(validateLLMEndpointRequest !== undefined ? validateLLMEndpointRequest : {})
1302
- : validateLLMEndpointRequest || "";
1303
- return {
1304
- url: toPathString(localVarUrlObj),
1305
- options: localVarRequestOptions,
1306
- };
1307
- },
1308
1221
  };
1309
1222
  };
1310
1223
  /**
@@ -1499,7 +1412,7 @@ export const ActionsApiFp = function (configuration) {
1499
1412
  * @summary AFM explain resource.
1500
1413
  * @param {string} workspaceId Workspace identifier
1501
1414
  * @param {AfmExecution} afmExecution
1502
- * @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS' | 'COMPRESSED_SQL'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
1415
+ * @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
1503
1416
  * @param {*} [options] Override http request option.
1504
1417
  * @throws {RequiredError}
1505
1418
  */
@@ -1562,17 +1475,6 @@ export const ActionsApiFp = function (configuration) {
1562
1475
  const localVarAxiosArgs = await localVarAxiosParamCreator.keyDriverAnalysisResult(workspaceId, resultId, offset, limit, options);
1563
1476
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
1564
1477
  },
1565
- /**
1566
- * Returns a list of available LLM Endpoints
1567
- * @summary Get Active LLM Endpoints for this workspace
1568
- * @param {string} workspaceId Workspace identifier
1569
- * @param {*} [options] Override http request option.
1570
- * @throws {RequiredError}
1571
- */
1572
- async resolveLlmEndpoints(workspaceId, options) {
1573
- const localVarAxiosArgs = await localVarAxiosParamCreator.resolveLlmEndpoints(workspaceId, options);
1574
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
1575
- },
1576
1478
  /**
1577
1479
  * The resource provides execution result\'s metadata as AFM and resultSpec used in execution request and an executionResponse
1578
1480
  * @summary Get a single execution result\'s metadata.
@@ -1601,17 +1503,6 @@ export const ActionsApiFp = function (configuration) {
1601
1503
  const localVarAxiosArgs = await localVarAxiosParamCreator.retrieveResult(workspaceId, resultId, offset, limit, excludedTotalDimensions, xGDCCANCELTOKEN, options);
1602
1504
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
1603
1505
  },
1604
- /**
1605
- * Validates LLM endpointw with provided parameters.
1606
- * @summary Validate LLM Endpoint
1607
- * @param {ValidateLLMEndpointRequest} validateLLMEndpointRequest
1608
- * @param {*} [options] Override http request option.
1609
- * @throws {RequiredError}
1610
- */
1611
- async validateLLMEndpoint(validateLLMEndpointRequest, options) {
1612
- const localVarAxiosArgs = await localVarAxiosParamCreator.validateLLMEndpoint(validateLLMEndpointRequest, options);
1613
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
1614
- },
1615
1506
  };
1616
1507
  };
1617
1508
  /**
@@ -1849,18 +1740,6 @@ export const ActionsApiFactory = function (configuration, basePath, axios) {
1849
1740
  .keyDriverAnalysisResult(requestParameters.workspaceId, requestParameters.resultId, requestParameters.offset, requestParameters.limit, options)
1850
1741
  .then((request) => request(axios, basePath));
1851
1742
  },
1852
- /**
1853
- * Returns a list of available LLM Endpoints
1854
- * @summary Get Active LLM Endpoints for this workspace
1855
- * @param {ActionsApiResolveLlmEndpointsRequest} requestParameters Request parameters.
1856
- * @param {*} [options] Override http request option.
1857
- * @throws {RequiredError}
1858
- */
1859
- resolveLlmEndpoints(requestParameters, options) {
1860
- return localVarFp
1861
- .resolveLlmEndpoints(requestParameters.workspaceId, options)
1862
- .then((request) => request(axios, basePath));
1863
- },
1864
1743
  /**
1865
1744
  * The resource provides execution result\'s metadata as AFM and resultSpec used in execution request and an executionResponse
1866
1745
  * @summary Get a single execution result\'s metadata.
@@ -1885,18 +1764,6 @@ export const ActionsApiFactory = function (configuration, basePath, axios) {
1885
1764
  .retrieveResult(requestParameters.workspaceId, requestParameters.resultId, requestParameters.offset, requestParameters.limit, requestParameters.excludedTotalDimensions, requestParameters.xGDCCANCELTOKEN, options)
1886
1765
  .then((request) => request(axios, basePath));
1887
1766
  },
1888
- /**
1889
- * Validates LLM endpointw with provided parameters.
1890
- * @summary Validate LLM Endpoint
1891
- * @param {ActionsApiValidateLLMEndpointRequest} requestParameters Request parameters.
1892
- * @param {*} [options] Override http request option.
1893
- * @throws {RequiredError}
1894
- */
1895
- validateLLMEndpoint(requestParameters, options) {
1896
- return localVarFp
1897
- .validateLLMEndpoint(requestParameters.validateLLMEndpointRequest, options)
1898
- .then((request) => request(axios, basePath));
1899
- },
1900
1767
  };
1901
1768
  };
1902
1769
  /**
@@ -2153,19 +2020,6 @@ export class ActionsApi extends BaseAPI {
2153
2020
  .keyDriverAnalysisResult(requestParameters.workspaceId, requestParameters.resultId, requestParameters.offset, requestParameters.limit, options)
2154
2021
  .then((request) => request(this.axios, this.basePath));
2155
2022
  }
2156
- /**
2157
- * Returns a list of available LLM Endpoints
2158
- * @summary Get Active LLM Endpoints for this workspace
2159
- * @param {ActionsApiResolveLlmEndpointsRequest} requestParameters Request parameters.
2160
- * @param {*} [options] Override http request option.
2161
- * @throws {RequiredError}
2162
- * @memberof ActionsApi
2163
- */
2164
- resolveLlmEndpoints(requestParameters, options) {
2165
- return ActionsApiFp(this.configuration)
2166
- .resolveLlmEndpoints(requestParameters.workspaceId, options)
2167
- .then((request) => request(this.axios, this.basePath));
2168
- }
2169
2023
  /**
2170
2024
  * The resource provides execution result\'s metadata as AFM and resultSpec used in execution request and an executionResponse
2171
2025
  * @summary Get a single execution result\'s metadata.
@@ -2192,19 +2046,6 @@ export class ActionsApi extends BaseAPI {
2192
2046
  .retrieveResult(requestParameters.workspaceId, requestParameters.resultId, requestParameters.offset, requestParameters.limit, requestParameters.excludedTotalDimensions, requestParameters.xGDCCANCELTOKEN, options)
2193
2047
  .then((request) => request(this.axios, this.basePath));
2194
2048
  }
2195
- /**
2196
- * Validates LLM endpointw with provided parameters.
2197
- * @summary Validate LLM Endpoint
2198
- * @param {ActionsApiValidateLLMEndpointRequest} requestParameters Request parameters.
2199
- * @param {*} [options] Override http request option.
2200
- * @throws {RequiredError}
2201
- * @memberof ActionsApi
2202
- */
2203
- validateLLMEndpoint(requestParameters, options) {
2204
- return ActionsApiFp(this.configuration)
2205
- .validateLLMEndpoint(requestParameters.validateLLMEndpointRequest, options)
2206
- .then((request) => request(this.axios, this.basePath));
2207
- }
2208
2049
  }
2209
2050
  /**
2210
2051
  * ComputationApi - axios parameter creator
@@ -2401,7 +2242,7 @@ export const ComputationApiAxiosParamCreator = function (configuration) {
2401
2242
  * @summary AFM explain resource.
2402
2243
  * @param {string} workspaceId Workspace identifier
2403
2244
  * @param {AfmExecution} afmExecution
2404
- * @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS' | 'COMPRESSED_SQL'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
2245
+ * @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
2405
2246
  * @param {*} [options] Override http request option.
2406
2247
  * @throws {RequiredError}
2407
2248
  */
@@ -2688,7 +2529,7 @@ export const ComputationApiFp = function (configuration) {
2688
2529
  * @summary AFM explain resource.
2689
2530
  * @param {string} workspaceId Workspace identifier
2690
2531
  * @param {AfmExecution} afmExecution
2691
- * @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS' | 'COMPRESSED_SQL'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
2532
+ * @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
2692
2533
  * @param {*} [options] Override http request option.
2693
2534
  * @throws {RequiredError}
2694
2535
  */
@@ -3482,76 +3323,6 @@ export const SmartFunctionsApiAxiosParamCreator = function (configuration) {
3482
3323
  options: localVarRequestOptions,
3483
3324
  };
3484
3325
  },
3485
- /**
3486
- * Returns a list of available LLM Endpoints
3487
- * @summary Get Active LLM Endpoints for this workspace
3488
- * @param {string} workspaceId Workspace identifier
3489
- * @param {*} [options] Override http request option.
3490
- * @throws {RequiredError}
3491
- */
3492
- resolveLlmEndpoints: async (workspaceId, options = {}) => {
3493
- // verify required parameter 'workspaceId' is not null or undefined
3494
- assertParamExists("resolveLlmEndpoints", "workspaceId", workspaceId);
3495
- const localVarPath = `/api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmEndpoints`.replace(`{${"workspaceId"}}`, encodeURIComponent(String(workspaceId)));
3496
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
3497
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3498
- let baseOptions;
3499
- if (configuration) {
3500
- baseOptions = configuration.baseOptions;
3501
- }
3502
- const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
3503
- const localVarHeaderParameter = {};
3504
- const localVarQueryParameter = {};
3505
- setSearchParams(localVarUrlObj, localVarQueryParameter);
3506
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3507
- localVarRequestOptions.headers = {
3508
- ...localVarHeaderParameter,
3509
- ...headersFromBaseOptions,
3510
- ...options.headers,
3511
- };
3512
- return {
3513
- url: toPathString(localVarUrlObj),
3514
- options: localVarRequestOptions,
3515
- };
3516
- },
3517
- /**
3518
- * Validates LLM endpointw with provided parameters.
3519
- * @summary Validate LLM Endpoint
3520
- * @param {ValidateLLMEndpointRequest} validateLLMEndpointRequest
3521
- * @param {*} [options] Override http request option.
3522
- * @throws {RequiredError}
3523
- */
3524
- validateLLMEndpoint: async (validateLLMEndpointRequest, options = {}) => {
3525
- // verify required parameter 'validateLLMEndpointRequest' is not null or undefined
3526
- assertParamExists("validateLLMEndpoint", "validateLLMEndpointRequest", validateLLMEndpointRequest);
3527
- const localVarPath = `/api/v1/actions/ai/validateLlmEndpoint`;
3528
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
3529
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3530
- let baseOptions;
3531
- if (configuration) {
3532
- baseOptions = configuration.baseOptions;
3533
- }
3534
- const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
3535
- const localVarHeaderParameter = {};
3536
- const localVarQueryParameter = {};
3537
- localVarHeaderParameter["Content-Type"] = "application/json";
3538
- setSearchParams(localVarUrlObj, localVarQueryParameter);
3539
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3540
- localVarRequestOptions.headers = {
3541
- ...localVarHeaderParameter,
3542
- ...headersFromBaseOptions,
3543
- ...options.headers,
3544
- };
3545
- const needsSerialization = typeof validateLLMEndpointRequest !== "string" ||
3546
- localVarRequestOptions.headers["Content-Type"] === "application/json";
3547
- localVarRequestOptions.data = needsSerialization
3548
- ? JSON.stringify(validateLLMEndpointRequest !== undefined ? validateLLMEndpointRequest : {})
3549
- : validateLLMEndpointRequest || "";
3550
- return {
3551
- url: toPathString(localVarUrlObj),
3552
- options: localVarRequestOptions,
3553
- };
3554
- },
3555
3326
  };
3556
3327
  };
3557
3328
  /**
@@ -3704,28 +3475,6 @@ export const SmartFunctionsApiFp = function (configuration) {
3704
3475
  const localVarAxiosArgs = await localVarAxiosParamCreator.forecastResult(workspaceId, resultId, offset, limit, options);
3705
3476
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3706
3477
  },
3707
- /**
3708
- * Returns a list of available LLM Endpoints
3709
- * @summary Get Active LLM Endpoints for this workspace
3710
- * @param {string} workspaceId Workspace identifier
3711
- * @param {*} [options] Override http request option.
3712
- * @throws {RequiredError}
3713
- */
3714
- async resolveLlmEndpoints(workspaceId, options) {
3715
- const localVarAxiosArgs = await localVarAxiosParamCreator.resolveLlmEndpoints(workspaceId, options);
3716
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3717
- },
3718
- /**
3719
- * Validates LLM endpointw with provided parameters.
3720
- * @summary Validate LLM Endpoint
3721
- * @param {ValidateLLMEndpointRequest} validateLLMEndpointRequest
3722
- * @param {*} [options] Override http request option.
3723
- * @throws {RequiredError}
3724
- */
3725
- async validateLLMEndpoint(validateLLMEndpointRequest, options) {
3726
- const localVarAxiosArgs = await localVarAxiosParamCreator.validateLLMEndpoint(validateLLMEndpointRequest, options);
3727
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3728
- },
3729
3478
  };
3730
3479
  };
3731
3480
  /**
@@ -3867,30 +3616,6 @@ export const SmartFunctionsApiFactory = function (configuration, basePath, axios
3867
3616
  .forecastResult(requestParameters.workspaceId, requestParameters.resultId, requestParameters.offset, requestParameters.limit, options)
3868
3617
  .then((request) => request(axios, basePath));
3869
3618
  },
3870
- /**
3871
- * Returns a list of available LLM Endpoints
3872
- * @summary Get Active LLM Endpoints for this workspace
3873
- * @param {SmartFunctionsApiResolveLlmEndpointsRequest} requestParameters Request parameters.
3874
- * @param {*} [options] Override http request option.
3875
- * @throws {RequiredError}
3876
- */
3877
- resolveLlmEndpoints(requestParameters, options) {
3878
- return localVarFp
3879
- .resolveLlmEndpoints(requestParameters.workspaceId, options)
3880
- .then((request) => request(axios, basePath));
3881
- },
3882
- /**
3883
- * Validates LLM endpointw with provided parameters.
3884
- * @summary Validate LLM Endpoint
3885
- * @param {SmartFunctionsApiValidateLLMEndpointRequest} requestParameters Request parameters.
3886
- * @param {*} [options] Override http request option.
3887
- * @throws {RequiredError}
3888
- */
3889
- validateLLMEndpoint(requestParameters, options) {
3890
- return localVarFp
3891
- .validateLLMEndpoint(requestParameters.validateLLMEndpointRequest, options)
3892
- .then((request) => request(axios, basePath));
3893
- },
3894
3619
  };
3895
3620
  };
3896
3621
  /**
@@ -4043,31 +3768,5 @@ export class SmartFunctionsApi extends BaseAPI {
4043
3768
  .forecastResult(requestParameters.workspaceId, requestParameters.resultId, requestParameters.offset, requestParameters.limit, options)
4044
3769
  .then((request) => request(this.axios, this.basePath));
4045
3770
  }
4046
- /**
4047
- * Returns a list of available LLM Endpoints
4048
- * @summary Get Active LLM Endpoints for this workspace
4049
- * @param {SmartFunctionsApiResolveLlmEndpointsRequest} requestParameters Request parameters.
4050
- * @param {*} [options] Override http request option.
4051
- * @throws {RequiredError}
4052
- * @memberof SmartFunctionsApi
4053
- */
4054
- resolveLlmEndpoints(requestParameters, options) {
4055
- return SmartFunctionsApiFp(this.configuration)
4056
- .resolveLlmEndpoints(requestParameters.workspaceId, options)
4057
- .then((request) => request(this.axios, this.basePath));
4058
- }
4059
- /**
4060
- * Validates LLM endpointw with provided parameters.
4061
- * @summary Validate LLM Endpoint
4062
- * @param {SmartFunctionsApiValidateLLMEndpointRequest} requestParameters Request parameters.
4063
- * @param {*} [options] Override http request option.
4064
- * @throws {RequiredError}
4065
- * @memberof SmartFunctionsApi
4066
- */
4067
- validateLLMEndpoint(requestParameters, options) {
4068
- return SmartFunctionsApiFp(this.configuration)
4069
- .validateLLMEndpoint(requestParameters.validateLLMEndpointRequest, options)
4070
- .then((request) => request(this.axios, this.basePath));
4071
- }
4072
3771
  }
4073
3772
  //# sourceMappingURL=api.js.map