@gooddata/sdk-model 11.36.0-alpha.1 → 11.36.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/entitlements/index.d.ts +1 -1
- package/esm/index.d.ts +3 -3
- package/esm/index.js +1 -1
- package/esm/insight/index.d.ts +8 -0
- package/esm/insight/index.js +11 -0
- package/esm/llmEndpoints/index.d.ts +0 -8
- package/esm/llmEndpoints/index.js +1 -1
- package/esm/llmProviders/index.d.ts +9 -1
- package/esm/pluggableApplication/index.d.ts +8 -0
- package/esm/sdk-model.d.ts +39 -15
- package/esm/settings/settings.d.ts +11 -4
- package/package.json +3 -3
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
|
-
export type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "PdfExports" | "Tier" | "UiLocalization" | "UserCount" | "WhiteLabeling" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WorkspaceCount" | "Hipaa" | "DailyAlertActionCount" | "UnlimitedDailyAlertActions" | "UserTelemetryDisabled" | "AutomationCount" | "UnlimitedAutomations" | "AutomationRecipientCount" | "UnlimitedAutomationRecipients" | "DailyScheduledActionCount" | "UnlimitedDailyScheduledActions" | "ScheduledActionMinimumRecurrenceMinutes" | "FederatedIdentityManagement" | "AuditLogging" | "ControlledFeatureRollout" | "ManagedIdpUserCount" | "AiLake" | "AiModule" | "AiQueryLimit" | "AiKnowledgeStorageLimit" | "AiAgentLimit";
|
|
6
|
+
export type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "PdfExports" | "Tier" | "UiLocalization" | "UserCount" | "WhiteLabeling" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WorkspaceCount" | "Hipaa" | "DailyAlertActionCount" | "UnlimitedDailyAlertActions" | "UserTelemetryDisabled" | "AutomationCount" | "UnlimitedAutomations" | "AutomationRecipientCount" | "UnlimitedAutomationRecipients" | "DailyScheduledActionCount" | "UnlimitedDailyScheduledActions" | "ScheduledActionMinimumRecurrenceMinutes" | "FederatedIdentityManagement" | "AuditLogging" | "ControlledFeatureRollout" | "ManagedIdpUserCount" | "AiLake" | "AiModule" | "AiQueryLimit" | "AiKnowledgeStorageLimit" | "AiAgentLimit" | "AiWorkspaceLimit";
|
|
7
7
|
/**
|
|
8
8
|
* Entitlement descriptor
|
|
9
9
|
*
|
package/esm/index.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export { type IExecutionDefinition, type IExecutionConfig, type IMeasureDefiniti
|
|
|
35
35
|
export { type IInsightParameterValue } from "./execution/parameter/index.js";
|
|
36
36
|
export { newDefForItems, newDefForBuckets, newDefForInsight, defWithDimensions, defWithSorting, defWithPostProcessing, defWithBuckets, defWithDateFormat, defWithExecConfig, defaultDimensionsGenerator, emptyDef, } from "./execution/executionDefinition/factory.js";
|
|
37
37
|
export { type GuidType, type RgbType, type IRgbColorValue, type IColor, type IColorPalette, type IColorPaletteItem, type IColorFromPalette, type IRgbColor, type IColorPaletteMetadataObject, type IColorPaletteDefinition, isColorFromPalette, isRgbColor, isColorPaletteItem, colorPaletteItemToRgb, colorPaletteToColors, } from "./colors/index.js";
|
|
38
|
-
export { type IInsight, type IInsightDefinition, type IVisualizationClass, type IVisualizationClassBody, type VisualizationProperties, type IAttributeFilterConfigs, type IAttributeFilterConfig, type IColorMappingItem, type GeoLayerType, type GeoVisualizationType, type InsightDisplayFormUsage, type IInsightLayerDefinition, geoLayerTypeFromVisualizationType, GeoLayerTypes, GeoVisualizationTypes, isGeoLayerType, isInsight, isColorMappingItem, insightRef, insightId, insightItems, insightMeasures, insightHasMeasures, insightAttributes, insightHasAttributes, insightHasDataDefined, insightProperties, insightBuckets, insightSorts, insightBucket, insightTags, insightSummary, insightTitle, insightUri, insightIsLocked, insightCreated, insightCreatedBy, insightUpdated, insightUpdatedBy, insightTotals, insightFilters, insightAttributeFilterConfigs, insightVisualizationUrl, insightVisualizationType, insightSetFilters, insightSetBuckets, insightSetProperties, insightSetSorts, insightParameters, insightSetParameters, insightModifyItems, insightReduceItems, insightDisplayFormUsage, insightLayers, insightSetLayers, visClassUrl, visClassId, visClassUri, isInsightLayerDefinition, } from "./insight/index.js";
|
|
38
|
+
export { type IInsight, type IInsightDefinition, type IVisualizationClass, type IVisualizationClassBody, type VisualizationProperties, type IAttributeFilterConfigs, type IAttributeFilterConfig, type IColorMappingItem, type GeoLayerType, type GeoVisualizationType, type InsightDisplayFormUsage, type IInsightLayerDefinition, geoLayerTypeFromVisualizationType, GeoLayerTypes, GeoVisualizationTypes, isGeoLayerType, isInsight, isColorMappingItem, insightRef, insightId, insightItems, insightMeasures, insightHasMeasures, insightAttributes, insightHasAttributes, insightHasDataDefined, insightProperties, insightBuckets, insightSorts, insightBucket, insightTags, insightSummary, insightTitle, insightUri, insightIsLocked, insightIsHidden, insightCreated, insightCreatedBy, insightUpdated, insightUpdatedBy, insightTotals, insightFilters, insightAttributeFilterConfigs, insightVisualizationUrl, insightVisualizationType, insightSetFilters, insightSetBuckets, insightSetProperties, insightSetSorts, insightParameters, insightSetParameters, insightModifyItems, insightReduceItems, insightDisplayFormUsage, insightLayers, insightSetLayers, visClassUrl, visClassId, visClassUri, isInsightLayerDefinition, } from "./insight/index.js";
|
|
39
39
|
export { insightCreatedComparator, insightCreatedByComparator, insightTitleComparator, insightUpdatedComparator, insightUpdatedByComparator, } from "./insight/comparators.js";
|
|
40
40
|
export { type InsightModifications, newInsightDefinition, InsightDefinitionBuilder, } from "./insight/factory.js";
|
|
41
41
|
export { insightSanitize, sanitizeBucketTotals } from "./insight/sanitization.js";
|
|
@@ -95,8 +95,8 @@ export { type IAllowedRelationshipType, type ISemanticSearchResult, type ISemant
|
|
|
95
95
|
export type { IGenAIChatInteraction, IGenAIUserContext, IGenAIChatRouting, IGenAIChatReasoning, IGenAIChatReasoningStep, IGenAIChatReasoningThought, IGenAICreatedVisualizations, IGenAIFoundObjects, IGenAIVisualization, IGenAIVisualizationConfig, IGenAIForecastConfig, IGenAIAnomalyDetectionConfig, IGenAIClusteringConfig, IGenAIWhatIfConfig, IGenAIWhatIfScenario, IGenAIWhatIfAdjustment, IGenAIVisualizationDimension, IGenAIVisualizationMetric, IGenAIActiveObject, IGenAIUIContext, IGenAIDashboardContext, IGenAIWidgetDescriptor, GenAIObjectReferenceType, IGenAIObjectReference, IGenAIObjectReferenceGroup, IGenAISuggestion, IGenAIChangeAnalysisParams, GenAIChatRoutingUseCase, GenAIChatInteractionUserFeedback, GenAIChatInteractionUserVisualisation, GenAIChatRole, GenAIVisualizationType, GenAIMetricAggregation, GenAIMetricType, GenAIFilter, GenAIPositiveAttributeFilter, GenAINegativeAttributeFilter, GenAIAbsoluteDateFilter, GenAIRelativeDateFilter, GenAIDateGranularity, GenAIRankingFilter, } from "./genAI/chat.js";
|
|
96
96
|
export type { GenAIObjectType } from "./genAI/common.js";
|
|
97
97
|
export type { IGeoCollection, IGeoCollectionDefinition, IGeoCollectionFileUploadResult, } from "./geoCollections/index.js";
|
|
98
|
-
export type { ILlmEndpointBase, ILlmEndpointOpenAI, LlmEndpointOpenAIPatch
|
|
99
|
-
export type { ILlmProvider, ILlmModel, LlmProviderConfig, IOpenAIProviderConfig, IAzureFoundryProviderConfig, IAwsBedrockProviderConfig, LlmProviderFamily, LlmProviderPatch, LlmProviderTestResults, LlmModelsTestResults, LlmProviderListModelsResults, } from "./llmProviders/index.js";
|
|
98
|
+
export type { ILlmEndpointBase, ILlmEndpointOpenAI, LlmEndpointOpenAIPatch } from "./llmEndpoints/index.js";
|
|
99
|
+
export type { ILlmProvider, ILlmModel, LlmProviderConfig, IOpenAIProviderConfig, IAzureFoundryProviderConfig, IAwsBedrockProviderConfig, IAnthropicProviderConfig, LlmProviderFamily, LlmProviderPatch, LlmProviderTestResults, LlmModelsTestResults, LlmProviderListModelsResults, } from "./llmProviders/index.js";
|
|
100
100
|
export type { IAgent, IAgentPatch, IAgentSkill, AgentCustomSkill, AgentSkillsMode, } from "./agentSkill/index.js";
|
|
101
101
|
export { type ISemanticQualityReport, type ISemanticQualityIssue, type ISemanticQualityIssueObject, type ISemanticQualityIssueDetail, type ISemanticQualityIssuesCalculation, type SemanticQualityIssueAttributeName, type SemanticQualityIssueSeverity, type SemanticQualityIssueCode, type SemanticQualityIssuesCalculationStatus, SemanticQualityIssueCodeValues, SemanticQualityIssueSeverityOrder, } from "./genAI/quality.js";
|
|
102
102
|
export { type IRemotePluggableApplicationsRegistryV1, type RemotePluggableApplicationsRegistry, type ILocalPluggableApplicationsRegistryV1, type LocalPluggableApplicationsRegistry, type PluggableApplicationRegistryItem, type IExternalPluggableApplicationRegistryItemV1, type ExternalPluggableApplicationRegistryItem, type ILocalPluggableApplicationRegistryItemV1, type LocalPluggableApplicationRegistryItem, type IRemotePluggableApplicationRegistryItemV1, type RemotePluggableApplicationRegistryItem, type IExternalUrlPluggableApplicationModule, type ILocalPluggableApplicationModule, type IRemotePluggableApplicationModule, type IPluggableApplicationMetaV1, type PluggableApplicationMeta, type Condition, type IConditionOr, type IConditionAnd, type RequiredOrganizationPermissions, type RequiredWorkspacePermissions, type RequiredEntitlements, type RequiredSettings, type LocalizedTitle, type ApplicationScope, type PluggableApplicationWorkspacePermission, type IPluggableApplicationWorkspacePermissions, toPluggableApplicationWorkspacePermissions, type PluggableApplicationOrganizationPermission, type IPluggableApplicationOrganizationPermissions, isExternalPluggableApplicationRegistryItem, isLocalPluggableApplicationRegistryItem, isRemotePluggableApplicationRegistryItem, } from "./pluggableApplication/index.js";
|
package/esm/index.js
CHANGED
|
@@ -34,7 +34,7 @@ export { bucketItemLocalId } from "./execution/buckets/bucketItem.js";
|
|
|
34
34
|
export { defWithFilters, defFingerprint, defSetDimensions, defSetSorts, defSetBuckets, defTotals, defSetExecConfig, defSetPostProcessing, } from "./execution/executionDefinition/index.js";
|
|
35
35
|
export { newDefForItems, newDefForBuckets, newDefForInsight, defWithDimensions, defWithSorting, defWithPostProcessing, defWithBuckets, defWithDateFormat, defWithExecConfig, defaultDimensionsGenerator, emptyDef, } from "./execution/executionDefinition/factory.js";
|
|
36
36
|
export { isColorFromPalette, isRgbColor, isColorPaletteItem, colorPaletteItemToRgb, colorPaletteToColors, } from "./colors/index.js";
|
|
37
|
-
export { geoLayerTypeFromVisualizationType, GeoLayerTypes, GeoVisualizationTypes, isGeoLayerType, isInsight, isColorMappingItem, insightRef, insightId, insightItems, insightMeasures, insightHasMeasures, insightAttributes, insightHasAttributes, insightHasDataDefined, insightProperties, insightBuckets, insightSorts, insightBucket, insightTags, insightSummary, insightTitle, insightUri, insightIsLocked, insightCreated, insightCreatedBy, insightUpdated, insightUpdatedBy, insightTotals, insightFilters, insightAttributeFilterConfigs, insightVisualizationUrl, insightVisualizationType, insightSetFilters, insightSetBuckets, insightSetProperties, insightSetSorts, insightParameters, insightSetParameters, insightModifyItems, insightReduceItems, insightDisplayFormUsage, insightLayers, insightSetLayers, visClassUrl, visClassId, visClassUri, isInsightLayerDefinition, } from "./insight/index.js";
|
|
37
|
+
export { geoLayerTypeFromVisualizationType, GeoLayerTypes, GeoVisualizationTypes, isGeoLayerType, isInsight, isColorMappingItem, insightRef, insightId, insightItems, insightMeasures, insightHasMeasures, insightAttributes, insightHasAttributes, insightHasDataDefined, insightProperties, insightBuckets, insightSorts, insightBucket, insightTags, insightSummary, insightTitle, insightUri, insightIsLocked, insightIsHidden, insightCreated, insightCreatedBy, insightUpdated, insightUpdatedBy, insightTotals, insightFilters, insightAttributeFilterConfigs, insightVisualizationUrl, insightVisualizationType, insightSetFilters, insightSetBuckets, insightSetProperties, insightSetSorts, insightParameters, insightSetParameters, insightModifyItems, insightReduceItems, insightDisplayFormUsage, insightLayers, insightSetLayers, visClassUrl, visClassId, visClassUri, isInsightLayerDefinition, } from "./insight/index.js";
|
|
38
38
|
export { insightCreatedComparator, insightCreatedByComparator, insightTitleComparator, insightUpdatedComparator, insightUpdatedByComparator, } from "./insight/comparators.js";
|
|
39
39
|
export { newInsightDefinition, InsightDefinitionBuilder, } from "./insight/factory.js";
|
|
40
40
|
export { insightSanitize, sanitizeBucketTotals } from "./insight/sanitization.js";
|
package/esm/insight/index.d.ts
CHANGED
|
@@ -583,6 +583,14 @@ export declare function insightUpdatedBy(insight: IInsight): IUser | undefined;
|
|
|
583
583
|
* @public
|
|
584
584
|
*/
|
|
585
585
|
export declare function insightIsLocked(insight: IInsight): boolean;
|
|
586
|
+
/**
|
|
587
|
+
* Checks if insight is hidden
|
|
588
|
+
*
|
|
589
|
+
* @param insight - insight
|
|
590
|
+
* @returns boolean
|
|
591
|
+
* @alpha
|
|
592
|
+
*/
|
|
593
|
+
export declare function insightIsHidden(insight: IInsight): boolean;
|
|
586
594
|
/**
|
|
587
595
|
* Gets a new insight that 'inherits' all data from the provided insight but has different properties.
|
|
588
596
|
*
|
package/esm/insight/index.js
CHANGED
|
@@ -407,6 +407,17 @@ export function insightIsLocked(insight) {
|
|
|
407
407
|
invariant(insight, "insight must be specified");
|
|
408
408
|
return insight.insight.isLocked || false;
|
|
409
409
|
}
|
|
410
|
+
/**
|
|
411
|
+
* Checks if insight is hidden
|
|
412
|
+
*
|
|
413
|
+
* @param insight - insight
|
|
414
|
+
* @returns boolean
|
|
415
|
+
* @alpha
|
|
416
|
+
*/
|
|
417
|
+
export function insightIsHidden(insight) {
|
|
418
|
+
invariant(insight, "insight must be specified");
|
|
419
|
+
return insight.insight.isHidden || false;
|
|
420
|
+
}
|
|
410
421
|
/**
|
|
411
422
|
* Gets a new insight that 'inherits' all data from the provided insight but has different properties.
|
|
412
423
|
*
|
|
@@ -38,11 +38,3 @@ export interface ILlmEndpointOpenAI extends ILlmEndpointBase {
|
|
|
38
38
|
* @alpha
|
|
39
39
|
*/
|
|
40
40
|
export type LlmEndpointOpenAIPatch = Partial<ILlmEndpointOpenAI> & Pick<ILlmEndpointOpenAI, "id">;
|
|
41
|
-
/**
|
|
42
|
-
* @alpha
|
|
43
|
-
* Results of the llm endpoint test
|
|
44
|
-
*/
|
|
45
|
-
export type LlmEndpointTestResults = {
|
|
46
|
-
success: boolean;
|
|
47
|
-
message?: string;
|
|
48
|
-
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
// (C) 2022-
|
|
1
|
+
// (C) 2022-2026 GoodData Corporation
|
|
2
2
|
export {};
|
|
@@ -40,7 +40,15 @@ export interface IAwsBedrockProviderConfig {
|
|
|
40
40
|
/**
|
|
41
41
|
* @alpha
|
|
42
42
|
*/
|
|
43
|
-
export
|
|
43
|
+
export interface IAnthropicProviderConfig {
|
|
44
|
+
type: "anthropic";
|
|
45
|
+
apiKey?: string;
|
|
46
|
+
baseUrl?: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* @alpha
|
|
50
|
+
*/
|
|
51
|
+
export type LlmProviderConfig = IOpenAIProviderConfig | IAzureFoundryProviderConfig | IAwsBedrockProviderConfig | IAnthropicProviderConfig;
|
|
44
52
|
/**
|
|
45
53
|
* @alpha
|
|
46
54
|
*/
|
|
@@ -401,8 +401,16 @@ export interface IExternalUrlPluggableApplicationModule {
|
|
|
401
401
|
/**
|
|
402
402
|
* URL of the external application.
|
|
403
403
|
*
|
|
404
|
+
* May contain the placeholder `{workspaceId}` which the host substitutes with the
|
|
405
|
+
* id of the currently active workspace at navigation time. The placeholder is the
|
|
406
|
+
* only supported variable; other tokens are left untouched. If no workspace is
|
|
407
|
+
* active when the URL is composed, the placeholder is substituted with an empty
|
|
408
|
+
* string.
|
|
409
|
+
*
|
|
404
410
|
* @example
|
|
405
411
|
* https://google.com
|
|
412
|
+
* @example
|
|
413
|
+
* /dashboards/#/project/\{workspaceId\}
|
|
406
414
|
*/
|
|
407
415
|
url: string;
|
|
408
416
|
}
|
package/esm/sdk-model.d.ts
CHANGED
|
@@ -2659,6 +2659,15 @@ export declare interface IAnalyticalWidget extends IBaseWidget, IWidgetDescripti
|
|
|
2659
2659
|
readonly type: AnalyticalWidgetType;
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
|
+
/**
|
|
2663
|
+
* @alpha
|
|
2664
|
+
*/
|
|
2665
|
+
export declare interface IAnthropicProviderConfig {
|
|
2666
|
+
type: "anthropic";
|
|
2667
|
+
apiKey?: string;
|
|
2668
|
+
baseUrl?: string;
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2662
2671
|
/**
|
|
2663
2672
|
* Arbitrary attribute filter - allows filtering by custom string values that may not exist as attribute elements.
|
|
2664
2673
|
*
|
|
@@ -5967,7 +5976,7 @@ export declare interface IEntitlementDescriptor {
|
|
|
5967
5976
|
*
|
|
5968
5977
|
* @public
|
|
5969
5978
|
*/
|
|
5970
|
-
export declare type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "PdfExports" | "Tier" | "UiLocalization" | "UserCount" | "WhiteLabeling" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WorkspaceCount" | "Hipaa" | "DailyAlertActionCount" | "UnlimitedDailyAlertActions" | "UserTelemetryDisabled" | "AutomationCount" | "UnlimitedAutomations" | "AutomationRecipientCount" | "UnlimitedAutomationRecipients" | "DailyScheduledActionCount" | "UnlimitedDailyScheduledActions" | "ScheduledActionMinimumRecurrenceMinutes" | "FederatedIdentityManagement" | "AuditLogging" | "ControlledFeatureRollout" | "ManagedIdpUserCount" | "AiLake" | "AiModule" | "AiQueryLimit" | "AiKnowledgeStorageLimit" | "AiAgentLimit";
|
|
5979
|
+
export declare type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "PdfExports" | "Tier" | "UiLocalization" | "UserCount" | "WhiteLabeling" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WorkspaceCount" | "Hipaa" | "DailyAlertActionCount" | "UnlimitedDailyAlertActions" | "UserTelemetryDisabled" | "AutomationCount" | "UnlimitedAutomations" | "AutomationRecipientCount" | "UnlimitedAutomationRecipients" | "DailyScheduledActionCount" | "UnlimitedDailyScheduledActions" | "ScheduledActionMinimumRecurrenceMinutes" | "FederatedIdentityManagement" | "AuditLogging" | "ControlledFeatureRollout" | "ManagedIdpUserCount" | "AiLake" | "AiModule" | "AiQueryLimit" | "AiKnowledgeStorageLimit" | "AiAgentLimit" | "AiWorkspaceLimit";
|
|
5971
5980
|
|
|
5972
5981
|
/**
|
|
5973
5982
|
* Contains any configuration that should be part of execution
|
|
@@ -6292,8 +6301,16 @@ export declare interface IExternalUrlPluggableApplicationModule {
|
|
|
6292
6301
|
/**
|
|
6293
6302
|
* URL of the external application.
|
|
6294
6303
|
*
|
|
6304
|
+
* May contain the placeholder `{workspaceId}` which the host substitutes with the
|
|
6305
|
+
* id of the currently active workspace at navigation time. The placeholder is the
|
|
6306
|
+
* only supported variable; other tokens are left untouched. If no workspace is
|
|
6307
|
+
* active when the URL is composed, the placeholder is substituted with an empty
|
|
6308
|
+
* string.
|
|
6309
|
+
*
|
|
6295
6310
|
* @example
|
|
6296
6311
|
* https://google.com
|
|
6312
|
+
* @example
|
|
6313
|
+
* /dashboards/#/project/\{workspaceId\}
|
|
6297
6314
|
*/
|
|
6298
6315
|
url: string;
|
|
6299
6316
|
}
|
|
@@ -6862,6 +6879,13 @@ export declare interface IFeatureFlags {
|
|
|
6862
6879
|
* Enable shell application.
|
|
6863
6880
|
*/
|
|
6864
6881
|
enableShellApplication?: boolean;
|
|
6882
|
+
/**
|
|
6883
|
+
* Per-app sub-flag under enableShellApplication. When true (and
|
|
6884
|
+
* enableShellApplication is also true), the catalog runs as a pluggable
|
|
6885
|
+
* app inside the host. When false, the legacy in-app catalog at
|
|
6886
|
+
* `/workspaces/{id}/catalog/*` is rendered instead.
|
|
6887
|
+
*/
|
|
6888
|
+
enableShellApplication_catalog?: boolean;
|
|
6865
6889
|
/**
|
|
6866
6890
|
* Enable NULL-aware joins used for FULL OUTER JOIN conditions.
|
|
6867
6891
|
*/
|
|
@@ -6910,10 +6934,6 @@ export declare interface IFeatureFlags {
|
|
|
6910
6934
|
* Enable parameters feature.
|
|
6911
6935
|
*/
|
|
6912
6936
|
enableParameters?: boolean;
|
|
6913
|
-
/**
|
|
6914
|
-
* Indicates whether the user can set dateTimeSemantics for data sources that support it.
|
|
6915
|
-
*/
|
|
6916
|
-
enableDateTimeSemanticsSetting?: boolean;
|
|
6917
6937
|
/**
|
|
6918
6938
|
* Enable enhanced insight picker.
|
|
6919
6939
|
*/
|
|
@@ -6926,6 +6946,10 @@ export declare interface IFeatureFlags {
|
|
|
6926
6946
|
* Enable ai agentic multi-conversations.
|
|
6927
6947
|
*/
|
|
6928
6948
|
enableAiAgenticMultiConversations?: boolean;
|
|
6949
|
+
/**
|
|
6950
|
+
* Enable Anthropic provider in LLM configuration.
|
|
6951
|
+
*/
|
|
6952
|
+
enableAiLlmAnthropicProvider?: boolean;
|
|
6929
6953
|
}
|
|
6930
6954
|
|
|
6931
6955
|
/**
|
|
@@ -9435,6 +9459,15 @@ export declare function insightHasMeasures(insight: IInsightDefinition): boolean
|
|
|
9435
9459
|
*/
|
|
9436
9460
|
export declare function insightId(insight: IInsight): string;
|
|
9437
9461
|
|
|
9462
|
+
/**
|
|
9463
|
+
* Checks if insight is hidden
|
|
9464
|
+
*
|
|
9465
|
+
* @param insight - insight
|
|
9466
|
+
* @returns boolean
|
|
9467
|
+
* @alpha
|
|
9468
|
+
*/
|
|
9469
|
+
export declare function insightIsHidden(insight: IInsight): boolean;
|
|
9470
|
+
|
|
9438
9471
|
/**
|
|
9439
9472
|
* Checks if insight is locked
|
|
9440
9473
|
*
|
|
@@ -14857,15 +14890,6 @@ export declare type ListedDashboardAvailability = "full" | "viaLink";
|
|
|
14857
14890
|
*/
|
|
14858
14891
|
export declare type LlmEndpointOpenAIPatch = Partial<ILlmEndpointOpenAI> & Pick<ILlmEndpointOpenAI, "id">;
|
|
14859
14892
|
|
|
14860
|
-
/**
|
|
14861
|
-
* @alpha
|
|
14862
|
-
* Results of the llm endpoint test
|
|
14863
|
-
*/
|
|
14864
|
-
export declare type LlmEndpointTestResults = {
|
|
14865
|
-
success: boolean;
|
|
14866
|
-
message?: string;
|
|
14867
|
-
};
|
|
14868
|
-
|
|
14869
14893
|
/**
|
|
14870
14894
|
* @alpha
|
|
14871
14895
|
* Results of the llm models test
|
|
@@ -14879,7 +14903,7 @@ export declare type LlmModelsTestResults = {
|
|
|
14879
14903
|
/**
|
|
14880
14904
|
* @alpha
|
|
14881
14905
|
*/
|
|
14882
|
-
export declare type LlmProviderConfig = IOpenAIProviderConfig | IAzureFoundryProviderConfig | IAwsBedrockProviderConfig;
|
|
14906
|
+
export declare type LlmProviderConfig = IOpenAIProviderConfig | IAzureFoundryProviderConfig | IAwsBedrockProviderConfig | IAnthropicProviderConfig;
|
|
14883
14907
|
|
|
14884
14908
|
/**
|
|
14885
14909
|
* @alpha
|
|
@@ -939,6 +939,13 @@ export interface IFeatureFlags {
|
|
|
939
939
|
* Enable shell application.
|
|
940
940
|
*/
|
|
941
941
|
enableShellApplication?: boolean;
|
|
942
|
+
/**
|
|
943
|
+
* Per-app sub-flag under enableShellApplication. When true (and
|
|
944
|
+
* enableShellApplication is also true), the catalog runs as a pluggable
|
|
945
|
+
* app inside the host. When false, the legacy in-app catalog at
|
|
946
|
+
* `/workspaces/{id}/catalog/*` is rendered instead.
|
|
947
|
+
*/
|
|
948
|
+
enableShellApplication_catalog?: boolean;
|
|
942
949
|
/**
|
|
943
950
|
* Enable NULL-aware joins used for FULL OUTER JOIN conditions.
|
|
944
951
|
*/
|
|
@@ -987,10 +994,6 @@ export interface IFeatureFlags {
|
|
|
987
994
|
* Enable parameters feature.
|
|
988
995
|
*/
|
|
989
996
|
enableParameters?: boolean;
|
|
990
|
-
/**
|
|
991
|
-
* Indicates whether the user can set dateTimeSemantics for data sources that support it.
|
|
992
|
-
*/
|
|
993
|
-
enableDateTimeSemanticsSetting?: boolean;
|
|
994
997
|
/**
|
|
995
998
|
* Enable enhanced insight picker.
|
|
996
999
|
*/
|
|
@@ -1003,4 +1006,8 @@ export interface IFeatureFlags {
|
|
|
1003
1006
|
* Enable ai agentic multi-conversations.
|
|
1004
1007
|
*/
|
|
1005
1008
|
enableAiAgenticMultiConversations?: boolean;
|
|
1009
|
+
/**
|
|
1010
|
+
* Enable Anthropic provider in LLM configuration.
|
|
1011
|
+
*/
|
|
1012
|
+
enableAiLlmAnthropicProvider?: boolean;
|
|
1006
1013
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "11.36.0-alpha.
|
|
3
|
+
"version": "11.36.0-alpha.3",
|
|
4
4
|
"description": "GoodData Model definitions used by UI components and Backend SPI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"oxlint-tsgolint": "0.11.4",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
59
|
"vitest": "4.1.0",
|
|
60
|
-
"@gooddata/
|
|
61
|
-
"@gooddata/
|
|
60
|
+
"@gooddata/oxlint-config": "11.36.0-alpha.3",
|
|
61
|
+
"@gooddata/eslint-config": "11.36.0-alpha.3"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"_phase:build": "npm run build",
|