@gooddata/api-client-tiger 11.28.0-alpha.0 → 11.28.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +708 -564
- 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/endpoints/locationStyle/index.d.ts +1 -1
- package/esm/endpoints/locationStyle/index.d.ts.map +1 -1
- package/esm/endpoints/locationStyle/index.js +1 -1
- package/esm/endpoints/locationStyle/index.js.map +1 -1
- package/esm/gd-tiger-model/TigerTypes.d.ts +1 -1
- package/esm/gd-tiger-model/TigerTypes.d.ts.map +1 -1
- package/esm/gd-tiger-model/typeGuards.d.ts.map +1 -1
- package/esm/gd-tiger-model/typeGuards.js +9 -1
- package/esm/gd-tiger-model/typeGuards.js.map +1 -1
- package/esm/gd-tiger-model/typeGuards.test.js +22 -1
- package/esm/gd-tiger-model/typeGuards.test.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/afm-rest-api/index.js +1 -1
- package/esm/generated/afm-rest-api/index.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/esm/generated/auth-json-api/index.js +1 -1
- package/esm/generated/auth-json-api/index.js.map +1 -1
- package/esm/generated/automation-json-api/index.js +1 -1
- package/esm/generated/automation-json-api/index.js.map +1 -1
- package/esm/generated/export-json-api/index.js +1 -1
- package/esm/generated/export-json-api/index.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +8 -0
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/index.js +1 -1
- package/esm/generated/metadata-json-api/index.js.map +1 -1
- package/esm/generated/result-json-api/index.js +1 -1
- package/esm/generated/result-json-api/index.js.map +1 -1
- package/esm/generated/scan-json-api/index.js +1 -1
- package/esm/generated/scan-json-api/index.js.map +1 -1
- package/esm/locationStyle.d.ts +38 -13
- package/esm/locationStyle.d.ts.map +1 -1
- package/esm/locationStyle.js +21 -7
- package/esm/locationStyle.js.map +1 -1
- package/package.json +4 -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';
|
|
9163
8926
|
|
|
9164
|
-
|
|
9165
|
-
|
|
8927
|
+
/**
|
|
8928
|
+
* Statistics about the search results.
|
|
8929
|
+
*/
|
|
8930
|
+
export declare interface AiSearchStatistics {
|
|
8931
|
+
'totalResults': number;
|
|
8932
|
+
'averageSimilarityScore': number;
|
|
8933
|
+
}
|
|
8934
|
+
|
|
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
|
|
@@ -58368,17 +58119,27 @@ export declare interface ILiveFeatures {
|
|
|
58368
58119
|
}
|
|
58369
58120
|
|
|
58370
58121
|
/**
|
|
58371
|
-
*
|
|
58122
|
+
* An item in the list of available map styles returned by the styles endpoint.
|
|
58372
58123
|
*/
|
|
58373
|
-
|
|
58124
|
+
declare interface ILocationStyleListItem {
|
|
58374
58125
|
/**
|
|
58375
|
-
*
|
|
58126
|
+
* Unique style identifier (e.g. `standard-light`, `satellite`).
|
|
58376
58127
|
*/
|
|
58377
|
-
|
|
58128
|
+
id: string;
|
|
58378
58129
|
/**
|
|
58379
|
-
*
|
|
58130
|
+
* Human-readable title (e.g. `Standard (Light)`).
|
|
58380
58131
|
*/
|
|
58381
|
-
|
|
58132
|
+
title: string;
|
|
58133
|
+
/**
|
|
58134
|
+
* URL to fetch the full MapLibre style document for this style.
|
|
58135
|
+
*/
|
|
58136
|
+
link: string;
|
|
58137
|
+
}
|
|
58138
|
+
|
|
58139
|
+
/**
|
|
58140
|
+
* Query parameters for the location style endpoint.
|
|
58141
|
+
*/
|
|
58142
|
+
export declare interface ILocationStyleParams {
|
|
58382
58143
|
/**
|
|
58383
58144
|
* Two-letter ISO 639-1 language code (e.g. `en`, `de`, `fr`).
|
|
58384
58145
|
* When provided, map labels are returned in the requested language.
|
|
@@ -59018,7 +58779,7 @@ export declare class ItemsAi extends BaseAPI implements ItemsAiInterface {
|
|
|
59018
58779
|
* @throws {RequiredError}
|
|
59019
58780
|
* @memberof ItemsAi
|
|
59020
58781
|
*/
|
|
59021
|
-
getConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
58782
|
+
getConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationItemListResponse>;
|
|
59022
58783
|
}
|
|
59023
58784
|
|
|
59024
58785
|
/**
|
|
@@ -59031,7 +58792,7 @@ export declare class ItemsAi extends BaseAPI implements ItemsAiInterface {
|
|
|
59031
58792
|
* @param {Configuration} [configuration] Optional configuration.
|
|
59032
58793
|
* @throws {RequiredError}
|
|
59033
58794
|
*/
|
|
59034
|
-
declare function ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(axios: AxiosInstance, basePath: string, requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<
|
|
58795
|
+
declare function ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(axios: AxiosInstance, basePath: string, requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiConversationItemListResponse>;
|
|
59035
58796
|
export { ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet as GenAiApi_GetConversationItems }
|
|
59036
58797
|
export { ItemsAi_GetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet }
|
|
59037
58798
|
|
|
@@ -59082,7 +58843,7 @@ export declare interface ItemsAiInterface {
|
|
|
59082
58843
|
* @throws {RequiredError}
|
|
59083
58844
|
* @memberof ItemsAiInterface
|
|
59084
58845
|
*/
|
|
59085
|
-
getConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
58846
|
+
getConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGet(requestParameters: ItemsAiGetConversationItemsApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdItemsGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationItemListResponse>;
|
|
59086
58847
|
}
|
|
59087
58848
|
|
|
59088
58849
|
/**
|
|
@@ -59528,7 +59289,7 @@ export declare interface ITigerDashboardTab {
|
|
|
59528
59289
|
* Tiger-specific filter types union
|
|
59529
59290
|
* @public
|
|
59530
59291
|
*/
|
|
59531
|
-
export declare type ITigerFilter = ITigerAbsoluteDateFilter | ITigerRelativeDateFilter | ITigerPositiveAttributeFilter | ITigerNegativeAttributeFilter | ITigerMeasureValueFilter | ITigerRankingFilter;
|
|
59292
|
+
export declare type ITigerFilter = ITigerAbsoluteDateFilter | ITigerRelativeDateFilter | ITigerPositiveAttributeFilter | ITigerNegativeAttributeFilter | ITigerMeasureValueFilter | ITigerRankingFilter | ITigerDashboardArbitraryAttributeFilter | ITigerDashboardMatchAttributeFilter;
|
|
59532
59293
|
|
|
59533
59294
|
/**
|
|
59534
59295
|
* Tiger-specific filter context item
|
|
@@ -65547,6 +65308,16 @@ export declare interface JsonApiUserSettingIn {
|
|
|
65547
65308
|
'attributes'?: JsonApiOrganizationSettingInAttributes;
|
|
65548
65309
|
}
|
|
65549
65310
|
|
|
65311
|
+
export declare interface JsonApiUserSettingInAttributes {
|
|
65312
|
+
/**
|
|
65313
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
65314
|
+
*/
|
|
65315
|
+
'content'?: object;
|
|
65316
|
+
'type'?: JsonApiUserSettingInAttributesTypeEnum;
|
|
65317
|
+
}
|
|
65318
|
+
|
|
65319
|
+
export declare type JsonApiUserSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
65320
|
+
|
|
65550
65321
|
export declare interface JsonApiUserSettingInDocument {
|
|
65551
65322
|
'data': JsonApiUserSettingIn;
|
|
65552
65323
|
}
|
|
@@ -67403,123 +67174,388 @@ export declare interface KeyDriversResult {
|
|
|
67403
67174
|
* @extends {BaseAPI}
|
|
67404
67175
|
*/
|
|
67405
67176
|
export declare class KnowledgeAi extends BaseAPI implements KnowledgeAiInterface {
|
|
67177
|
+
/**
|
|
67178
|
+
* Upload a new knowledge document. Returns 409 if filename already exists.
|
|
67179
|
+
* @summary Upload Document
|
|
67180
|
+
* @param {KnowledgeAiCreateDocumentRequest} requestParameters Request parameters.
|
|
67181
|
+
* @param {*} [options] Override http request option.
|
|
67182
|
+
* @throws {RequiredError}
|
|
67183
|
+
* @memberof KnowledgeAi
|
|
67184
|
+
*/
|
|
67185
|
+
createDocument(requestParameters: KnowledgeAiCreateDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiUploadDocumentResponse>;
|
|
67186
|
+
/**
|
|
67187
|
+
* Delete a knowledge document and all its chunks.
|
|
67188
|
+
* @summary Delete Document
|
|
67189
|
+
* @param {KnowledgeAiDeleteDocumentRequest} requestParameters Request parameters.
|
|
67190
|
+
* @param {*} [options] Override http request option.
|
|
67191
|
+
* @throws {RequiredError}
|
|
67192
|
+
* @memberof KnowledgeAi
|
|
67193
|
+
*/
|
|
67194
|
+
deleteDocument(requestParameters: KnowledgeAiDeleteDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDeleteDocumentResponse>;
|
|
67406
67195
|
/**
|
|
67407
67196
|
* Download a knowledge document\'s raw file.
|
|
67408
67197
|
* @summary Download Document
|
|
67409
|
-
* @param {
|
|
67198
|
+
* @param {KnowledgeAiDownloadDocumentRequest} requestParameters Request parameters.
|
|
67410
67199
|
* @param {*} [options] Override http request option.
|
|
67411
67200
|
* @throws {RequiredError}
|
|
67412
67201
|
* @memberof KnowledgeAi
|
|
67413
67202
|
*/
|
|
67414
|
-
|
|
67203
|
+
downloadDocument(requestParameters: KnowledgeAiDownloadDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<any>;
|
|
67415
67204
|
/**
|
|
67416
|
-
*
|
|
67417
|
-
* @summary
|
|
67418
|
-
* @param {
|
|
67205
|
+
* Get a single knowledge document\'s metadata.
|
|
67206
|
+
* @summary Get Document
|
|
67207
|
+
* @param {KnowledgeAiGetDocumentRequest} requestParameters Request parameters.
|
|
67419
67208
|
* @param {*} [options] Override http request option.
|
|
67420
67209
|
* @throws {RequiredError}
|
|
67421
67210
|
* @memberof KnowledgeAi
|
|
67422
67211
|
*/
|
|
67423
|
-
|
|
67212
|
+
getDocument(requestParameters: KnowledgeAiGetDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67213
|
+
/**
|
|
67214
|
+
* List knowledge documents accessible from the workspace.
|
|
67215
|
+
* @summary List Documents
|
|
67216
|
+
* @param {KnowledgeAiListDocumentsRequest} requestParameters Request parameters.
|
|
67217
|
+
* @param {*} [options] Override http request option.
|
|
67218
|
+
* @throws {RequiredError}
|
|
67219
|
+
* @memberof KnowledgeAi
|
|
67220
|
+
*/
|
|
67221
|
+
listDocuments(requestParameters: KnowledgeAiListDocumentsRequest, options?: AxiosRequestConfig): AxiosPromise<AiListDocumentsResponse>;
|
|
67222
|
+
/**
|
|
67223
|
+
* Patch a knowledge document\'s metadata without re-uploading content.
|
|
67224
|
+
* @summary Patch Document
|
|
67225
|
+
* @param {KnowledgeAiPatchDocumentRequest} requestParameters Request parameters.
|
|
67226
|
+
* @param {*} [options] Override http request option.
|
|
67227
|
+
* @throws {RequiredError}
|
|
67228
|
+
* @memberof KnowledgeAi
|
|
67229
|
+
*/
|
|
67230
|
+
patchDocument(requestParameters: KnowledgeAiPatchDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67231
|
+
/**
|
|
67232
|
+
* Search the knowledge base using semantic similarity.
|
|
67233
|
+
* @summary Search Documents
|
|
67234
|
+
* @param {KnowledgeAiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
67235
|
+
* @param {*} [options] Override http request option.
|
|
67236
|
+
* @throws {RequiredError}
|
|
67237
|
+
* @memberof KnowledgeAi
|
|
67238
|
+
*/
|
|
67239
|
+
searchKnowledge(requestParameters: KnowledgeAiSearchKnowledgeRequest, options?: AxiosRequestConfig): AxiosPromise<AiSearchDocumentsResponse>;
|
|
67424
67240
|
/**
|
|
67425
67241
|
* Upload or replace a knowledge document.
|
|
67426
67242
|
* @summary Upsert Document
|
|
67427
|
-
* @param {
|
|
67243
|
+
* @param {KnowledgeAiUpsertDocumentRequest} requestParameters Request parameters.
|
|
67428
67244
|
* @param {*} [options] Override http request option.
|
|
67429
67245
|
* @throws {RequiredError}
|
|
67430
67246
|
* @memberof KnowledgeAi
|
|
67431
67247
|
*/
|
|
67432
|
-
|
|
67248
|
+
upsertDocument(requestParameters: KnowledgeAiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiUploadDocumentResponse>;
|
|
67433
67249
|
}
|
|
67434
67250
|
|
|
67251
|
+
/**
|
|
67252
|
+
* Upload a new knowledge document. Returns 409 if filename already exists.
|
|
67253
|
+
* @summary Upload Document
|
|
67254
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67255
|
+
* @param {string} basePath Base path.
|
|
67256
|
+
* @param {KnowledgeAiCreateDocumentRequest} requestParameters Request parameters.
|
|
67257
|
+
* @param {*} [options] Override http request option.
|
|
67258
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67259
|
+
* @throws {RequiredError}
|
|
67260
|
+
*/
|
|
67261
|
+
declare function KnowledgeAi_CreateDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiCreateDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiUploadDocumentResponse>;
|
|
67262
|
+
export { KnowledgeAi_CreateDocument as GenAiApi_CreateKnowledgeDocument }
|
|
67263
|
+
export { KnowledgeAi_CreateDocument }
|
|
67264
|
+
|
|
67265
|
+
/**
|
|
67266
|
+
* Delete a knowledge document and all its chunks.
|
|
67267
|
+
* @summary Delete Document
|
|
67268
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67269
|
+
* @param {string} basePath Base path.
|
|
67270
|
+
* @param {KnowledgeAiDeleteDocumentRequest} requestParameters Request parameters.
|
|
67271
|
+
* @param {*} [options] Override http request option.
|
|
67272
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67273
|
+
* @throws {RequiredError}
|
|
67274
|
+
*/
|
|
67275
|
+
declare function KnowledgeAi_DeleteDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiDeleteDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiDeleteDocumentResponse>;
|
|
67276
|
+
export { KnowledgeAi_DeleteDocument as GenAiApi_DeleteKnowledgeDocument }
|
|
67277
|
+
export { KnowledgeAi_DeleteDocument }
|
|
67278
|
+
|
|
67435
67279
|
/**
|
|
67436
67280
|
* Download a knowledge document\'s raw file.
|
|
67437
67281
|
* @summary Download Document
|
|
67438
67282
|
* @param {AxiosInstance} axios Axios instance.
|
|
67439
67283
|
* @param {string} basePath Base path.
|
|
67440
|
-
* @param {
|
|
67284
|
+
* @param {KnowledgeAiDownloadDocumentRequest} requestParameters Request parameters.
|
|
67441
67285
|
* @param {*} [options] Override http request option.
|
|
67442
67286
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67443
67287
|
* @throws {RequiredError}
|
|
67444
67288
|
*/
|
|
67445
|
-
export declare function
|
|
67289
|
+
export declare function KnowledgeAi_DownloadDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiDownloadDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<any>;
|
|
67446
67290
|
|
|
67447
67291
|
/**
|
|
67448
|
-
*
|
|
67449
|
-
* @summary
|
|
67292
|
+
* Get a single knowledge document\'s metadata.
|
|
67293
|
+
* @summary Get Document
|
|
67294
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67295
|
+
* @param {string} basePath Base path.
|
|
67296
|
+
* @param {KnowledgeAiGetDocumentRequest} requestParameters Request parameters.
|
|
67297
|
+
* @param {*} [options] Override http request option.
|
|
67298
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67299
|
+
* @throws {RequiredError}
|
|
67300
|
+
*/
|
|
67301
|
+
declare function KnowledgeAi_GetDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiGetDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67302
|
+
export { KnowledgeAi_GetDocument as GenAiApi_GetKnowledgeDocument }
|
|
67303
|
+
export { KnowledgeAi_GetDocument }
|
|
67304
|
+
|
|
67305
|
+
/**
|
|
67306
|
+
* List knowledge documents accessible from the workspace.
|
|
67307
|
+
* @summary List Documents
|
|
67450
67308
|
* @param {AxiosInstance} axios Axios instance.
|
|
67451
67309
|
* @param {string} basePath Base path.
|
|
67452
|
-
* @param {
|
|
67310
|
+
* @param {KnowledgeAiListDocumentsRequest} requestParameters Request parameters.
|
|
67453
67311
|
* @param {*} [options] Override http request option.
|
|
67454
67312
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67455
67313
|
* @throws {RequiredError}
|
|
67456
67314
|
*/
|
|
67457
|
-
|
|
67315
|
+
declare function KnowledgeAi_ListDocuments(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiListDocumentsRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiListDocumentsResponse>;
|
|
67316
|
+
export { KnowledgeAi_ListDocuments as GenAiApi_ListKnowledgeDocuments }
|
|
67317
|
+
export { KnowledgeAi_ListDocuments }
|
|
67318
|
+
|
|
67319
|
+
/**
|
|
67320
|
+
* Patch a knowledge document\'s metadata without re-uploading content.
|
|
67321
|
+
* @summary Patch Document
|
|
67322
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67323
|
+
* @param {string} basePath Base path.
|
|
67324
|
+
* @param {KnowledgeAiPatchDocumentRequest} requestParameters Request parameters.
|
|
67325
|
+
* @param {*} [options] Override http request option.
|
|
67326
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67327
|
+
* @throws {RequiredError}
|
|
67328
|
+
*/
|
|
67329
|
+
declare function KnowledgeAi_PatchDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiPatchDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67330
|
+
export { KnowledgeAi_PatchDocument as GenAiApi_PatchKnowledgeDocument }
|
|
67331
|
+
export { KnowledgeAi_PatchDocument }
|
|
67332
|
+
|
|
67333
|
+
/**
|
|
67334
|
+
* Search the knowledge base using semantic similarity.
|
|
67335
|
+
* @summary Search Documents
|
|
67336
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
67337
|
+
* @param {string} basePath Base path.
|
|
67338
|
+
* @param {KnowledgeAiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
67339
|
+
* @param {*} [options] Override http request option.
|
|
67340
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67341
|
+
* @throws {RequiredError}
|
|
67342
|
+
*/
|
|
67343
|
+
declare function KnowledgeAi_SearchKnowledge(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiSearchKnowledgeRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiSearchDocumentsResponse>;
|
|
67344
|
+
export { KnowledgeAi_SearchKnowledge as GenAiApi_SearchKnowledge }
|
|
67345
|
+
export { KnowledgeAi_SearchKnowledge }
|
|
67458
67346
|
|
|
67459
67347
|
/**
|
|
67460
67348
|
* Upload or replace a knowledge document.
|
|
67461
67349
|
* @summary Upsert Document
|
|
67462
67350
|
* @param {AxiosInstance} axios Axios instance.
|
|
67463
67351
|
* @param {string} basePath Base path.
|
|
67464
|
-
* @param {
|
|
67352
|
+
* @param {KnowledgeAiUpsertDocumentRequest} requestParameters Request parameters.
|
|
67465
67353
|
* @param {*} [options] Override http request option.
|
|
67466
67354
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67467
67355
|
* @throws {RequiredError}
|
|
67468
67356
|
*/
|
|
67469
|
-
|
|
67357
|
+
declare function KnowledgeAi_UpsertDocument(axios: AxiosInstance, basePath: string, requestParameters: KnowledgeAiUpsertDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiUploadDocumentResponse>;
|
|
67358
|
+
export { KnowledgeAi_UpsertDocument as GenAiApi_UpsertKnowledgeDocument }
|
|
67359
|
+
export { KnowledgeAi_UpsertDocument }
|
|
67360
|
+
|
|
67361
|
+
/**
|
|
67362
|
+
* Upload a new knowledge document. Returns 409 if filename already exists.
|
|
67363
|
+
* @summary Upload Document
|
|
67364
|
+
* @param {string} workspaceId
|
|
67365
|
+
* @param {File} file
|
|
67366
|
+
* @param {string} [title]
|
|
67367
|
+
* @param {Array<string>} [scopes]
|
|
67368
|
+
* @param {*} [options] Override http request option.
|
|
67369
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67370
|
+
* @throws {RequiredError}
|
|
67371
|
+
*/
|
|
67372
|
+
export declare function KnowledgeAiAxiosParamCreator_CreateDocument(workspaceId: string, file: File, title?: string, scopes?: Array<string>, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67373
|
+
|
|
67374
|
+
/**
|
|
67375
|
+
* Delete a knowledge document and all its chunks.
|
|
67376
|
+
* @summary Delete Document
|
|
67377
|
+
* @param {string} workspaceId
|
|
67378
|
+
* @param {string} documentId
|
|
67379
|
+
* @param {*} [options] Override http request option.
|
|
67380
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67381
|
+
* @throws {RequiredError}
|
|
67382
|
+
*/
|
|
67383
|
+
export declare function KnowledgeAiAxiosParamCreator_DeleteDocument(workspaceId: string, documentId: string, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67470
67384
|
|
|
67471
67385
|
/**
|
|
67472
67386
|
* Download a knowledge document\'s raw file.
|
|
67473
67387
|
* @summary Download Document
|
|
67474
67388
|
* @param {string} workspaceId
|
|
67475
|
-
* @param {string}
|
|
67389
|
+
* @param {string} documentId
|
|
67476
67390
|
* @param {*} [options] Override http request option.
|
|
67477
67391
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67478
67392
|
* @throws {RequiredError}
|
|
67479
67393
|
*/
|
|
67480
|
-
export declare function
|
|
67394
|
+
export declare function KnowledgeAiAxiosParamCreator_DownloadDocument(workspaceId: string, documentId: string, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67481
67395
|
|
|
67482
67396
|
/**
|
|
67483
|
-
*
|
|
67484
|
-
* @summary
|
|
67397
|
+
* Get a single knowledge document\'s metadata.
|
|
67398
|
+
* @summary Get Document
|
|
67485
67399
|
* @param {string} workspaceId
|
|
67486
|
-
* @param {
|
|
67400
|
+
* @param {string} documentId
|
|
67401
|
+
* @param {*} [options] Override http request option.
|
|
67402
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67403
|
+
* @throws {RequiredError}
|
|
67404
|
+
*/
|
|
67405
|
+
export declare function KnowledgeAiAxiosParamCreator_GetDocument(workspaceId: string, documentId: string, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67406
|
+
|
|
67407
|
+
/**
|
|
67408
|
+
* List knowledge documents accessible from the workspace.
|
|
67409
|
+
* @summary List Documents
|
|
67410
|
+
* @param {string} workspaceId
|
|
67411
|
+
* @param {Array<string>} [scopes]
|
|
67412
|
+
* @param {number} [size]
|
|
67413
|
+
* @param {string} [pageToken]
|
|
67414
|
+
* @param {string} [metaInclude]
|
|
67415
|
+
* @param {'enabled' | 'disabled'} [state]
|
|
67416
|
+
* @param {string} [query]
|
|
67417
|
+
* @param {*} [options] Override http request option.
|
|
67418
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67419
|
+
* @throws {RequiredError}
|
|
67420
|
+
*/
|
|
67421
|
+
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>;
|
|
67422
|
+
|
|
67423
|
+
/**
|
|
67424
|
+
* Patch a knowledge document\'s metadata without re-uploading content.
|
|
67425
|
+
* @summary Patch Document
|
|
67426
|
+
* @param {string} workspaceId
|
|
67427
|
+
* @param {string} documentId
|
|
67428
|
+
* @param {AiPatchDocumentRequest} aiPatchDocumentRequest
|
|
67487
67429
|
* @param {*} [options] Override http request option.
|
|
67488
67430
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67489
67431
|
* @throws {RequiredError}
|
|
67490
67432
|
*/
|
|
67491
|
-
export declare function
|
|
67433
|
+
export declare function KnowledgeAiAxiosParamCreator_PatchDocument(workspaceId: string, documentId: string, aiPatchDocumentRequest: AiPatchDocumentRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67434
|
+
|
|
67435
|
+
/**
|
|
67436
|
+
* Search the knowledge base using semantic similarity.
|
|
67437
|
+
* @summary Search Documents
|
|
67438
|
+
* @param {string} workspaceId
|
|
67439
|
+
* @param {string} query
|
|
67440
|
+
* @param {number} [limit]
|
|
67441
|
+
* @param {number} [minScore]
|
|
67442
|
+
* @param {Array<string>} [scopes]
|
|
67443
|
+
* @param {*} [options] Override http request option.
|
|
67444
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
67445
|
+
* @throws {RequiredError}
|
|
67446
|
+
*/
|
|
67447
|
+
export declare function KnowledgeAiAxiosParamCreator_SearchKnowledge(workspaceId: string, query: string, limit?: number, minScore?: number, scopes?: Array<string>, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67492
67448
|
|
|
67493
67449
|
/**
|
|
67494
67450
|
* Upload or replace a knowledge document.
|
|
67495
67451
|
* @summary Upsert Document
|
|
67496
67452
|
* @param {string} workspaceId
|
|
67497
67453
|
* @param {File} file
|
|
67454
|
+
* @param {string} [title]
|
|
67455
|
+
* @param {Array<string>} [scopes]
|
|
67498
67456
|
* @param {*} [options] Override http request option.
|
|
67499
67457
|
* @param {Configuration} [configuration] Optional configuration.
|
|
67500
67458
|
* @throws {RequiredError}
|
|
67501
67459
|
*/
|
|
67502
|
-
export declare function
|
|
67460
|
+
export declare function KnowledgeAiAxiosParamCreator_UpsertDocument(workspaceId: string, file: File, title?: string, scopes?: Array<string>, options?: AxiosRequestConfig, configuration?: Configuration_2): Promise<RequestArgs>;
|
|
67503
67461
|
|
|
67504
67462
|
/**
|
|
67505
|
-
* Request parameters for
|
|
67463
|
+
* Request parameters for createDocument operation in KnowledgeAi.
|
|
67506
67464
|
* @export
|
|
67507
|
-
* @interface
|
|
67465
|
+
* @interface KnowledgeAiCreateDocumentRequest
|
|
67508
67466
|
*/
|
|
67509
|
-
|
|
67467
|
+
declare interface KnowledgeAiCreateDocumentRequest {
|
|
67510
67468
|
/**
|
|
67511
67469
|
*
|
|
67512
67470
|
* @type {string}
|
|
67513
|
-
* @memberof
|
|
67471
|
+
* @memberof KnowledgeAiCreateDocument
|
|
67514
67472
|
*/
|
|
67515
67473
|
readonly workspaceId: string;
|
|
67474
|
+
/**
|
|
67475
|
+
*
|
|
67476
|
+
* @type {File}
|
|
67477
|
+
* @memberof KnowledgeAiCreateDocument
|
|
67478
|
+
*/
|
|
67479
|
+
readonly file: File;
|
|
67516
67480
|
/**
|
|
67517
67481
|
*
|
|
67518
67482
|
* @type {string}
|
|
67519
|
-
* @memberof
|
|
67483
|
+
* @memberof KnowledgeAiCreateDocument
|
|
67520
67484
|
*/
|
|
67521
|
-
readonly
|
|
67485
|
+
readonly title?: string;
|
|
67486
|
+
/**
|
|
67487
|
+
*
|
|
67488
|
+
* @type {Array<string>}
|
|
67489
|
+
* @memberof KnowledgeAiCreateDocument
|
|
67490
|
+
*/
|
|
67491
|
+
readonly scopes?: Array<string>;
|
|
67522
67492
|
}
|
|
67493
|
+
export { KnowledgeAiCreateDocumentRequest as GenAiApiCreateKnowledgeDocumentRequest }
|
|
67494
|
+
export { KnowledgeAiCreateDocumentRequest }
|
|
67495
|
+
|
|
67496
|
+
/**
|
|
67497
|
+
* Request parameters for deleteDocument operation in KnowledgeAi.
|
|
67498
|
+
* @export
|
|
67499
|
+
* @interface KnowledgeAiDeleteDocumentRequest
|
|
67500
|
+
*/
|
|
67501
|
+
declare interface KnowledgeAiDeleteDocumentRequest {
|
|
67502
|
+
/**
|
|
67503
|
+
*
|
|
67504
|
+
* @type {string}
|
|
67505
|
+
* @memberof KnowledgeAiDeleteDocument
|
|
67506
|
+
*/
|
|
67507
|
+
readonly workspaceId: string;
|
|
67508
|
+
/**
|
|
67509
|
+
*
|
|
67510
|
+
* @type {string}
|
|
67511
|
+
* @memberof KnowledgeAiDeleteDocument
|
|
67512
|
+
*/
|
|
67513
|
+
readonly documentId: string;
|
|
67514
|
+
}
|
|
67515
|
+
export { KnowledgeAiDeleteDocumentRequest as GenAiApiDeleteKnowledgeDocumentRequest }
|
|
67516
|
+
export { KnowledgeAiDeleteDocumentRequest }
|
|
67517
|
+
|
|
67518
|
+
/**
|
|
67519
|
+
* Request parameters for downloadDocument operation in KnowledgeAi.
|
|
67520
|
+
* @export
|
|
67521
|
+
* @interface KnowledgeAiDownloadDocumentRequest
|
|
67522
|
+
*/
|
|
67523
|
+
export declare interface KnowledgeAiDownloadDocumentRequest {
|
|
67524
|
+
/**
|
|
67525
|
+
*
|
|
67526
|
+
* @type {string}
|
|
67527
|
+
* @memberof KnowledgeAiDownloadDocument
|
|
67528
|
+
*/
|
|
67529
|
+
readonly workspaceId: string;
|
|
67530
|
+
/**
|
|
67531
|
+
*
|
|
67532
|
+
* @type {string}
|
|
67533
|
+
* @memberof KnowledgeAiDownloadDocument
|
|
67534
|
+
*/
|
|
67535
|
+
readonly documentId: string;
|
|
67536
|
+
}
|
|
67537
|
+
|
|
67538
|
+
/**
|
|
67539
|
+
* Request parameters for getDocument operation in KnowledgeAi.
|
|
67540
|
+
* @export
|
|
67541
|
+
* @interface KnowledgeAiGetDocumentRequest
|
|
67542
|
+
*/
|
|
67543
|
+
declare interface KnowledgeAiGetDocumentRequest {
|
|
67544
|
+
/**
|
|
67545
|
+
*
|
|
67546
|
+
* @type {string}
|
|
67547
|
+
* @memberof KnowledgeAiGetDocument
|
|
67548
|
+
*/
|
|
67549
|
+
readonly workspaceId: string;
|
|
67550
|
+
/**
|
|
67551
|
+
*
|
|
67552
|
+
* @type {string}
|
|
67553
|
+
* @memberof KnowledgeAiGetDocument
|
|
67554
|
+
*/
|
|
67555
|
+
readonly documentId: string;
|
|
67556
|
+
}
|
|
67557
|
+
export { KnowledgeAiGetDocumentRequest as GenAiApiGetKnowledgeDocumentRequest }
|
|
67558
|
+
export { KnowledgeAiGetDocumentRequest }
|
|
67523
67559
|
|
|
67524
67560
|
/**
|
|
67525
67561
|
* KnowledgeAi - interface
|
|
@@ -67527,87 +67563,233 @@ export declare interface KnowledgeAiDownloadDocumentApiV1AiWorkspacesWorkspaceId
|
|
|
67527
67563
|
* @interface KnowledgeAi
|
|
67528
67564
|
*/
|
|
67529
67565
|
export declare interface KnowledgeAiInterface {
|
|
67566
|
+
/**
|
|
67567
|
+
* Upload a new knowledge document. Returns 409 if filename already exists.
|
|
67568
|
+
* @summary Upload Document
|
|
67569
|
+
* @param {KnowledgeAiCreateDocumentRequest} requestParameters Request parameters.
|
|
67570
|
+
* @param {*} [options] Override http request option.
|
|
67571
|
+
* @throws {RequiredError}
|
|
67572
|
+
* @memberof KnowledgeAiInterface
|
|
67573
|
+
*/
|
|
67574
|
+
createDocument(requestParameters: KnowledgeAiCreateDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiUploadDocumentResponse>;
|
|
67575
|
+
/**
|
|
67576
|
+
* Delete a knowledge document and all its chunks.
|
|
67577
|
+
* @summary Delete Document
|
|
67578
|
+
* @param {KnowledgeAiDeleteDocumentRequest} requestParameters Request parameters.
|
|
67579
|
+
* @param {*} [options] Override http request option.
|
|
67580
|
+
* @throws {RequiredError}
|
|
67581
|
+
* @memberof KnowledgeAiInterface
|
|
67582
|
+
*/
|
|
67583
|
+
deleteDocument(requestParameters: KnowledgeAiDeleteDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDeleteDocumentResponse>;
|
|
67530
67584
|
/**
|
|
67531
67585
|
* Download a knowledge document\'s raw file.
|
|
67532
67586
|
* @summary Download Document
|
|
67533
|
-
* @param {
|
|
67587
|
+
* @param {KnowledgeAiDownloadDocumentRequest} requestParameters Request parameters.
|
|
67534
67588
|
* @param {*} [options] Override http request option.
|
|
67535
67589
|
* @throws {RequiredError}
|
|
67536
67590
|
* @memberof KnowledgeAiInterface
|
|
67537
67591
|
*/
|
|
67538
|
-
|
|
67592
|
+
downloadDocument(requestParameters: KnowledgeAiDownloadDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<any>;
|
|
67539
67593
|
/**
|
|
67540
|
-
*
|
|
67541
|
-
* @summary
|
|
67542
|
-
* @param {
|
|
67594
|
+
* Get a single knowledge document\'s metadata.
|
|
67595
|
+
* @summary Get Document
|
|
67596
|
+
* @param {KnowledgeAiGetDocumentRequest} requestParameters Request parameters.
|
|
67543
67597
|
* @param {*} [options] Override http request option.
|
|
67544
67598
|
* @throws {RequiredError}
|
|
67545
67599
|
* @memberof KnowledgeAiInterface
|
|
67546
67600
|
*/
|
|
67547
|
-
|
|
67601
|
+
getDocument(requestParameters: KnowledgeAiGetDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67602
|
+
/**
|
|
67603
|
+
* List knowledge documents accessible from the workspace.
|
|
67604
|
+
* @summary List Documents
|
|
67605
|
+
* @param {KnowledgeAiListDocumentsRequest} requestParameters Request parameters.
|
|
67606
|
+
* @param {*} [options] Override http request option.
|
|
67607
|
+
* @throws {RequiredError}
|
|
67608
|
+
* @memberof KnowledgeAiInterface
|
|
67609
|
+
*/
|
|
67610
|
+
listDocuments(requestParameters: KnowledgeAiListDocumentsRequest, options?: AxiosRequestConfig): AxiosPromise<AiListDocumentsResponse>;
|
|
67611
|
+
/**
|
|
67612
|
+
* Patch a knowledge document\'s metadata without re-uploading content.
|
|
67613
|
+
* @summary Patch Document
|
|
67614
|
+
* @param {KnowledgeAiPatchDocumentRequest} requestParameters Request parameters.
|
|
67615
|
+
* @param {*} [options] Override http request option.
|
|
67616
|
+
* @throws {RequiredError}
|
|
67617
|
+
* @memberof KnowledgeAiInterface
|
|
67618
|
+
*/
|
|
67619
|
+
patchDocument(requestParameters: KnowledgeAiPatchDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiDocumentMetadataResponse>;
|
|
67620
|
+
/**
|
|
67621
|
+
* Search the knowledge base using semantic similarity.
|
|
67622
|
+
* @summary Search Documents
|
|
67623
|
+
* @param {KnowledgeAiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
67624
|
+
* @param {*} [options] Override http request option.
|
|
67625
|
+
* @throws {RequiredError}
|
|
67626
|
+
* @memberof KnowledgeAiInterface
|
|
67627
|
+
*/
|
|
67628
|
+
searchKnowledge(requestParameters: KnowledgeAiSearchKnowledgeRequest, options?: AxiosRequestConfig): AxiosPromise<AiSearchDocumentsResponse>;
|
|
67548
67629
|
/**
|
|
67549
67630
|
* Upload or replace a knowledge document.
|
|
67550
67631
|
* @summary Upsert Document
|
|
67551
|
-
* @param {
|
|
67632
|
+
* @param {KnowledgeAiUpsertDocumentRequest} requestParameters Request parameters.
|
|
67552
67633
|
* @param {*} [options] Override http request option.
|
|
67553
67634
|
* @throws {RequiredError}
|
|
67554
67635
|
* @memberof KnowledgeAiInterface
|
|
67555
67636
|
*/
|
|
67556
|
-
|
|
67637
|
+
upsertDocument(requestParameters: KnowledgeAiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<AiUploadDocumentResponse>;
|
|
67557
67638
|
}
|
|
67558
67639
|
|
|
67559
67640
|
/**
|
|
67560
|
-
* Request parameters for
|
|
67641
|
+
* Request parameters for listDocuments operation in KnowledgeAi.
|
|
67561
67642
|
* @export
|
|
67562
|
-
* @interface
|
|
67643
|
+
* @interface KnowledgeAiListDocumentsRequest
|
|
67563
67644
|
*/
|
|
67564
|
-
|
|
67645
|
+
declare interface KnowledgeAiListDocumentsRequest {
|
|
67565
67646
|
/**
|
|
67566
67647
|
*
|
|
67567
67648
|
* @type {string}
|
|
67568
|
-
* @memberof
|
|
67649
|
+
* @memberof KnowledgeAiListDocuments
|
|
67569
67650
|
*/
|
|
67570
67651
|
readonly workspaceId: string;
|
|
67571
67652
|
/**
|
|
67572
67653
|
*
|
|
67573
|
-
* @type {
|
|
67574
|
-
* @memberof
|
|
67654
|
+
* @type {Array<string>}
|
|
67655
|
+
* @memberof KnowledgeAiListDocuments
|
|
67575
67656
|
*/
|
|
67576
|
-
readonly
|
|
67657
|
+
readonly scopes?: Array<string>;
|
|
67658
|
+
/**
|
|
67659
|
+
*
|
|
67660
|
+
* @type {number}
|
|
67661
|
+
* @memberof KnowledgeAiListDocuments
|
|
67662
|
+
*/
|
|
67663
|
+
readonly size?: number;
|
|
67664
|
+
/**
|
|
67665
|
+
*
|
|
67666
|
+
* @type {string}
|
|
67667
|
+
* @memberof KnowledgeAiListDocuments
|
|
67668
|
+
*/
|
|
67669
|
+
readonly pageToken?: string;
|
|
67670
|
+
/**
|
|
67671
|
+
*
|
|
67672
|
+
* @type {string}
|
|
67673
|
+
* @memberof KnowledgeAiListDocuments
|
|
67674
|
+
*/
|
|
67675
|
+
readonly metaInclude?: string;
|
|
67676
|
+
/**
|
|
67677
|
+
*
|
|
67678
|
+
* @type {'enabled' | 'disabled'}
|
|
67679
|
+
* @memberof KnowledgeAiListDocuments
|
|
67680
|
+
*/
|
|
67681
|
+
readonly state?: 'enabled' | 'disabled';
|
|
67682
|
+
/**
|
|
67683
|
+
*
|
|
67684
|
+
* @type {string}
|
|
67685
|
+
* @memberof KnowledgeAiListDocuments
|
|
67686
|
+
*/
|
|
67687
|
+
readonly query?: string;
|
|
67577
67688
|
}
|
|
67689
|
+
export { KnowledgeAiListDocumentsRequest as GenAiApiListKnowledgeDocumentsRequest }
|
|
67690
|
+
export { KnowledgeAiListDocumentsRequest }
|
|
67578
67691
|
|
|
67579
67692
|
/**
|
|
67580
|
-
* Request parameters for
|
|
67693
|
+
* Request parameters for patchDocument operation in KnowledgeAi.
|
|
67581
67694
|
* @export
|
|
67582
|
-
* @interface
|
|
67695
|
+
* @interface KnowledgeAiPatchDocumentRequest
|
|
67583
67696
|
*/
|
|
67584
|
-
|
|
67697
|
+
declare interface KnowledgeAiPatchDocumentRequest {
|
|
67585
67698
|
/**
|
|
67586
67699
|
*
|
|
67587
67700
|
* @type {string}
|
|
67588
|
-
* @memberof
|
|
67701
|
+
* @memberof KnowledgeAiPatchDocument
|
|
67589
67702
|
*/
|
|
67590
67703
|
readonly workspaceId: string;
|
|
67591
67704
|
/**
|
|
67592
67705
|
*
|
|
67593
|
-
* @type {
|
|
67594
|
-
* @memberof
|
|
67706
|
+
* @type {string}
|
|
67707
|
+
* @memberof KnowledgeAiPatchDocument
|
|
67595
67708
|
*/
|
|
67596
|
-
readonly
|
|
67709
|
+
readonly documentId: string;
|
|
67710
|
+
/**
|
|
67711
|
+
*
|
|
67712
|
+
* @type {AiPatchDocumentRequest}
|
|
67713
|
+
* @memberof KnowledgeAiPatchDocument
|
|
67714
|
+
*/
|
|
67715
|
+
readonly aiPatchDocumentRequest: AiPatchDocumentRequest;
|
|
67597
67716
|
}
|
|
67717
|
+
export { KnowledgeAiPatchDocumentRequest as GenAiApiPatchKnowledgeDocumentRequest }
|
|
67718
|
+
export { KnowledgeAiPatchDocumentRequest }
|
|
67598
67719
|
|
|
67599
|
-
|
|
67600
|
-
|
|
67601
|
-
|
|
67602
|
-
|
|
67603
|
-
|
|
67604
|
-
|
|
67605
|
-
|
|
67606
|
-
|
|
67607
|
-
|
|
67608
|
-
|
|
67609
|
-
|
|
67720
|
+
/**
|
|
67721
|
+
* Request parameters for searchKnowledge operation in KnowledgeAi.
|
|
67722
|
+
* @export
|
|
67723
|
+
* @interface KnowledgeAiSearchKnowledgeRequest
|
|
67724
|
+
*/
|
|
67725
|
+
declare interface KnowledgeAiSearchKnowledgeRequest {
|
|
67726
|
+
/**
|
|
67727
|
+
*
|
|
67728
|
+
* @type {string}
|
|
67729
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67730
|
+
*/
|
|
67731
|
+
readonly workspaceId: string;
|
|
67732
|
+
/**
|
|
67733
|
+
*
|
|
67734
|
+
* @type {string}
|
|
67735
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67736
|
+
*/
|
|
67737
|
+
readonly query: string;
|
|
67738
|
+
/**
|
|
67739
|
+
*
|
|
67740
|
+
* @type {number}
|
|
67741
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67742
|
+
*/
|
|
67743
|
+
readonly limit?: number;
|
|
67744
|
+
/**
|
|
67745
|
+
*
|
|
67746
|
+
* @type {number}
|
|
67747
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67748
|
+
*/
|
|
67749
|
+
readonly minScore?: number;
|
|
67750
|
+
/**
|
|
67751
|
+
*
|
|
67752
|
+
* @type {Array<string>}
|
|
67753
|
+
* @memberof KnowledgeAiSearchKnowledge
|
|
67754
|
+
*/
|
|
67755
|
+
readonly scopes?: Array<string>;
|
|
67610
67756
|
}
|
|
67757
|
+
export { KnowledgeAiSearchKnowledgeRequest as GenAiApiSearchKnowledgeRequest }
|
|
67758
|
+
export { KnowledgeAiSearchKnowledgeRequest }
|
|
67759
|
+
|
|
67760
|
+
/**
|
|
67761
|
+
* Request parameters for upsertDocument operation in KnowledgeAi.
|
|
67762
|
+
* @export
|
|
67763
|
+
* @interface KnowledgeAiUpsertDocumentRequest
|
|
67764
|
+
*/
|
|
67765
|
+
declare interface KnowledgeAiUpsertDocumentRequest {
|
|
67766
|
+
/**
|
|
67767
|
+
*
|
|
67768
|
+
* @type {string}
|
|
67769
|
+
* @memberof KnowledgeAiUpsertDocument
|
|
67770
|
+
*/
|
|
67771
|
+
readonly workspaceId: string;
|
|
67772
|
+
/**
|
|
67773
|
+
*
|
|
67774
|
+
* @type {File}
|
|
67775
|
+
* @memberof KnowledgeAiUpsertDocument
|
|
67776
|
+
*/
|
|
67777
|
+
readonly file: File;
|
|
67778
|
+
/**
|
|
67779
|
+
*
|
|
67780
|
+
* @type {string}
|
|
67781
|
+
* @memberof KnowledgeAiUpsertDocument
|
|
67782
|
+
*/
|
|
67783
|
+
readonly title?: string;
|
|
67784
|
+
/**
|
|
67785
|
+
*
|
|
67786
|
+
* @type {Array<string>}
|
|
67787
|
+
* @memberof KnowledgeAiUpsertDocument
|
|
67788
|
+
*/
|
|
67789
|
+
readonly scopes?: Array<string>;
|
|
67790
|
+
}
|
|
67791
|
+
export { KnowledgeAiUpsertDocumentRequest as GenAiApiUpsertKnowledgeDocumentRequest }
|
|
67792
|
+
export { KnowledgeAiUpsertDocumentRequest }
|
|
67611
67793
|
|
|
67612
67794
|
/**
|
|
67613
67795
|
* KnowledgeRecommendationControllerApi - object-oriented interface
|
|
@@ -68200,18 +68382,6 @@ export declare interface KnowledgeRecommendationControllerApiUpdateEntityKnowled
|
|
|
68200
68382
|
readonly include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>;
|
|
68201
68383
|
}
|
|
68202
68384
|
|
|
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
68385
|
/**
|
|
68216
68386
|
* LabelControllerApi - object-oriented interface
|
|
68217
68387
|
* @export
|
|
@@ -71519,12 +71689,6 @@ export declare interface LDMDeclarativeAPIsApiSetLogicalModelRequest {
|
|
|
71519
71689
|
readonly declarativeModel: DeclarativeModel;
|
|
71520
71690
|
}
|
|
71521
71691
|
|
|
71522
|
-
declare interface ListKnowledgeDocumentsResponseDto {
|
|
71523
|
-
'documents': Array<KnowledgeDocumentMetadataDto>;
|
|
71524
|
-
'totalCount'?: number;
|
|
71525
|
-
'nextPageToken'?: string;
|
|
71526
|
-
}
|
|
71527
|
-
|
|
71528
71692
|
export declare interface ListLinks {
|
|
71529
71693
|
/**
|
|
71530
71694
|
* A string containing the link\'s URL.
|
|
@@ -73238,13 +73402,24 @@ export declare interface LocalIdentifier {
|
|
|
73238
73402
|
}
|
|
73239
73403
|
|
|
73240
73404
|
/**
|
|
73241
|
-
* Interface describing available operations for location service style
|
|
73405
|
+
* Interface describing available operations for location service style endpoints.
|
|
73242
73406
|
*/
|
|
73243
73407
|
export declare type LocationStyleApiInterface = {
|
|
73244
73408
|
/**
|
|
73245
|
-
* Loads the MapLibre style document
|
|
73409
|
+
* Loads the default MapLibre style document (no specific basemap selected).
|
|
73246
73410
|
*/
|
|
73247
73411
|
getDefaultStyle(params?: ILocationStyleParams): Promise<LocationStyleDocument>;
|
|
73412
|
+
/**
|
|
73413
|
+
* Lists all available map styles.
|
|
73414
|
+
*/
|
|
73415
|
+
getStyles(): Promise<ILocationStyleListItem[]>;
|
|
73416
|
+
/**
|
|
73417
|
+
* Loads the MapLibre style document for a specific style.
|
|
73418
|
+
*
|
|
73419
|
+
* @param styleId - Style identifier (e.g. `standard-light`).
|
|
73420
|
+
* @param params - Optional query parameters.
|
|
73421
|
+
*/
|
|
73422
|
+
getStyleById(styleId: string, params?: ILocationStyleParams): Promise<LocationStyleDocument>;
|
|
73248
73423
|
};
|
|
73249
73424
|
|
|
73250
73425
|
/**
|
|
@@ -79554,12 +79729,6 @@ export declare interface Parameter {
|
|
|
79554
79729
|
'value': string;
|
|
79555
79730
|
}
|
|
79556
79731
|
|
|
79557
|
-
declare interface PatchKnowledgeDocumentRequestDto {
|
|
79558
|
-
'isDisabled'?: boolean;
|
|
79559
|
-
'title'?: string;
|
|
79560
|
-
'scopes'?: Array<string>;
|
|
79561
|
-
}
|
|
79562
|
-
|
|
79563
79732
|
/**
|
|
79564
79733
|
* Custom CSS styles for the table. (PDF, HTML)
|
|
79565
79734
|
*/
|
|
@@ -81829,7 +81998,7 @@ export declare class ResponsesAi extends BaseAPI implements ResponsesAiInterface
|
|
|
81829
81998
|
* @throws {RequiredError}
|
|
81830
81999
|
* @memberof ResponsesAi
|
|
81831
82000
|
*/
|
|
81832
|
-
getConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
82001
|
+
getConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponseList>;
|
|
81833
82002
|
/**
|
|
81834
82003
|
*
|
|
81835
82004
|
* @summary Patch Response
|
|
@@ -81851,7 +82020,7 @@ export declare class ResponsesAi extends BaseAPI implements ResponsesAiInterface
|
|
|
81851
82020
|
* @param {Configuration} [configuration] Optional configuration.
|
|
81852
82021
|
* @throws {RequiredError}
|
|
81853
82022
|
*/
|
|
81854
|
-
declare function ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(axios: AxiosInstance, basePath: string, requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<
|
|
82023
|
+
declare function ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(axios: AxiosInstance, basePath: string, requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig, configuration?: Configuration_2): AxiosPromise<AiConversationResponseList>;
|
|
81855
82024
|
export { ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet as GenAiApi_GetConversationResponses }
|
|
81856
82025
|
export { ResponsesAi_GetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet }
|
|
81857
82026
|
|
|
@@ -81929,7 +82098,7 @@ export declare interface ResponsesAiInterface {
|
|
|
81929
82098
|
* @throws {RequiredError}
|
|
81930
82099
|
* @memberof ResponsesAiInterface
|
|
81931
82100
|
*/
|
|
81932
|
-
getConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig): AxiosPromise<
|
|
82101
|
+
getConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGet(requestParameters: ResponsesAiGetConversationResponsesApiV1AiWorkspacesWorkspaceIdChatConversationsConversationIdResponsesGetRequest, options?: AxiosRequestConfig): AxiosPromise<AiConversationResponseList>;
|
|
81933
82102
|
/**
|
|
81934
82103
|
*
|
|
81935
82104
|
* @summary Patch Response
|
|
@@ -82494,11 +82663,6 @@ export declare interface ScanSqlResponse {
|
|
|
82494
82663
|
'dataPreview'?: Array<Array<string | null>>;
|
|
82495
82664
|
}
|
|
82496
82665
|
|
|
82497
|
-
declare interface SearchKnowledgeResponseDto {
|
|
82498
|
-
'results': Array<KnowledgeSearchResultDto>;
|
|
82499
|
-
'statistics': SearchStatisticsDto;
|
|
82500
|
-
}
|
|
82501
|
-
|
|
82502
82666
|
export declare interface SearchRelationshipObject {
|
|
82503
82667
|
/**
|
|
82504
82668
|
* Source workspace ID. If relationship is dashboard->visualization, this is the workspace where the dashboard is located.
|
|
@@ -82648,11 +82812,6 @@ export declare interface SearchResultObject {
|
|
|
82648
82812
|
'isHidden'?: boolean;
|
|
82649
82813
|
}
|
|
82650
82814
|
|
|
82651
|
-
declare interface SearchStatisticsDto {
|
|
82652
|
-
'totalResults': number;
|
|
82653
|
-
'averageSimilarityScore': number;
|
|
82654
|
-
}
|
|
82655
|
-
|
|
82656
82815
|
/**
|
|
82657
82816
|
* Settings for section slide.
|
|
82658
82817
|
*/
|
|
@@ -84097,7 +84256,7 @@ export declare const tigerLabelElementsClientFactory: (axios: AxiosInstance) =>
|
|
|
84097
84256
|
export declare const tigerLayoutClientFactory: (axios: AxiosInstance) => LayoutApiInterface;
|
|
84098
84257
|
|
|
84099
84258
|
/**
|
|
84100
|
-
* Factory producing a typed client for interacting with the location style
|
|
84259
|
+
* Factory producing a typed client for interacting with the location style endpoints.
|
|
84101
84260
|
*/
|
|
84102
84261
|
export declare const tigerLocationStyleClientFactory: (axios: AxiosInstance) => LocationStyleApiInterface;
|
|
84103
84262
|
|
|
@@ -84550,21 +84709,6 @@ declare interface UploadGeoCollectionFileResponse {
|
|
|
84550
84709
|
'location': string;
|
|
84551
84710
|
}
|
|
84552
84711
|
|
|
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
84712
|
/**
|
|
84569
84713
|
* UsageApi - object-oriented interface
|
|
84570
84714
|
* @export
|