@gooddata/sdk-model 11.36.0-alpha.0 → 11.36.0-alpha.2

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.
@@ -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
@@ -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, LlmEndpointTestResults, } from "./llmEndpoints/index.js";
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";
@@ -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-2025 GoodData Corporation
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 type LlmProviderConfig = IOpenAIProviderConfig | IAzureFoundryProviderConfig | IAwsBedrockProviderConfig;
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
  */
@@ -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
@@ -6862,6 +6871,13 @@ export declare interface IFeatureFlags {
6862
6871
  * Enable shell application.
6863
6872
  */
6864
6873
  enableShellApplication?: boolean;
6874
+ /**
6875
+ * Per-app sub-flag under enableShellApplication. When true (and
6876
+ * enableShellApplication is also true), the catalog runs as a pluggable
6877
+ * app inside the host. When false, the legacy in-app catalog at
6878
+ * `/workspaces/{id}/catalog/*` is rendered instead.
6879
+ */
6880
+ enableShellApplication_catalog?: boolean;
6865
6881
  /**
6866
6882
  * Enable NULL-aware joins used for FULL OUTER JOIN conditions.
6867
6883
  */
@@ -6910,10 +6926,6 @@ export declare interface IFeatureFlags {
6910
6926
  * Enable parameters feature.
6911
6927
  */
6912
6928
  enableParameters?: boolean;
6913
- /**
6914
- * Indicates whether the user can set dateTimeSemantics for data sources that support it.
6915
- */
6916
- enableDateTimeSemanticsSetting?: boolean;
6917
6929
  /**
6918
6930
  * Enable enhanced insight picker.
6919
6931
  */
@@ -6926,6 +6938,10 @@ export declare interface IFeatureFlags {
6926
6938
  * Enable ai agentic multi-conversations.
6927
6939
  */
6928
6940
  enableAiAgenticMultiConversations?: boolean;
6941
+ /**
6942
+ * Enable Anthropic provider in LLM configuration.
6943
+ */
6944
+ enableAiLlmAnthropicProvider?: boolean;
6929
6945
  }
6930
6946
 
6931
6947
  /**
@@ -14857,15 +14873,6 @@ export declare type ListedDashboardAvailability = "full" | "viaLink";
14857
14873
  */
14858
14874
  export declare type LlmEndpointOpenAIPatch = Partial<ILlmEndpointOpenAI> & Pick<ILlmEndpointOpenAI, "id">;
14859
14875
 
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
14876
  /**
14870
14877
  * @alpha
14871
14878
  * Results of the llm models test
@@ -14879,7 +14886,7 @@ export declare type LlmModelsTestResults = {
14879
14886
  /**
14880
14887
  * @alpha
14881
14888
  */
14882
- export declare type LlmProviderConfig = IOpenAIProviderConfig | IAzureFoundryProviderConfig | IAwsBedrockProviderConfig;
14889
+ export declare type LlmProviderConfig = IOpenAIProviderConfig | IAzureFoundryProviderConfig | IAwsBedrockProviderConfig | IAnthropicProviderConfig;
14883
14890
 
14884
14891
  /**
14885
14892
  * @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.0",
3
+ "version": "11.36.0-alpha.2",
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/eslint-config": "11.36.0-alpha.0",
61
- "@gooddata/oxlint-config": "11.36.0-alpha.0"
60
+ "@gooddata/eslint-config": "11.36.0-alpha.2",
61
+ "@gooddata/oxlint-config": "11.36.0-alpha.2"
62
62
  },
63
63
  "scripts": {
64
64
  "_phase:build": "npm run build",