@gooddata/sdk-model 11.48.0-alpha.0 → 11.48.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.
- package/esm/base/granularityRegistry.d.ts +171 -0
- package/esm/base/granularityRegistry.d.ts.map +1 -0
- package/esm/base/granularityRegistry.js +219 -0
- package/esm/dashboard/parameter.d.ts +5 -0
- package/esm/dashboard/parameter.d.ts.map +1 -1
- package/esm/dateFilterConfig/index.d.ts +6 -0
- package/esm/dateFilterConfig/index.d.ts.map +1 -1
- package/esm/dateFilterConfig/index.js +6 -0
- package/esm/genAI/chat.d.ts +71 -0
- package/esm/genAI/chat.d.ts.map +1 -1
- package/esm/index.d.ts +4 -3
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +3 -2
- package/esm/ldm/metadata/parameter/index.d.ts +13 -0
- package/esm/ldm/metadata/parameter/index.d.ts.map +1 -1
- package/esm/ldm/metadata/parameter/index.js +25 -0
- package/esm/objRef/index.d.ts +1 -1
- package/esm/objRef/index.d.ts.map +1 -1
- package/esm/sdk-model.d.ts +299 -10
- package/esm/settings/settings.d.ts +9 -9
- package/esm/settings/settings.d.ts.map +1 -1
- package/package.json +3 -3
package/esm/sdk-model.d.ts
CHANGED
|
@@ -557,6 +557,18 @@ export declare type AutomationEvaluationMode = "SHARED" | "PER_RECIPIENT";
|
|
|
557
557
|
*/
|
|
558
558
|
export declare type AutomationNotificationType = "automation-task.completed" | "automation-task.limit-exceeded";
|
|
559
559
|
|
|
560
|
+
/**
|
|
561
|
+
* Whether a granularity is usable under the given calendar — its own (`standard`/`fiscal`) granularities plus
|
|
562
|
+
* the `shared` ones (week/date/time/cyclical).
|
|
563
|
+
*
|
|
564
|
+
* @remarks
|
|
565
|
+
* Mirrors what a single calendar "tab" offers, so a merged result (e.g. `standard` + `fiscal`) can be split into
|
|
566
|
+
* standard-usable and fiscal-usable in one pass. `shared` granularities satisfy both calendars.
|
|
567
|
+
*
|
|
568
|
+
* @alpha
|
|
569
|
+
*/
|
|
570
|
+
export declare const belongsToCalendar: (g: string | undefined, calendar: "fiscal" | "standard") => boolean;
|
|
571
|
+
|
|
560
572
|
/**
|
|
561
573
|
* Gets first attribute matching the provided predicate from the bucket.
|
|
562
574
|
*
|
|
@@ -903,6 +915,32 @@ export declare function bucketTotals(bucket: IBucket): ITotal[];
|
|
|
903
915
|
*/
|
|
904
916
|
export declare const BuiltInWidgetTypes: string[];
|
|
905
917
|
|
|
918
|
+
/**
|
|
919
|
+
* Calendar a granularity belongs to.
|
|
920
|
+
*
|
|
921
|
+
* @remarks
|
|
922
|
+
* - `standard` — Gregorian year/quarter/month.
|
|
923
|
+
* - `fiscal` — fiscal year/quarter/month (and, with custom fiscal calendars, further fiscal periods).
|
|
924
|
+
* - `shared` — usable under either calendar (week, date, hour, minute, and the standard-derived cyclical periods).
|
|
925
|
+
*
|
|
926
|
+
* @alpha
|
|
927
|
+
*/
|
|
928
|
+
export declare type CalendarAffinity = "standard" | "fiscal" | "shared";
|
|
929
|
+
|
|
930
|
+
/**
|
|
931
|
+
* Which calendar the caller is resolving granularities for.
|
|
932
|
+
*
|
|
933
|
+
* @alpha
|
|
934
|
+
*/
|
|
935
|
+
export declare type CalendarContext = {
|
|
936
|
+
type: "standard";
|
|
937
|
+
} | {
|
|
938
|
+
type: "fiscal";
|
|
939
|
+
} | {
|
|
940
|
+
type: "custom";
|
|
941
|
+
enabledGranularities: IEnabledGranularity[];
|
|
942
|
+
};
|
|
943
|
+
|
|
906
944
|
/**
|
|
907
945
|
* Calendar type
|
|
908
946
|
*
|
|
@@ -2110,6 +2148,12 @@ export declare type GenAIRelativeDateFilter = {
|
|
|
2110
2148
|
to: number;
|
|
2111
2149
|
};
|
|
2112
2150
|
|
|
2151
|
+
/**
|
|
2152
|
+
* Filter in the GenAI user context (wire-aligned shape).
|
|
2153
|
+
* @internal
|
|
2154
|
+
*/
|
|
2155
|
+
export declare type GenAIUserContextFilter = IGenAIUserContextAttributeFilter | IGenAIUserContextAbsoluteDateFilter | IGenAIUserContextRelativeDateFilter;
|
|
2156
|
+
|
|
2113
2157
|
/**
|
|
2114
2158
|
* Type of the visualization.
|
|
2115
2159
|
* @internal
|
|
@@ -2191,6 +2235,9 @@ export declare const GeoVisualizationTypes: {
|
|
|
2191
2235
|
*/
|
|
2192
2236
|
export declare function getAttributeElementsItems(attributeElements: IAttributeElements): Array<string | null>;
|
|
2193
2237
|
|
|
2238
|
+
/** Chronological granularity a cyclical one is derived from (month_in_year → month), if any. @alpha */
|
|
2239
|
+
export declare const getChronologicalOrigin: (g: string | undefined) => DateAttributeGranularity | undefined;
|
|
2240
|
+
|
|
2194
2241
|
/**
|
|
2195
2242
|
* Resolves a delimiter character to its corresponding preset identifier.
|
|
2196
2243
|
*
|
|
@@ -2238,6 +2285,34 @@ export declare function getCsvDelimiterValidationError(delimiter: string): CsvDe
|
|
|
2238
2285
|
*/
|
|
2239
2286
|
export declare function getCsvDelimiterValue(selectedPreset: CsvDelimiterPreset, customDelimiter: string): string;
|
|
2240
2287
|
|
|
2288
|
+
/**
|
|
2289
|
+
* Runs {@link getGranularities} and narrows the result to the {@link DateFilterGranularity} subset.
|
|
2290
|
+
* @alpha
|
|
2291
|
+
*/
|
|
2292
|
+
export declare const getDateFilterGranularities: (query: IGranularitiesQuery) => DateFilterGranularity[];
|
|
2293
|
+
|
|
2294
|
+
/** Fiscal equivalent of a standard granularity (year → fiscal_year), if any. @alpha */
|
|
2295
|
+
export declare const getFiscalEquivalent: (g: string | undefined) => DateAttributeGranularity | undefined;
|
|
2296
|
+
|
|
2297
|
+
/**
|
|
2298
|
+
* The single source of truth for "which date granularities apply here".
|
|
2299
|
+
*
|
|
2300
|
+
* @remarks
|
|
2301
|
+
* Returns the calendar-relevant granularities in canonical coarse→fine order. Standard/fiscal chronological
|
|
2302
|
+
* granularities come from the registry; a `custom` calendar supplies its own `enabledGranularities` (and their
|
|
2303
|
+
* order). The result is calendar-relevant only — callers narrow it to a backend/dataset-supported subset.
|
|
2304
|
+
*
|
|
2305
|
+
* @alpha
|
|
2306
|
+
*/
|
|
2307
|
+
export declare function getGranularities(query: IGranularitiesQuery): DateAttributeGranularity[];
|
|
2308
|
+
|
|
2309
|
+
/**
|
|
2310
|
+
* Returns the descriptor for a granularity, or `undefined` if not a known {@link DateAttributeGranularity}.
|
|
2311
|
+
*
|
|
2312
|
+
* @alpha
|
|
2313
|
+
*/
|
|
2314
|
+
export declare function getGranularityDescriptor(granularity: string | undefined): IGranularityDescriptor | undefined;
|
|
2315
|
+
|
|
2241
2316
|
/**
|
|
2242
2317
|
* @internal
|
|
2243
2318
|
*/
|
|
@@ -2259,6 +2334,31 @@ export declare const getHierarchyTitle: (hierarchy: ICatalogAttributeHierarchy |
|
|
|
2259
2334
|
*/
|
|
2260
2335
|
export declare function getSelectedElementsCount(filter: IDashboardAttributeFilter): number;
|
|
2261
2336
|
|
|
2337
|
+
/** Standard equivalent of a fiscal granularity (fiscal_year → year), if any. @alpha */
|
|
2338
|
+
export declare const getStandardEquivalent: (g: string | undefined) => DateAttributeGranularity | undefined;
|
|
2339
|
+
|
|
2340
|
+
/**
|
|
2341
|
+
* Canonical registry of every {@link DateAttributeGranularity}.
|
|
2342
|
+
*
|
|
2343
|
+
* @remarks
|
|
2344
|
+
* Keyed on the full union so that adding a new granularity to {@link DateAttributeGranularity} is a compile error
|
|
2345
|
+
* here until its descriptor is provided — the registry is the single point that must be extended.
|
|
2346
|
+
*
|
|
2347
|
+
* @alpha
|
|
2348
|
+
*/
|
|
2349
|
+
export declare const GRANULARITY_DESCRIPTORS: Record<DateAttributeGranularity, IGranularityDescriptor>;
|
|
2350
|
+
|
|
2351
|
+
/**
|
|
2352
|
+
* Structural family of a date granularity.
|
|
2353
|
+
*
|
|
2354
|
+
* @remarks
|
|
2355
|
+
* - `chronological` — sequential periods (year, quarter, month, week, date, hour, minute) and their fiscal variants.
|
|
2356
|
+
* - `cyclical` — "X of Y" periods that repeat (month of year, day of week, …); a.k.a. generic/periodical.
|
|
2357
|
+
*
|
|
2358
|
+
* @alpha
|
|
2359
|
+
*/
|
|
2360
|
+
export declare type GranularityFamily = "chronological" | "cyclical";
|
|
2361
|
+
|
|
2262
2362
|
/**
|
|
2263
2363
|
* Type representing groupable catalog item - attribute, measure or fact
|
|
2264
2364
|
*
|
|
@@ -4824,6 +4924,11 @@ export declare interface IDashboardExportParameter {
|
|
|
4824
4924
|
* execution.
|
|
4825
4925
|
*/
|
|
4826
4926
|
title: string;
|
|
4927
|
+
/**
|
|
4928
|
+
* Parameter type tag; matches the workspace parameter definition's `type`. Absent on rows
|
|
4929
|
+
* persisted before the tag existed — those are decoded as NUMBER.
|
|
4930
|
+
*/
|
|
4931
|
+
parameterType?: ParameterType;
|
|
4827
4932
|
}
|
|
4828
4933
|
|
|
4829
4934
|
/**
|
|
@@ -6148,6 +6253,22 @@ export declare interface IEmptyValuesDateFilterOption extends IDateFilterOption
|
|
|
6148
6253
|
emptyValueHandling?: EmptyValues;
|
|
6149
6254
|
}
|
|
6150
6255
|
|
|
6256
|
+
/**
|
|
6257
|
+
* A granularity enabled on a custom fiscal calendar (mirrors the calendar's `enabledGranularities`).
|
|
6258
|
+
*
|
|
6259
|
+
* @remarks
|
|
6260
|
+
* Placeholder for the custom fiscal calendar work; consumed by the `custom` branch of {@link getGranularities}.
|
|
6261
|
+
*
|
|
6262
|
+
* @alpha
|
|
6263
|
+
*/
|
|
6264
|
+
export declare interface IEnabledGranularity {
|
|
6265
|
+
granularity: DateAttributeGranularity;
|
|
6266
|
+
/** Localizable label prefix defined on the calendar (e.g. "FY", "FP"). */
|
|
6267
|
+
prefix?: string;
|
|
6268
|
+
/** Calendar-defined drill-down order; falls back to the registry `order` when omitted. */
|
|
6269
|
+
order?: number;
|
|
6270
|
+
}
|
|
6271
|
+
|
|
6151
6272
|
/**
|
|
6152
6273
|
* Entitlement descriptor
|
|
6153
6274
|
*
|
|
@@ -6760,7 +6881,6 @@ export declare interface IFeatureFlags {
|
|
|
6760
6881
|
enableMongoDbDataSource?: boolean;
|
|
6761
6882
|
enableStarrocksDataSource?: boolean;
|
|
6762
6883
|
enableSingleStoreDataSource?: boolean;
|
|
6763
|
-
enableCrateDbDataSource?: boolean;
|
|
6764
6884
|
/**
|
|
6765
6885
|
* Enable Semantic Search in the UI.
|
|
6766
6886
|
*/
|
|
@@ -6825,10 +6945,6 @@ export declare interface IFeatureFlags {
|
|
|
6825
6945
|
* Enable insights export of raw data when limit is reached.
|
|
6826
6946
|
*/
|
|
6827
6947
|
enableRawExports?: boolean;
|
|
6828
|
-
/**
|
|
6829
|
-
* Enable customizable CSV delimiter in exports.
|
|
6830
|
-
*/
|
|
6831
|
-
enableCustomizableCsvDelimiter?: boolean;
|
|
6832
6948
|
/**
|
|
6833
6949
|
* Enable export template selection for slide exports.
|
|
6834
6950
|
* When enabled, the user can choose which export template to apply
|
|
@@ -6898,10 +7014,6 @@ export declare interface IFeatureFlags {
|
|
|
6898
7014
|
* @alpha
|
|
6899
7015
|
*/
|
|
6900
7016
|
productionFeatures?: IProductionFeaturesConfig;
|
|
6901
|
-
/**
|
|
6902
|
-
* Enable new scheduled export
|
|
6903
|
-
*/
|
|
6904
|
-
enableNewScheduledExport?: boolean;
|
|
6905
7017
|
/**
|
|
6906
7018
|
* Enable custom Identity Provider
|
|
6907
7019
|
*/
|
|
@@ -6936,6 +7048,11 @@ export declare interface IFeatureFlags {
|
|
|
6936
7048
|
* live announcements, and alternate table view.
|
|
6937
7049
|
*/
|
|
6938
7050
|
enableGeoChartA11yImprovements?: boolean;
|
|
7051
|
+
/**
|
|
7052
|
+
* Enables tabular exports of multi-layer geo charts with one sheet (XLSX) or file (CSV)
|
|
7053
|
+
* per layer.
|
|
7054
|
+
*/
|
|
7055
|
+
enableGeoLayersExport?: boolean;
|
|
6939
7056
|
/**
|
|
6940
7057
|
* Enables viewport configuration for geo charts (custom viewport + pan/zoom navigation controls).
|
|
6941
7058
|
*/
|
|
@@ -7118,6 +7235,10 @@ export declare interface IFeatureFlags {
|
|
|
7118
7235
|
* Enable ai agentic conversations.
|
|
7119
7236
|
*/
|
|
7120
7237
|
enableAiAgenticConversations?: boolean;
|
|
7238
|
+
/**
|
|
7239
|
+
* Enable ai context setup.
|
|
7240
|
+
*/
|
|
7241
|
+
enableAiContextSetup?: boolean;
|
|
7121
7242
|
/**
|
|
7122
7243
|
* Enable per-workspace opt-out from sharing data with the LLM. When this flag is on,
|
|
7123
7244
|
* GenAI features that send data to the LLM (e.g. visualization summarization) require
|
|
@@ -7507,10 +7628,18 @@ export declare interface IGenAIDashboardContext {
|
|
|
7507
7628
|
* Dashboard object reference.
|
|
7508
7629
|
*/
|
|
7509
7630
|
ref: ObjRef;
|
|
7631
|
+
/**
|
|
7632
|
+
* Dashboard title.
|
|
7633
|
+
*/
|
|
7634
|
+
title?: string;
|
|
7510
7635
|
/**
|
|
7511
7636
|
* Widgets currently visible on the dashboard.
|
|
7512
7637
|
*/
|
|
7513
7638
|
widgets: IGenAIWidgetDescriptor[];
|
|
7639
|
+
/**
|
|
7640
|
+
* Dashboard filter bar as currently applied in the UI (live state).
|
|
7641
|
+
*/
|
|
7642
|
+
filters?: GenAIUserContextFilter[];
|
|
7514
7643
|
}
|
|
7515
7644
|
|
|
7516
7645
|
/**
|
|
@@ -7622,6 +7751,67 @@ export declare interface IGenAIUserContext {
|
|
|
7622
7751
|
referencedObjects?: IGenAIObjectReferenceGroup[];
|
|
7623
7752
|
}
|
|
7624
7753
|
|
|
7754
|
+
/**
|
|
7755
|
+
* Absolute date filter in the GenAI user context (wire-aligned shape).
|
|
7756
|
+
* @internal
|
|
7757
|
+
*/
|
|
7758
|
+
export declare interface IGenAIUserContextAbsoluteDateFilter {
|
|
7759
|
+
type: "date_filter";
|
|
7760
|
+
/**
|
|
7761
|
+
* Identifier of the date dataset the filter uses. The dashboard's common date filter has
|
|
7762
|
+
* no dataset ref in the filter context (it resolves per-widget), so it is omitted there;
|
|
7763
|
+
* the backend then uses the filter for prompt context only, not for execution.
|
|
7764
|
+
*/
|
|
7765
|
+
using?: string;
|
|
7766
|
+
from: string;
|
|
7767
|
+
to: string;
|
|
7768
|
+
/**
|
|
7769
|
+
* Human-readable filter title. Display-only — stripped before the request is sent.
|
|
7770
|
+
*/
|
|
7771
|
+
title?: string;
|
|
7772
|
+
}
|
|
7773
|
+
|
|
7774
|
+
/**
|
|
7775
|
+
* Attribute filter in the GenAI user context (wire-aligned shape).
|
|
7776
|
+
* @internal
|
|
7777
|
+
*/
|
|
7778
|
+
export declare interface IGenAIUserContextAttributeFilter {
|
|
7779
|
+
type: "attribute_filter";
|
|
7780
|
+
/**
|
|
7781
|
+
* Identifier of the label (display form) the filter uses.
|
|
7782
|
+
*/
|
|
7783
|
+
using: string;
|
|
7784
|
+
state: {
|
|
7785
|
+
include?: string[];
|
|
7786
|
+
exclude?: string[];
|
|
7787
|
+
};
|
|
7788
|
+
/**
|
|
7789
|
+
* Human-readable filter title. Display-only — stripped before the request is sent.
|
|
7790
|
+
*/
|
|
7791
|
+
title?: string;
|
|
7792
|
+
}
|
|
7793
|
+
|
|
7794
|
+
/**
|
|
7795
|
+
* Relative date filter in the GenAI user context (wire-aligned shape).
|
|
7796
|
+
* @internal
|
|
7797
|
+
*/
|
|
7798
|
+
export declare interface IGenAIUserContextRelativeDateFilter {
|
|
7799
|
+
type: "date_filter";
|
|
7800
|
+
/**
|
|
7801
|
+
* Identifier of the date dataset the filter uses. The dashboard's common date filter has
|
|
7802
|
+
* no dataset ref in the filter context (it resolves per-widget), so it is omitted there;
|
|
7803
|
+
* the backend then uses the filter for prompt context only, not for execution.
|
|
7804
|
+
*/
|
|
7805
|
+
using?: string;
|
|
7806
|
+
granularity: GenAIDateGranularity | "WEEK_US";
|
|
7807
|
+
from: number;
|
|
7808
|
+
to: number;
|
|
7809
|
+
/**
|
|
7810
|
+
* Human-readable filter title. Display-only — stripped before the request is sent.
|
|
7811
|
+
*/
|
|
7812
|
+
title?: string;
|
|
7813
|
+
}
|
|
7814
|
+
|
|
7625
7815
|
/**
|
|
7626
7816
|
* Visualization definition created by the assistant.
|
|
7627
7817
|
* @internal
|
|
@@ -7907,6 +8097,65 @@ export declare interface IGranteeGranularity {
|
|
|
7907
8097
|
*/
|
|
7908
8098
|
export declare type IGranularAccessGrantee = IGranularUserAccessGrantee | IGranularUserGroupAccessGrantee | IGranularRulesAccessGrantee;
|
|
7909
8099
|
|
|
8100
|
+
/**
|
|
8101
|
+
* Query describing which granularities to return.
|
|
8102
|
+
*
|
|
8103
|
+
* @alpha
|
|
8104
|
+
*/
|
|
8105
|
+
export declare interface IGranularitiesQuery {
|
|
8106
|
+
/**
|
|
8107
|
+
* The calendar(s) to resolve granularities for. Pass a single-element array for one calendar, or several to
|
|
8108
|
+
* get their merged, de-duplicated union in canonical order — e.g. `standard` + `fiscal` for a
|
|
8109
|
+
* "supported/available" superset. A single custom calendar preserves its own `enabledGranularities` order;
|
|
8110
|
+
* a merge always uses the canonical registry order.
|
|
8111
|
+
*/
|
|
8112
|
+
calendars: CalendarContext[];
|
|
8113
|
+
/** Structural families to include. Defaults to `["chronological"]`; pass `["cyclical"]` for generic-only. */
|
|
8114
|
+
families?: GranularityFamily[];
|
|
8115
|
+
/** Include time-scale granularities (hour/minute and their cyclical forms). Defaults to `true`. */
|
|
8116
|
+
includeTime?: boolean;
|
|
8117
|
+
/** For a fiscal/custom calendar, also include shared granularities (week/date/time/…). Defaults to `true`. */
|
|
8118
|
+
includeShared?: boolean;
|
|
8119
|
+
/** Include granularities that are not offered by default (`GDC.time.week`, EU-week variants). Defaults to `false`. */
|
|
8120
|
+
includeNonDefault?: boolean;
|
|
8121
|
+
}
|
|
8122
|
+
|
|
8123
|
+
/**
|
|
8124
|
+
* Canonical, calendar-independent metadata for a single date granularity.
|
|
8125
|
+
*
|
|
8126
|
+
* @remarks
|
|
8127
|
+
* This is the single source of truth for classification, ordering and standard/fiscal relations.
|
|
8128
|
+
* It intentionally does NOT carry i18n labels — those stay in the consuming apps, keyed off this descriptor.
|
|
8129
|
+
*
|
|
8130
|
+
* @alpha
|
|
8131
|
+
*/
|
|
8132
|
+
export declare interface IGranularityDescriptor {
|
|
8133
|
+
/** The canonical SDK granularity token. */
|
|
8134
|
+
granularity: DateAttributeGranularity;
|
|
8135
|
+
/** Structural family. */
|
|
8136
|
+
family: GranularityFamily;
|
|
8137
|
+
/** Which calendar the granularity belongs to. */
|
|
8138
|
+
affinity: CalendarAffinity;
|
|
8139
|
+
/** Whether the granularity is at the time-of-day scale (hour/minute and their cyclical forms). */
|
|
8140
|
+
timeScale: boolean;
|
|
8141
|
+
/**
|
|
8142
|
+
* Canonical coarse→fine display/drill-down order. Fiscal granularities are ranked immediately after
|
|
8143
|
+
* their standard sibling, so filtering to a single calendar reproduces each consumer's historical order.
|
|
8144
|
+
*/
|
|
8145
|
+
order: number;
|
|
8146
|
+
/** For cyclical granularities, the chronological granularity they are derived from (e.g. month_in_year → month). */
|
|
8147
|
+
chronologicalOrigin?: DateAttributeGranularity;
|
|
8148
|
+
/** Standard↔fiscal equivalent of the same period length (year↔fiscal_year, …), when one exists. */
|
|
8149
|
+
counterpart?: DateAttributeGranularity;
|
|
8150
|
+
/**
|
|
8151
|
+
* Whether the granularity is offered to users by default. `false` for tokens that exist in the type/backend
|
|
8152
|
+
* but are not surfaced in any picker today (the `GDC.time.week` alias and the EU-week cyclical variants).
|
|
8153
|
+
* Descriptors still exist for them so classification/lookup works; they are just excluded from
|
|
8154
|
+
* {@link getGranularities} output unless explicitly requested.
|
|
8155
|
+
*/
|
|
8156
|
+
offeredByDefault: boolean;
|
|
8157
|
+
}
|
|
8158
|
+
|
|
7910
8159
|
/**
|
|
7911
8160
|
* Rules access specification with granular permissions.
|
|
7912
8161
|
*
|
|
@@ -11699,6 +11948,16 @@ export declare interface IScheduleNotificationDetails extends IAutomationNotific
|
|
|
11699
11948
|
data: IWebhookMessageDataSchedule;
|
|
11700
11949
|
}
|
|
11701
11950
|
|
|
11951
|
+
/**
|
|
11952
|
+
* @remarks
|
|
11953
|
+
* Unknown or `undefined` input returns `false` — this is NOT the negation of {@link isCyclicalGranularity},
|
|
11954
|
+
* which also returns `false` for unknown input. Callers that want to default unknown granularities to
|
|
11955
|
+
* chronological must handle that themselves.
|
|
11956
|
+
*
|
|
11957
|
+
* @alpha
|
|
11958
|
+
*/
|
|
11959
|
+
export declare const isChronologicalGranularity: (g: string | undefined) => boolean;
|
|
11960
|
+
|
|
11702
11961
|
/**
|
|
11703
11962
|
* Type-guard testing whether the provided object is an instance of {@link IColorDescriptor}.
|
|
11704
11963
|
*
|
|
@@ -11747,6 +12006,9 @@ export declare function isComparisonConditionOperator(obj: unknown): obj is Comp
|
|
|
11747
12006
|
*/
|
|
11748
12007
|
export declare function isCrossFiltering(obj: unknown): obj is ICrossFiltering;
|
|
11749
12008
|
|
|
12009
|
+
/** @alpha */
|
|
12010
|
+
export declare const isCyclicalGranularity: (g: string | undefined) => boolean;
|
|
12011
|
+
|
|
11750
12012
|
/**
|
|
11751
12013
|
* Tests whether the provided object is an instance of {@link IDashboard}.
|
|
11752
12014
|
*
|
|
@@ -12320,6 +12582,9 @@ export declare function isFilterContextDefinition(obj: unknown): obj is IFilterC
|
|
|
12320
12582
|
*/
|
|
12321
12583
|
export declare function isFilterContextItem(obj: unknown): obj is FilterContextItem;
|
|
12322
12584
|
|
|
12585
|
+
/** @alpha */
|
|
12586
|
+
export declare const isFiscalGranularity: (g: string | undefined) => boolean;
|
|
12587
|
+
|
|
12323
12588
|
/**
|
|
12324
12589
|
* Type guard for geo layer type.
|
|
12325
12590
|
*
|
|
@@ -13041,6 +13306,9 @@ export declare function isSemanticSearchResultItem(item: object): item is ISeman
|
|
|
13041
13306
|
*/
|
|
13042
13307
|
export declare function isSeparators(obj: unknown): obj is ISeparators;
|
|
13043
13308
|
|
|
13309
|
+
/** @alpha */
|
|
13310
|
+
export declare const isSharedGranularity: (g: string | undefined) => boolean;
|
|
13311
|
+
|
|
13044
13312
|
/**
|
|
13045
13313
|
* Type guard for checking whether object is a simple measure.
|
|
13046
13314
|
*
|
|
@@ -13061,6 +13329,9 @@ export declare function isSimpleMeasureFilter(obj: unknown): obj is IMeasureFilt
|
|
|
13061
13329
|
*/
|
|
13062
13330
|
export declare function isSingleSelectionFilter(filter: IDashboardAttributeFilter): boolean;
|
|
13063
13331
|
|
|
13332
|
+
/** @alpha */
|
|
13333
|
+
export declare const isStandardGranularity: (g: string | undefined) => boolean;
|
|
13334
|
+
|
|
13064
13335
|
/**
|
|
13065
13336
|
* Tests whether the provided parameter definition is a {@link IStringParameterDefinition}.
|
|
13066
13337
|
*
|
|
@@ -13089,6 +13360,9 @@ export declare function isTestNotification(notification: unknown): notification
|
|
|
13089
13360
|
*/
|
|
13090
13361
|
export declare function isTextAttributeFilter(obj: unknown): obj is TextAttributeFilter;
|
|
13091
13362
|
|
|
13363
|
+
/** @alpha */
|
|
13364
|
+
export declare const isTimeGranularity: (g: string | undefined) => boolean;
|
|
13365
|
+
|
|
13092
13366
|
/**
|
|
13093
13367
|
* Type-guard checking whether an object is a Total.
|
|
13094
13368
|
*
|
|
@@ -16619,7 +16893,7 @@ export declare type ObjectPermissionsObjectKind = "attribute" | "fact" | "label"
|
|
|
16619
16893
|
*
|
|
16620
16894
|
* @public
|
|
16621
16895
|
*/
|
|
16622
|
-
export declare type ObjectType = "measure" | "fact" | "attribute" | "displayForm" | "dataSet" | "tag" | "insight" | "variable" | "analyticalDashboard" | "theme" | "colorPalette" | "filterContext" | "dashboardPlugin" | "attributeHierarchy" | "user" | "userGroup" | "dateHierarchyTemplate" | "dateAttributeHierarchy" | "exportDefinition" | "automation" | "filterView" | "workspaceDataFilter" | "workspaceDataFilterSetting" | "userDataFilter" | "notificationChannel" | "memoryItem" | "parameter";
|
|
16896
|
+
export declare type ObjectType = "measure" | "fact" | "attribute" | "displayForm" | "dataSet" | "tag" | "insight" | "variable" | "analyticalDashboard" | "theme" | "colorPalette" | "workspaceTheme" | "workspaceColorPalette" | "filterContext" | "dashboardPlugin" | "attributeHierarchy" | "user" | "userGroup" | "dateHierarchyTemplate" | "dateAttributeHierarchy" | "exportDefinition" | "automation" | "filterView" | "workspaceDataFilter" | "workspaceDataFilterSetting" | "userDataFilter" | "notificationChannel" | "memoryItem" | "parameter";
|
|
16623
16897
|
|
|
16624
16898
|
/**
|
|
16625
16899
|
* Model object reference.
|
|
@@ -16681,6 +16955,14 @@ export declare type ParameterType = IParameterDefinition["type"];
|
|
|
16681
16955
|
*/
|
|
16682
16956
|
export declare type ParameterValue = IParameterDefinition["defaultValue"];
|
|
16683
16957
|
|
|
16958
|
+
/**
|
|
16959
|
+
* Tests whether `value`'s runtime kind matches the given parameter definition's type, ignoring
|
|
16960
|
+
* constraints.
|
|
16961
|
+
*
|
|
16962
|
+
* @alpha
|
|
16963
|
+
*/
|
|
16964
|
+
export declare function parameterValueMatchesType(definition: IParameterDefinition, value: ParameterValue): boolean;
|
|
16965
|
+
|
|
16684
16966
|
/**
|
|
16685
16967
|
* Provenance of a granted permission — granted directly to the grantee,
|
|
16686
16968
|
* or inherited from a group or rule.
|
|
@@ -16969,6 +17251,13 @@ export declare type RgbType = "rgb";
|
|
|
16969
17251
|
*/
|
|
16970
17252
|
export declare function sanitizeBucketTotals(bucket: IBucket, sortItems: ISortItem[], totals?: ITotal[]): ITotal[];
|
|
16971
17253
|
|
|
17254
|
+
/**
|
|
17255
|
+
* Returns `value` when it is valid for `definition`, the definition's `defaultValue` otherwise.
|
|
17256
|
+
*
|
|
17257
|
+
* @alpha
|
|
17258
|
+
*/
|
|
17259
|
+
export declare function sanitizeParameterValue(definition: IParameterDefinition, value: ParameterValue): ParameterValue;
|
|
17260
|
+
|
|
16972
17261
|
/**
|
|
16973
17262
|
* Supported email attachments
|
|
16974
17263
|
* @alpha
|
|
@@ -509,7 +509,6 @@ export interface IFeatureFlags {
|
|
|
509
509
|
enableMongoDbDataSource?: boolean;
|
|
510
510
|
enableStarrocksDataSource?: boolean;
|
|
511
511
|
enableSingleStoreDataSource?: boolean;
|
|
512
|
-
enableCrateDbDataSource?: boolean;
|
|
513
512
|
/**
|
|
514
513
|
* Enable Semantic Search in the UI.
|
|
515
514
|
*/
|
|
@@ -574,10 +573,6 @@ export interface IFeatureFlags {
|
|
|
574
573
|
* Enable insights export of raw data when limit is reached.
|
|
575
574
|
*/
|
|
576
575
|
enableRawExports?: boolean;
|
|
577
|
-
/**
|
|
578
|
-
* Enable customizable CSV delimiter in exports.
|
|
579
|
-
*/
|
|
580
|
-
enableCustomizableCsvDelimiter?: boolean;
|
|
581
576
|
/**
|
|
582
577
|
* Enable export template selection for slide exports.
|
|
583
578
|
* When enabled, the user can choose which export template to apply
|
|
@@ -647,10 +642,6 @@ export interface IFeatureFlags {
|
|
|
647
642
|
* @alpha
|
|
648
643
|
*/
|
|
649
644
|
productionFeatures?: IProductionFeaturesConfig;
|
|
650
|
-
/**
|
|
651
|
-
* Enable new scheduled export
|
|
652
|
-
*/
|
|
653
|
-
enableNewScheduledExport?: boolean;
|
|
654
645
|
/**
|
|
655
646
|
* Enable custom Identity Provider
|
|
656
647
|
*/
|
|
@@ -685,6 +676,11 @@ export interface IFeatureFlags {
|
|
|
685
676
|
* live announcements, and alternate table view.
|
|
686
677
|
*/
|
|
687
678
|
enableGeoChartA11yImprovements?: boolean;
|
|
679
|
+
/**
|
|
680
|
+
* Enables tabular exports of multi-layer geo charts with one sheet (XLSX) or file (CSV)
|
|
681
|
+
* per layer.
|
|
682
|
+
*/
|
|
683
|
+
enableGeoLayersExport?: boolean;
|
|
688
684
|
/**
|
|
689
685
|
* Enables viewport configuration for geo charts (custom viewport + pan/zoom navigation controls).
|
|
690
686
|
*/
|
|
@@ -867,6 +863,10 @@ export interface IFeatureFlags {
|
|
|
867
863
|
* Enable ai agentic conversations.
|
|
868
864
|
*/
|
|
869
865
|
enableAiAgenticConversations?: boolean;
|
|
866
|
+
/**
|
|
867
|
+
* Enable ai context setup.
|
|
868
|
+
*/
|
|
869
|
+
enableAiContextSetup?: boolean;
|
|
870
870
|
/**
|
|
871
871
|
* Enable per-workspace opt-out from sharing data with the LLM. When this flag is on,
|
|
872
872
|
* GenAI features that send data to the LLM (e.g. visualization summarization) require
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../src/settings/settings.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../src/settings/settings.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "11.48.0-alpha.
|
|
3
|
+
"version": "11.48.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.15.0",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
59
|
"vitest": "4.1.8",
|
|
60
|
-
"@gooddata/eslint-config": "11.48.0-alpha.
|
|
61
|
-
"@gooddata/oxlint-config": "11.48.0-alpha.
|
|
60
|
+
"@gooddata/eslint-config": "11.48.0-alpha.2",
|
|
61
|
+
"@gooddata/oxlint-config": "11.48.0-alpha.2"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"_phase:build": "npm run build",
|