@gooddata/api-client-tiger 11.26.0-alpha.3 → 11.26.0-alpha.5

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.
@@ -3376,6 +3376,20 @@ export declare interface ActionsApiResolveLlmEndpointsRequest {
3376
3376
  readonly workspaceId: string;
3377
3377
  }
3378
3378
 
3379
+ /**
3380
+ * Request parameters for resolveLlmProviders operation in ActionsApi.
3381
+ * @export
3382
+ * @interface ActionsApiResolveLlmProvidersRequest
3383
+ */
3384
+ declare interface ActionsApiResolveLlmProvidersRequest {
3385
+ /**
3386
+ * Workspace identifier
3387
+ * @type {string}
3388
+ * @memberof ActionsApiResolveLlmProviders
3389
+ */
3390
+ readonly workspaceId: string;
3391
+ }
3392
+
3379
3393
  /**
3380
3394
  * Request parameters for resolveRequestedEntitlements operation in ActionsApi.
3381
3395
  * @export
@@ -5585,6 +5599,15 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5585
5599
  * @memberof ActionsApi
5586
5600
  */
5587
5601
  resolveLlmEndpoints(requestParameters: ActionsApiResolveLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<ResolvedLlmEndpoints>;
5602
+ /**
5603
+ * Resolves the active LLM configuration for the given workspace. When the ENABLE_LLM_ENDPOINT_REPLACEMENT feature flag is enabled, returns LLM Providers with their associated models. Otherwise, falls back to the legacy LLM Endpoints.
5604
+ * @summary Get Active LLM configuration for this workspace
5605
+ * @param {ActionsApiResolveLlmProvidersRequest} requestParameters Request parameters.
5606
+ * @param {*} [options] Override http request option.
5607
+ * @throws {RequiredError}
5608
+ * @memberof ActionsApi
5609
+ */
5610
+ resolveLlmProviders(requestParameters: ActionsApiResolveLlmProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<ResolvedLlms>;
5588
5611
  /**
5589
5612
  * The resource provides execution result\'s metadata as AFM and resultSpec used in execution request and an executionResponse
5590
5613
  * @summary Get a single execution result\'s metadata.
@@ -6090,6 +6113,15 @@ export declare interface AfmActionsApiInterface {
6090
6113
  * @memberof ActionsApiInterface
6091
6114
  */
6092
6115
  resolveLlmEndpoints(requestParameters: ActionsApiResolveLlmEndpointsRequest, options?: AxiosRequestConfig): AxiosPromise<ResolvedLlmEndpoints>;
6116
+ /**
6117
+ * Resolves the active LLM configuration for the given workspace. When the ENABLE_LLM_ENDPOINT_REPLACEMENT feature flag is enabled, returns LLM Providers with their associated models. Otherwise, falls back to the legacy LLM Endpoints.
6118
+ * @summary Get Active LLM configuration for this workspace
6119
+ * @param {ActionsApiResolveLlmProvidersRequest} requestParameters Request parameters.
6120
+ * @param {*} [options] Override http request option.
6121
+ * @throws {RequiredError}
6122
+ * @memberof ActionsApiInterface
6123
+ */
6124
+ resolveLlmProviders(requestParameters: ActionsApiResolveLlmProvidersRequest, options?: AxiosRequestConfig): AxiosPromise<ResolvedLlms>;
6093
6125
  /**
6094
6126
  * The resource provides execution result\'s metadata as AFM and resultSpec used in execution request and an executionResponse
6095
6127
  * @summary Get a single execution result\'s metadata.
@@ -57475,7 +57507,15 @@ export declare interface JsonApiColorPaletteIn {
57475
57507
  * API identifier of an object
57476
57508
  */
57477
57509
  'id': string;
57478
- 'attributes': JsonApiColorPaletteOutAttributes;
57510
+ 'attributes': JsonApiColorPaletteInAttributes;
57511
+ }
57512
+
57513
+ export declare interface JsonApiColorPaletteInAttributes {
57514
+ 'name': string;
57515
+ /**
57516
+ * Free-form JSON content. Maximum supported length is 15000 characters.
57517
+ */
57518
+ 'content': object;
57479
57519
  }
57480
57520
 
57481
57521
  export declare interface JsonApiColorPaletteInDocument {
@@ -57496,15 +57536,7 @@ export declare interface JsonApiColorPaletteOut {
57496
57536
  * API identifier of an object
57497
57537
  */
57498
57538
  'id': string;
57499
- 'attributes': JsonApiColorPaletteOutAttributes;
57500
- }
57501
-
57502
- export declare interface JsonApiColorPaletteOutAttributes {
57503
- 'name': string;
57504
- /**
57505
- * Free-form JSON content. Maximum supported length is 15000 characters.
57506
- */
57507
- 'content': object;
57539
+ 'attributes': JsonApiColorPaletteInAttributes;
57508
57540
  }
57509
57541
 
57510
57542
  export declare interface JsonApiColorPaletteOutDocument {
@@ -57532,7 +57564,7 @@ export declare interface JsonApiColorPaletteOutWithLinks {
57532
57564
  * API identifier of an object
57533
57565
  */
57534
57566
  'id': string;
57535
- 'attributes': JsonApiColorPaletteOutAttributes;
57567
+ 'attributes': JsonApiColorPaletteInAttributes;
57536
57568
  'links'?: ObjectLinks;
57537
57569
  }
57538
57570
 
@@ -57579,7 +57611,7 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
57579
57611
  * API identifier of an object
57580
57612
  */
57581
57613
  'id': string;
57582
- 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
57614
+ 'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
57583
57615
  }
57584
57616
 
57585
57617
  export declare interface JsonApiCookieSecurityConfigurationInDocument {
@@ -57600,15 +57632,7 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
57600
57632
  * API identifier of an object
57601
57633
  */
57602
57634
  'id': string;
57603
- 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
57604
- }
57605
-
57606
- export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
57607
- 'lastRotation'?: string;
57608
- /**
57609
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
57610
- */
57611
- 'rotationInterval'?: string;
57635
+ 'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
57612
57636
  }
57613
57637
 
57614
57638
  export declare interface JsonApiCookieSecurityConfigurationOutDocument {
@@ -57630,7 +57654,15 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
57630
57654
  * API identifier of an object
57631
57655
  */
57632
57656
  'id': string;
57633
- 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
57657
+ 'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
57658
+ }
57659
+
57660
+ export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
57661
+ 'lastRotation'?: string;
57662
+ /**
57663
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
57664
+ */
57665
+ 'rotationInterval'?: string;
57634
57666
  }
57635
57667
 
57636
57668
  export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
@@ -57651,7 +57683,11 @@ export declare interface JsonApiCspDirectiveIn {
57651
57683
  * API identifier of an object
57652
57684
  */
57653
57685
  'id': string;
57654
- 'attributes': JsonApiCspDirectiveOutAttributes;
57686
+ 'attributes': JsonApiCspDirectiveInAttributes;
57687
+ }
57688
+
57689
+ export declare interface JsonApiCspDirectiveInAttributes {
57690
+ 'sources': Array<string>;
57655
57691
  }
57656
57692
 
57657
57693
  export declare interface JsonApiCspDirectiveInDocument {
@@ -57672,11 +57708,7 @@ export declare interface JsonApiCspDirectiveOut {
57672
57708
  * API identifier of an object
57673
57709
  */
57674
57710
  'id': string;
57675
- 'attributes': JsonApiCspDirectiveOutAttributes;
57676
- }
57677
-
57678
- export declare interface JsonApiCspDirectiveOutAttributes {
57679
- 'sources': Array<string>;
57711
+ 'attributes': JsonApiCspDirectiveInAttributes;
57680
57712
  }
57681
57713
 
57682
57714
  export declare interface JsonApiCspDirectiveOutDocument {
@@ -57704,7 +57736,7 @@ export declare interface JsonApiCspDirectiveOutWithLinks {
57704
57736
  * API identifier of an object
57705
57737
  */
57706
57738
  'id': string;
57707
- 'attributes': JsonApiCspDirectiveOutAttributes;
57739
+ 'attributes': JsonApiCspDirectiveInAttributes;
57708
57740
  'links'?: ObjectLinks;
57709
57741
  }
57710
57742
 
@@ -58912,7 +58944,7 @@ export declare interface JsonApiExportTemplateIn {
58912
58944
  * API identifier of an object
58913
58945
  */
58914
58946
  'id': string;
58915
- 'attributes': JsonApiExportTemplateOutAttributes;
58947
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
58916
58948
  }
58917
58949
 
58918
58950
  export declare interface JsonApiExportTemplateInDocument {
@@ -58933,47 +58965,9 @@ export declare interface JsonApiExportTemplateOut {
58933
58965
  * API identifier of an object
58934
58966
  */
58935
58967
  'id': string;
58936
- 'attributes': JsonApiExportTemplateOutAttributes;
58968
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
58937
58969
  }
58938
58970
 
58939
- export declare interface JsonApiExportTemplateOutAttributes {
58940
- /**
58941
- * User-facing name of the Slides template.
58942
- */
58943
- 'name': string;
58944
- 'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
58945
- 'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
58946
- }
58947
-
58948
- /**
58949
- * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
58950
- */
58951
- export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
58952
- /**
58953
- * Export types this template applies to.
58954
- */
58955
- 'appliedOn': Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
58956
- 'coverSlide'?: CoverSlideTemplate | null;
58957
- 'introSlide'?: IntroSlideTemplate | null;
58958
- 'sectionSlide'?: SectionSlideTemplate | null;
58959
- 'contentSlide'?: ContentSlideTemplate | null;
58960
- }
58961
-
58962
- export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
58963
-
58964
- /**
58965
- * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
58966
- */
58967
- export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
58968
- /**
58969
- * Export types this template applies to.
58970
- */
58971
- 'appliedOn': Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
58972
- 'contentSlide'?: ContentSlideTemplate | null;
58973
- }
58974
-
58975
- export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
58976
-
58977
58971
  export declare interface JsonApiExportTemplateOutDocument {
58978
58972
  'data': JsonApiExportTemplateOut;
58979
58973
  'links'?: ObjectLinks;
@@ -58999,7 +58993,7 @@ export declare interface JsonApiExportTemplateOutWithLinks {
58999
58993
  * API identifier of an object
59000
58994
  */
59001
58995
  'id': string;
59002
- 'attributes': JsonApiExportTemplateOutAttributes;
58996
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
59003
58997
  'links'?: ObjectLinks;
59004
58998
  }
59005
58999
 
@@ -59025,8 +59019,8 @@ export declare interface JsonApiExportTemplatePatchAttributes {
59025
59019
  * User-facing name of the Slides template.
59026
59020
  */
59027
59021
  'name'?: string;
59028
- 'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
59029
- 'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
59022
+ 'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
59023
+ 'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
59030
59024
  }
59031
59025
 
59032
59026
  export declare interface JsonApiExportTemplatePatchDocument {
@@ -59047,9 +59041,47 @@ export declare interface JsonApiExportTemplatePostOptionalId {
59047
59041
  * API identifier of an object
59048
59042
  */
59049
59043
  'id'?: string;
59050
- 'attributes': JsonApiExportTemplateOutAttributes;
59044
+ 'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
59045
+ }
59046
+
59047
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributes {
59048
+ /**
59049
+ * User-facing name of the Slides template.
59050
+ */
59051
+ 'name': string;
59052
+ 'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
59053
+ 'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
59051
59054
  }
59052
59055
 
59056
+ /**
59057
+ * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
59058
+ */
59059
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
59060
+ /**
59061
+ * Export types this template applies to.
59062
+ */
59063
+ 'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
59064
+ 'coverSlide'?: CoverSlideTemplate | null;
59065
+ 'introSlide'?: IntroSlideTemplate | null;
59066
+ 'sectionSlide'?: SectionSlideTemplate | null;
59067
+ 'contentSlide'?: ContentSlideTemplate | null;
59068
+ }
59069
+
59070
+ export declare type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
59071
+
59072
+ /**
59073
+ * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
59074
+ */
59075
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
59076
+ /**
59077
+ * Export types this template applies to.
59078
+ */
59079
+ 'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
59080
+ 'contentSlide'?: ContentSlideTemplate | null;
59081
+ }
59082
+
59083
+ export declare type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
59084
+
59053
59085
  export declare interface JsonApiExportTemplatePostOptionalIdDocument {
59054
59086
  'data': JsonApiExportTemplatePostOptionalId;
59055
59087
  }
@@ -59339,34 +59371,14 @@ export declare interface JsonApiFilterViewIn {
59339
59371
  * API identifier of an object
59340
59372
  */
59341
59373
  'id': string;
59342
- 'attributes': JsonApiFilterViewInAttributes;
59343
- 'relationships'?: JsonApiFilterViewInRelationships;
59344
- }
59345
-
59346
- export declare interface JsonApiFilterViewInAttributes {
59347
- 'title': string;
59348
- 'description'?: string;
59349
- 'tags'?: Array<string>;
59350
- 'areRelationsValid'?: boolean;
59351
- /**
59352
- * Indicator whether the filter view should by applied by default.
59353
- */
59354
- 'isDefault'?: boolean;
59355
- /**
59356
- * The respective filter context.
59357
- */
59358
- 'content': object;
59374
+ 'attributes': JsonApiFilterViewOutAttributes;
59375
+ 'relationships'?: JsonApiFilterViewOutRelationships;
59359
59376
  }
59360
59377
 
59361
59378
  export declare interface JsonApiFilterViewInDocument {
59362
59379
  'data': JsonApiFilterViewIn;
59363
59380
  }
59364
59381
 
59365
- export declare interface JsonApiFilterViewInRelationships {
59366
- 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
59367
- 'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
59368
- }
59369
-
59370
59382
  export declare type JsonApiFilterViewInTypeEnum = 'filterView';
59371
59383
 
59372
59384
  /**
@@ -59381,8 +59393,23 @@ export declare interface JsonApiFilterViewOut {
59381
59393
  * API identifier of an object
59382
59394
  */
59383
59395
  'id': string;
59384
- 'attributes': JsonApiFilterViewInAttributes;
59385
- 'relationships'?: JsonApiFilterViewInRelationships;
59396
+ 'attributes': JsonApiFilterViewOutAttributes;
59397
+ 'relationships'?: JsonApiFilterViewOutRelationships;
59398
+ }
59399
+
59400
+ export declare interface JsonApiFilterViewOutAttributes {
59401
+ 'title': string;
59402
+ 'description'?: string;
59403
+ 'tags'?: Array<string>;
59404
+ 'areRelationsValid'?: boolean;
59405
+ /**
59406
+ * Indicator whether the filter view should by applied by default.
59407
+ */
59408
+ 'isDefault'?: boolean;
59409
+ /**
59410
+ * The respective filter context.
59411
+ */
59412
+ 'content': object;
59386
59413
  }
59387
59414
 
59388
59415
  export declare interface JsonApiFilterViewOutDocument {
@@ -59412,6 +59439,11 @@ export declare interface JsonApiFilterViewOutList {
59412
59439
  'included'?: Array<JsonApiFilterViewOutIncludes>;
59413
59440
  }
59414
59441
 
59442
+ export declare interface JsonApiFilterViewOutRelationships {
59443
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
59444
+ 'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
59445
+ }
59446
+
59415
59447
  export declare type JsonApiFilterViewOutTypeEnum = 'filterView';
59416
59448
 
59417
59449
  export declare interface JsonApiFilterViewOutWithLinks {
@@ -59423,8 +59455,8 @@ export declare interface JsonApiFilterViewOutWithLinks {
59423
59455
  * API identifier of an object
59424
59456
  */
59425
59457
  'id': string;
59426
- 'attributes': JsonApiFilterViewInAttributes;
59427
- 'relationships'?: JsonApiFilterViewInRelationships;
59458
+ 'attributes': JsonApiFilterViewOutAttributes;
59459
+ 'relationships'?: JsonApiFilterViewOutRelationships;
59428
59460
  'links'?: ObjectLinks;
59429
59461
  }
59430
59462
 
@@ -59443,7 +59475,7 @@ export declare interface JsonApiFilterViewPatch {
59443
59475
  */
59444
59476
  'id': string;
59445
59477
  'attributes': JsonApiFilterViewPatchAttributes;
59446
- 'relationships'?: JsonApiFilterViewInRelationships;
59478
+ 'relationships'?: JsonApiFilterViewOutRelationships;
59447
59479
  }
59448
59480
 
59449
59481
  export declare interface JsonApiFilterViewPatchAttributes {
@@ -59684,11 +59716,7 @@ export declare interface JsonApiJwkIn {
59684
59716
  * API identifier of an object
59685
59717
  */
59686
59718
  'id': string;
59687
- 'attributes'?: JsonApiJwkInAttributes;
59688
- }
59689
-
59690
- export declare interface JsonApiJwkInAttributes {
59691
- 'content'?: RsaSpecification;
59719
+ 'attributes'?: JsonApiJwkOutAttributes;
59692
59720
  }
59693
59721
 
59694
59722
  export declare interface JsonApiJwkInDocument {
@@ -59709,7 +59737,11 @@ export declare interface JsonApiJwkOut {
59709
59737
  * API identifier of an object
59710
59738
  */
59711
59739
  'id': string;
59712
- 'attributes'?: JsonApiJwkInAttributes;
59740
+ 'attributes'?: JsonApiJwkOutAttributes;
59741
+ }
59742
+
59743
+ export declare interface JsonApiJwkOutAttributes {
59744
+ 'content'?: RsaSpecification;
59713
59745
  }
59714
59746
 
59715
59747
  export declare interface JsonApiJwkOutDocument {
@@ -59737,7 +59769,7 @@ export declare interface JsonApiJwkOutWithLinks {
59737
59769
  * API identifier of an object
59738
59770
  */
59739
59771
  'id': string;
59740
- 'attributes'?: JsonApiJwkInAttributes;
59772
+ 'attributes'?: JsonApiJwkOutAttributes;
59741
59773
  'links'?: ObjectLinks;
59742
59774
  }
59743
59775
 
@@ -59755,7 +59787,7 @@ export declare interface JsonApiJwkPatch {
59755
59787
  * API identifier of an object
59756
59788
  */
59757
59789
  'id': string;
59758
- 'attributes'?: JsonApiJwkInAttributes;
59790
+ 'attributes'?: JsonApiJwkOutAttributes;
59759
59791
  }
59760
59792
 
59761
59793
  export declare interface JsonApiJwkPatchDocument {
@@ -59901,14 +59933,10 @@ export declare interface JsonApiKnowledgeRecommendationOutList {
59901
59933
  }
59902
59934
 
59903
59935
  export declare interface JsonApiKnowledgeRecommendationOutRelationships {
59904
- 'metric'?: JsonApiKnowledgeRecommendationOutRelationshipsMetric;
59936
+ 'metric'?: JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric;
59905
59937
  'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
59906
59938
  }
59907
59939
 
59908
- export declare interface JsonApiKnowledgeRecommendationOutRelationshipsMetric {
59909
- 'data': JsonApiMetricLinkage | null;
59910
- }
59911
-
59912
59940
  export declare type JsonApiKnowledgeRecommendationOutTypeEnum = 'knowledgeRecommendation';
59913
59941
 
59914
59942
  export declare interface JsonApiKnowledgeRecommendationOutWithLinks {
@@ -60109,10 +60137,14 @@ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
60109
60137
  }
60110
60138
 
60111
60139
  export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
60112
- 'metric': JsonApiKnowledgeRecommendationOutRelationshipsMetric;
60140
+ 'metric': JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric;
60113
60141
  'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
60114
60142
  }
60115
60143
 
60144
+ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric {
60145
+ 'data': JsonApiMetricLinkage | null;
60146
+ }
60147
+
60116
60148
  export declare type JsonApiKnowledgeRecommendationPostOptionalIdTypeEnum = 'knowledgeRecommendation';
60117
60149
 
60118
60150
  /**
@@ -60440,31 +60472,10 @@ export declare interface JsonApiLlmProviderIn {
60440
60472
  * API identifier of an object
60441
60473
  */
60442
60474
  'id': string;
60443
- 'attributes'?: JsonApiLlmProviderOutAttributes;
60475
+ 'attributes'?: JsonApiLlmProviderInAttributes;
60444
60476
  }
60445
60477
 
60446
- export declare interface JsonApiLlmProviderInDocument {
60447
- 'data': JsonApiLlmProviderIn;
60448
- }
60449
-
60450
- export declare type JsonApiLlmProviderInTypeEnum = 'llmProvider';
60451
-
60452
- /**
60453
- * LLM Provider configuration for connecting to LLM services.
60454
- */
60455
- export declare interface JsonApiLlmProviderOut {
60456
- /**
60457
- * Object type
60458
- */
60459
- 'type': JsonApiLlmProviderOutTypeEnum;
60460
- /**
60461
- * API identifier of an object
60462
- */
60463
- 'id': string;
60464
- 'attributes'?: JsonApiLlmProviderOutAttributes;
60465
- }
60466
-
60467
- export declare interface JsonApiLlmProviderOutAttributes {
60478
+ export declare interface JsonApiLlmProviderInAttributes {
60468
60479
  'name'?: string | null;
60469
60480
  /**
60470
60481
  * Description of the LLM Provider.
@@ -60474,17 +60485,17 @@ export declare interface JsonApiLlmProviderOutAttributes {
60474
60485
  * Required ID of the default model to use from the models list.
60475
60486
  */
60476
60487
  'defaultModelId'?: string | null;
60477
- 'providerConfig'?: JsonApiLlmProviderOutAttributesProviderConfig | null;
60488
+ 'providerConfig'?: JsonApiLlmProviderInAttributesProviderConfig | null;
60478
60489
  /**
60479
60490
  * List of LLM models available for this provider.
60480
60491
  */
60481
- 'models'?: Array<JsonApiLlmProviderOutAttributesModelsInner> | null;
60492
+ 'models'?: Array<JsonApiLlmProviderInAttributesModelsInner> | null;
60482
60493
  }
60483
60494
 
60484
60495
  /**
60485
60496
  * LLM Model configuration (id, family) within a provider.
60486
60497
  */
60487
- export declare interface JsonApiLlmProviderOutAttributesModelsInner {
60498
+ export declare interface JsonApiLlmProviderInAttributesModelsInner {
60488
60499
  /**
60489
60500
  * Unique identifier of the model (e.g., gpt-5.3, claude-4.6).
60490
60501
  */
@@ -60492,16 +60503,37 @@ export declare interface JsonApiLlmProviderOutAttributesModelsInner {
60492
60503
  /**
60493
60504
  * Family of LLM models.
60494
60505
  */
60495
- 'family': JsonApiLlmProviderOutAttributesModelsInnerFamilyEnum;
60506
+ 'family': JsonApiLlmProviderInAttributesModelsInnerFamilyEnum;
60496
60507
  }
60497
60508
 
60498
- export declare type JsonApiLlmProviderOutAttributesModelsInnerFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
60509
+ export declare type JsonApiLlmProviderInAttributesModelsInnerFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
60499
60510
 
60500
60511
  /**
60501
- * @type JsonApiLlmProviderOutAttributesProviderConfig
60512
+ * @type JsonApiLlmProviderInAttributesProviderConfig
60502
60513
  * Provider-specific configuration including authentication.
60503
60514
  */
60504
- export declare type JsonApiLlmProviderOutAttributesProviderConfig = AwsBedrockProviderConfig | AzureFoundryProviderConfig | OpenAIProviderConfig;
60515
+ export declare type JsonApiLlmProviderInAttributesProviderConfig = AwsBedrockProviderConfig | AzureFoundryProviderConfig | OpenAIProviderConfig;
60516
+
60517
+ export declare interface JsonApiLlmProviderInDocument {
60518
+ 'data': JsonApiLlmProviderIn;
60519
+ }
60520
+
60521
+ export declare type JsonApiLlmProviderInTypeEnum = 'llmProvider';
60522
+
60523
+ /**
60524
+ * LLM Provider configuration for connecting to LLM services.
60525
+ */
60526
+ export declare interface JsonApiLlmProviderOut {
60527
+ /**
60528
+ * Object type
60529
+ */
60530
+ 'type': JsonApiLlmProviderOutTypeEnum;
60531
+ /**
60532
+ * API identifier of an object
60533
+ */
60534
+ 'id': string;
60535
+ 'attributes'?: JsonApiLlmProviderInAttributes;
60536
+ }
60505
60537
 
60506
60538
  export declare interface JsonApiLlmProviderOutDocument {
60507
60539
  'data': JsonApiLlmProviderOut;
@@ -60528,7 +60560,7 @@ export declare interface JsonApiLlmProviderOutWithLinks {
60528
60560
  * API identifier of an object
60529
60561
  */
60530
60562
  'id': string;
60531
- 'attributes'?: JsonApiLlmProviderOutAttributes;
60563
+ 'attributes'?: JsonApiLlmProviderInAttributes;
60532
60564
  'links'?: ObjectLinks;
60533
60565
  }
60534
60566
 
@@ -60546,7 +60578,7 @@ export declare interface JsonApiLlmProviderPatch {
60546
60578
  * API identifier of an object
60547
60579
  */
60548
60580
  'id': string;
60549
- 'attributes'?: JsonApiLlmProviderOutAttributes;
60581
+ 'attributes'?: JsonApiLlmProviderInAttributes;
60550
60582
  }
60551
60583
 
60552
60584
  export declare interface JsonApiLlmProviderPatchDocument {
@@ -61478,7 +61510,7 @@ export declare interface JsonApiThemeIn {
61478
61510
  * API identifier of an object
61479
61511
  */
61480
61512
  'id': string;
61481
- 'attributes': JsonApiColorPaletteOutAttributes;
61513
+ 'attributes': JsonApiColorPaletteInAttributes;
61482
61514
  }
61483
61515
 
61484
61516
  export declare interface JsonApiThemeInDocument {
@@ -61499,7 +61531,7 @@ export declare interface JsonApiThemeOut {
61499
61531
  * API identifier of an object
61500
61532
  */
61501
61533
  'id': string;
61502
- 'attributes': JsonApiColorPaletteOutAttributes;
61534
+ 'attributes': JsonApiColorPaletteInAttributes;
61503
61535
  }
61504
61536
 
61505
61537
  export declare interface JsonApiThemeOutDocument {
@@ -61527,7 +61559,7 @@ export declare interface JsonApiThemeOutWithLinks {
61527
61559
  * API identifier of an object
61528
61560
  */
61529
61561
  'id': string;
61530
- 'attributes': JsonApiColorPaletteOutAttributes;
61562
+ 'attributes': JsonApiColorPaletteInAttributes;
61531
61563
  'links'?: ObjectLinks;
61532
61564
  }
61533
61565
 
@@ -62631,14 +62663,28 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
62631
62663
  * API identifier of an object
62632
62664
  */
62633
62665
  'id': string;
62634
- 'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
62635
- 'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
62666
+ 'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
62667
+ 'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
62668
+ }
62669
+
62670
+ export declare interface JsonApiWorkspaceDataFilterSettingInAttributes {
62671
+ 'title'?: string;
62672
+ 'description'?: string;
62673
+ 'filterValues'?: Array<string>;
62636
62674
  }
62637
62675
 
62638
62676
  export declare interface JsonApiWorkspaceDataFilterSettingInDocument {
62639
62677
  'data': JsonApiWorkspaceDataFilterSettingIn;
62640
62678
  }
62641
62679
 
62680
+ export declare interface JsonApiWorkspaceDataFilterSettingInRelationships {
62681
+ 'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
62682
+ }
62683
+
62684
+ export declare interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
62685
+ 'data': JsonApiWorkspaceDataFilterLinkage | null;
62686
+ }
62687
+
62642
62688
  export declare type JsonApiWorkspaceDataFilterSettingInTypeEnum = 'workspaceDataFilterSetting';
62643
62689
 
62644
62690
  /**
@@ -62664,14 +62710,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
62664
62710
  */
62665
62711
  'id': string;
62666
62712
  'meta'?: JsonApiExportDefinitionOutMeta;
62667
- 'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
62668
- 'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
62669
- }
62670
-
62671
- export declare interface JsonApiWorkspaceDataFilterSettingOutAttributes {
62672
- 'title'?: string;
62673
- 'description'?: string;
62674
- 'filterValues'?: Array<string>;
62713
+ 'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
62714
+ 'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
62675
62715
  }
62676
62716
 
62677
62717
  export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
@@ -62696,14 +62736,6 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutList {
62696
62736
  'included'?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
62697
62737
  }
62698
62738
 
62699
- export declare interface JsonApiWorkspaceDataFilterSettingOutRelationships {
62700
- 'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
62701
- }
62702
-
62703
- export declare interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
62704
- 'data': JsonApiWorkspaceDataFilterLinkage | null;
62705
- }
62706
-
62707
62739
  export declare type JsonApiWorkspaceDataFilterSettingOutTypeEnum = 'workspaceDataFilterSetting';
62708
62740
 
62709
62741
  export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
@@ -62716,8 +62748,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
62716
62748
  */
62717
62749
  'id': string;
62718
62750
  'meta'?: JsonApiExportDefinitionOutMeta;
62719
- 'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
62720
- 'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
62751
+ 'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
62752
+ 'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
62721
62753
  'links'?: ObjectLinks;
62722
62754
  }
62723
62755
 
@@ -62735,8 +62767,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
62735
62767
  * API identifier of an object
62736
62768
  */
62737
62769
  'id': string;
62738
- 'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
62739
- 'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
62770
+ 'attributes'?: JsonApiWorkspaceDataFilterSettingInAttributes;
62771
+ 'relationships'?: JsonApiWorkspaceDataFilterSettingInRelationships;
62740
62772
  }
62741
62773
 
62742
62774
  export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
@@ -80492,6 +80524,27 @@ export declare interface ResolvedLlmEndpoints {
80492
80524
  'data': Array<ResolvedLlmEndpoint>;
80493
80525
  }
80494
80526
 
80527
+ declare interface ResolvedLlmProvider {
80528
+ /**
80529
+ * Provider Id
80530
+ */
80531
+ 'id': string;
80532
+ /**
80533
+ * Provider Title
80534
+ */
80535
+ 'title': string;
80536
+ 'models': Array<LlmModel>;
80537
+ }
80538
+
80539
+ declare interface ResolvedLlms {
80540
+ 'data'?: ResolvedLlmsData;
80541
+ }
80542
+
80543
+ /**
80544
+ * @type ResolvedLlmsData
80545
+ */
80546
+ declare type ResolvedLlmsData = ResolvedLlmEndpoint | ResolvedLlmProvider;
80547
+
80495
80548
  /**
80496
80549
  * Setting and its value.
80497
80550
  */