@gooddata/api-client-tiger 11.7.0-alpha.1 → 11.7.0-alpha.3

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.
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.7.0-alpha.1";
1
+ export declare const LIB_VERSION = "11.7.0-alpha.3";
2
2
  export declare const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
3
3
  export declare const LIB_NAME = "@gooddata/api-client-tiger";
4
4
  //# sourceMappingURL=__version.d.ts.map
package/esm/__version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
- export const LIB_VERSION = "11.7.0-alpha.1";
3
+ export const LIB_VERSION = "11.7.0-alpha.3";
4
4
  export const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
5
5
  export const LIB_NAME = "@gooddata/api-client-tiger";
6
6
  //# sourceMappingURL=__version.js.map
@@ -1285,26 +1285,6 @@ declare interface ActionsApiCreatedByRequest {
1285
1285
  readonly workspaceId: string;
1286
1286
  }
1287
1287
 
1288
- /**
1289
- * Request parameters for createMemoryItem operation in ActionsApi.
1290
- * @export
1291
- * @interface ActionsApiCreateMemoryItemRequest
1292
- */
1293
- declare interface ActionsApiCreateMemoryItemRequest {
1294
- /**
1295
- * Workspace identifier
1296
- * @type {string}
1297
- * @memberof ActionsApiCreateMemoryItem
1298
- */
1299
- readonly workspaceId: string;
1300
- /**
1301
- *
1302
- * @type {MemoryItem}
1303
- * @memberof ActionsApiCreateMemoryItem
1304
- */
1305
- readonly memoryItem: MemoryItem;
1306
- }
1307
-
1308
1288
  /**
1309
1289
  * Request parameters for dashboardPermissions operation in ActionsApi.
1310
1290
  * @export
@@ -2233,26 +2213,6 @@ export declare interface ActionsApiGetDependentEntitiesGraphRequest {
2233
2213
  readonly workspaceId: string;
2234
2214
  }
2235
2215
 
2236
- /**
2237
- * Request parameters for getMemoryItem operation in ActionsApi.
2238
- * @export
2239
- * @interface ActionsApiGetMemoryItemRequest
2240
- */
2241
- declare interface ActionsApiGetMemoryItemRequest {
2242
- /**
2243
- * Workspace identifier
2244
- * @type {string}
2245
- * @memberof ActionsApiGetMemoryItem
2246
- */
2247
- readonly workspaceId: string;
2248
- /**
2249
- *
2250
- * @type {string}
2251
- * @memberof ActionsApiGetMemoryItem
2252
- */
2253
- readonly memoryId: string;
2254
- }
2255
-
2256
2216
  /**
2257
2217
  * Request parameters for getTranslationTags operation in ActionsApi.
2258
2218
  * @export
@@ -2766,20 +2726,6 @@ export declare interface ActionsApiListFilesRequest {
2766
2726
  readonly dataSourceId: string;
2767
2727
  }
2768
2728
 
2769
- /**
2770
- * Request parameters for listMemoryItems operation in ActionsApi.
2771
- * @export
2772
- * @interface ActionsApiListMemoryItemsRequest
2773
- */
2774
- declare interface ActionsApiListMemoryItemsRequest {
2775
- /**
2776
- * Workspace identifier
2777
- * @type {string}
2778
- * @memberof ActionsApiListMemoryItems
2779
- */
2780
- readonly workspaceId: string;
2781
- }
2782
-
2783
2729
  /**
2784
2730
  * Request parameters for listWorkspaceUserGroups operation in ActionsApi.
2785
2731
  * @export
@@ -3048,26 +2994,6 @@ export declare interface ActionsApiRegisterUploadNotificationRequest {
3048
2994
  readonly dataSourceId: string;
3049
2995
  }
3050
2996
 
3051
- /**
3052
- * Request parameters for removeMemoryItem operation in ActionsApi.
3053
- * @export
3054
- * @interface ActionsApiRemoveMemoryItemRequest
3055
- */
3056
- declare interface ActionsApiRemoveMemoryItemRequest {
3057
- /**
3058
- * Workspace identifier
3059
- * @type {string}
3060
- * @memberof ActionsApiRemoveMemoryItem
3061
- */
3062
- readonly workspaceId: string;
3063
- /**
3064
- *
3065
- * @type {string}
3066
- * @memberof ActionsApiRemoveMemoryItem
3067
- */
3068
- readonly memoryId: string;
3069
- }
3070
-
3071
2997
  /**
3072
2998
  * Request parameters for resolveLlmEndpoints operation in ActionsApi.
3073
2999
  * @export
@@ -3432,32 +3358,6 @@ export declare interface ActionsApiUnsubscribeWorkspaceAutomationsRequest {
3432
3358
  readonly workspaceId: string;
3433
3359
  }
3434
3360
 
3435
- /**
3436
- * Request parameters for updateMemoryItem operation in ActionsApi.
3437
- * @export
3438
- * @interface ActionsApiUpdateMemoryItemRequest
3439
- */
3440
- declare interface ActionsApiUpdateMemoryItemRequest {
3441
- /**
3442
- * Workspace identifier
3443
- * @type {string}
3444
- * @memberof ActionsApiUpdateMemoryItem
3445
- */
3446
- readonly workspaceId: string;
3447
- /**
3448
- *
3449
- * @type {string}
3450
- * @memberof ActionsApiUpdateMemoryItem
3451
- */
3452
- readonly memoryId: string;
3453
- /**
3454
- *
3455
- * @type {MemoryItem}
3456
- * @memberof ActionsApiUpdateMemoryItem
3457
- */
3458
- readonly memoryItem: MemoryItem;
3459
- }
3460
-
3461
3361
  /**
3462
3362
  * Request parameters for validateLLMEndpointById operation in ActionsApi.
3463
3363
  * @export
@@ -5197,15 +5097,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5197
5097
  * @memberof ActionsApi
5198
5098
  */
5199
5099
  computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<AfmValidObjectsResponse, any, {}>>;
5200
- /**
5201
- * (EXPERIMENTAL) Creates a new memory item and returns it
5202
- * @summary (EXPERIMENTAL) Create new memory item
5203
- * @param {ActionsApiCreateMemoryItemRequest} requestParameters Request parameters.
5204
- * @param {*} [options] Override http request option.
5205
- * @throws {RequiredError}
5206
- * @memberof ActionsApi
5207
- */
5208
- createMemoryItem(requestParameters: ActionsApiCreateMemoryItemRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<MemoryItem, any, {}>>;
5209
5100
  /**
5210
5101
  * Returns a list of Users who created any object for this workspace
5211
5102
  * @summary Get Analytics Catalog CreatedBy
@@ -5242,15 +5133,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5242
5133
  * @memberof ActionsApi
5243
5134
  */
5244
5135
  forecastResult(requestParameters: ActionsApiForecastResultRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<ForecastResult, any, {}>>;
5245
- /**
5246
- * (EXPERIMENTAL) Get memory item by id
5247
- * @summary (EXPERIMENTAL) Get memory item
5248
- * @param {ActionsApiGetMemoryItemRequest} requestParameters Request parameters.
5249
- * @param {*} [options] Override http request option.
5250
- * @throws {RequiredError}
5251
- * @memberof ActionsApi
5252
- */
5253
- getMemoryItem(requestParameters: ActionsApiGetMemoryItemRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<MemoryItem, any, {}>>;
5254
5136
  /**
5255
5137
  * Returns metadata quality issues detected by the platform linter.
5256
5138
  * @summary Get Quality Issues
@@ -5287,24 +5169,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5287
5169
  * @memberof ActionsApi
5288
5170
  */
5289
5171
  keyDriverAnalysisResult(requestParameters: ActionsApiKeyDriverAnalysisResultRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<KeyDriversResult, any, {}>>;
5290
- /**
5291
- * (EXPERIMENTAL) Returns a list of memory items
5292
- * @summary (EXPERIMENTAL) List all memory items
5293
- * @param {ActionsApiListMemoryItemsRequest} requestParameters Request parameters.
5294
- * @param {*} [options] Override http request option.
5295
- * @throws {RequiredError}
5296
- * @memberof ActionsApi
5297
- */
5298
- listMemoryItems(requestParameters: ActionsApiListMemoryItemsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<MemoryItem[], any, {}>>;
5299
- /**
5300
- * (EXPERIMENTAL) Removes memory item
5301
- * @summary (EXPERIMENTAL) Remove memory item
5302
- * @param {ActionsApiRemoveMemoryItemRequest} requestParameters Request parameters.
5303
- * @param {*} [options] Override http request option.
5304
- * @throws {RequiredError}
5305
- * @memberof ActionsApi
5306
- */
5307
- removeMemoryItem(requestParameters: ActionsApiRemoveMemoryItemRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<void, any, {}>>;
5308
5172
  /**
5309
5173
  * Returns a list of available LLM Endpoints
5310
5174
  * @summary Get Active LLM Endpoints for this workspace
@@ -5350,15 +5214,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5350
5214
  * @memberof ActionsApi
5351
5215
  */
5352
5216
  triggerQualityIssuesCalculation(requestParameters: AfmActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<AfmTriggerQualityIssuesCalculationResponse, any, {}>>;
5353
- /**
5354
- * (EXPERIMENTAL) Updates memory item and returns it
5355
- * @summary (EXPERIMENTAL) Update memory item
5356
- * @param {ActionsApiUpdateMemoryItemRequest} requestParameters Request parameters.
5357
- * @param {*} [options] Override http request option.
5358
- * @throws {RequiredError}
5359
- * @memberof ActionsApi
5360
- */
5361
- updateMemoryItem(requestParameters: ActionsApiUpdateMemoryItemRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<MemoryItem, any, {}>>;
5362
5217
  /**
5363
5218
  * Validates LLM endpoint with provided parameters.
5364
5219
  * @summary Validate LLM Endpoint
@@ -5540,15 +5395,6 @@ export declare const AfmActionsApiAxiosParamCreator: (configuration?: LabelEleme
5540
5395
  * @throws {RequiredError}
5541
5396
  */
5542
5397
  computeValidObjects: (workspaceId: string, afmValidObjectsQuery: AfmValidObjectsQuery, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5543
- /**
5544
- * (EXPERIMENTAL) Creates a new memory item and returns it
5545
- * @summary (EXPERIMENTAL) Create new memory item
5546
- * @param {string} workspaceId Workspace identifier
5547
- * @param {MemoryItem} memoryItem
5548
- * @param {*} [options] Override http request option.
5549
- * @throws {RequiredError}
5550
- */
5551
- createMemoryItem: (workspaceId: string, memoryItem: MemoryItem, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5552
5398
  /**
5553
5399
  * Returns a list of Users who created any object for this workspace
5554
5400
  * @summary Get Analytics Catalog CreatedBy
@@ -5589,15 +5435,6 @@ export declare const AfmActionsApiAxiosParamCreator: (configuration?: LabelEleme
5589
5435
  * @throws {RequiredError}
5590
5436
  */
5591
5437
  forecastResult: (workspaceId: string, resultId: string, offset?: number, limit?: number, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5592
- /**
5593
- * (EXPERIMENTAL) Get memory item by id
5594
- * @summary (EXPERIMENTAL) Get memory item
5595
- * @param {string} workspaceId Workspace identifier
5596
- * @param {string} memoryId
5597
- * @param {*} [options] Override http request option.
5598
- * @throws {RequiredError}
5599
- */
5600
- getMemoryItem: (workspaceId: string, memoryId: string, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5601
5438
  /**
5602
5439
  * Returns metadata quality issues detected by the platform linter.
5603
5440
  * @summary Get Quality Issues
@@ -5636,23 +5473,6 @@ export declare const AfmActionsApiAxiosParamCreator: (configuration?: LabelEleme
5636
5473
  * @throws {RequiredError}
5637
5474
  */
5638
5475
  keyDriverAnalysisResult: (workspaceId: string, resultId: string, offset?: number, limit?: number, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5639
- /**
5640
- * (EXPERIMENTAL) Returns a list of memory items
5641
- * @summary (EXPERIMENTAL) List all memory items
5642
- * @param {string} workspaceId Workspace identifier
5643
- * @param {*} [options] Override http request option.
5644
- * @throws {RequiredError}
5645
- */
5646
- listMemoryItems: (workspaceId: string, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5647
- /**
5648
- * (EXPERIMENTAL) Removes memory item
5649
- * @summary (EXPERIMENTAL) Remove memory item
5650
- * @param {string} workspaceId Workspace identifier
5651
- * @param {string} memoryId
5652
- * @param {*} [options] Override http request option.
5653
- * @throws {RequiredError}
5654
- */
5655
- removeMemoryItem: (workspaceId: string, memoryId: string, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5656
5476
  /**
5657
5477
  * Returns a list of available LLM Endpoints
5658
5478
  * @summary Get Active LLM Endpoints for this workspace
@@ -5699,16 +5519,6 @@ export declare const AfmActionsApiAxiosParamCreator: (configuration?: LabelEleme
5699
5519
  * @throws {RequiredError}
5700
5520
  */
5701
5521
  triggerQualityIssuesCalculation: (workspaceId: string, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5702
- /**
5703
- * (EXPERIMENTAL) Updates memory item and returns it
5704
- * @summary (EXPERIMENTAL) Update memory item
5705
- * @param {string} workspaceId Workspace identifier
5706
- * @param {string} memoryId
5707
- * @param {MemoryItem} memoryItem
5708
- * @param {*} [options] Override http request option.
5709
- * @throws {RequiredError}
5710
- */
5711
- updateMemoryItem: (workspaceId: string, memoryId: string, memoryItem: MemoryItem, options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
5712
5522
  /**
5713
5523
  * Validates LLM endpoint with provided parameters.
5714
5524
  * @summary Validate LLM Endpoint
@@ -5861,14 +5671,6 @@ export declare const AfmActionsApiFactory: (configuration?: LabelElementsConfigu
5861
5671
  * @throws {RequiredError}
5862
5672
  */
5863
5673
  computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmValidObjectsResponse>;
5864
- /**
5865
- * (EXPERIMENTAL) Creates a new memory item and returns it
5866
- * @summary (EXPERIMENTAL) Create new memory item
5867
- * @param {ActionsApiCreateMemoryItemRequest} requestParameters Request parameters.
5868
- * @param {*} [options] Override http request option.
5869
- * @throws {RequiredError}
5870
- */
5871
- createMemoryItem(requestParameters: ActionsApiCreateMemoryItemRequest, options?: AxiosRequestConfig): AxiosPromise<MemoryItem>;
5872
5674
  /**
5873
5675
  * Returns a list of Users who created any object for this workspace
5874
5676
  * @summary Get Analytics Catalog CreatedBy
@@ -5901,14 +5703,6 @@ export declare const AfmActionsApiFactory: (configuration?: LabelElementsConfigu
5901
5703
  * @throws {RequiredError}
5902
5704
  */
5903
5705
  forecastResult(requestParameters: ActionsApiForecastResultRequest, options?: AxiosRequestConfig): AxiosPromise<ForecastResult>;
5904
- /**
5905
- * (EXPERIMENTAL) Get memory item by id
5906
- * @summary (EXPERIMENTAL) Get memory item
5907
- * @param {ActionsApiGetMemoryItemRequest} requestParameters Request parameters.
5908
- * @param {*} [options] Override http request option.
5909
- * @throws {RequiredError}
5910
- */
5911
- getMemoryItem(requestParameters: ActionsApiGetMemoryItemRequest, options?: AxiosRequestConfig): AxiosPromise<MemoryItem>;
5912
5706
  /**
5913
5707
  * Returns metadata quality issues detected by the platform linter.
5914
5708
  * @summary Get Quality Issues
@@ -5941,22 +5735,6 @@ export declare const AfmActionsApiFactory: (configuration?: LabelElementsConfigu
5941
5735
  * @throws {RequiredError}
5942
5736
  */
5943
5737
  keyDriverAnalysisResult(requestParameters: ActionsApiKeyDriverAnalysisResultRequest, options?: AxiosRequestConfig): AxiosPromise<KeyDriversResult>;
5944
- /**
5945
- * (EXPERIMENTAL) Returns a list of memory items
5946
- * @summary (EXPERIMENTAL) List all memory items
5947
- * @param {ActionsApiListMemoryItemsRequest} requestParameters Request parameters.
5948
- * @param {*} [options] Override http request option.
5949
- * @throws {RequiredError}
5950
- */
5951
- listMemoryItems(requestParameters: ActionsApiListMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<Array<MemoryItem>>;
5952
- /**
5953
- * (EXPERIMENTAL) Removes memory item
5954
- * @summary (EXPERIMENTAL) Remove memory item
5955
- * @param {ActionsApiRemoveMemoryItemRequest} requestParameters Request parameters.
5956
- * @param {*} [options] Override http request option.
5957
- * @throws {RequiredError}
5958
- */
5959
- removeMemoryItem(requestParameters: ActionsApiRemoveMemoryItemRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
5960
5738
  /**
5961
5739
  * Returns a list of available LLM Endpoints
5962
5740
  * @summary Get Active LLM Endpoints for this workspace
@@ -5997,14 +5775,6 @@ export declare const AfmActionsApiFactory: (configuration?: LabelElementsConfigu
5997
5775
  * @throws {RequiredError}
5998
5776
  */
5999
5777
  triggerQualityIssuesCalculation(requestParameters: AfmActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
6000
- /**
6001
- * (EXPERIMENTAL) Updates memory item and returns it
6002
- * @summary (EXPERIMENTAL) Update memory item
6003
- * @param {ActionsApiUpdateMemoryItemRequest} requestParameters Request parameters.
6004
- * @param {*} [options] Override http request option.
6005
- * @throws {RequiredError}
6006
- */
6007
- updateMemoryItem(requestParameters: ActionsApiUpdateMemoryItemRequest, options?: AxiosRequestConfig): AxiosPromise<MemoryItem>;
6008
5778
  /**
6009
5779
  * Validates LLM endpoint with provided parameters.
6010
5780
  * @summary Validate LLM Endpoint
@@ -6184,15 +5954,6 @@ export declare const AfmActionsApiFp: (configuration?: LabelElementsConfiguratio
6184
5954
  * @throws {RequiredError}
6185
5955
  */
6186
5956
  computeValidObjects(workspaceId: string, afmValidObjectsQuery: AfmValidObjectsQuery, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AfmValidObjectsResponse>>;
6187
- /**
6188
- * (EXPERIMENTAL) Creates a new memory item and returns it
6189
- * @summary (EXPERIMENTAL) Create new memory item
6190
- * @param {string} workspaceId Workspace identifier
6191
- * @param {MemoryItem} memoryItem
6192
- * @param {*} [options] Override http request option.
6193
- * @throws {RequiredError}
6194
- */
6195
- createMemoryItem(workspaceId: string, memoryItem: MemoryItem, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MemoryItem>>;
6196
5957
  /**
6197
5958
  * Returns a list of Users who created any object for this workspace
6198
5959
  * @summary Get Analytics Catalog CreatedBy
@@ -6233,15 +5994,6 @@ export declare const AfmActionsApiFp: (configuration?: LabelElementsConfiguratio
6233
5994
  * @throws {RequiredError}
6234
5995
  */
6235
5996
  forecastResult(workspaceId: string, resultId: string, offset?: number, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ForecastResult>>;
6236
- /**
6237
- * (EXPERIMENTAL) Get memory item by id
6238
- * @summary (EXPERIMENTAL) Get memory item
6239
- * @param {string} workspaceId Workspace identifier
6240
- * @param {string} memoryId
6241
- * @param {*} [options] Override http request option.
6242
- * @throws {RequiredError}
6243
- */
6244
- getMemoryItem(workspaceId: string, memoryId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MemoryItem>>;
6245
5997
  /**
6246
5998
  * Returns metadata quality issues detected by the platform linter.
6247
5999
  * @summary Get Quality Issues
@@ -6280,23 +6032,6 @@ export declare const AfmActionsApiFp: (configuration?: LabelElementsConfiguratio
6280
6032
  * @throws {RequiredError}
6281
6033
  */
6282
6034
  keyDriverAnalysisResult(workspaceId: string, resultId: string, offset?: number, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<KeyDriversResult>>;
6283
- /**
6284
- * (EXPERIMENTAL) Returns a list of memory items
6285
- * @summary (EXPERIMENTAL) List all memory items
6286
- * @param {string} workspaceId Workspace identifier
6287
- * @param {*} [options] Override http request option.
6288
- * @throws {RequiredError}
6289
- */
6290
- listMemoryItems(workspaceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MemoryItem>>>;
6291
- /**
6292
- * (EXPERIMENTAL) Removes memory item
6293
- * @summary (EXPERIMENTAL) Remove memory item
6294
- * @param {string} workspaceId Workspace identifier
6295
- * @param {string} memoryId
6296
- * @param {*} [options] Override http request option.
6297
- * @throws {RequiredError}
6298
- */
6299
- removeMemoryItem(workspaceId: string, memoryId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
6300
6035
  /**
6301
6036
  * Returns a list of available LLM Endpoints
6302
6037
  * @summary Get Active LLM Endpoints for this workspace
@@ -6343,16 +6078,6 @@ export declare const AfmActionsApiFp: (configuration?: LabelElementsConfiguratio
6343
6078
  * @throws {RequiredError}
6344
6079
  */
6345
6080
  triggerQualityIssuesCalculation(workspaceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>>;
6346
- /**
6347
- * (EXPERIMENTAL) Updates memory item and returns it
6348
- * @summary (EXPERIMENTAL) Update memory item
6349
- * @param {string} workspaceId Workspace identifier
6350
- * @param {string} memoryId
6351
- * @param {MemoryItem} memoryItem
6352
- * @param {*} [options] Override http request option.
6353
- * @throws {RequiredError}
6354
- */
6355
- updateMemoryItem(workspaceId: string, memoryId: string, memoryItem: MemoryItem, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MemoryItem>>;
6356
6081
  /**
6357
6082
  * Validates LLM endpoint with provided parameters.
6358
6083
  * @summary Validate LLM Endpoint
@@ -6556,15 +6281,6 @@ export declare interface AfmActionsApiInterface {
6556
6281
  * @memberof ActionsApiInterface
6557
6282
  */
6558
6283
  computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmValidObjectsResponse>;
6559
- /**
6560
- * (EXPERIMENTAL) Creates a new memory item and returns it
6561
- * @summary (EXPERIMENTAL) Create new memory item
6562
- * @param {ActionsApiCreateMemoryItemRequest} requestParameters Request parameters.
6563
- * @param {*} [options] Override http request option.
6564
- * @throws {RequiredError}
6565
- * @memberof ActionsApiInterface
6566
- */
6567
- createMemoryItem(requestParameters: ActionsApiCreateMemoryItemRequest, options?: AxiosRequestConfig): AxiosPromise<MemoryItem>;
6568
6284
  /**
6569
6285
  * Returns a list of Users who created any object for this workspace
6570
6286
  * @summary Get Analytics Catalog CreatedBy
@@ -6601,15 +6317,6 @@ export declare interface AfmActionsApiInterface {
6601
6317
  * @memberof ActionsApiInterface
6602
6318
  */
6603
6319
  forecastResult(requestParameters: ActionsApiForecastResultRequest, options?: AxiosRequestConfig): AxiosPromise<ForecastResult>;
6604
- /**
6605
- * (EXPERIMENTAL) Get memory item by id
6606
- * @summary (EXPERIMENTAL) Get memory item
6607
- * @param {ActionsApiGetMemoryItemRequest} requestParameters Request parameters.
6608
- * @param {*} [options] Override http request option.
6609
- * @throws {RequiredError}
6610
- * @memberof ActionsApiInterface
6611
- */
6612
- getMemoryItem(requestParameters: ActionsApiGetMemoryItemRequest, options?: AxiosRequestConfig): AxiosPromise<MemoryItem>;
6613
6320
  /**
6614
6321
  * Returns metadata quality issues detected by the platform linter.
6615
6322
  * @summary Get Quality Issues
@@ -6646,24 +6353,6 @@ export declare interface AfmActionsApiInterface {
6646
6353
  * @memberof ActionsApiInterface
6647
6354
  */
6648
6355
  keyDriverAnalysisResult(requestParameters: ActionsApiKeyDriverAnalysisResultRequest, options?: AxiosRequestConfig): AxiosPromise<KeyDriversResult>;
6649
- /**
6650
- * (EXPERIMENTAL) Returns a list of memory items
6651
- * @summary (EXPERIMENTAL) List all memory items
6652
- * @param {ActionsApiListMemoryItemsRequest} requestParameters Request parameters.
6653
- * @param {*} [options] Override http request option.
6654
- * @throws {RequiredError}
6655
- * @memberof ActionsApiInterface
6656
- */
6657
- listMemoryItems(requestParameters: ActionsApiListMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<Array<MemoryItem>>;
6658
- /**
6659
- * (EXPERIMENTAL) Removes memory item
6660
- * @summary (EXPERIMENTAL) Remove memory item
6661
- * @param {ActionsApiRemoveMemoryItemRequest} requestParameters Request parameters.
6662
- * @param {*} [options] Override http request option.
6663
- * @throws {RequiredError}
6664
- * @memberof ActionsApiInterface
6665
- */
6666
- removeMemoryItem(requestParameters: ActionsApiRemoveMemoryItemRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
6667
6356
  /**
6668
6357
  * Returns a list of available LLM Endpoints
6669
6358
  * @summary Get Active LLM Endpoints for this workspace
@@ -6709,15 +6398,6 @@ export declare interface AfmActionsApiInterface {
6709
6398
  * @memberof ActionsApiInterface
6710
6399
  */
6711
6400
  triggerQualityIssuesCalculation(requestParameters: AfmActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
6712
- /**
6713
- * (EXPERIMENTAL) Updates memory item and returns it
6714
- * @summary (EXPERIMENTAL) Update memory item
6715
- * @param {ActionsApiUpdateMemoryItemRequest} requestParameters Request parameters.
6716
- * @param {*} [options] Override http request option.
6717
- * @throws {RequiredError}
6718
- * @memberof ActionsApiInterface
6719
- */
6720
- updateMemoryItem(requestParameters: ActionsApiUpdateMemoryItemRequest, options?: AxiosRequestConfig): AxiosPromise<MemoryItem>;
6721
6401
  /**
6722
6402
  * Validates LLM endpoint with provided parameters.
6723
6403
  * @summary Validate LLM Endpoint
@@ -6980,6 +6660,10 @@ export declare interface AfmGetQualityIssuesResponse {
6980
6660
  * Timestamp when the quality issues were last updated (ISO format)
6981
6661
  */
6982
6662
  updatedAt?: string;
6663
+ /**
6664
+ * Status of the latest triggered quality check process
6665
+ */
6666
+ status: GetQualityIssuesResponseStatusEnum;
6983
6667
  }
6984
6668
 
6985
6669
  /**
@@ -7440,6 +7124,10 @@ export declare interface AfmQualityIssueObject {
7440
7124
  * Workspace ID where the object belongs
7441
7125
  */
7442
7126
  workspaceId: string;
7127
+ /**
7128
+ * Object title
7129
+ */
7130
+ title: string;
7443
7131
  }
7444
7132
 
7445
7133
  export declare interface AfmQualityIssuesCalculationStatusResponse {
@@ -14617,8 +14305,8 @@ export declare interface ClusteringResult {
14617
14305
  xCoord?: Array<number | null>;
14618
14306
  yCoord?: Array<number | null>;
14619
14307
  clusters: Array<number | null>;
14620
- ycoord: Array<number>;
14621
14308
  xcoord: Array<number>;
14309
+ ycoord: Array<number>;
14622
14310
  }
14623
14311
 
14624
14312
  /**
@@ -43372,6 +43060,15 @@ export declare interface GenerateLogicalDataModelApiInterface {
43372
43060
  generateLogicalModel(requestParameters: GenerateLogicalDataModelApiGenerateLogicalModelRequest, options?: AxiosRequestConfig): AxiosPromise<DeclarativeModel>;
43373
43061
  }
43374
43062
 
43063
+ declare const GetQualityIssuesResponseStatusEnum: {
43064
+ readonly RUNNING: "RUNNING";
43065
+ readonly COMPLETED: "COMPLETED";
43066
+ readonly FAILED: "FAILED";
43067
+ readonly NOT_FOUND: "NOT_FOUND";
43068
+ };
43069
+
43070
+ declare type GetQualityIssuesResponseStatusEnum = (typeof GetQualityIssuesResponseStatusEnum)[keyof typeof GetQualityIssuesResponseStatusEnum];
43071
+
43375
43072
  /**
43376
43073
  * A grain identifier.
43377
43074
  */
@@ -56264,72 +55961,6 @@ export declare interface MeasureResultHeader {
56264
55961
  */
56265
55962
  export declare type MeasureValueFilter = AfmComparisonMeasureValueFilter | AfmRangeMeasureValueFilter;
56266
55963
 
56267
- declare interface MemoryItem {
56268
- /**
56269
- * Memory item ID
56270
- */
56271
- id: string;
56272
- useCases?: MemoryItemUseCases;
56273
- /**
56274
- * Defines the application strategy.
56275
- */
56276
- strategy?: MemoryItemStrategyEnum;
56277
- /**
56278
- * Instruction that will be injected into the prompt.
56279
- */
56280
- instruction: string;
56281
- /**
56282
- * List of keywords used to match the memory item.
56283
- */
56284
- keywords: Array<string>;
56285
- }
56286
-
56287
- declare const MemoryItemStrategyEnum: {
56288
- readonly MEMORY_ITEM_STRATEGY_ALLWAYS: "MEMORY_ITEM_STRATEGY_ALLWAYS";
56289
- readonly MEMORY_ITEM_STRATEGY_NEVER: "MEMORY_ITEM_STRATEGY_NEVER";
56290
- readonly MEMORY_ITEM_STRATEGY_AUTO: "MEMORY_ITEM_STRATEGY_AUTO";
56291
- };
56292
-
56293
- declare type MemoryItemStrategyEnum = (typeof MemoryItemStrategyEnum)[keyof typeof MemoryItemStrategyEnum];
56294
-
56295
- /**
56296
- * Defines the prompts where the given instruction should be applied.
56297
- */
56298
- declare interface MemoryItemUseCases {
56299
- /**
56300
- * Appy this memory item to the router prompt.
56301
- */
56302
- router: boolean;
56303
- /**
56304
- * Apply this memory item to the search keyword extraction prompt.
56305
- */
56306
- keywords: boolean;
56307
- /**
56308
- * Apply this memory item to the search prompt.
56309
- */
56310
- search: boolean;
56311
- /**
56312
- * Apply this memory item to the visualization prompt.
56313
- */
56314
- visualization: boolean;
56315
- /**
56316
- * Apply this memory item to the general answer prompt.
56317
- */
56318
- general: boolean;
56319
- /**
56320
- * Apply this memory item to the how-to prompt.
56321
- */
56322
- howto: boolean;
56323
- /**
56324
- * Apply this memory item to the normalize prompt.
56325
- */
56326
- normalize: boolean;
56327
- /**
56328
- * Apply this memory item to the metric selection prompt.
56329
- */
56330
- metric: boolean;
56331
- }
56332
-
56333
55964
  export declare class MetadataBaseApi {
56334
55965
  protected basePath: string;
56335
55966
  protected axios: AxiosInstance;
@@ -68157,8 +67788,8 @@ export declare interface ProfileApiInterface {
68157
67788
  }
68158
67789
 
68159
67790
  declare const QualityIssueSeverityEnum: {
68160
- readonly ERROR: "error";
68161
- readonly WARNING: "warning";
67791
+ readonly WARNING: "WARNING";
67792
+ readonly INFO: "INFO";
68162
67793
  };
68163
67794
 
68164
67795
  declare type QualityIssueSeverityEnum = (typeof QualityIssueSeverityEnum)[keyof typeof QualityIssueSeverityEnum];