@gooddata/api-client-tiger 11.28.0-alpha.0 → 11.28.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +667 -554
- package/esm/endpoints/actions/index.d.ts +1 -1
- package/esm/endpoints/actions/index.d.ts.map +1 -1
- package/esm/endpoints/actions/index.js +2 -6
- package/esm/endpoints/actions/index.js.map +1 -1
- package/esm/endpoints/genAI/index.d.ts +2 -2
- package/esm/endpoints/genAI/index.d.ts.map +1 -1
- package/esm/endpoints/genAI/index.js +4 -2
- package/esm/endpoints/genAI/index.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +0 -512
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +0 -505
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/ai-json-api/api.d.ts +613 -164
- package/esm/generated/ai-json-api/api.d.ts.map +1 -1
- package/esm/generated/ai-json-api/api.js +438 -48
- package/esm/generated/ai-json-api/api.js.map +1 -1
- package/package.json +5 -5
|
@@ -1986,26 +1986,6 @@ declare interface ActionsApiConvertGeoFileRequest {
|
|
|
1986
1986
|
readonly convertGeoFileRequest: ConvertGeoFileRequest;
|
|
1987
1987
|
}
|
|
1988
1988
|
|
|
1989
|
-
/**
|
|
1990
|
-
* Request parameters for createDocument operation in ActionsApi.
|
|
1991
|
-
* @export
|
|
1992
|
-
* @interface ActionsApiCreateDocumentRequest
|
|
1993
|
-
*/
|
|
1994
|
-
declare interface ActionsApiCreateDocumentRequest {
|
|
1995
|
-
/**
|
|
1996
|
-
* Workspace identifier
|
|
1997
|
-
* @type {string}
|
|
1998
|
-
* @memberof ActionsApiCreateDocument
|
|
1999
|
-
*/
|
|
2000
|
-
readonly workspaceId: string;
|
|
2001
|
-
/**
|
|
2002
|
-
*
|
|
2003
|
-
* @type {CreateKnowledgeDocumentRequestDto}
|
|
2004
|
-
* @memberof ActionsApiCreateDocument
|
|
2005
|
-
*/
|
|
2006
|
-
readonly createKnowledgeDocumentRequestDto: CreateKnowledgeDocumentRequestDto;
|
|
2007
|
-
}
|
|
2008
|
-
|
|
2009
1989
|
/**
|
|
2010
1990
|
* Request parameters for customGeoCollectionStagingUpload operation in ActionsApi.
|
|
2011
1991
|
* @export
|
|
@@ -2040,26 +2020,6 @@ export declare interface ActionsApiDashboardPermissionsRequest {
|
|
|
2040
2020
|
readonly dashboardId: string;
|
|
2041
2021
|
}
|
|
2042
2022
|
|
|
2043
|
-
/**
|
|
2044
|
-
* Request parameters for deleteDocument operation in ActionsApi.
|
|
2045
|
-
* @export
|
|
2046
|
-
* @interface ActionsApiDeleteDocumentRequest
|
|
2047
|
-
*/
|
|
2048
|
-
declare interface ActionsApiDeleteDocumentRequest {
|
|
2049
|
-
/**
|
|
2050
|
-
* Workspace identifier
|
|
2051
|
-
* @type {string}
|
|
2052
|
-
* @memberof ActionsApiDeleteDocument
|
|
2053
|
-
*/
|
|
2054
|
-
readonly workspaceId: string;
|
|
2055
|
-
/**
|
|
2056
|
-
*
|
|
2057
|
-
* @type {string}
|
|
2058
|
-
* @memberof ActionsApiDeleteDocument
|
|
2059
|
-
*/
|
|
2060
|
-
readonly filename: string;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
2023
|
/**
|
|
2064
2024
|
* Request parameters for deleteFiles operation in ActionsApi.
|
|
2065
2025
|
* @export
|
|
@@ -2332,26 +2292,6 @@ export declare interface ActionsApiGetDependentEntitiesGraphRequest {
|
|
|
2332
2292
|
readonly workspaceId: string;
|
|
2333
2293
|
}
|
|
2334
2294
|
|
|
2335
|
-
/**
|
|
2336
|
-
* Request parameters for getDocument operation in ActionsApi.
|
|
2337
|
-
* @export
|
|
2338
|
-
* @interface ActionsApiGetDocumentRequest
|
|
2339
|
-
*/
|
|
2340
|
-
declare interface ActionsApiGetDocumentRequest {
|
|
2341
|
-
/**
|
|
2342
|
-
* Workspace identifier
|
|
2343
|
-
* @type {string}
|
|
2344
|
-
* @memberof ActionsApiGetDocument
|
|
2345
|
-
*/
|
|
2346
|
-
readonly workspaceId: string;
|
|
2347
|
-
/**
|
|
2348
|
-
*
|
|
2349
|
-
* @type {string}
|
|
2350
|
-
* @memberof ActionsApiGetDocument
|
|
2351
|
-
*/
|
|
2352
|
-
readonly filename: string;
|
|
2353
|
-
}
|
|
2354
|
-
|
|
2355
2295
|
/**
|
|
2356
2296
|
* Request parameters for getQualityIssues operation in ActionsApi.
|
|
2357
2297
|
* @export
|
|
@@ -2925,56 +2865,6 @@ export declare interface ActionsApiKeyDriverAnalysisResultRequest {
|
|
|
2925
2865
|
readonly limit?: number;
|
|
2926
2866
|
}
|
|
2927
2867
|
|
|
2928
|
-
/**
|
|
2929
|
-
* Request parameters for listDocuments operation in ActionsApi.
|
|
2930
|
-
* @export
|
|
2931
|
-
* @interface ActionsApiListDocumentsRequest
|
|
2932
|
-
*/
|
|
2933
|
-
declare interface ActionsApiListDocumentsRequest {
|
|
2934
|
-
/**
|
|
2935
|
-
* Workspace identifier
|
|
2936
|
-
* @type {string}
|
|
2937
|
-
* @memberof ActionsApiListDocuments
|
|
2938
|
-
*/
|
|
2939
|
-
readonly workspaceId: string;
|
|
2940
|
-
/**
|
|
2941
|
-
*
|
|
2942
|
-
* @type {Array<string>}
|
|
2943
|
-
* @memberof ActionsApiListDocuments
|
|
2944
|
-
*/
|
|
2945
|
-
readonly scopes?: Array<string>;
|
|
2946
|
-
/**
|
|
2947
|
-
*
|
|
2948
|
-
* @type {number}
|
|
2949
|
-
* @memberof ActionsApiListDocuments
|
|
2950
|
-
*/
|
|
2951
|
-
readonly size?: number;
|
|
2952
|
-
/**
|
|
2953
|
-
*
|
|
2954
|
-
* @type {string}
|
|
2955
|
-
* @memberof ActionsApiListDocuments
|
|
2956
|
-
*/
|
|
2957
|
-
readonly pageToken?: string;
|
|
2958
|
-
/**
|
|
2959
|
-
*
|
|
2960
|
-
* @type {string}
|
|
2961
|
-
* @memberof ActionsApiListDocuments
|
|
2962
|
-
*/
|
|
2963
|
-
readonly metaInclude?: string;
|
|
2964
|
-
/**
|
|
2965
|
-
*
|
|
2966
|
-
* @type {string}
|
|
2967
|
-
* @memberof ActionsApiListDocuments
|
|
2968
|
-
*/
|
|
2969
|
-
readonly state?: string;
|
|
2970
|
-
/**
|
|
2971
|
-
*
|
|
2972
|
-
* @type {string}
|
|
2973
|
-
* @memberof ActionsApiListDocuments
|
|
2974
|
-
*/
|
|
2975
|
-
readonly query?: string;
|
|
2976
|
-
}
|
|
2977
|
-
|
|
2978
2868
|
/**
|
|
2979
2869
|
* Request parameters for listFiles operation in ActionsApi.
|
|
2980
2870
|
* @export
|
|
@@ -3261,32 +3151,6 @@ export declare interface ActionsApiParticularPlatformUsageRequest {
|
|
|
3261
3151
|
readonly platformUsageRequest: PlatformUsageRequest;
|
|
3262
3152
|
}
|
|
3263
3153
|
|
|
3264
|
-
/**
|
|
3265
|
-
* Request parameters for patchDocument operation in ActionsApi.
|
|
3266
|
-
* @export
|
|
3267
|
-
* @interface ActionsApiPatchDocumentRequest
|
|
3268
|
-
*/
|
|
3269
|
-
declare interface ActionsApiPatchDocumentRequest {
|
|
3270
|
-
/**
|
|
3271
|
-
* Workspace identifier
|
|
3272
|
-
* @type {string}
|
|
3273
|
-
* @memberof ActionsApiPatchDocument
|
|
3274
|
-
*/
|
|
3275
|
-
readonly workspaceId: string;
|
|
3276
|
-
/**
|
|
3277
|
-
*
|
|
3278
|
-
* @type {string}
|
|
3279
|
-
* @memberof ActionsApiPatchDocument
|
|
3280
|
-
*/
|
|
3281
|
-
readonly filename: string;
|
|
3282
|
-
/**
|
|
3283
|
-
*
|
|
3284
|
-
* @type {PatchKnowledgeDocumentRequestDto}
|
|
3285
|
-
* @memberof ActionsApiPatchDocument
|
|
3286
|
-
*/
|
|
3287
|
-
readonly patchKnowledgeDocumentRequestDto: PatchKnowledgeDocumentRequestDto;
|
|
3288
|
-
}
|
|
3289
|
-
|
|
3290
3154
|
/**
|
|
3291
3155
|
* Request parameters for pauseOrganizationAutomations operation in ActionsApi.
|
|
3292
3156
|
* @export
|
|
@@ -3595,44 +3459,6 @@ export declare interface ActionsApiScanSqlRequest {
|
|
|
3595
3459
|
readonly scanSqlRequest: ScanSqlRequest;
|
|
3596
3460
|
}
|
|
3597
3461
|
|
|
3598
|
-
/**
|
|
3599
|
-
* Request parameters for searchKnowledge operation in ActionsApi.
|
|
3600
|
-
* @export
|
|
3601
|
-
* @interface ActionsApiSearchKnowledgeRequest
|
|
3602
|
-
*/
|
|
3603
|
-
declare interface ActionsApiSearchKnowledgeRequest {
|
|
3604
|
-
/**
|
|
3605
|
-
* Workspace identifier
|
|
3606
|
-
* @type {string}
|
|
3607
|
-
* @memberof ActionsApiSearchKnowledge
|
|
3608
|
-
*/
|
|
3609
|
-
readonly workspaceId: string;
|
|
3610
|
-
/**
|
|
3611
|
-
*
|
|
3612
|
-
* @type {string}
|
|
3613
|
-
* @memberof ActionsApiSearchKnowledge
|
|
3614
|
-
*/
|
|
3615
|
-
readonly query: string;
|
|
3616
|
-
/**
|
|
3617
|
-
*
|
|
3618
|
-
* @type {number}
|
|
3619
|
-
* @memberof ActionsApiSearchKnowledge
|
|
3620
|
-
*/
|
|
3621
|
-
readonly limit?: number;
|
|
3622
|
-
/**
|
|
3623
|
-
*
|
|
3624
|
-
* @type {number}
|
|
3625
|
-
* @memberof ActionsApiSearchKnowledge
|
|
3626
|
-
*/
|
|
3627
|
-
readonly minScore?: number;
|
|
3628
|
-
/**
|
|
3629
|
-
*
|
|
3630
|
-
* @type {Array<string>}
|
|
3631
|
-
* @memberof ActionsApiSearchKnowledge
|
|
3632
|
-
*/
|
|
3633
|
-
readonly scopes?: Array<string>;
|
|
3634
|
-
}
|
|
3635
|
-
|
|
3636
3462
|
/**
|
|
3637
3463
|
* Request parameters for setCertification operation in ActionsApi.
|
|
3638
3464
|
* @export
|
|
@@ -3867,26 +3693,6 @@ export declare interface ActionsApiUnsubscribeWorkspaceAutomationsRequest {
|
|
|
3867
3693
|
readonly workspaceId: string;
|
|
3868
3694
|
}
|
|
3869
3695
|
|
|
3870
|
-
/**
|
|
3871
|
-
* Request parameters for upsertDocument operation in ActionsApi.
|
|
3872
|
-
* @export
|
|
3873
|
-
* @interface ActionsApiUpsertDocumentRequest
|
|
3874
|
-
*/
|
|
3875
|
-
declare interface ActionsApiUpsertDocumentRequest {
|
|
3876
|
-
/**
|
|
3877
|
-
* Workspace identifier
|
|
3878
|
-
* @type {string}
|
|
3879
|
-
* @memberof ActionsApiUpsertDocument
|
|
3880
|
-
*/
|
|
3881
|
-
readonly workspaceId: string;
|
|
3882
|
-
/**
|
|
3883
|
-
*
|
|
3884
|
-
* @type {UpsertKnowledgeDocumentRequestDto}
|
|
3885
|
-
* @memberof ActionsApiUpsertDocument
|
|
3886
|
-
*/
|
|
3887
|
-
readonly upsertKnowledgeDocumentRequestDto: UpsertKnowledgeDocumentRequestDto;
|
|
3888
|
-
}
|
|
3889
|
-
|
|
3890
3696
|
/**
|
|
3891
3697
|
* Request parameters for validateLLMEndpointById operation in ActionsApi.
|
|
3892
3698
|
* @export
|
|
@@ -5391,14 +5197,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5391
5197
|
* @memberof ActionsApi
|
|
5392
5198
|
*/
|
|
5393
5199
|
computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmValidObjectsResponse>;
|
|
5394
|
-
/**
|
|
5395
|
-
*
|
|
5396
|
-
* @param {ActionsApiCreateDocumentRequest} requestParameters Request parameters.
|
|
5397
|
-
* @param {*} [options] Override http request option.
|
|
5398
|
-
* @throws {RequiredError}
|
|
5399
|
-
* @memberof ActionsApi
|
|
5400
|
-
*/
|
|
5401
|
-
createDocument(requestParameters: ActionsApiCreateDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<CreateKnowledgeDocumentResponseDto>;
|
|
5402
5200
|
/**
|
|
5403
5201
|
* Returns a list of Users who created any object for this workspace
|
|
5404
5202
|
* @summary Get Analytics Catalog CreatedBy Users
|
|
@@ -5408,14 +5206,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5408
5206
|
* @memberof ActionsApi
|
|
5409
5207
|
*/
|
|
5410
5208
|
createdBy(requestParameters: GenAiApiCreatedByRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
|
|
5411
|
-
/**
|
|
5412
|
-
*
|
|
5413
|
-
* @param {ActionsApiDeleteDocumentRequest} requestParameters Request parameters.
|
|
5414
|
-
* @param {*} [options] Override http request option.
|
|
5415
|
-
* @throws {RequiredError}
|
|
5416
|
-
* @memberof ActionsApi
|
|
5417
|
-
*/
|
|
5418
|
-
deleteDocument(requestParameters: ActionsApiDeleteDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<DeleteKnowledgeDocumentResponseDto>;
|
|
5419
5209
|
/**
|
|
5420
5210
|
* The resource provides static structures needed for investigation of a problem with given AFM.
|
|
5421
5211
|
* @summary AFM explain resource.
|
|
@@ -5469,14 +5259,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5469
5259
|
* @memberof ActionsApi
|
|
5470
5260
|
*/
|
|
5471
5261
|
generateTitle(requestParameters: ActionsApiGenerateTitleRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateTitleResponse>;
|
|
5472
|
-
/**
|
|
5473
|
-
*
|
|
5474
|
-
* @param {ActionsApiGetDocumentRequest} requestParameters Request parameters.
|
|
5475
|
-
* @param {*} [options] Override http request option.
|
|
5476
|
-
* @throws {RequiredError}
|
|
5477
|
-
* @memberof ActionsApi
|
|
5478
|
-
*/
|
|
5479
|
-
getDocument(requestParameters: ActionsApiGetDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeDocumentMetadataDto>;
|
|
5480
5262
|
/**
|
|
5481
5263
|
* Returns metadata quality issues detected by the platform linter.
|
|
5482
5264
|
* @summary Get Quality Issues
|
|
@@ -5521,14 +5303,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5521
5303
|
* @memberof ActionsApi
|
|
5522
5304
|
*/
|
|
5523
5305
|
keyDriverAnalysisResult(requestParameters: ActionsApiKeyDriverAnalysisResultRequest, options?: AxiosRequestConfig): AxiosPromise<KeyDriversResult>;
|
|
5524
|
-
/**
|
|
5525
|
-
*
|
|
5526
|
-
* @param {ActionsApiListDocumentsRequest} requestParameters Request parameters.
|
|
5527
|
-
* @param {*} [options] Override http request option.
|
|
5528
|
-
* @throws {RequiredError}
|
|
5529
|
-
* @memberof ActionsApi
|
|
5530
|
-
*/
|
|
5531
|
-
listDocuments(requestParameters: ActionsApiListDocumentsRequest, options?: AxiosRequestConfig): AxiosPromise<ListKnowledgeDocumentsResponseDto>;
|
|
5532
5306
|
/**
|
|
5533
5307
|
* Lists models available on an LLM provider with a full definition. For Azure AI Foundry providers, the model family will be set to UNKNOWN because the endpoint does not expose the family.
|
|
5534
5308
|
* @summary List LLM Provider Models
|
|
@@ -5574,14 +5348,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5574
5348
|
* @memberof ActionsApi
|
|
5575
5349
|
*/
|
|
5576
5350
|
outlierDetectionResult(requestParameters: ActionsApiOutlierDetectionResultRequest, options?: AxiosRequestConfig): AxiosPromise<OutlierDetectionResult>;
|
|
5577
|
-
/**
|
|
5578
|
-
*
|
|
5579
|
-
* @param {ActionsApiPatchDocumentRequest} requestParameters Request parameters.
|
|
5580
|
-
* @param {*} [options] Override http request option.
|
|
5581
|
-
* @throws {RequiredError}
|
|
5582
|
-
* @memberof ActionsApi
|
|
5583
|
-
*/
|
|
5584
|
-
patchDocument(requestParameters: ActionsApiPatchDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeDocumentMetadataDto>;
|
|
5585
5351
|
/**
|
|
5586
5352
|
* Will be soon removed and replaced by LlmProvider-based resolution.
|
|
5587
5353
|
* @summary Get Active LLM Endpoints for this workspace
|
|
@@ -5628,14 +5394,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5628
5394
|
* @memberof ActionsApi
|
|
5629
5395
|
*/
|
|
5630
5396
|
retrieveResultBinary(requestParameters: ActionsApiRetrieveResultBinaryRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
|
|
5631
|
-
/**
|
|
5632
|
-
*
|
|
5633
|
-
* @param {ActionsApiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
5634
|
-
* @param {*} [options] Override http request option.
|
|
5635
|
-
* @throws {RequiredError}
|
|
5636
|
-
* @memberof ActionsApi
|
|
5637
|
-
*/
|
|
5638
|
-
searchKnowledge(requestParameters: ActionsApiSearchKnowledgeRequest, options?: AxiosRequestConfig): AxiosPromise<SearchKnowledgeResponseDto>;
|
|
5639
5397
|
/**
|
|
5640
5398
|
* Returns a list of tags for this workspace
|
|
5641
5399
|
* @summary Get Analytics Catalog Tags
|
|
@@ -5681,14 +5439,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5681
5439
|
* @memberof ActionsApi
|
|
5682
5440
|
*/
|
|
5683
5441
|
triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
|
|
5684
|
-
/**
|
|
5685
|
-
*
|
|
5686
|
-
* @param {ActionsApiUpsertDocumentRequest} requestParameters Request parameters.
|
|
5687
|
-
* @param {*} [options] Override http request option.
|
|
5688
|
-
* @throws {RequiredError}
|
|
5689
|
-
* @memberof ActionsApi
|
|
5690
|
-
*/
|
|
5691
|
-
upsertDocument(requestParameters: ActionsApiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<UpsertKnowledgeDocumentResponseDto>;
|
|
5692
5442
|
/**
|
|
5693
5443
|
* Will be soon removed and replaced by testLlmProvider.
|
|
5694
5444
|
* @summary Validate LLM Endpoint
|
|
@@ -5891,14 +5641,6 @@ export declare interface AfmActionsApiInterface {
|
|
|
5891
5641
|
* @memberof ActionsApiInterface
|
|
5892
5642
|
*/
|
|
5893
5643
|
computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmValidObjectsResponse>;
|
|
5894
|
-
/**
|
|
5895
|
-
*
|
|
5896
|
-
* @param {ActionsApiCreateDocumentRequest} requestParameters Request parameters.
|
|
5897
|
-
* @param {*} [options] Override http request option.
|
|
5898
|
-
* @throws {RequiredError}
|
|
5899
|
-
* @memberof ActionsApiInterface
|
|
5900
|
-
*/
|
|
5901
|
-
createDocument(requestParameters: ActionsApiCreateDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<CreateKnowledgeDocumentResponseDto>;
|
|
5902
5644
|
/**
|
|
5903
5645
|
* Returns a list of Users who created any object for this workspace
|
|
5904
5646
|
* @summary Get Analytics Catalog CreatedBy Users
|
|
@@ -5908,14 +5650,6 @@ export declare interface AfmActionsApiInterface {
|
|
|
5908
5650
|
* @memberof ActionsApiInterface
|
|
5909
5651
|
*/
|
|
5910
5652
|
createdBy(requestParameters: GenAiApiCreatedByRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
|
|
5911
|
-
/**
|
|
5912
|
-
*
|
|
5913
|
-
* @param {ActionsApiDeleteDocumentRequest} requestParameters Request parameters.
|
|
5914
|
-
* @param {*} [options] Override http request option.
|
|
5915
|
-
* @throws {RequiredError}
|
|
5916
|
-
* @memberof ActionsApiInterface
|
|
5917
|
-
*/
|
|
5918
|
-
deleteDocument(requestParameters: ActionsApiDeleteDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<DeleteKnowledgeDocumentResponseDto>;
|
|
5919
5653
|
/**
|
|
5920
5654
|
* The resource provides static structures needed for investigation of a problem with given AFM.
|
|
5921
5655
|
* @summary AFM explain resource.
|
|
@@ -5969,14 +5703,6 @@ export declare interface AfmActionsApiInterface {
|
|
|
5969
5703
|
* @memberof ActionsApiInterface
|
|
5970
5704
|
*/
|
|
5971
5705
|
generateTitle(requestParameters: ActionsApiGenerateTitleRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateTitleResponse>;
|
|
5972
|
-
/**
|
|
5973
|
-
*
|
|
5974
|
-
* @param {ActionsApiGetDocumentRequest} requestParameters Request parameters.
|
|
5975
|
-
* @param {*} [options] Override http request option.
|
|
5976
|
-
* @throws {RequiredError}
|
|
5977
|
-
* @memberof ActionsApiInterface
|
|
5978
|
-
*/
|
|
5979
|
-
getDocument(requestParameters: ActionsApiGetDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeDocumentMetadataDto>;
|
|
5980
5706
|
/**
|
|
5981
5707
|
* Returns metadata quality issues detected by the platform linter.
|
|
5982
5708
|
* @summary Get Quality Issues
|
|
@@ -6021,14 +5747,6 @@ export declare interface AfmActionsApiInterface {
|
|
|
6021
5747
|
* @memberof ActionsApiInterface
|
|
6022
5748
|
*/
|
|
6023
5749
|
keyDriverAnalysisResult(requestParameters: ActionsApiKeyDriverAnalysisResultRequest, options?: AxiosRequestConfig): AxiosPromise<KeyDriversResult>;
|
|
6024
|
-
/**
|
|
6025
|
-
*
|
|
6026
|
-
* @param {ActionsApiListDocumentsRequest} requestParameters Request parameters.
|
|
6027
|
-
* @param {*} [options] Override http request option.
|
|
6028
|
-
* @throws {RequiredError}
|
|
6029
|
-
* @memberof ActionsApiInterface
|
|
6030
|
-
*/
|
|
6031
|
-
listDocuments(requestParameters: ActionsApiListDocumentsRequest, options?: AxiosRequestConfig): AxiosPromise<ListKnowledgeDocumentsResponseDto>;
|
|
6032
5750
|
/**
|
|
6033
5751
|
* Lists models available on an LLM provider with a full definition. For Azure AI Foundry providers, the model family will be set to UNKNOWN because the endpoint does not expose the family.
|
|
6034
5752
|
* @summary List LLM Provider Models
|
|
@@ -6074,14 +5792,6 @@ export declare interface AfmActionsApiInterface {
|
|
|
6074
5792
|
* @memberof ActionsApiInterface
|
|
6075
5793
|
*/
|
|
6076
5794
|
outlierDetectionResult(requestParameters: ActionsApiOutlierDetectionResultRequest, options?: AxiosRequestConfig): AxiosPromise<OutlierDetectionResult>;
|
|
6077
|
-
/**
|
|
6078
|
-
*
|
|
6079
|
-
* @param {ActionsApiPatchDocumentRequest} requestParameters Request parameters.
|
|
6080
|
-
* @param {*} [options] Override http request option.
|
|
6081
|
-
* @throws {RequiredError}
|
|
6082
|
-
* @memberof ActionsApiInterface
|
|
6083
|
-
*/
|
|
6084
|
-
patchDocument(requestParameters: ActionsApiPatchDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeDocumentMetadataDto>;
|
|
6085
5795
|
/**
|
|
6086
5796
|
* Will be soon removed and replaced by LlmProvider-based resolution.
|
|
6087
5797
|
* @summary Get Active LLM Endpoints for this workspace
|
|
@@ -6128,14 +5838,6 @@ export declare interface AfmActionsApiInterface {
|
|
|
6128
5838
|
* @memberof ActionsApiInterface
|
|
6129
5839
|
*/
|
|
6130
5840
|
retrieveResultBinary(requestParameters: ActionsApiRetrieveResultBinaryRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
|
|
6131
|
-
/**
|
|
6132
|
-
*
|
|
6133
|
-
* @param {ActionsApiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
6134
|
-
* @param {*} [options] Override http request option.
|
|
6135
|
-
* @throws {RequiredError}
|
|
6136
|
-
* @memberof ActionsApiInterface
|
|
6137
|
-
*/
|
|
6138
|
-
searchKnowledge(requestParameters: ActionsApiSearchKnowledgeRequest, options?: AxiosRequestConfig): AxiosPromise<SearchKnowledgeResponseDto>;
|
|
6139
5841
|
/**
|
|
6140
5842
|
* Returns a list of tags for this workspace
|
|
6141
5843
|
* @summary Get Analytics Catalog Tags
|
|
@@ -6181,14 +5883,6 @@ export declare interface AfmActionsApiInterface {
|
|
|
6181
5883
|
* @memberof ActionsApiInterface
|
|
6182
5884
|
*/
|
|
6183
5885
|
triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
|
|
6184
|
-
/**
|
|
6185
|
-
*
|
|
6186
|
-
* @param {ActionsApiUpsertDocumentRequest} requestParameters Request parameters.
|
|
6187
|
-
* @param {*} [options] Override http request option.
|
|
6188
|
-
* @throws {RequiredError}
|
|
6189
|
-
* @memberof ActionsApiInterface
|
|
6190
|
-
*/
|
|
6191
|
-
upsertDocument(requestParameters: ActionsApiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<UpsertKnowledgeDocumentResponseDto>;
|
|
6192
5886
|
/**
|
|
6193
5887
|
* Will be soon removed and replaced by testLlmProvider.
|
|
6194
5888
|
* @summary Validate LLM Endpoint
|
|
@@ -7377,7 +7071,7 @@ export declare interface AggregatedFactControllerApiSearchEntitiesAggregatedFact
|
|
|
7377
7071
|
readonly xGDCVALIDATERELATIONS?: boolean;
|
|
7378
7072
|
}
|
|
7379
7073
|
|
|
7380
|
-
export declare interface
|
|
7074
|
+
export declare interface AiAllowedRelationshipType {
|
|
7381
7075
|
'sourceType': string;
|
|
7382
7076
|
'targetType': string;
|
|
7383
7077
|
'allowOrphans'?: boolean;
|
|
@@ -8700,30 +8394,30 @@ export declare interface AiClusteringAmount {
|
|
|
8700
8394
|
*/
|
|
8701
8395
|
export declare type AiContent = ({
|
|
8702
8396
|
type: 'multipart';
|
|
8703
|
-
} &
|
|
8397
|
+
} & AiMultipartContent) | ({
|
|
8704
8398
|
type: 'reasoning';
|
|
8705
|
-
} &
|
|
8399
|
+
} & AiReasoningContent) | ({
|
|
8706
8400
|
type: 'text';
|
|
8707
|
-
} &
|
|
8401
|
+
} & AiTextMessageContent) | ({
|
|
8708
8402
|
type: 'toolCall';
|
|
8709
|
-
} &
|
|
8403
|
+
} & AiFunctionCallContent) | ({
|
|
8710
8404
|
type: 'toolResult';
|
|
8711
|
-
} &
|
|
8405
|
+
} & AiFunctionResultContent);
|
|
8712
8406
|
|
|
8713
8407
|
/**
|
|
8714
8408
|
* Conversation item list response.
|
|
8715
8409
|
*/
|
|
8716
|
-
export declare interface
|
|
8410
|
+
export declare interface AiConversationItemListResponse {
|
|
8717
8411
|
/**
|
|
8718
8412
|
* Ordered list of conversation items.
|
|
8719
8413
|
*/
|
|
8720
|
-
'items': Array<
|
|
8414
|
+
'items': Array<AiConversationItemResponse>;
|
|
8721
8415
|
}
|
|
8722
8416
|
|
|
8723
8417
|
/**
|
|
8724
8418
|
* Conversation item returned by the agentic HTTP API.
|
|
8725
8419
|
*/
|
|
8726
|
-
export declare interface
|
|
8420
|
+
export declare interface AiConversationItemResponse {
|
|
8727
8421
|
/**
|
|
8728
8422
|
* Conversation item identifier.
|
|
8729
8423
|
*/
|
|
@@ -8743,19 +8437,19 @@ export declare interface AiConversationItemResponseDto {
|
|
|
8743
8437
|
/**
|
|
8744
8438
|
* Author role of the item.
|
|
8745
8439
|
*/
|
|
8746
|
-
'role':
|
|
8440
|
+
'role': AiConversationItemResponseRoleEnum;
|
|
8747
8441
|
'content': AiContent;
|
|
8748
8442
|
'responseId'?: string | null;
|
|
8749
8443
|
'replyTo'?: string | null;
|
|
8750
8444
|
'taskId'?: string | null;
|
|
8751
8445
|
}
|
|
8752
8446
|
|
|
8753
|
-
export declare type
|
|
8447
|
+
export declare type AiConversationItemResponseRoleEnum = 'user' | 'assistant' | 'tool';
|
|
8754
8448
|
|
|
8755
8449
|
/**
|
|
8756
8450
|
* Conversation returned by the agentic HTTP API.
|
|
8757
8451
|
*/
|
|
8758
|
-
export declare interface
|
|
8452
|
+
export declare interface AiConversationResponse {
|
|
8759
8453
|
/**
|
|
8760
8454
|
* Conversation identifier.
|
|
8761
8455
|
*/
|
|
@@ -8782,19 +8476,19 @@ export declare interface AiConversationResponseDto {
|
|
|
8782
8476
|
'lastActivityAt': string;
|
|
8783
8477
|
}
|
|
8784
8478
|
|
|
8785
|
-
export declare interface
|
|
8479
|
+
export declare interface AiConversationResponseList {
|
|
8786
8480
|
/**
|
|
8787
8481
|
* Conversation responses.
|
|
8788
8482
|
*/
|
|
8789
|
-
'responses': Array<
|
|
8483
|
+
'responses': Array<AiConversationTurnResponse>;
|
|
8790
8484
|
}
|
|
8791
8485
|
|
|
8792
|
-
export declare interface
|
|
8486
|
+
export declare interface AiConversationTurnResponse {
|
|
8793
8487
|
/**
|
|
8794
8488
|
* Response identifier.
|
|
8795
8489
|
*/
|
|
8796
8490
|
'responseId': string;
|
|
8797
|
-
'feedback'?:
|
|
8491
|
+
'feedback'?: AiFeedback | null;
|
|
8798
8492
|
/**
|
|
8799
8493
|
* Response creation timestamp (ISO-8601 UTC).
|
|
8800
8494
|
*/
|
|
@@ -8837,15 +8531,40 @@ export declare const AiDateGranularity: {
|
|
|
8837
8531
|
|
|
8838
8532
|
export declare type AiDateGranularity = typeof AiDateGranularity[keyof typeof AiDateGranularity];
|
|
8839
8533
|
|
|
8840
|
-
|
|
8534
|
+
/**
|
|
8535
|
+
* Response for DELETE /documents/{documentId}.
|
|
8536
|
+
*/
|
|
8537
|
+
export declare interface AiDeleteDocumentResponse {
|
|
8538
|
+
'success': boolean;
|
|
8539
|
+
'message': string;
|
|
8540
|
+
}
|
|
8541
|
+
|
|
8542
|
+
/**
|
|
8543
|
+
* Document metadata returned by GET /documents/{document_id} and list.
|
|
8544
|
+
*/
|
|
8545
|
+
export declare interface AiDocumentMetadataResponse {
|
|
8546
|
+
'id': string;
|
|
8547
|
+
'filename': string;
|
|
8548
|
+
'numChunks': number;
|
|
8549
|
+
'createdAt': string;
|
|
8550
|
+
'updatedAt': string;
|
|
8551
|
+
'createdBy': string;
|
|
8552
|
+
'updatedBy': string;
|
|
8553
|
+
'scopes': Array<string>;
|
|
8554
|
+
'workspaceId'?: string | null;
|
|
8555
|
+
'title'?: string | null;
|
|
8556
|
+
'isDisabled'?: boolean | null;
|
|
8557
|
+
}
|
|
8558
|
+
|
|
8559
|
+
export declare interface AiFeedback {
|
|
8841
8560
|
/**
|
|
8842
8561
|
* Feedback type.
|
|
8843
8562
|
*/
|
|
8844
|
-
'type':
|
|
8563
|
+
'type': AiFeedbackTypeEnum;
|
|
8845
8564
|
'text'?: string | null;
|
|
8846
8565
|
}
|
|
8847
8566
|
|
|
8848
|
-
export declare type
|
|
8567
|
+
export declare type AiFeedbackTypeEnum = 'POSITIVE' | 'NEGATIVE';
|
|
8849
8568
|
|
|
8850
8569
|
export declare interface AiFieldsValue {
|
|
8851
8570
|
'using': string;
|
|
@@ -8874,7 +8593,7 @@ export declare type AiFilterByValueTypeEnum = 'attribute_filter' | 'date_filter'
|
|
|
8874
8593
|
export declare interface AiForecastPeriod {
|
|
8875
8594
|
}
|
|
8876
8595
|
|
|
8877
|
-
export declare interface
|
|
8596
|
+
export declare interface AiFunctionCallContent {
|
|
8878
8597
|
[key: string]: any;
|
|
8879
8598
|
/**
|
|
8880
8599
|
* Type of item content.
|
|
@@ -8898,11 +8617,11 @@ export declare interface AiFunctionCallContentDto {
|
|
|
8898
8617
|
'arguments': object;
|
|
8899
8618
|
}
|
|
8900
8619
|
|
|
8901
|
-
export declare interface
|
|
8620
|
+
export declare interface AiFunctionResultContent {
|
|
8902
8621
|
/**
|
|
8903
8622
|
* Type of item content.
|
|
8904
8623
|
*/
|
|
8905
|
-
'type'?:
|
|
8624
|
+
'type'?: AiFunctionResultContentTypeEnum;
|
|
8906
8625
|
/**
|
|
8907
8626
|
* Function call correlation identifier.
|
|
8908
8627
|
*/
|
|
@@ -8913,18 +8632,18 @@ export declare interface AiFunctionResultContentDto {
|
|
|
8913
8632
|
'result': string;
|
|
8914
8633
|
}
|
|
8915
8634
|
|
|
8916
|
-
export declare type
|
|
8635
|
+
export declare type AiFunctionResultContentTypeEnum = 'toolResult';
|
|
8917
8636
|
|
|
8918
8637
|
export declare interface AiHTTPValidationError {
|
|
8919
8638
|
'detail'?: Array<AiValidationError>;
|
|
8920
8639
|
}
|
|
8921
8640
|
|
|
8922
|
-
export declare interface
|
|
8641
|
+
export declare interface AiKeyDriverAnalysis {
|
|
8923
8642
|
[key: string]: any;
|
|
8924
8643
|
/**
|
|
8925
8644
|
* Measure definition for key driver analysis.
|
|
8926
8645
|
*/
|
|
8927
|
-
'measure':
|
|
8646
|
+
'measure': AiKeyDriverAnalysisMeasure;
|
|
8928
8647
|
/**
|
|
8929
8648
|
* Date attribute identifier used for period comparison.
|
|
8930
8649
|
*/
|
|
@@ -8943,7 +8662,7 @@ export declare interface AiKeyDriverAnalysisDto {
|
|
|
8943
8662
|
'filters': Array<object>;
|
|
8944
8663
|
}
|
|
8945
8664
|
|
|
8946
|
-
export declare interface
|
|
8665
|
+
export declare interface AiKeyDriverAnalysisMeasure {
|
|
8947
8666
|
/**
|
|
8948
8667
|
* Measure object identifier.
|
|
8949
8668
|
*/
|
|
@@ -8951,51 +8670,60 @@ export declare interface AiKeyDriverAnalysisMeasureDto {
|
|
|
8951
8670
|
/**
|
|
8952
8671
|
* Measure object type.
|
|
8953
8672
|
*/
|
|
8954
|
-
'type':
|
|
8955
|
-
'aggregation'?:
|
|
8673
|
+
'type': AiKeyDriverAnalysisMeasureTypeEnum;
|
|
8674
|
+
'aggregation'?: AiKeyDriverAnalysisMeasureAggregationEnum | null;
|
|
8956
8675
|
}
|
|
8957
8676
|
|
|
8958
|
-
export declare type
|
|
8677
|
+
export declare type AiKeyDriverAnalysisMeasureAggregationEnum = 'SUM' | 'AVG' | 'MIN' | 'MAX' | 'MEDIAN' | 'COUNT';
|
|
8959
8678
|
|
|
8960
|
-
export declare type
|
|
8679
|
+
export declare type AiKeyDriverAnalysisMeasureTypeEnum = 'metric' | 'fact' | 'attribute';
|
|
8961
8680
|
|
|
8962
|
-
export declare interface
|
|
8681
|
+
export declare interface AiKeyDriverAnalysisPart {
|
|
8963
8682
|
/**
|
|
8964
8683
|
* Type of multipart part.
|
|
8965
8684
|
*/
|
|
8966
|
-
'type'?:
|
|
8967
|
-
'kda'?:
|
|
8685
|
+
'type'?: AiKeyDriverAnalysisPartTypeEnum;
|
|
8686
|
+
'kda'?: AiKeyDriverAnalysis | null;
|
|
8968
8687
|
}
|
|
8969
8688
|
|
|
8970
|
-
export declare type
|
|
8689
|
+
export declare type AiKeyDriverAnalysisPartTypeEnum = 'kda';
|
|
8690
|
+
|
|
8691
|
+
/**
|
|
8692
|
+
* Response for GET /documents.
|
|
8693
|
+
*/
|
|
8694
|
+
export declare interface AiListDocumentsResponse {
|
|
8695
|
+
'documents': Array<AiDocumentMetadataResponse>;
|
|
8696
|
+
'totalCount'?: number | null;
|
|
8697
|
+
'nextPageToken'?: string | null;
|
|
8698
|
+
}
|
|
8971
8699
|
|
|
8972
|
-
export declare interface
|
|
8700
|
+
export declare interface AiMultipartContent {
|
|
8973
8701
|
/**
|
|
8974
8702
|
* Type of item content.
|
|
8975
8703
|
*/
|
|
8976
|
-
'type'?:
|
|
8704
|
+
'type'?: AiMultipartContentTypeEnum;
|
|
8977
8705
|
/**
|
|
8978
8706
|
* Ordered multipart content fragments.
|
|
8979
8707
|
*/
|
|
8980
|
-
'parts': Array<
|
|
8708
|
+
'parts': Array<AiMultipartContentPartsInner>;
|
|
8981
8709
|
}
|
|
8982
8710
|
|
|
8983
8711
|
/**
|
|
8984
|
-
* @type
|
|
8712
|
+
* @type AiMultipartContentPartsInner
|
|
8985
8713
|
*/
|
|
8986
|
-
export declare type
|
|
8714
|
+
export declare type AiMultipartContentPartsInner = ({
|
|
8987
8715
|
type: 'kda';
|
|
8988
|
-
} &
|
|
8716
|
+
} & AiKeyDriverAnalysisPart) | ({
|
|
8989
8717
|
type: 'searchResults';
|
|
8990
|
-
} &
|
|
8718
|
+
} & AiSearchResults) | ({
|
|
8991
8719
|
type: 'text';
|
|
8992
|
-
} &
|
|
8720
|
+
} & AiTextPart) | ({
|
|
8993
8721
|
type: 'visualization';
|
|
8994
|
-
} &
|
|
8722
|
+
} & AiVisualizationPart) | ({
|
|
8995
8723
|
type: 'whatIf';
|
|
8996
|
-
} &
|
|
8724
|
+
} & AiWhatIfAnalysisPart);
|
|
8997
8725
|
|
|
8998
|
-
export declare type
|
|
8726
|
+
export declare type AiMultipartContentTypeEnum = 'multipart';
|
|
8999
8727
|
|
|
9000
8728
|
export declare const AiObjectType: {
|
|
9001
8729
|
readonly UNIDENTIFIED: "unidentified";
|
|
@@ -9014,6 +8742,17 @@ export declare const AiObjectType: {
|
|
|
9014
8742
|
|
|
9015
8743
|
export declare type AiObjectType = typeof AiObjectType[keyof typeof AiObjectType];
|
|
9016
8744
|
|
|
8745
|
+
/**
|
|
8746
|
+
* Request body for PATCH /documents/{documentId}.
|
|
8747
|
+
*/
|
|
8748
|
+
declare interface AiPatchDocumentRequest {
|
|
8749
|
+
'isDisabled'?: boolean | null;
|
|
8750
|
+
'title'?: string | null;
|
|
8751
|
+
'scopes'?: Array<string> | null;
|
|
8752
|
+
}
|
|
8753
|
+
export { AiPatchDocumentRequest }
|
|
8754
|
+
export { AiPatchDocumentRequest as GenAiApiPatchDocumentRequestBody }
|
|
8755
|
+
|
|
9017
8756
|
export declare interface AiQuery {
|
|
9018
8757
|
'fields': {
|
|
9019
8758
|
[key: string]: AiFieldsValue;
|
|
@@ -9051,31 +8790,39 @@ export declare interface AiRankingFilter {
|
|
|
9051
8790
|
|
|
9052
8791
|
export declare type AiRankingFilterTypeEnum = 'ranking_filter';
|
|
9053
8792
|
|
|
9054
|
-
export declare interface
|
|
8793
|
+
export declare interface AiReasoningContent {
|
|
9055
8794
|
/**
|
|
9056
8795
|
* Type of item content.
|
|
9057
8796
|
*/
|
|
9058
|
-
'type'?:
|
|
8797
|
+
'type'?: AiReasoningContentTypeEnum;
|
|
9059
8798
|
/**
|
|
9060
8799
|
* Reasoning summary intended for UI display.
|
|
9061
8800
|
*/
|
|
9062
8801
|
'summary': string;
|
|
9063
8802
|
}
|
|
9064
8803
|
|
|
9065
|
-
export declare type
|
|
8804
|
+
export declare type AiReasoningContentTypeEnum = 'reasoning';
|
|
9066
8805
|
|
|
9067
|
-
export declare interface
|
|
9068
|
-
'type':
|
|
8806
|
+
export declare interface AiResponseFeedback {
|
|
8807
|
+
'type': AiResponseFeedbackTypeEnum;
|
|
9069
8808
|
'text'?: string | null;
|
|
9070
8809
|
}
|
|
9071
8810
|
|
|
9072
|
-
export declare type AiResponseFeedbackDtoTypeEnum = 'POSITIVE' | 'NEGATIVE';
|
|
9073
|
-
|
|
9074
8811
|
export declare interface AiResponseFeedbackRequest {
|
|
9075
|
-
'feedback':
|
|
8812
|
+
'feedback': AiResponseFeedback | null;
|
|
8813
|
+
}
|
|
8814
|
+
|
|
8815
|
+
export declare type AiResponseFeedbackTypeEnum = 'POSITIVE' | 'NEGATIVE';
|
|
8816
|
+
|
|
8817
|
+
/**
|
|
8818
|
+
* Response for GET /search.
|
|
8819
|
+
*/
|
|
8820
|
+
export declare interface AiSearchDocumentsResponse {
|
|
8821
|
+
'results': Array<AiSearchResultItem>;
|
|
8822
|
+
'statistics': AiSearchStatistics;
|
|
9076
8823
|
}
|
|
9077
8824
|
|
|
9078
|
-
export declare interface
|
|
8825
|
+
export declare interface AiSearchObject {
|
|
9079
8826
|
/**
|
|
9080
8827
|
* Object identifier.
|
|
9081
8828
|
*/
|
|
@@ -9107,7 +8854,7 @@ export declare interface AiSearchObjectDto {
|
|
|
9107
8854
|
'score': number;
|
|
9108
8855
|
}
|
|
9109
8856
|
|
|
9110
|
-
export declare interface
|
|
8857
|
+
export declare interface AiSearchRelationship {
|
|
9111
8858
|
/**
|
|
9112
8859
|
* Workspace ID of the source object.
|
|
9113
8860
|
*/
|
|
@@ -9142,82 +8889,117 @@ export declare interface AiSearchRelationshipDto {
|
|
|
9142
8889
|
'targetTitle': string;
|
|
9143
8890
|
}
|
|
9144
8891
|
|
|
9145
|
-
|
|
8892
|
+
/**
|
|
8893
|
+
* A single search result entry.
|
|
8894
|
+
*/
|
|
8895
|
+
export declare interface AiSearchResultItem {
|
|
8896
|
+
'id': string;
|
|
8897
|
+
'filename': string;
|
|
8898
|
+
'content': string;
|
|
8899
|
+
'score': number;
|
|
8900
|
+
'chunkIndex': number;
|
|
8901
|
+
'totalChunks': number;
|
|
8902
|
+
'pageNumbers': Array<number>;
|
|
8903
|
+
'workspaceId'?: string | null;
|
|
8904
|
+
'title'?: string | null;
|
|
8905
|
+
'scopes': Array<string>;
|
|
8906
|
+
}
|
|
8907
|
+
|
|
8908
|
+
export declare interface AiSearchResults {
|
|
9146
8909
|
/**
|
|
9147
8910
|
* Type of multipart part.
|
|
9148
8911
|
*/
|
|
9149
|
-
'type'?:
|
|
8912
|
+
'type'?: AiSearchResultsTypeEnum;
|
|
9150
8913
|
/**
|
|
9151
8914
|
* Search result objects for widget rendering.
|
|
9152
8915
|
*/
|
|
9153
|
-
'objects': Array<
|
|
8916
|
+
'objects': Array<AiSearchObject>;
|
|
9154
8917
|
/**
|
|
9155
8918
|
* Keywords used in search query.
|
|
9156
8919
|
*/
|
|
9157
8920
|
'keywords': Array<string>;
|
|
9158
8921
|
'requestedObjectType'?: string | null;
|
|
9159
|
-
'relationships'?: Array<
|
|
8922
|
+
'relationships'?: Array<AiSearchRelationship> | null;
|
|
9160
8923
|
}
|
|
9161
8924
|
|
|
9162
|
-
export declare type
|
|
8925
|
+
export declare type AiSearchResultsTypeEnum = 'searchResults';
|
|
8926
|
+
|
|
8927
|
+
/**
|
|
8928
|
+
* Statistics about the search results.
|
|
8929
|
+
*/
|
|
8930
|
+
export declare interface AiSearchStatistics {
|
|
8931
|
+
'totalResults': number;
|
|
8932
|
+
'averageSimilarityScore': number;
|
|
8933
|
+
}
|
|
9163
8934
|
|
|
9164
|
-
export declare interface
|
|
9165
|
-
'type':
|
|
8935
|
+
export declare interface AiSendMessageContent {
|
|
8936
|
+
'type': AiSendMessageContentTypeEnum;
|
|
9166
8937
|
'text': string;
|
|
9167
8938
|
}
|
|
9168
8939
|
|
|
9169
|
-
export declare type
|
|
8940
|
+
export declare type AiSendMessageContentTypeEnum = 'text';
|
|
9170
8941
|
|
|
9171
|
-
export declare interface
|
|
9172
|
-
'role':
|
|
9173
|
-
'content':
|
|
8942
|
+
export declare interface AiSendMessageItem {
|
|
8943
|
+
'role': AiSendMessageItemRoleEnum;
|
|
8944
|
+
'content': AiSendMessageContent;
|
|
9174
8945
|
}
|
|
9175
8946
|
|
|
9176
|
-
export declare type
|
|
8947
|
+
export declare type AiSendMessageItemRoleEnum = 'user';
|
|
9177
8948
|
|
|
9178
|
-
export declare interface
|
|
9179
|
-
'search'?:
|
|
8949
|
+
export declare interface AiSendMessageOptions {
|
|
8950
|
+
'search'?: AiSendMessageSearchOptions | null;
|
|
9180
8951
|
}
|
|
9181
8952
|
|
|
9182
8953
|
/**
|
|
9183
8954
|
* POST /conversations/{conversationId}/messages body.
|
|
9184
8955
|
*/
|
|
9185
8956
|
export declare interface AiSendMessageRequest {
|
|
9186
|
-
'item':
|
|
9187
|
-
'options'?:
|
|
8957
|
+
'item': AiSendMessageItem;
|
|
8958
|
+
'options'?: AiSendMessageOptions | null;
|
|
9188
8959
|
}
|
|
9189
8960
|
|
|
9190
|
-
export declare interface
|
|
8961
|
+
export declare interface AiSendMessageSearchOptions {
|
|
9191
8962
|
'objectTypes'?: Array<AiObjectType> | null;
|
|
9192
8963
|
'searchLimit'?: number | null;
|
|
9193
|
-
'allowedRelationshipTypes'?: Array<
|
|
8964
|
+
'allowedRelationshipTypes'?: Array<AiAllowedRelationshipType> | null;
|
|
9194
8965
|
}
|
|
9195
8966
|
|
|
9196
|
-
export declare interface
|
|
8967
|
+
export declare interface AiTextMessageContent {
|
|
9197
8968
|
/**
|
|
9198
8969
|
* Type of item content.
|
|
9199
8970
|
*/
|
|
9200
|
-
'type'?:
|
|
8971
|
+
'type'?: AiTextMessageContentTypeEnum;
|
|
9201
8972
|
/**
|
|
9202
8973
|
* Plain text message content.
|
|
9203
8974
|
*/
|
|
9204
8975
|
'text': string;
|
|
9205
8976
|
}
|
|
9206
8977
|
|
|
9207
|
-
export declare type
|
|
8978
|
+
export declare type AiTextMessageContentTypeEnum = 'text';
|
|
9208
8979
|
|
|
9209
|
-
export declare interface
|
|
8980
|
+
export declare interface AiTextPart {
|
|
9210
8981
|
/**
|
|
9211
8982
|
* Type of multipart part.
|
|
9212
8983
|
*/
|
|
9213
|
-
'type'?:
|
|
8984
|
+
'type'?: AiTextPartTypeEnum;
|
|
9214
8985
|
/**
|
|
9215
8986
|
* Text fragment.
|
|
9216
8987
|
*/
|
|
9217
8988
|
'text': string;
|
|
9218
8989
|
}
|
|
9219
8990
|
|
|
9220
|
-
export declare type
|
|
8991
|
+
export declare type AiTextPartTypeEnum = 'text';
|
|
8992
|
+
|
|
8993
|
+
/**
|
|
8994
|
+
* Response for POST/PUT /documents.
|
|
8995
|
+
*/
|
|
8996
|
+
export declare interface AiUploadDocumentResponse {
|
|
8997
|
+
'id': string;
|
|
8998
|
+
'filename': string;
|
|
8999
|
+
'success': boolean;
|
|
9000
|
+
'message': string;
|
|
9001
|
+
'numChunks': number;
|
|
9002
|
+
}
|
|
9221
9003
|
|
|
9222
9004
|
export declare interface AiValidationError {
|
|
9223
9005
|
'loc': Array<AiValidationErrorLocInner>;
|
|
@@ -9266,40 +9048,29 @@ export declare interface AiVisualizationMetricsInner {
|
|
|
9266
9048
|
'field': string;
|
|
9267
9049
|
}
|
|
9268
9050
|
|
|
9269
|
-
export declare interface
|
|
9051
|
+
export declare interface AiVisualizationPart {
|
|
9270
9052
|
/**
|
|
9271
9053
|
* Type of multipart part.
|
|
9272
9054
|
*/
|
|
9273
|
-
'type'?:
|
|
9055
|
+
'type'?: AiVisualizationPartTypeEnum;
|
|
9274
9056
|
'visualization'?: AiVisualization | null;
|
|
9275
|
-
/**
|
|
9276
|
-
* Visualization state metadata.
|
|
9277
|
-
*/
|
|
9278
|
-
'metadata': AiVisualizationPartMetadataDto;
|
|
9279
9057
|
}
|
|
9280
9058
|
|
|
9281
|
-
export declare type
|
|
9282
|
-
|
|
9283
|
-
export declare interface AiVisualizationPartMetadataDto {
|
|
9284
|
-
/**
|
|
9285
|
-
* Whether the visualization was explicitly saved by user action.
|
|
9286
|
-
*/
|
|
9287
|
-
'isSaved': boolean;
|
|
9288
|
-
}
|
|
9059
|
+
export declare type AiVisualizationPartTypeEnum = 'visualization';
|
|
9289
9060
|
|
|
9290
9061
|
export declare type AiVisualizationTypeEnum = 'table' | 'headline_chart' | 'bar_chart' | 'column_chart' | 'line_chart' | 'pie_chart' | 'scatter_chart';
|
|
9291
9062
|
|
|
9292
|
-
export declare interface
|
|
9063
|
+
export declare interface AiWhatIfAnalysisPart {
|
|
9293
9064
|
/**
|
|
9294
9065
|
* Type of multipart part.
|
|
9295
9066
|
*/
|
|
9296
|
-
'type'?:
|
|
9297
|
-
'whatIf'?:
|
|
9067
|
+
'type'?: AiWhatIfAnalysisPartTypeEnum;
|
|
9068
|
+
'whatIf'?: AiWhatIfScenario | null;
|
|
9298
9069
|
}
|
|
9299
9070
|
|
|
9300
|
-
export declare type
|
|
9071
|
+
export declare type AiWhatIfAnalysisPartTypeEnum = 'whatIf';
|
|
9301
9072
|
|
|
9302
|
-
export declare interface
|
|
9073
|
+
export declare interface AiWhatIfMeasureAdjustment {
|
|
9303
9074
|
/**
|
|
9304
9075
|
* Adjusted metric identifier.
|
|
9305
9076
|
*/
|
|
@@ -9314,7 +9085,7 @@ export declare interface AiWhatIfMeasureAdjustmentDto {
|
|
|
9314
9085
|
'scenarioMaql': string;
|
|
9315
9086
|
}
|
|
9316
9087
|
|
|
9317
|
-
export declare interface
|
|
9088
|
+
export declare interface AiWhatIfScenario {
|
|
9318
9089
|
/**
|
|
9319
9090
|
* Base visualization reference used by scenario.
|
|
9320
9091
|
*/
|
|
@@ -9322,14 +9093,14 @@ export declare interface AiWhatIfScenarioDto {
|
|
|
9322
9093
|
/**
|
|
9323
9094
|
* Defined what-if variants.
|
|
9324
9095
|
*/
|
|
9325
|
-
'scenarios': Array<
|
|
9096
|
+
'scenarios': Array<AiWhatIfScenarioVariant>;
|
|
9326
9097
|
/**
|
|
9327
9098
|
* Whether baseline values are included.
|
|
9328
9099
|
*/
|
|
9329
9100
|
'includeBaseline': boolean;
|
|
9330
9101
|
}
|
|
9331
9102
|
|
|
9332
|
-
export declare interface
|
|
9103
|
+
export declare interface AiWhatIfScenarioVariant {
|
|
9333
9104
|
/**
|
|
9334
9105
|
* Scenario name.
|
|
9335
9106
|
*/
|
|
@@ -9337,7 +9108,7 @@ export declare interface AiWhatIfScenarioVariantDto {
|
|
|
9337
9108
|
/**
|
|
9338
9109
|
* Scenario adjustments.
|
|
9339
9110
|
*/
|
|
9340
|
-
'adjustments': Array<
|
|
9111
|
+
'adjustments': Array<AiWhatIfMeasureAdjustment>;
|
|
9341
9112
|
}
|
|
9342
9113
|
|
|
9343
9114
|
export declare interface AlertAfm {
|
|
@@ -19508,7 +19279,7 @@ export declare class ConversationsAi extends BaseAPI implements ConversationsAiI
|
|
|
19508
19279
|
* @throws {RequiredError}
|
|
19509
19280
|
* @memberof ConversationsAi
|
|
19510
19281
|
*/
|
|
19511
|
-
getConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet(requestParameters: ConversationsAiGetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
19282
|
+
getConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet(requestParameters: ConversationsAiGetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponse>;
|
|
19512
19283
|
/**
|
|
19513
19284
|
*
|
|
19514
19285
|
* @summary Get Conversations
|
|
@@ -19517,7 +19288,7 @@ export declare class ConversationsAi extends BaseAPI implements ConversationsAiI
|
|
|
19517
19288
|
* @throws {RequiredError}
|
|
19518
19289
|
* @memberof ConversationsAi
|
|
19519
19290
|
*/
|
|
19520
|
-
getConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet(requestParameters: ConversationsAiGetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
19291
|
+
getConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet(requestParameters: ConversationsAiGetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponse[]>;
|
|
19521
19292
|
/**
|
|
19522
19293
|
*
|
|
19523
19294
|
* @summary Post Conversations
|
|
@@ -19526,7 +19297,7 @@ export declare class ConversationsAi extends BaseAPI implements ConversationsAiI
|
|
|
19526
19297
|
* @throws {RequiredError}
|
|
19527
19298
|
* @memberof ConversationsAi
|
|
19528
19299
|
*/
|
|
19529
|
-
postConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost(requestParameters: ConversationsAiPostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPostRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
19300
|
+
postConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost(requestParameters: ConversationsAiPostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPostRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponse>;
|
|
19530
19301
|
}
|
|
19531
19302
|
|
|
19532
19303
|
/**
|
|
@@ -19553,7 +19324,7 @@ export { ConversationsAi_DeleteConversationApiV1AiWorkspacesWorkspaceIdChatConve
|
|
|
19553
19324
|
* @param {Configuration} [configuration] Optional configuration.
|
|
19554
19325
|
* @throws {RequiredError}
|
|
19555
19326
|
*/
|
|
19556
|
-
declare function ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet(axios: AxiosInstance, basePath: string, requestParameters: ConversationsAiGetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<
|
|
19327
|
+
declare function ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet(axios: AxiosInstance, basePath: string, requestParameters: ConversationsAiGetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiConversationResponse>;
|
|
19557
19328
|
export { ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet }
|
|
19558
19329
|
export { ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet as GenAiApi_GetConversation }
|
|
19559
19330
|
|
|
@@ -19567,7 +19338,7 @@ export { ConversationsAi_GetConversationApiV1AiWorkspacesWorkspaceIdChatConversa
|
|
|
19567
19338
|
* @param {Configuration} [configuration] Optional configuration.
|
|
19568
19339
|
* @throws {RequiredError}
|
|
19569
19340
|
*/
|
|
19570
|
-
declare function ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet(axios: AxiosInstance, basePath: string, requestParameters: ConversationsAiGetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<Array<
|
|
19341
|
+
declare function ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet(axios: AxiosInstance, basePath: string, requestParameters: ConversationsAiGetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<Array<AiConversationResponse>>;
|
|
19571
19342
|
export { ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet }
|
|
19572
19343
|
export { ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet as GenAiApi_GetConversations }
|
|
19573
19344
|
|
|
@@ -19581,7 +19352,7 @@ export { ConversationsAi_GetConversationsApiV1AiWorkspacesWorkspaceIdChatConvers
|
|
|
19581
19352
|
* @param {Configuration} [configuration] Optional configuration.
|
|
19582
19353
|
* @throws {RequiredError}
|
|
19583
19354
|
*/
|
|
19584
|
-
declare function ConversationsAi_PostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost(axios: AxiosInstance, basePath: string, requestParameters: ConversationsAiPostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPostRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<
|
|
19355
|
+
declare function ConversationsAi_PostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost(axios: AxiosInstance, basePath: string, requestParameters: ConversationsAiPostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPostRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiConversationResponse>;
|
|
19585
19356
|
export { ConversationsAi_PostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost }
|
|
19586
19357
|
export { ConversationsAi_PostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost as GenAiApi_PostConversations }
|
|
19587
19358
|
|
|
@@ -19710,7 +19481,7 @@ export declare interface ConversationsAiInterface {
|
|
|
19710
19481
|
* @throws {RequiredError}
|
|
19711
19482
|
* @memberof ConversationsAiInterface
|
|
19712
19483
|
*/
|
|
19713
|
-
getConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet(requestParameters: ConversationsAiGetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
19484
|
+
getConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGet(requestParameters: ConversationsAiGetConversationApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponse>;
|
|
19714
19485
|
/**
|
|
19715
19486
|
*
|
|
19716
19487
|
* @summary Get Conversations
|
|
@@ -19719,7 +19490,7 @@ export declare interface ConversationsAiInterface {
|
|
|
19719
19490
|
* @throws {RequiredError}
|
|
19720
19491
|
* @memberof ConversationsAiInterface
|
|
19721
19492
|
*/
|
|
19722
|
-
getConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet(requestParameters: ConversationsAiGetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGetRequest, options?: AxiosRequestConfig): AxiosPromise<Array<
|
|
19493
|
+
getConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGet(requestParameters: ConversationsAiGetConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsGetRequest, options?: AxiosRequestConfig): AxiosPromise<Array<AiConversationResponse>>;
|
|
19723
19494
|
/**
|
|
19724
19495
|
*
|
|
19725
19496
|
* @summary Post Conversations
|
|
@@ -19728,7 +19499,7 @@ export declare interface ConversationsAiInterface {
|
|
|
19728
19499
|
* @throws {RequiredError}
|
|
19729
19500
|
* @memberof ConversationsAiInterface
|
|
19730
19501
|
*/
|
|
19731
|
-
postConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost(requestParameters: ConversationsAiPostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPostRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
19502
|
+
postConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPost(requestParameters: ConversationsAiPostConversationsApiV1AiWorkspacesWorkspaceIdChatConversationsPostRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponse>;
|
|
19732
19503
|
}
|
|
19733
19504
|
|
|
19734
19505
|
/**
|
|
@@ -20272,21 +20043,6 @@ export declare interface CreatedVisualizations {
|
|
|
20272
20043
|
|
|
20273
20044
|
export declare type CreatedVisualizationVisualizationTypeEnum = 'TABLE' | 'HEADLINE' | 'BAR' | 'LINE' | 'PIE' | 'COLUMN' | 'SCATTER';
|
|
20274
20045
|
|
|
20275
|
-
declare interface CreateKnowledgeDocumentRequestDto {
|
|
20276
|
-
'filename': string;
|
|
20277
|
-
'content': string;
|
|
20278
|
-
'pageBoundaries'?: Array<number>;
|
|
20279
|
-
'title'?: string;
|
|
20280
|
-
'scopes'?: Array<string>;
|
|
20281
|
-
}
|
|
20282
|
-
|
|
20283
|
-
declare interface CreateKnowledgeDocumentResponseDto {
|
|
20284
|
-
'filename': string;
|
|
20285
|
-
'success': boolean;
|
|
20286
|
-
'message': string;
|
|
20287
|
-
'numChunks': number;
|
|
20288
|
-
}
|
|
20289
|
-
|
|
20290
20046
|
/**
|
|
20291
20047
|
* CspDirectiveControllerApi - object-oriented interface
|
|
20292
20048
|
* @export
|
|
@@ -29514,11 +29270,6 @@ export declare interface DeleteFilesRequest {
|
|
|
29514
29270
|
'fileNames': Array<string>;
|
|
29515
29271
|
}
|
|
29516
29272
|
|
|
29517
|
-
declare interface DeleteKnowledgeDocumentResponseDto {
|
|
29518
|
-
'success': boolean;
|
|
29519
|
-
'message': string;
|
|
29520
|
-
}
|
|
29521
|
-
|
|
29522
29273
|
/**
|
|
29523
29274
|
* DependencyGraphApi - object-oriented interface
|
|
29524
29275
|
* @export
|
|
@@ -59018,7 +58769,7 @@ export declare class ItemsAi extends BaseAPI implements ItemsAiInterface {
|
|
|
59018
58769
|
* @throws {RequiredError}
|
|
59019
58770
|
* @memberof ItemsAi
|
|
59020
58771
|
*/
|
|
59021
|
-
getConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
58772
|
+
getConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationItemListResponse>;
|
|
59022
58773
|
}
|
|
59023
58774
|
|
|
59024
58775
|
/**
|
|
@@ -59031,7 +58782,7 @@ export declare class ItemsAi extends BaseAPI implements ItemsAiInterface {
|
|
|
59031
58782
|
* @param {Configuration} [configuration] Optional configuration.
|
|
59032
58783
|
* @throws {RequiredError}
|
|
59033
58784
|
*/
|
|
59034
|
-
declare function ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(axios: AxiosInstance, basePath: string, requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<
|
|
58785
|
+
declare function ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(axios: AxiosInstance, basePath: string, requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiConversationItemListResponse>;
|
|
59035
58786
|
export { ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet as GenAiApi_GetConversationItems }
|
|
59036
58787
|
export { ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet }
|
|
59037
58788
|
|
|
@@ -59082,7 +58833,7 @@ export declare interface ItemsAiInterface {
|
|
|
59082
58833
|
* @throws {RequiredError}
|
|
59083
58834
|
* @memberof ItemsAiInterface
|
|
59084
58835
|
*/
|
|
59085
|
-
getConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
58836
|
+
getConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationItemListResponse>;
|
|
59086
58837
|
}
|
|
59087
58838
|
|
|
59088
58839
|
/**
|
|
@@ -67403,123 +67154,388 @@ export declare interface KeyDriversResult {
|
|
|
67403
67154
|
* @extends {BaseAPI}
|
|
67404
67155
|
*/
|
|
67405
67156
|
export declare class KnowledgeAi extends BaseAPI implements KnowledgeAiInterface {
|
|
67157
|
+
/**
|
|
67158
|
+
* Upload a new knowledge document. Returns 409 if filename already exists.
|
|
67159
|
+
* @summary Upload Document
|
|
67160
|
+
* @param {KnowledgeAiCreateDocumentRequest} requestParameters Request parameters.
|
|
67161
|
+
* @param {*} [options] Override http request option.
|
|
67162
|
+
* @throws {RequiredError}
|
|
67163
|
+
* @memberof KnowledgeAi
|
|
67164
|
+
*/
|
|
67165
|
+
createDocument(requestParameters: KnowledgeAiCreateDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiUploadDocumentResponse>;
|
|
67166
|
+
/**
|
|
67167
|
+
* Delete a knowledge document and all its chunks.
|
|
67168
|
+
* @summary Delete Document
|
|
67169
|
+
* @param {KnowledgeAiDeleteDocumentRequest} requestParameters Request parameters.
|
|
67170
|
+
* @param {*} [options] Override http request option.
|
|
67171
|
+
* @throws {RequiredError}
|
|
67172
|
+
* @memberof KnowledgeAi
|
|
67173
|
+
*/
|
|
67174
|
+
deleteDocument(requestParameters: KnowledgeAiDeleteDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDeleteDocumentResponse>;
|
|
67406
67175
|
/**
|
|
67407
67176
|
* Download a knowledge document\'s raw file.
|
|
67408
67177
|
* @summary Download Document
|
|
67409
|
-
* @param {
|
|
67178
|
+
* @param {KnowledgeAiDownloadDocumentRequest} requestParameters Request parameters.
|
|
67410
67179
|
* @param {*} [options] Override http request option.
|
|
67411
67180
|
* @throws {RequiredError}
|
|
67412
67181
|
* @memberof KnowledgeAi
|
|
67413
67182
|
*/
|
|
67414
|
-
|
|
67183
|
+
downloadDocument(requestParameters: KnowledgeAiDownloadDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<any>;
|
|
67415
67184
|
/**
|
|
67416
|
-
*
|
|
67417
|
-
* @summary
|
|
67418
|
-
* @param {
|
|
67185
|
+
* Get a single knowledge document\'s metadata.
|
|
67186
|
+
* @summary Get Document
|
|
67187
|
+
* @param {KnowledgeAiGetDocumentRequest} requestParameters Request parameters.
|
|
67188
|
+
* @param {*} [options] Override http request option.
|
|
67189
|
+
* @throws {RequiredError}
|
|
67190
|
+
* @memberof KnowledgeAi
|
|
67191
|
+
*/
|
|
67192
|
+
getDocument(requestParameters: KnowledgeAiGetDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67193
|
+
/**
|
|
67194
|
+
* List knowledge documents accessible from the workspace.
|
|
67195
|
+
* @summary List Documents
|
|
67196
|
+
* @param {KnowledgeAiListDocumentsRequest} requestParameters Request parameters.
|
|
67419
67197
|
* @param {*} [options] Override http request option.
|
|
67420
67198
|
* @throws {RequiredError}
|
|
67421
67199
|
* @memberof KnowledgeAi
|
|
67422
67200
|
*/
|
|
67423
|
-
|
|
67201
|
+
listDocuments(requestParameters: KnowledgeAiListDocumentsRequest, options?: AxiosRequestConfig): AxiosPromise<AiListDocumentsResponse>;
|
|
67202
|
+
/**
|
|
67203
|
+
* Patch a knowledge document\'s metadata without re-uploading content.
|
|
67204
|
+
* @summary Patch Document
|
|
67205
|
+
* @param {KnowledgeAiPatchDocumentRequest} requestParameters Request parameters.
|
|
67206
|
+
* @param {*} [options] Override http request option.
|
|
67207
|
+
* @throws {RequiredError}
|
|
67208
|
+
* @memberof KnowledgeAi
|
|
67209
|
+
*/
|
|
67210
|
+
patchDocument(requestParameters: KnowledgeAiPatchDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67211
|
+
/**
|
|
67212
|
+
* Search the knowledge base using semantic similarity.
|
|
67213
|
+
* @summary Search Documents
|
|
67214
|
+
* @param {KnowledgeAiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
67215
|
+
* @param {*} [options] Override http request option.
|
|
67216
|
+
* @throws {RequiredError}
|
|
67217
|
+
* @memberof KnowledgeAi
|
|
67218
|
+
*/
|
|
67219
|
+
searchKnowledge(requestParameters: KnowledgeAiSearchKnowledgeRequest, options?: AxiosRequestConfig): AxiosPromise<AiSearchDocumentsResponse>;
|
|
67424
67220
|
/**
|
|
67425
67221
|
* Upload or replace a knowledge document.
|
|
67426
67222
|
* @summary Upsert Document
|
|
67427
|
-
* @param {
|
|
67223
|
+
* @param {KnowledgeAiUpsertDocumentRequest} requestParameters Request parameters.
|
|
67428
67224
|
* @param {*} [options] Override http request option.
|
|
67429
67225
|
* @throws {RequiredError}
|
|
67430
67226
|
* @memberof KnowledgeAi
|
|
67431
67227
|
*/
|
|
67432
|
-
|
|
67228
|
+
upsertDocument(requestParameters: KnowledgeAiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiUploadDocumentResponse>;
|
|
67433
67229
|
}
|
|
67434
67230
|
|
|
67231
|
+
/**
|
|
67232
|
+
* Upload a new knowledge document. Returns 409 if filename already exists.
|
|
67233
|
+
* @summary Upload Document
|
|
67234
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67235
|
+
* @param {string} basePath Base path.
|
|
67236
|
+
* @param {KnowledgeAiCreateDocumentRequest} requestParameters Request parameters.
|
|
67237
|
+
* @param {*} [options] Override http request option.
|
|
67238
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67239
|
+
* @throws {RequiredError}
|
|
67240
|
+
*/
|
|
67241
|
+
declare function KnowledgeAi_CreateDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiCreateDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiUploadDocumentResponse>;
|
|
67242
|
+
export { KnowledgeAi_CreateDocument as GenAiApi_CreateKnowledgeDocument }
|
|
67243
|
+
export { KnowledgeAi_CreateDocument }
|
|
67244
|
+
|
|
67245
|
+
/**
|
|
67246
|
+
* Delete a knowledge document and all its chunks.
|
|
67247
|
+
* @summary Delete Document
|
|
67248
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67249
|
+
* @param {string} basePath Base path.
|
|
67250
|
+
* @param {KnowledgeAiDeleteDocumentRequest} requestParameters Request parameters.
|
|
67251
|
+
* @param {*} [options] Override http request option.
|
|
67252
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67253
|
+
* @throws {RequiredError}
|
|
67254
|
+
*/
|
|
67255
|
+
declare function KnowledgeAi_DeleteDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiDeleteDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiDeleteDocumentResponse>;
|
|
67256
|
+
export { KnowledgeAi_DeleteDocument as GenAiApi_DeleteKnowledgeDocument }
|
|
67257
|
+
export { KnowledgeAi_DeleteDocument }
|
|
67258
|
+
|
|
67435
67259
|
/**
|
|
67436
67260
|
* Download a knowledge document\'s raw file.
|
|
67437
67261
|
* @summary Download Document
|
|
67438
67262
|
* @param {AxiosInstance} axios Axios instance.
|
|
67439
67263
|
* @param {string} basePath Base path.
|
|
67440
|
-
* @param {
|
|
67264
|
+
* @param {KnowledgeAiDownloadDocumentRequest} requestParameters Request parameters.
|
|
67441
67265
|
* @param {*} [options] Override http request option.
|
|
67442
67266
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67443
67267
|
* @throws {RequiredError}
|
|
67444
67268
|
*/
|
|
67445
|
-
export declare function
|
|
67269
|
+
export declare function KnowledgeAi_DownloadDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiDownloadDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<any>;
|
|
67446
67270
|
|
|
67447
67271
|
/**
|
|
67448
|
-
*
|
|
67449
|
-
* @summary
|
|
67272
|
+
* Get a single knowledge document\'s metadata.
|
|
67273
|
+
* @summary Get Document
|
|
67274
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67275
|
+
* @param {string} basePath Base path.
|
|
67276
|
+
* @param {KnowledgeAiGetDocumentRequest} requestParameters Request parameters.
|
|
67277
|
+
* @param {*} [options] Override http request option.
|
|
67278
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67279
|
+
* @throws {RequiredError}
|
|
67280
|
+
*/
|
|
67281
|
+
declare function KnowledgeAi_GetDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiGetDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67282
|
+
export { KnowledgeAi_GetDocument as GenAiApi_GetKnowledgeDocument }
|
|
67283
|
+
export { KnowledgeAi_GetDocument }
|
|
67284
|
+
|
|
67285
|
+
/**
|
|
67286
|
+
* List knowledge documents accessible from the workspace.
|
|
67287
|
+
* @summary List Documents
|
|
67450
67288
|
* @param {AxiosInstance} axios Axios instance.
|
|
67451
67289
|
* @param {string} basePath Base path.
|
|
67452
|
-
* @param {
|
|
67290
|
+
* @param {KnowledgeAiListDocumentsRequest} requestParameters Request parameters.
|
|
67453
67291
|
* @param {*} [options] Override http request option.
|
|
67454
67292
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67455
67293
|
* @throws {RequiredError}
|
|
67456
67294
|
*/
|
|
67457
|
-
|
|
67295
|
+
declare function KnowledgeAi_ListDocuments(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiListDocumentsRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiListDocumentsResponse>;
|
|
67296
|
+
export { KnowledgeAi_ListDocuments as GenAiApi_ListKnowledgeDocuments }
|
|
67297
|
+
export { KnowledgeAi_ListDocuments }
|
|
67298
|
+
|
|
67299
|
+
/**
|
|
67300
|
+
* Patch a knowledge document\'s metadata without re-uploading content.
|
|
67301
|
+
* @summary Patch Document
|
|
67302
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67303
|
+
* @param {string} basePath Base path.
|
|
67304
|
+
* @param {KnowledgeAiPatchDocumentRequest} requestParameters Request parameters.
|
|
67305
|
+
* @param {*} [options] Override http request option.
|
|
67306
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67307
|
+
* @throws {RequiredError}
|
|
67308
|
+
*/
|
|
67309
|
+
declare function KnowledgeAi_PatchDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiPatchDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67310
|
+
export { KnowledgeAi_PatchDocument as GenAiApi_PatchKnowledgeDocument }
|
|
67311
|
+
export { KnowledgeAi_PatchDocument }
|
|
67312
|
+
|
|
67313
|
+
/**
|
|
67314
|
+
* Search the knowledge base using semantic similarity.
|
|
67315
|
+
* @summary Search Documents
|
|
67316
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67317
|
+
* @param {string} basePath Base path.
|
|
67318
|
+
* @param {KnowledgeAiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
67319
|
+
* @param {*} [options] Override http request option.
|
|
67320
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67321
|
+
* @throws {RequiredError}
|
|
67322
|
+
*/
|
|
67323
|
+
declare function KnowledgeAi_SearchKnowledge(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiSearchKnowledgeRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiSearchDocumentsResponse>;
|
|
67324
|
+
export { KnowledgeAi_SearchKnowledge as GenAiApi_SearchKnowledge }
|
|
67325
|
+
export { KnowledgeAi_SearchKnowledge }
|
|
67458
67326
|
|
|
67459
67327
|
/**
|
|
67460
67328
|
* Upload or replace a knowledge document.
|
|
67461
67329
|
* @summary Upsert Document
|
|
67462
67330
|
* @param {AxiosInstance} axios Axios instance.
|
|
67463
67331
|
* @param {string} basePath Base path.
|
|
67464
|
-
* @param {
|
|
67332
|
+
* @param {KnowledgeAiUpsertDocumentRequest} requestParameters Request parameters.
|
|
67465
67333
|
* @param {*} [options] Override http request option.
|
|
67466
67334
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67467
67335
|
* @throws {RequiredError}
|
|
67468
67336
|
*/
|
|
67469
|
-
|
|
67337
|
+
declare function KnowledgeAi_UpsertDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiUpsertDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiUploadDocumentResponse>;
|
|
67338
|
+
export { KnowledgeAi_UpsertDocument as GenAiApi_UpsertKnowledgeDocument }
|
|
67339
|
+
export { KnowledgeAi_UpsertDocument }
|
|
67340
|
+
|
|
67341
|
+
/**
|
|
67342
|
+
* Upload a new knowledge document. Returns 409 if filename already exists.
|
|
67343
|
+
* @summary Upload Document
|
|
67344
|
+
* @param {string} workspaceId
|
|
67345
|
+
* @param {File} file
|
|
67346
|
+
* @param {string} [title]
|
|
67347
|
+
* @param {Array<string>} [scopes]
|
|
67348
|
+
* @param {*} [options] Override http request option.
|
|
67349
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67350
|
+
* @throws {RequiredError}
|
|
67351
|
+
*/
|
|
67352
|
+
export declare function KnowledgeAiAxiosParamCreator_CreateDocument(workspaceId: string, file: File, title?: string, scopes?: Array<string>, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67353
|
+
|
|
67354
|
+
/**
|
|
67355
|
+
* Delete a knowledge document and all its chunks.
|
|
67356
|
+
* @summary Delete Document
|
|
67357
|
+
* @param {string} workspaceId
|
|
67358
|
+
* @param {string} documentId
|
|
67359
|
+
* @param {*} [options] Override http request option.
|
|
67360
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67361
|
+
* @throws {RequiredError}
|
|
67362
|
+
*/
|
|
67363
|
+
export declare function KnowledgeAiAxiosParamCreator_DeleteDocument(workspaceId: string, documentId: string, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67470
67364
|
|
|
67471
67365
|
/**
|
|
67472
67366
|
* Download a knowledge document\'s raw file.
|
|
67473
67367
|
* @summary Download Document
|
|
67474
67368
|
* @param {string} workspaceId
|
|
67475
|
-
* @param {string}
|
|
67369
|
+
* @param {string} documentId
|
|
67476
67370
|
* @param {*} [options] Override http request option.
|
|
67477
67371
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67478
67372
|
* @throws {RequiredError}
|
|
67479
67373
|
*/
|
|
67480
|
-
export declare function
|
|
67374
|
+
export declare function KnowledgeAiAxiosParamCreator_DownloadDocument(workspaceId: string, documentId: string, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67481
67375
|
|
|
67482
67376
|
/**
|
|
67483
|
-
*
|
|
67484
|
-
* @summary
|
|
67377
|
+
* Get a single knowledge document\'s metadata.
|
|
67378
|
+
* @summary Get Document
|
|
67485
67379
|
* @param {string} workspaceId
|
|
67486
|
-
* @param {
|
|
67380
|
+
* @param {string} documentId
|
|
67381
|
+
* @param {*} [options] Override http request option.
|
|
67382
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67383
|
+
* @throws {RequiredError}
|
|
67384
|
+
*/
|
|
67385
|
+
export declare function KnowledgeAiAxiosParamCreator_GetDocument(workspaceId: string, documentId: string, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67386
|
+
|
|
67387
|
+
/**
|
|
67388
|
+
* List knowledge documents accessible from the workspace.
|
|
67389
|
+
* @summary List Documents
|
|
67390
|
+
* @param {string} workspaceId
|
|
67391
|
+
* @param {Array<string>} [scopes]
|
|
67392
|
+
* @param {number} [size]
|
|
67393
|
+
* @param {string} [pageToken]
|
|
67394
|
+
* @param {string} [metaInclude]
|
|
67395
|
+
* @param {'enabled' | 'disabled'} [state]
|
|
67396
|
+
* @param {string} [query]
|
|
67487
67397
|
* @param {*} [options] Override http request option.
|
|
67488
67398
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67489
67399
|
* @throws {RequiredError}
|
|
67490
67400
|
*/
|
|
67491
|
-
export declare function
|
|
67401
|
+
export declare function KnowledgeAiAxiosParamCreator_ListDocuments(workspaceId: string, scopes?: Array<string>, size?: number, pageToken?: string, metaInclude?: string, state?: 'enabled' | 'disabled', query?: string, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67402
|
+
|
|
67403
|
+
/**
|
|
67404
|
+
* Patch a knowledge document\'s metadata without re-uploading content.
|
|
67405
|
+
* @summary Patch Document
|
|
67406
|
+
* @param {string} workspaceId
|
|
67407
|
+
* @param {string} documentId
|
|
67408
|
+
* @param {AiPatchDocumentRequest} aiPatchDocumentRequest
|
|
67409
|
+
* @param {*} [options] Override http request option.
|
|
67410
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67411
|
+
* @throws {RequiredError}
|
|
67412
|
+
*/
|
|
67413
|
+
export declare function KnowledgeAiAxiosParamCreator_PatchDocument(workspaceId: string, documentId: string, aiPatchDocumentRequest: AiPatchDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67414
|
+
|
|
67415
|
+
/**
|
|
67416
|
+
* Search the knowledge base using semantic similarity.
|
|
67417
|
+
* @summary Search Documents
|
|
67418
|
+
* @param {string} workspaceId
|
|
67419
|
+
* @param {string} query
|
|
67420
|
+
* @param {number} [limit]
|
|
67421
|
+
* @param {number} [minScore]
|
|
67422
|
+
* @param {Array<string>} [scopes]
|
|
67423
|
+
* @param {*} [options] Override http request option.
|
|
67424
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67425
|
+
* @throws {RequiredError}
|
|
67426
|
+
*/
|
|
67427
|
+
export declare function KnowledgeAiAxiosParamCreator_SearchKnowledge(workspaceId: string, query: string, limit?: number, minScore?: number, scopes?: Array<string>, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67492
67428
|
|
|
67493
67429
|
/**
|
|
67494
67430
|
* Upload or replace a knowledge document.
|
|
67495
67431
|
* @summary Upsert Document
|
|
67496
67432
|
* @param {string} workspaceId
|
|
67497
67433
|
* @param {File} file
|
|
67434
|
+
* @param {string} [title]
|
|
67435
|
+
* @param {Array<string>} [scopes]
|
|
67498
67436
|
* @param {*} [options] Override http request option.
|
|
67499
67437
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67500
67438
|
* @throws {RequiredError}
|
|
67501
67439
|
*/
|
|
67502
|
-
export declare function
|
|
67440
|
+
export declare function KnowledgeAiAxiosParamCreator_UpsertDocument(workspaceId: string, file: File, title?: string, scopes?: Array<string>, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67441
|
+
|
|
67442
|
+
/**
|
|
67443
|
+
* Request parameters for createDocument operation in KnowledgeAi.
|
|
67444
|
+
* @export
|
|
67445
|
+
* @interface KnowledgeAiCreateDocumentRequest
|
|
67446
|
+
*/
|
|
67447
|
+
declare interface KnowledgeAiCreateDocumentRequest {
|
|
67448
|
+
/**
|
|
67449
|
+
*
|
|
67450
|
+
* @type {string}
|
|
67451
|
+
* @memberof KnowledgeAiCreateDocument
|
|
67452
|
+
*/
|
|
67453
|
+
readonly workspaceId: string;
|
|
67454
|
+
/**
|
|
67455
|
+
*
|
|
67456
|
+
* @type {File}
|
|
67457
|
+
* @memberof KnowledgeAiCreateDocument
|
|
67458
|
+
*/
|
|
67459
|
+
readonly file: File;
|
|
67460
|
+
/**
|
|
67461
|
+
*
|
|
67462
|
+
* @type {string}
|
|
67463
|
+
* @memberof KnowledgeAiCreateDocument
|
|
67464
|
+
*/
|
|
67465
|
+
readonly title?: string;
|
|
67466
|
+
/**
|
|
67467
|
+
*
|
|
67468
|
+
* @type {Array<string>}
|
|
67469
|
+
* @memberof KnowledgeAiCreateDocument
|
|
67470
|
+
*/
|
|
67471
|
+
readonly scopes?: Array<string>;
|
|
67472
|
+
}
|
|
67473
|
+
export { KnowledgeAiCreateDocumentRequest as GenAiApiCreateKnowledgeDocumentRequest }
|
|
67474
|
+
export { KnowledgeAiCreateDocumentRequest }
|
|
67503
67475
|
|
|
67504
67476
|
/**
|
|
67505
|
-
* Request parameters for
|
|
67477
|
+
* Request parameters for deleteDocument operation in KnowledgeAi.
|
|
67506
67478
|
* @export
|
|
67507
|
-
* @interface
|
|
67479
|
+
* @interface KnowledgeAiDeleteDocumentRequest
|
|
67508
67480
|
*/
|
|
67509
|
-
|
|
67481
|
+
declare interface KnowledgeAiDeleteDocumentRequest {
|
|
67510
67482
|
/**
|
|
67511
67483
|
*
|
|
67512
67484
|
* @type {string}
|
|
67513
|
-
* @memberof
|
|
67485
|
+
* @memberof KnowledgeAiDeleteDocument
|
|
67514
67486
|
*/
|
|
67515
67487
|
readonly workspaceId: string;
|
|
67516
67488
|
/**
|
|
67517
67489
|
*
|
|
67518
67490
|
* @type {string}
|
|
67519
|
-
* @memberof
|
|
67491
|
+
* @memberof KnowledgeAiDeleteDocument
|
|
67520
67492
|
*/
|
|
67521
|
-
readonly
|
|
67493
|
+
readonly documentId: string;
|
|
67522
67494
|
}
|
|
67495
|
+
export { KnowledgeAiDeleteDocumentRequest as GenAiApiDeleteKnowledgeDocumentRequest }
|
|
67496
|
+
export { KnowledgeAiDeleteDocumentRequest }
|
|
67497
|
+
|
|
67498
|
+
/**
|
|
67499
|
+
* Request parameters for downloadDocument operation in KnowledgeAi.
|
|
67500
|
+
* @export
|
|
67501
|
+
* @interface KnowledgeAiDownloadDocumentRequest
|
|
67502
|
+
*/
|
|
67503
|
+
export declare interface KnowledgeAiDownloadDocumentRequest {
|
|
67504
|
+
/**
|
|
67505
|
+
*
|
|
67506
|
+
* @type {string}
|
|
67507
|
+
* @memberof KnowledgeAiDownloadDocument
|
|
67508
|
+
*/
|
|
67509
|
+
readonly workspaceId: string;
|
|
67510
|
+
/**
|
|
67511
|
+
*
|
|
67512
|
+
* @type {string}
|
|
67513
|
+
* @memberof KnowledgeAiDownloadDocument
|
|
67514
|
+
*/
|
|
67515
|
+
readonly documentId: string;
|
|
67516
|
+
}
|
|
67517
|
+
|
|
67518
|
+
/**
|
|
67519
|
+
* Request parameters for getDocument operation in KnowledgeAi.
|
|
67520
|
+
* @export
|
|
67521
|
+
* @interface KnowledgeAiGetDocumentRequest
|
|
67522
|
+
*/
|
|
67523
|
+
declare interface KnowledgeAiGetDocumentRequest {
|
|
67524
|
+
/**
|
|
67525
|
+
*
|
|
67526
|
+
* @type {string}
|
|
67527
|
+
* @memberof KnowledgeAiGetDocument
|
|
67528
|
+
*/
|
|
67529
|
+
readonly workspaceId: string;
|
|
67530
|
+
/**
|
|
67531
|
+
*
|
|
67532
|
+
* @type {string}
|
|
67533
|
+
* @memberof KnowledgeAiGetDocument
|
|
67534
|
+
*/
|
|
67535
|
+
readonly documentId: string;
|
|
67536
|
+
}
|
|
67537
|
+
export { KnowledgeAiGetDocumentRequest as GenAiApiGetKnowledgeDocumentRequest }
|
|
67538
|
+
export { KnowledgeAiGetDocumentRequest }
|
|
67523
67539
|
|
|
67524
67540
|
/**
|
|
67525
67541
|
* KnowledgeAi - interface
|
|
@@ -67527,87 +67543,233 @@ export declare interface KnowledgeAiDownloadDocumentApiV1AiWorkspacesWorkspaceId
|
|
|
67527
67543
|
* @interface KnowledgeAi
|
|
67528
67544
|
*/
|
|
67529
67545
|
export declare interface KnowledgeAiInterface {
|
|
67546
|
+
/**
|
|
67547
|
+
* Upload a new knowledge document. Returns 409 if filename already exists.
|
|
67548
|
+
* @summary Upload Document
|
|
67549
|
+
* @param {KnowledgeAiCreateDocumentRequest} requestParameters Request parameters.
|
|
67550
|
+
* @param {*} [options] Override http request option.
|
|
67551
|
+
* @throws {RequiredError}
|
|
67552
|
+
* @memberof KnowledgeAiInterface
|
|
67553
|
+
*/
|
|
67554
|
+
createDocument(requestParameters: KnowledgeAiCreateDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiUploadDocumentResponse>;
|
|
67555
|
+
/**
|
|
67556
|
+
* Delete a knowledge document and all its chunks.
|
|
67557
|
+
* @summary Delete Document
|
|
67558
|
+
* @param {KnowledgeAiDeleteDocumentRequest} requestParameters Request parameters.
|
|
67559
|
+
* @param {*} [options] Override http request option.
|
|
67560
|
+
* @throws {RequiredError}
|
|
67561
|
+
* @memberof KnowledgeAiInterface
|
|
67562
|
+
*/
|
|
67563
|
+
deleteDocument(requestParameters: KnowledgeAiDeleteDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDeleteDocumentResponse>;
|
|
67530
67564
|
/**
|
|
67531
67565
|
* Download a knowledge document\'s raw file.
|
|
67532
67566
|
* @summary Download Document
|
|
67533
|
-
* @param {
|
|
67567
|
+
* @param {KnowledgeAiDownloadDocumentRequest} requestParameters Request parameters.
|
|
67534
67568
|
* @param {*} [options] Override http request option.
|
|
67535
67569
|
* @throws {RequiredError}
|
|
67536
67570
|
* @memberof KnowledgeAiInterface
|
|
67537
67571
|
*/
|
|
67538
|
-
|
|
67572
|
+
downloadDocument(requestParameters: KnowledgeAiDownloadDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<any>;
|
|
67539
67573
|
/**
|
|
67540
|
-
*
|
|
67541
|
-
* @summary
|
|
67542
|
-
* @param {
|
|
67574
|
+
* Get a single knowledge document\'s metadata.
|
|
67575
|
+
* @summary Get Document
|
|
67576
|
+
* @param {KnowledgeAiGetDocumentRequest} requestParameters Request parameters.
|
|
67577
|
+
* @param {*} [options] Override http request option.
|
|
67578
|
+
* @throws {RequiredError}
|
|
67579
|
+
* @memberof KnowledgeAiInterface
|
|
67580
|
+
*/
|
|
67581
|
+
getDocument(requestParameters: KnowledgeAiGetDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67582
|
+
/**
|
|
67583
|
+
* List knowledge documents accessible from the workspace.
|
|
67584
|
+
* @summary List Documents
|
|
67585
|
+
* @param {KnowledgeAiListDocumentsRequest} requestParameters Request parameters.
|
|
67543
67586
|
* @param {*} [options] Override http request option.
|
|
67544
67587
|
* @throws {RequiredError}
|
|
67545
67588
|
* @memberof KnowledgeAiInterface
|
|
67546
67589
|
*/
|
|
67547
|
-
|
|
67590
|
+
listDocuments(requestParameters: KnowledgeAiListDocumentsRequest, options?: AxiosRequestConfig): AxiosPromise<AiListDocumentsResponse>;
|
|
67591
|
+
/**
|
|
67592
|
+
* Patch a knowledge document\'s metadata without re-uploading content.
|
|
67593
|
+
* @summary Patch Document
|
|
67594
|
+
* @param {KnowledgeAiPatchDocumentRequest} requestParameters Request parameters.
|
|
67595
|
+
* @param {*} [options] Override http request option.
|
|
67596
|
+
* @throws {RequiredError}
|
|
67597
|
+
* @memberof KnowledgeAiInterface
|
|
67598
|
+
*/
|
|
67599
|
+
patchDocument(requestParameters: KnowledgeAiPatchDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67600
|
+
/**
|
|
67601
|
+
* Search the knowledge base using semantic similarity.
|
|
67602
|
+
* @summary Search Documents
|
|
67603
|
+
* @param {KnowledgeAiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
67604
|
+
* @param {*} [options] Override http request option.
|
|
67605
|
+
* @throws {RequiredError}
|
|
67606
|
+
* @memberof KnowledgeAiInterface
|
|
67607
|
+
*/
|
|
67608
|
+
searchKnowledge(requestParameters: KnowledgeAiSearchKnowledgeRequest, options?: AxiosRequestConfig): AxiosPromise<AiSearchDocumentsResponse>;
|
|
67548
67609
|
/**
|
|
67549
67610
|
* Upload or replace a knowledge document.
|
|
67550
67611
|
* @summary Upsert Document
|
|
67551
|
-
* @param {
|
|
67612
|
+
* @param {KnowledgeAiUpsertDocumentRequest} requestParameters Request parameters.
|
|
67552
67613
|
* @param {*} [options] Override http request option.
|
|
67553
67614
|
* @throws {RequiredError}
|
|
67554
67615
|
* @memberof KnowledgeAiInterface
|
|
67555
67616
|
*/
|
|
67556
|
-
|
|
67617
|
+
upsertDocument(requestParameters: KnowledgeAiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiUploadDocumentResponse>;
|
|
67557
67618
|
}
|
|
67558
67619
|
|
|
67559
67620
|
/**
|
|
67560
|
-
* Request parameters for
|
|
67621
|
+
* Request parameters for listDocuments operation in KnowledgeAi.
|
|
67561
67622
|
* @export
|
|
67562
|
-
* @interface
|
|
67623
|
+
* @interface KnowledgeAiListDocumentsRequest
|
|
67563
67624
|
*/
|
|
67564
|
-
|
|
67625
|
+
declare interface KnowledgeAiListDocumentsRequest {
|
|
67565
67626
|
/**
|
|
67566
67627
|
*
|
|
67567
67628
|
* @type {string}
|
|
67568
|
-
* @memberof
|
|
67629
|
+
* @memberof KnowledgeAiListDocuments
|
|
67569
67630
|
*/
|
|
67570
67631
|
readonly workspaceId: string;
|
|
67571
67632
|
/**
|
|
67572
67633
|
*
|
|
67573
|
-
* @type {
|
|
67574
|
-
* @memberof
|
|
67634
|
+
* @type {Array<string>}
|
|
67635
|
+
* @memberof KnowledgeAiListDocuments
|
|
67575
67636
|
*/
|
|
67576
|
-
readonly
|
|
67637
|
+
readonly scopes?: Array<string>;
|
|
67638
|
+
/**
|
|
67639
|
+
*
|
|
67640
|
+
* @type {number}
|
|
67641
|
+
* @memberof KnowledgeAiListDocuments
|
|
67642
|
+
*/
|
|
67643
|
+
readonly size?: number;
|
|
67644
|
+
/**
|
|
67645
|
+
*
|
|
67646
|
+
* @type {string}
|
|
67647
|
+
* @memberof KnowledgeAiListDocuments
|
|
67648
|
+
*/
|
|
67649
|
+
readonly pageToken?: string;
|
|
67650
|
+
/**
|
|
67651
|
+
*
|
|
67652
|
+
* @type {string}
|
|
67653
|
+
* @memberof KnowledgeAiListDocuments
|
|
67654
|
+
*/
|
|
67655
|
+
readonly metaInclude?: string;
|
|
67656
|
+
/**
|
|
67657
|
+
*
|
|
67658
|
+
* @type {'enabled' | 'disabled'}
|
|
67659
|
+
* @memberof KnowledgeAiListDocuments
|
|
67660
|
+
*/
|
|
67661
|
+
readonly state?: 'enabled' | 'disabled';
|
|
67662
|
+
/**
|
|
67663
|
+
*
|
|
67664
|
+
* @type {string}
|
|
67665
|
+
* @memberof KnowledgeAiListDocuments
|
|
67666
|
+
*/
|
|
67667
|
+
readonly query?: string;
|
|
67577
67668
|
}
|
|
67669
|
+
export { KnowledgeAiListDocumentsRequest as GenAiApiListKnowledgeDocumentsRequest }
|
|
67670
|
+
export { KnowledgeAiListDocumentsRequest }
|
|
67578
67671
|
|
|
67579
67672
|
/**
|
|
67580
|
-
* Request parameters for
|
|
67673
|
+
* Request parameters for patchDocument operation in KnowledgeAi.
|
|
67581
67674
|
* @export
|
|
67582
|
-
* @interface
|
|
67675
|
+
* @interface KnowledgeAiPatchDocumentRequest
|
|
67583
67676
|
*/
|
|
67584
|
-
|
|
67677
|
+
declare interface KnowledgeAiPatchDocumentRequest {
|
|
67585
67678
|
/**
|
|
67586
67679
|
*
|
|
67587
67680
|
* @type {string}
|
|
67588
|
-
* @memberof
|
|
67681
|
+
* @memberof KnowledgeAiPatchDocument
|
|
67589
67682
|
*/
|
|
67590
67683
|
readonly workspaceId: string;
|
|
67591
67684
|
/**
|
|
67592
67685
|
*
|
|
67593
|
-
* @type {
|
|
67594
|
-
* @memberof
|
|
67686
|
+
* @type {string}
|
|
67687
|
+
* @memberof KnowledgeAiPatchDocument
|
|
67595
67688
|
*/
|
|
67596
|
-
readonly
|
|
67689
|
+
readonly documentId: string;
|
|
67690
|
+
/**
|
|
67691
|
+
*
|
|
67692
|
+
* @type {AiPatchDocumentRequest}
|
|
67693
|
+
* @memberof KnowledgeAiPatchDocument
|
|
67694
|
+
*/
|
|
67695
|
+
readonly aiPatchDocumentRequest: AiPatchDocumentRequest;
|
|
67597
67696
|
}
|
|
67697
|
+
export { KnowledgeAiPatchDocumentRequest as GenAiApiPatchKnowledgeDocumentRequest }
|
|
67698
|
+
export { KnowledgeAiPatchDocumentRequest }
|
|
67598
67699
|
|
|
67599
|
-
|
|
67600
|
-
|
|
67601
|
-
|
|
67602
|
-
|
|
67603
|
-
|
|
67604
|
-
|
|
67605
|
-
|
|
67606
|
-
|
|
67607
|
-
|
|
67608
|
-
|
|
67609
|
-
|
|
67700
|
+
/**
|
|
67701
|
+
* Request parameters for searchKnowledge operation in KnowledgeAi.
|
|
67702
|
+
* @export
|
|
67703
|
+
* @interface KnowledgeAiSearchKnowledgeRequest
|
|
67704
|
+
*/
|
|
67705
|
+
declare interface KnowledgeAiSearchKnowledgeRequest {
|
|
67706
|
+
/**
|
|
67707
|
+
*
|
|
67708
|
+
* @type {string}
|
|
67709
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67710
|
+
*/
|
|
67711
|
+
readonly workspaceId: string;
|
|
67712
|
+
/**
|
|
67713
|
+
*
|
|
67714
|
+
* @type {string}
|
|
67715
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67716
|
+
*/
|
|
67717
|
+
readonly query: string;
|
|
67718
|
+
/**
|
|
67719
|
+
*
|
|
67720
|
+
* @type {number}
|
|
67721
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67722
|
+
*/
|
|
67723
|
+
readonly limit?: number;
|
|
67724
|
+
/**
|
|
67725
|
+
*
|
|
67726
|
+
* @type {number}
|
|
67727
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67728
|
+
*/
|
|
67729
|
+
readonly minScore?: number;
|
|
67730
|
+
/**
|
|
67731
|
+
*
|
|
67732
|
+
* @type {Array<string>}
|
|
67733
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67734
|
+
*/
|
|
67735
|
+
readonly scopes?: Array<string>;
|
|
67610
67736
|
}
|
|
67737
|
+
export { KnowledgeAiSearchKnowledgeRequest as GenAiApiSearchKnowledgeRequest }
|
|
67738
|
+
export { KnowledgeAiSearchKnowledgeRequest }
|
|
67739
|
+
|
|
67740
|
+
/**
|
|
67741
|
+
* Request parameters for upsertDocument operation in KnowledgeAi.
|
|
67742
|
+
* @export
|
|
67743
|
+
* @interface KnowledgeAiUpsertDocumentRequest
|
|
67744
|
+
*/
|
|
67745
|
+
declare interface KnowledgeAiUpsertDocumentRequest {
|
|
67746
|
+
/**
|
|
67747
|
+
*
|
|
67748
|
+
* @type {string}
|
|
67749
|
+
* @memberof KnowledgeAiUpsertDocument
|
|
67750
|
+
*/
|
|
67751
|
+
readonly workspaceId: string;
|
|
67752
|
+
/**
|
|
67753
|
+
*
|
|
67754
|
+
* @type {File}
|
|
67755
|
+
* @memberof KnowledgeAiUpsertDocument
|
|
67756
|
+
*/
|
|
67757
|
+
readonly file: File;
|
|
67758
|
+
/**
|
|
67759
|
+
*
|
|
67760
|
+
* @type {string}
|
|
67761
|
+
* @memberof KnowledgeAiUpsertDocument
|
|
67762
|
+
*/
|
|
67763
|
+
readonly title?: string;
|
|
67764
|
+
/**
|
|
67765
|
+
*
|
|
67766
|
+
* @type {Array<string>}
|
|
67767
|
+
* @memberof KnowledgeAiUpsertDocument
|
|
67768
|
+
*/
|
|
67769
|
+
readonly scopes?: Array<string>;
|
|
67770
|
+
}
|
|
67771
|
+
export { KnowledgeAiUpsertDocumentRequest as GenAiApiUpsertKnowledgeDocumentRequest }
|
|
67772
|
+
export { KnowledgeAiUpsertDocumentRequest }
|
|
67611
67773
|
|
|
67612
67774
|
/**
|
|
67613
67775
|
* KnowledgeRecommendationControllerApi - object-oriented interface
|
|
@@ -68200,18 +68362,6 @@ export declare interface KnowledgeRecommendationControllerApiUpdateEntityKnowled
|
|
|
68200
68362
|
readonly include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>;
|
|
68201
68363
|
}
|
|
68202
68364
|
|
|
68203
|
-
declare interface KnowledgeSearchResultDto {
|
|
68204
|
-
'filename': string;
|
|
68205
|
-
'content': string;
|
|
68206
|
-
'score': number;
|
|
68207
|
-
'chunkIndex': number;
|
|
68208
|
-
'totalChunks': number;
|
|
68209
|
-
'pageNumbers': Array<number>;
|
|
68210
|
-
'workspaceId'?: string;
|
|
68211
|
-
'title'?: string;
|
|
68212
|
-
'scopes': Array<string>;
|
|
68213
|
-
}
|
|
68214
|
-
|
|
68215
68365
|
/**
|
|
68216
68366
|
* LabelControllerApi - object-oriented interface
|
|
68217
68367
|
* @export
|
|
@@ -71519,12 +71669,6 @@ export declare interface LDMDeclarativeAPIsApiSetLogicalModelRequest {
|
|
|
71519
71669
|
readonly declarativeModel: DeclarativeModel;
|
|
71520
71670
|
}
|
|
71521
71671
|
|
|
71522
|
-
declare interface ListKnowledgeDocumentsResponseDto {
|
|
71523
|
-
'documents': Array<KnowledgeDocumentMetadataDto>;
|
|
71524
|
-
'totalCount'?: number;
|
|
71525
|
-
'nextPageToken'?: string;
|
|
71526
|
-
}
|
|
71527
|
-
|
|
71528
71672
|
export declare interface ListLinks {
|
|
71529
71673
|
/**
|
|
71530
71674
|
* A string containing the link\'s URL.
|
|
@@ -79554,12 +79698,6 @@ export declare interface Parameter {
|
|
|
79554
79698
|
'value': string;
|
|
79555
79699
|
}
|
|
79556
79700
|
|
|
79557
|
-
declare interface PatchKnowledgeDocumentRequestDto {
|
|
79558
|
-
'isDisabled'?: boolean;
|
|
79559
|
-
'title'?: string;
|
|
79560
|
-
'scopes'?: Array<string>;
|
|
79561
|
-
}
|
|
79562
|
-
|
|
79563
79701
|
/**
|
|
79564
79702
|
* Custom CSS styles for the table. (PDF, HTML)
|
|
79565
79703
|
*/
|
|
@@ -81829,7 +81967,7 @@ export declare class ResponsesAi extends BaseAPI implements ResponsesAiInterface
|
|
|
81829
81967
|
* @throws {RequiredError}
|
|
81830
81968
|
* @memberof ResponsesAi
|
|
81831
81969
|
*/
|
|
81832
|
-
getConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
81970
|
+
getConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponseList>;
|
|
81833
81971
|
/**
|
|
81834
81972
|
*
|
|
81835
81973
|
* @summary Patch Response
|
|
@@ -81851,7 +81989,7 @@ export declare class ResponsesAi extends BaseAPI implements ResponsesAiInterface
|
|
|
81851
81989
|
* @param {Configuration} [configuration] Optional configuration.
|
|
81852
81990
|
* @throws {RequiredError}
|
|
81853
81991
|
*/
|
|
81854
|
-
declare function ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(axios: AxiosInstance, basePath: string, requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<
|
|
81992
|
+
declare function ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(axios: AxiosInstance, basePath: string, requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiConversationResponseList>;
|
|
81855
81993
|
export { ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet as GenAiApi_GetConversationResponses }
|
|
81856
81994
|
export { ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet }
|
|
81857
81995
|
|
|
@@ -81929,7 +82067,7 @@ export declare interface ResponsesAiInterface {
|
|
|
81929
82067
|
* @throws {RequiredError}
|
|
81930
82068
|
* @memberof ResponsesAiInterface
|
|
81931
82069
|
*/
|
|
81932
|
-
getConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
82070
|
+
getConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponseList>;
|
|
81933
82071
|
/**
|
|
81934
82072
|
*
|
|
81935
82073
|
* @summary Patch Response
|
|
@@ -82494,11 +82632,6 @@ export declare interface ScanSqlResponse {
|
|
|
82494
82632
|
'dataPreview'?: Array<Array<string | null>>;
|
|
82495
82633
|
}
|
|
82496
82634
|
|
|
82497
|
-
declare interface SearchKnowledgeResponseDto {
|
|
82498
|
-
'results': Array<KnowledgeSearchResultDto>;
|
|
82499
|
-
'statistics': SearchStatisticsDto;
|
|
82500
|
-
}
|
|
82501
|
-
|
|
82502
82635
|
export declare interface SearchRelationshipObject {
|
|
82503
82636
|
/**
|
|
82504
82637
|
* Source workspace ID. If relationship is dashboard->visualization, this is the workspace where the dashboard is located.
|
|
@@ -82648,11 +82781,6 @@ export declare interface SearchResultObject {
|
|
|
82648
82781
|
'isHidden'?: boolean;
|
|
82649
82782
|
}
|
|
82650
82783
|
|
|
82651
|
-
declare interface SearchStatisticsDto {
|
|
82652
|
-
'totalResults': number;
|
|
82653
|
-
'averageSimilarityScore': number;
|
|
82654
|
-
}
|
|
82655
|
-
|
|
82656
82784
|
/**
|
|
82657
82785
|
* Settings for section slide.
|
|
82658
82786
|
*/
|
|
@@ -84550,21 +84678,6 @@ declare interface UploadGeoCollectionFileResponse {
|
|
|
84550
84678
|
'location': string;
|
|
84551
84679
|
}
|
|
84552
84680
|
|
|
84553
|
-
declare interface UpsertKnowledgeDocumentRequestDto {
|
|
84554
|
-
'filename': string;
|
|
84555
|
-
'content': string;
|
|
84556
|
-
'pageBoundaries'?: Array<number>;
|
|
84557
|
-
'title'?: string;
|
|
84558
|
-
'scopes'?: Array<string>;
|
|
84559
|
-
}
|
|
84560
|
-
|
|
84561
|
-
declare interface UpsertKnowledgeDocumentResponseDto {
|
|
84562
|
-
'filename': string;
|
|
84563
|
-
'success': boolean;
|
|
84564
|
-
'message': string;
|
|
84565
|
-
'numChunks': number;
|
|
84566
|
-
}
|
|
84567
|
-
|
|
84568
84681
|
/**
|
|
84569
84682
|
* UsageApi - object-oriented interface
|
|
84570
84683
|
* @export
|