@gooddata/api-client-tiger 11.36.0-alpha.0 → 11.36.0-alpha.2

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.
@@ -475,7 +475,7 @@ export async function AILakeApiAxiosParamCreator_ListAiLakeDatabaseInstances(siz
475
475
  * @throws {RequiredError}
476
476
  */
477
477
  export async function AILakeApiAxiosParamCreator_ListAiLakeObjectStorages(options = {}, configuration) {
478
- const localVarPath = `/api/v1/ailake/object-storages`;
478
+ const localVarPath = `/api/v1/ailake/objectStorages`;
479
479
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
480
480
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
481
481
  let baseOptions;
@@ -1457,7 +1457,7 @@ export async function AILakeDatabasesApiAxiosParamCreator_ListAiLakeDatabaseInst
1457
1457
  * @throws {RequiredError}
1458
1458
  */
1459
1459
  export async function AILakeDatabasesApiAxiosParamCreator_ListAiLakeObjectStorages(options = {}, configuration) {
1460
- const localVarPath = `/api/v1/ailake/object-storages`;
1460
+ const localVarPath = `/api/v1/ailake/objectStorages`;
1461
1461
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1462
1462
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1463
1463
  let baseOptions;
@@ -4177,8 +4177,8 @@ export async function ActionsApiAxiosParamCreator_OutlierDetectionResult(workspa
4177
4177
  }
4178
4178
  // ActionsApi FP - ActionsApiAxiosParamCreator
4179
4179
  /**
4180
- * Will be soon removed and replaced by LlmProvider-based resolution.
4181
- * @summary Get Active LLM Endpoints for this workspace
4180
+ * Permanently removed. Use GET /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmProviders instead. Always returns 410 Gone.
4181
+ * @summary Get Active LLM Endpoints for this workspace (Removed)
4182
4182
  * @param {string} workspaceId Workspace identifier
4183
4183
  * @param {*} [options] Override http request option.
4184
4184
  * @param {Configuration} [configuration] Optional configuration.
@@ -4212,7 +4212,7 @@ export async function ActionsApiAxiosParamCreator_ResolveLlmEndpoints(workspaceI
4212
4212
  }
4213
4213
  // ActionsApi FP - ActionsApiAxiosParamCreator
4214
4214
  /**
4215
- * Resolves the active LLM configuration for the given workspace. When the ENABLE_LLM_ENDPOINT_REPLACEMENT feature flag is enabled, returns LLM Providers with their associated models. Otherwise, falls back to the legacy LLM Endpoints.
4215
+ * Resolves the active LLM provider configuration for the given workspace.
4216
4216
  * @summary Get Active LLM configuration for this workspace
4217
4217
  * @param {string} workspaceId Workspace identifier
4218
4218
  * @param {*} [options] Override http request option.
@@ -4583,16 +4583,13 @@ export async function ActionsApiAxiosParamCreator_TriggerQualityIssuesCalculatio
4583
4583
  }
4584
4584
  // ActionsApi FP - ActionsApiAxiosParamCreator
4585
4585
  /**
4586
- * Will be soon removed and replaced by testLlmProvider.
4587
- * @summary Validate LLM Endpoint
4588
- * @param {ValidateLLMEndpointRequest} validateLLMEndpointRequest
4586
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
4587
+ * @summary Validate LLM Endpoint (Removed)
4589
4588
  * @param {*} [options] Override http request option.
4590
4589
  * @param {Configuration} [configuration] Optional configuration.
4591
4590
  * @throws {RequiredError}
4592
4591
  */
4593
- export async function ActionsApiAxiosParamCreator_ValidateLLMEndpoint(validateLLMEndpointRequest, options = {}, configuration) {
4594
- // verify required parameter 'validateLLMEndpointRequest' is not null or undefined
4595
- assertParamExists('validateLLMEndpoint', 'validateLLMEndpointRequest', validateLLMEndpointRequest);
4592
+ export async function ActionsApiAxiosParamCreator_ValidateLLMEndpoint(options = {}, configuration) {
4596
4593
  const localVarPath = `/api/v1/actions/ai/llmEndpoint/test`;
4597
4594
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
4598
4595
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -4603,13 +4600,6 @@ export async function ActionsApiAxiosParamCreator_ValidateLLMEndpoint(validateLL
4603
4600
  const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
4604
4601
  const localVarHeaderParameter = {};
4605
4602
  const localVarQueryParameter = {};
4606
- const consumes = [
4607
- 'application/json'
4608
- ];
4609
- // use application/json if present, otherwise fallback to the first one
4610
- localVarHeaderParameter['Content-Type'] = consumes.includes('application/json')
4611
- ? 'application/json'
4612
- : consumes[0];
4613
4603
  setSearchParams(localVarUrlObj, localVarQueryParameter);
4614
4604
  const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
4615
4605
  localVarRequestOptions.headers = {
@@ -4617,11 +4607,6 @@ export async function ActionsApiAxiosParamCreator_ValidateLLMEndpoint(validateLL
4617
4607
  ...headersFromBaseOptions,
4618
4608
  ...options.headers,
4619
4609
  };
4620
- const needsSerialization = typeof validateLLMEndpointRequest !== "string" ||
4621
- localVarRequestOptions.headers["Content-Type"] === "application/json";
4622
- localVarRequestOptions.data = needsSerialization
4623
- ? JSON.stringify(validateLLMEndpointRequest !== undefined ? validateLLMEndpointRequest : {})
4624
- : validateLLMEndpointRequest || "";
4625
4610
  return {
4626
4611
  url: toPathString(localVarUrlObj),
4627
4612
  options: localVarRequestOptions,
@@ -4629,15 +4614,14 @@ export async function ActionsApiAxiosParamCreator_ValidateLLMEndpoint(validateLL
4629
4614
  }
4630
4615
  // ActionsApi FP - ActionsApiAxiosParamCreator
4631
4616
  /**
4632
- * Will be soon removed and replaced by testLlmProviderById.
4633
- * @summary Validate LLM Endpoint By Id
4617
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/{llmProviderId}/test instead. Always returns 410 Gone.
4618
+ * @summary Validate LLM Endpoint By Id (Removed)
4634
4619
  * @param {string} llmEndpointId
4635
- * @param {ValidateLLMEndpointByIdRequest} [validateLLMEndpointByIdRequest]
4636
4620
  * @param {*} [options] Override http request option.
4637
4621
  * @param {Configuration} [configuration] Optional configuration.
4638
4622
  * @throws {RequiredError}
4639
4623
  */
4640
- export async function ActionsApiAxiosParamCreator_ValidateLLMEndpointById(llmEndpointId, validateLLMEndpointByIdRequest, options = {}, configuration) {
4624
+ export async function ActionsApiAxiosParamCreator_ValidateLLMEndpointById(llmEndpointId, options = {}, configuration) {
4641
4625
  // verify required parameter 'llmEndpointId' is not null or undefined
4642
4626
  assertParamExists('validateLLMEndpointById', 'llmEndpointId', llmEndpointId);
4643
4627
  const localVarPath = `/api/v1/actions/ai/llmEndpoint/{llmEndpointId}/test`
@@ -4651,13 +4635,6 @@ export async function ActionsApiAxiosParamCreator_ValidateLLMEndpointById(llmEnd
4651
4635
  const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
4652
4636
  const localVarHeaderParameter = {};
4653
4637
  const localVarQueryParameter = {};
4654
- const consumes = [
4655
- 'application/json'
4656
- ];
4657
- // use application/json if present, otherwise fallback to the first one
4658
- localVarHeaderParameter['Content-Type'] = consumes.includes('application/json')
4659
- ? 'application/json'
4660
- : consumes[0];
4661
4638
  setSearchParams(localVarUrlObj, localVarQueryParameter);
4662
4639
  const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
4663
4640
  localVarRequestOptions.headers = {
@@ -4665,11 +4642,6 @@ export async function ActionsApiAxiosParamCreator_ValidateLLMEndpointById(llmEnd
4665
4642
  ...headersFromBaseOptions,
4666
4643
  ...options.headers,
4667
4644
  };
4668
- const needsSerialization = typeof validateLLMEndpointByIdRequest !== "string" ||
4669
- localVarRequestOptions.headers["Content-Type"] === "application/json";
4670
- localVarRequestOptions.data = needsSerialization
4671
- ? JSON.stringify(validateLLMEndpointByIdRequest !== undefined ? validateLLMEndpointByIdRequest : {})
4672
- : validateLLMEndpointByIdRequest || "";
4673
4645
  return {
4674
4646
  url: toPathString(localVarUrlObj),
4675
4647
  options: localVarRequestOptions,
@@ -5199,8 +5171,8 @@ export async function ActionsApi_OutlierDetectionResult(axios, basePath, request
5199
5171
  }
5200
5172
  // ActionsApi Api FP
5201
5173
  /**
5202
- * Will be soon removed and replaced by LlmProvider-based resolution.
5203
- * @summary Get Active LLM Endpoints for this workspace
5174
+ * Permanently removed. Use GET /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmProviders instead. Always returns 410 Gone.
5175
+ * @summary Get Active LLM Endpoints for this workspace (Removed)
5204
5176
  * @param {AxiosInstance} axios Axios instance.
5205
5177
  * @param {string} basePath Base path.
5206
5178
  * @param {ActionsApiResolveLlmEndpointsRequest} requestParameters Request parameters.
@@ -5214,7 +5186,7 @@ export async function ActionsApi_ResolveLlmEndpoints(axios, basePath, requestPar
5214
5186
  }
5215
5187
  // ActionsApi Api FP
5216
5188
  /**
5217
- * Resolves the active LLM configuration for the given workspace. When the ENABLE_LLM_ENDPOINT_REPLACEMENT feature flag is enabled, returns LLM Providers with their associated models. Otherwise, falls back to the legacy LLM Endpoints.
5189
+ * Resolves the active LLM provider configuration for the given workspace.
5218
5190
  * @summary Get Active LLM configuration for this workspace
5219
5191
  * @param {AxiosInstance} axios Axios instance.
5220
5192
  * @param {string} basePath Base path.
@@ -5349,23 +5321,22 @@ export async function ActionsApi_TriggerQualityIssuesCalculation(axios, basePath
5349
5321
  }
5350
5322
  // ActionsApi Api FP
5351
5323
  /**
5352
- * Will be soon removed and replaced by testLlmProvider.
5353
- * @summary Validate LLM Endpoint
5324
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
5325
+ * @summary Validate LLM Endpoint (Removed)
5354
5326
  * @param {AxiosInstance} axios Axios instance.
5355
5327
  * @param {string} basePath Base path.
5356
- * @param {ActionsApiValidateLLMEndpointRequest} requestParameters Request parameters.
5357
5328
  * @param {*} [options] Override http request option.
5358
5329
  * @param {Configuration} [configuration] Optional configuration.
5359
5330
  * @throws {RequiredError}
5360
5331
  */
5361
- export async function ActionsApi_ValidateLLMEndpoint(axios, basePath, requestParameters, options, configuration) {
5362
- const localVarAxiosArgs = await ActionsApiAxiosParamCreator_ValidateLLMEndpoint(requestParameters.validateLLMEndpointRequest, options || {}, configuration);
5332
+ export async function ActionsApi_ValidateLLMEndpoint(axios, basePath, options, configuration) {
5333
+ const localVarAxiosArgs = await ActionsApiAxiosParamCreator_ValidateLLMEndpoint(options || {}, configuration);
5363
5334
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
5364
5335
  }
5365
5336
  // ActionsApi Api FP
5366
5337
  /**
5367
- * Will be soon removed and replaced by testLlmProviderById.
5368
- * @summary Validate LLM Endpoint By Id
5338
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/{llmProviderId}/test instead. Always returns 410 Gone.
5339
+ * @summary Validate LLM Endpoint By Id (Removed)
5369
5340
  * @param {AxiosInstance} axios Axios instance.
5370
5341
  * @param {string} basePath Base path.
5371
5342
  * @param {ActionsApiValidateLLMEndpointByIdRequest} requestParameters Request parameters.
@@ -5374,7 +5345,7 @@ export async function ActionsApi_ValidateLLMEndpoint(axios, basePath, requestPar
5374
5345
  * @throws {RequiredError}
5375
5346
  */
5376
5347
  export async function ActionsApi_ValidateLLMEndpointById(axios, basePath, requestParameters, options, configuration) {
5377
- const localVarAxiosArgs = await ActionsApiAxiosParamCreator_ValidateLLMEndpointById(requestParameters.llmEndpointId, requestParameters.validateLLMEndpointByIdRequest, options || {}, configuration);
5348
+ const localVarAxiosArgs = await ActionsApiAxiosParamCreator_ValidateLLMEndpointById(requestParameters.llmEndpointId, options || {}, configuration);
5378
5349
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
5379
5350
  }
5380
5351
  /**
@@ -5769,8 +5740,8 @@ export class ActionsApi extends BaseAPI {
5769
5740
  return ActionsApi_OutlierDetectionResult(this.axios, this.basePath, requestParameters, options, this.configuration);
5770
5741
  }
5771
5742
  /**
5772
- * Will be soon removed and replaced by LlmProvider-based resolution.
5773
- * @summary Get Active LLM Endpoints for this workspace
5743
+ * Permanently removed. Use GET /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmProviders instead. Always returns 410 Gone.
5744
+ * @summary Get Active LLM Endpoints for this workspace (Removed)
5774
5745
  * @param {ActionsApiResolveLlmEndpointsRequest} requestParameters Request parameters.
5775
5746
  * @param {*} [options] Override http request option.
5776
5747
  * @deprecated
@@ -5781,7 +5752,7 @@ export class ActionsApi extends BaseAPI {
5781
5752
  return ActionsApi_ResolveLlmEndpoints(this.axios, this.basePath, requestParameters, options, this.configuration);
5782
5753
  }
5783
5754
  /**
5784
- * Resolves the active LLM configuration for the given workspace. When the ENABLE_LLM_ENDPOINT_REPLACEMENT feature flag is enabled, returns LLM Providers with their associated models. Otherwise, falls back to the legacy LLM Endpoints.
5755
+ * Resolves the active LLM provider configuration for the given workspace.
5785
5756
  * @summary Get Active LLM configuration for this workspace
5786
5757
  * @param {ActionsApiResolveLlmProvidersRequest} requestParameters Request parameters.
5787
5758
  * @param {*} [options] Override http request option.
@@ -5880,20 +5851,19 @@ export class ActionsApi extends BaseAPI {
5880
5851
  return ActionsApi_TriggerQualityIssuesCalculation(this.axios, this.basePath, requestParameters, options, this.configuration);
5881
5852
  }
5882
5853
  /**
5883
- * Will be soon removed and replaced by testLlmProvider.
5884
- * @summary Validate LLM Endpoint
5885
- * @param {ActionsApiValidateLLMEndpointRequest} requestParameters Request parameters.
5854
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
5855
+ * @summary Validate LLM Endpoint (Removed)
5886
5856
  * @param {*} [options] Override http request option.
5887
5857
  * @deprecated
5888
5858
  * @throws {RequiredError}
5889
5859
  * @memberof ActionsApi
5890
5860
  */
5891
- validateLLMEndpoint(requestParameters, options) {
5892
- return ActionsApi_ValidateLLMEndpoint(this.axios, this.basePath, requestParameters, options, this.configuration);
5861
+ validateLLMEndpoint(options) {
5862
+ return ActionsApi_ValidateLLMEndpoint(this.axios, this.basePath, options, this.configuration);
5893
5863
  }
5894
5864
  /**
5895
- * Will be soon removed and replaced by testLlmProviderById.
5896
- * @summary Validate LLM Endpoint By Id
5865
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/{llmProviderId}/test instead. Always returns 410 Gone.
5866
+ * @summary Validate LLM Endpoint By Id (Removed)
5897
5867
  * @param {ActionsApiValidateLLMEndpointByIdRequest} requestParameters Request parameters.
5898
5868
  * @param {*} [options] Override http request option.
5899
5869
  * @deprecated
@@ -8013,8 +7983,8 @@ export async function SmartFunctionsApiAxiosParamCreator_MemoryCreatedByUsers(wo
8013
7983
  }
8014
7984
  // SmartFunctionsApi FP - SmartFunctionsApiAxiosParamCreator
8015
7985
  /**
8016
- * Will be soon removed and replaced by LlmProvider-based resolution.
8017
- * @summary Get Active LLM Endpoints for this workspace
7986
+ * Permanently removed. Use GET /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmProviders instead. Always returns 410 Gone.
7987
+ * @summary Get Active LLM Endpoints for this workspace (Removed)
8018
7988
  * @param {string} workspaceId Workspace identifier
8019
7989
  * @param {*} [options] Override http request option.
8020
7990
  * @param {Configuration} [configuration] Optional configuration.
@@ -8048,7 +8018,7 @@ export async function SmartFunctionsApiAxiosParamCreator_ResolveLlmEndpoints(wor
8048
8018
  }
8049
8019
  // SmartFunctionsApi FP - SmartFunctionsApiAxiosParamCreator
8050
8020
  /**
8051
- * Resolves the active LLM configuration for the given workspace. When the ENABLE_LLM_ENDPOINT_REPLACEMENT feature flag is enabled, returns LLM Providers with their associated models. Otherwise, falls back to the legacy LLM Endpoints.
8021
+ * Resolves the active LLM provider configuration for the given workspace.
8052
8022
  * @summary Get Active LLM configuration for this workspace
8053
8023
  * @param {string} workspaceId Workspace identifier
8054
8024
  * @param {*} [options] Override http request option.
@@ -8282,16 +8252,13 @@ export async function SmartFunctionsApiAxiosParamCreator_TriggerQualityIssuesCal
8282
8252
  }
8283
8253
  // SmartFunctionsApi FP - SmartFunctionsApiAxiosParamCreator
8284
8254
  /**
8285
- * Will be soon removed and replaced by testLlmProvider.
8286
- * @summary Validate LLM Endpoint
8287
- * @param {ValidateLLMEndpointRequest} validateLLMEndpointRequest
8255
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
8256
+ * @summary Validate LLM Endpoint (Removed)
8288
8257
  * @param {*} [options] Override http request option.
8289
8258
  * @param {Configuration} [configuration] Optional configuration.
8290
8259
  * @throws {RequiredError}
8291
8260
  */
8292
- export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpoint(validateLLMEndpointRequest, options = {}, configuration) {
8293
- // verify required parameter 'validateLLMEndpointRequest' is not null or undefined
8294
- assertParamExists('validateLLMEndpoint', 'validateLLMEndpointRequest', validateLLMEndpointRequest);
8261
+ export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpoint(options = {}, configuration) {
8295
8262
  const localVarPath = `/api/v1/actions/ai/llmEndpoint/test`;
8296
8263
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
8297
8264
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -8302,13 +8269,6 @@ export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpoint(val
8302
8269
  const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
8303
8270
  const localVarHeaderParameter = {};
8304
8271
  const localVarQueryParameter = {};
8305
- const consumes = [
8306
- 'application/json'
8307
- ];
8308
- // use application/json if present, otherwise fallback to the first one
8309
- localVarHeaderParameter['Content-Type'] = consumes.includes('application/json')
8310
- ? 'application/json'
8311
- : consumes[0];
8312
8272
  setSearchParams(localVarUrlObj, localVarQueryParameter);
8313
8273
  const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
8314
8274
  localVarRequestOptions.headers = {
@@ -8316,11 +8276,6 @@ export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpoint(val
8316
8276
  ...headersFromBaseOptions,
8317
8277
  ...options.headers,
8318
8278
  };
8319
- const needsSerialization = typeof validateLLMEndpointRequest !== "string" ||
8320
- localVarRequestOptions.headers["Content-Type"] === "application/json";
8321
- localVarRequestOptions.data = needsSerialization
8322
- ? JSON.stringify(validateLLMEndpointRequest !== undefined ? validateLLMEndpointRequest : {})
8323
- : validateLLMEndpointRequest || "";
8324
8279
  return {
8325
8280
  url: toPathString(localVarUrlObj),
8326
8281
  options: localVarRequestOptions,
@@ -8328,15 +8283,14 @@ export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpoint(val
8328
8283
  }
8329
8284
  // SmartFunctionsApi FP - SmartFunctionsApiAxiosParamCreator
8330
8285
  /**
8331
- * Will be soon removed and replaced by testLlmProviderById.
8332
- * @summary Validate LLM Endpoint By Id
8286
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/{llmProviderId}/test instead. Always returns 410 Gone.
8287
+ * @summary Validate LLM Endpoint By Id (Removed)
8333
8288
  * @param {string} llmEndpointId
8334
- * @param {ValidateLLMEndpointByIdRequest} [validateLLMEndpointByIdRequest]
8335
8289
  * @param {*} [options] Override http request option.
8336
8290
  * @param {Configuration} [configuration] Optional configuration.
8337
8291
  * @throws {RequiredError}
8338
8292
  */
8339
- export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpointById(llmEndpointId, validateLLMEndpointByIdRequest, options = {}, configuration) {
8293
+ export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpointById(llmEndpointId, options = {}, configuration) {
8340
8294
  // verify required parameter 'llmEndpointId' is not null or undefined
8341
8295
  assertParamExists('validateLLMEndpointById', 'llmEndpointId', llmEndpointId);
8342
8296
  const localVarPath = `/api/v1/actions/ai/llmEndpoint/{llmEndpointId}/test`
@@ -8350,13 +8304,6 @@ export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpointById
8350
8304
  const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
8351
8305
  const localVarHeaderParameter = {};
8352
8306
  const localVarQueryParameter = {};
8353
- const consumes = [
8354
- 'application/json'
8355
- ];
8356
- // use application/json if present, otherwise fallback to the first one
8357
- localVarHeaderParameter['Content-Type'] = consumes.includes('application/json')
8358
- ? 'application/json'
8359
- : consumes[0];
8360
8307
  setSearchParams(localVarUrlObj, localVarQueryParameter);
8361
8308
  const headersFromBaseOptions = baseOptions?.headers ? baseOptions.headers : {};
8362
8309
  localVarRequestOptions.headers = {
@@ -8364,11 +8311,6 @@ export async function SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpointById
8364
8311
  ...headersFromBaseOptions,
8365
8312
  ...options.headers,
8366
8313
  };
8367
- const needsSerialization = typeof validateLLMEndpointByIdRequest !== "string" ||
8368
- localVarRequestOptions.headers["Content-Type"] === "application/json";
8369
- localVarRequestOptions.data = needsSerialization
8370
- ? JSON.stringify(validateLLMEndpointByIdRequest !== undefined ? validateLLMEndpointByIdRequest : {})
8371
- : validateLLMEndpointByIdRequest || "";
8372
8314
  return {
8373
8315
  url: toPathString(localVarUrlObj),
8374
8316
  options: localVarRequestOptions,
@@ -8661,8 +8603,8 @@ export async function SmartFunctionsApi_MemoryCreatedByUsers(axios, basePath, re
8661
8603
  }
8662
8604
  // SmartFunctionsApi Api FP
8663
8605
  /**
8664
- * Will be soon removed and replaced by LlmProvider-based resolution.
8665
- * @summary Get Active LLM Endpoints for this workspace
8606
+ * Permanently removed. Use GET /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmProviders instead. Always returns 410 Gone.
8607
+ * @summary Get Active LLM Endpoints for this workspace (Removed)
8666
8608
  * @param {AxiosInstance} axios Axios instance.
8667
8609
  * @param {string} basePath Base path.
8668
8610
  * @param {SmartFunctionsApiResolveLlmEndpointsRequest} requestParameters Request parameters.
@@ -8676,7 +8618,7 @@ export async function SmartFunctionsApi_ResolveLlmEndpoints(axios, basePath, req
8676
8618
  }
8677
8619
  // SmartFunctionsApi Api FP
8678
8620
  /**
8679
- * Resolves the active LLM configuration for the given workspace. When the ENABLE_LLM_ENDPOINT_REPLACEMENT feature flag is enabled, returns LLM Providers with their associated models. Otherwise, falls back to the legacy LLM Endpoints.
8621
+ * Resolves the active LLM provider configuration for the given workspace.
8680
8622
  * @summary Get Active LLM configuration for this workspace
8681
8623
  * @param {AxiosInstance} axios Axios instance.
8682
8624
  * @param {string} basePath Base path.
@@ -8766,23 +8708,22 @@ export async function SmartFunctionsApi_TriggerQualityIssuesCalculation(axios, b
8766
8708
  }
8767
8709
  // SmartFunctionsApi Api FP
8768
8710
  /**
8769
- * Will be soon removed and replaced by testLlmProvider.
8770
- * @summary Validate LLM Endpoint
8711
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
8712
+ * @summary Validate LLM Endpoint (Removed)
8771
8713
  * @param {AxiosInstance} axios Axios instance.
8772
8714
  * @param {string} basePath Base path.
8773
- * @param {SmartFunctionsApiValidateLLMEndpointRequest} requestParameters Request parameters.
8774
8715
  * @param {*} [options] Override http request option.
8775
8716
  * @param {Configuration} [configuration] Optional configuration.
8776
8717
  * @throws {RequiredError}
8777
8718
  */
8778
- export async function SmartFunctionsApi_ValidateLLMEndpoint(axios, basePath, requestParameters, options, configuration) {
8779
- const localVarAxiosArgs = await SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpoint(requestParameters.validateLLMEndpointRequest, options || {}, configuration);
8719
+ export async function SmartFunctionsApi_ValidateLLMEndpoint(axios, basePath, options, configuration) {
8720
+ const localVarAxiosArgs = await SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpoint(options || {}, configuration);
8780
8721
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
8781
8722
  }
8782
8723
  // SmartFunctionsApi Api FP
8783
8724
  /**
8784
- * Will be soon removed and replaced by testLlmProviderById.
8785
- * @summary Validate LLM Endpoint By Id
8725
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/{llmProviderId}/test instead. Always returns 410 Gone.
8726
+ * @summary Validate LLM Endpoint By Id (Removed)
8786
8727
  * @param {AxiosInstance} axios Axios instance.
8787
8728
  * @param {string} basePath Base path.
8788
8729
  * @param {SmartFunctionsApiValidateLLMEndpointByIdRequest} requestParameters Request parameters.
@@ -8791,7 +8732,7 @@ export async function SmartFunctionsApi_ValidateLLMEndpoint(axios, basePath, req
8791
8732
  * @throws {RequiredError}
8792
8733
  */
8793
8734
  export async function SmartFunctionsApi_ValidateLLMEndpointById(axios, basePath, requestParameters, options, configuration) {
8794
- const localVarAxiosArgs = await SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpointById(requestParameters.llmEndpointId, requestParameters.validateLLMEndpointByIdRequest, options || {}, configuration);
8735
+ const localVarAxiosArgs = await SmartFunctionsApiAxiosParamCreator_ValidateLLMEndpointById(requestParameters.llmEndpointId, options || {}, configuration);
8795
8736
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, basePath);
8796
8737
  }
8797
8738
  /**
@@ -9013,8 +8954,8 @@ export class SmartFunctionsApi extends BaseAPI {
9013
8954
  return SmartFunctionsApi_MemoryCreatedByUsers(this.axios, this.basePath, requestParameters, options, this.configuration);
9014
8955
  }
9015
8956
  /**
9016
- * Will be soon removed and replaced by LlmProvider-based resolution.
9017
- * @summary Get Active LLM Endpoints for this workspace
8957
+ * Permanently removed. Use GET /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmProviders instead. Always returns 410 Gone.
8958
+ * @summary Get Active LLM Endpoints for this workspace (Removed)
9018
8959
  * @param {SmartFunctionsApiResolveLlmEndpointsRequest} requestParameters Request parameters.
9019
8960
  * @param {*} [options] Override http request option.
9020
8961
  * @deprecated
@@ -9025,7 +8966,7 @@ export class SmartFunctionsApi extends BaseAPI {
9025
8966
  return SmartFunctionsApi_ResolveLlmEndpoints(this.axios, this.basePath, requestParameters, options, this.configuration);
9026
8967
  }
9027
8968
  /**
9028
- * Resolves the active LLM configuration for the given workspace. When the ENABLE_LLM_ENDPOINT_REPLACEMENT feature flag is enabled, returns LLM Providers with their associated models. Otherwise, falls back to the legacy LLM Endpoints.
8969
+ * Resolves the active LLM provider configuration for the given workspace.
9029
8970
  * @summary Get Active LLM configuration for this workspace
9030
8971
  * @param {SmartFunctionsApiResolveLlmProvidersRequest} requestParameters Request parameters.
9031
8972
  * @param {*} [options] Override http request option.
@@ -9091,20 +9032,19 @@ export class SmartFunctionsApi extends BaseAPI {
9091
9032
  return SmartFunctionsApi_TriggerQualityIssuesCalculation(this.axios, this.basePath, requestParameters, options, this.configuration);
9092
9033
  }
9093
9034
  /**
9094
- * Will be soon removed and replaced by testLlmProvider.
9095
- * @summary Validate LLM Endpoint
9096
- * @param {SmartFunctionsApiValidateLLMEndpointRequest} requestParameters Request parameters.
9035
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
9036
+ * @summary Validate LLM Endpoint (Removed)
9097
9037
  * @param {*} [options] Override http request option.
9098
9038
  * @deprecated
9099
9039
  * @throws {RequiredError}
9100
9040
  * @memberof SmartFunctionsApi
9101
9041
  */
9102
- validateLLMEndpoint(requestParameters, options) {
9103
- return SmartFunctionsApi_ValidateLLMEndpoint(this.axios, this.basePath, requestParameters, options, this.configuration);
9042
+ validateLLMEndpoint(options) {
9043
+ return SmartFunctionsApi_ValidateLLMEndpoint(this.axios, this.basePath, options, this.configuration);
9104
9044
  }
9105
9045
  /**
9106
- * Will be soon removed and replaced by testLlmProviderById.
9107
- * @summary Validate LLM Endpoint By Id
9046
+ * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/{llmProviderId}/test instead. Always returns 410 Gone.
9047
+ * @summary Validate LLM Endpoint By Id (Removed)
9108
9048
  * @param {SmartFunctionsApiValidateLLMEndpointByIdRequest} requestParameters Request parameters.
9109
9049
  * @param {*} [options] Override http request option.
9110
9050
  * @deprecated