@gooddata/sdk-backend-tiger 11.41.0-alpha.3 → 11.41.0-alpha.4

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.
@@ -1,3 +1,3 @@
1
- export declare const LIB_VERSION = "11.41.0-alpha.3";
1
+ export declare const LIB_VERSION = "11.41.0-alpha.4";
2
2
  export declare const LIB_DESCRIPTION = "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN";
3
3
  export declare const LIB_NAME = "@gooddata/sdk-backend-tiger";
package/esm/__version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
- export const LIB_VERSION = "11.41.0-alpha.3";
3
+ export const LIB_VERSION = "11.41.0-alpha.4";
4
4
  export const LIB_DESCRIPTION = "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN";
5
5
  export const LIB_NAME = "@gooddata/sdk-backend-tiger";
@@ -330,7 +330,7 @@ export const DefaultFeatureFlags = {
330
330
  enableAlertOncePerInterval: false,
331
331
  enableFiscalCalendars: true,
332
332
  enablePivotTablePagination: true,
333
- enableDashboardFilterGroups: false,
333
+ enableDashboardFilterGroups: true,
334
334
  enableMatchFilterAD: true,
335
335
  enableArbitraryFilterAD: true,
336
336
  enableMatchFilterKD: true,
@@ -351,7 +351,7 @@ export const DefaultFeatureFlags = {
351
351
  enableUserDataFiltersUi: false,
352
352
  enableEnhancedInsightPicker: false,
353
353
  enableAiLlmAnthropicProvider: false,
354
- enableShellApplication_metricEditor: false,
354
+ enableShellApplication_metricEditor: true,
355
355
  enableShellApplication_analyticalDesigner: false,
356
356
  enableDashboardSidebarResize: false,
357
357
  enableIpAllowlistsUi: false,
@@ -279,6 +279,7 @@ function convertMeasureValueFilter(filter, applyOnResultProp) {
279
279
  from: Math.min(originalFrom, originalTo),
280
280
  to: Math.max(originalFrom, originalTo),
281
281
  treatNullValuesAs,
282
+ localIdentifier,
282
283
  ...dimensionalityProp,
283
284
  ...applyOnResultProp,
284
285
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-tiger",
3
- "version": "11.41.0-alpha.3",
3
+ "version": "11.41.0-alpha.4",
4
4
  "description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -33,12 +33,12 @@
33
33
  "ts-invariant": "0.10.3",
34
34
  "tslib": "2.8.1",
35
35
  "uuid": "11.1.1",
36
- "@gooddata/api-client-tiger": "11.41.0-alpha.3",
37
- "@gooddata/sdk-backend-base": "11.41.0-alpha.3",
38
- "@gooddata/sdk-code-convertors": "11.41.0-alpha.3",
39
- "@gooddata/sdk-model": "11.41.0-alpha.3",
40
- "@gooddata/sdk-backend-spi": "11.41.0-alpha.3",
41
- "@gooddata/util": "11.41.0-alpha.3"
36
+ "@gooddata/api-client-tiger": "11.41.0-alpha.4",
37
+ "@gooddata/sdk-backend-spi": "11.41.0-alpha.4",
38
+ "@gooddata/sdk-backend-base": "11.41.0-alpha.4",
39
+ "@gooddata/sdk-code-convertors": "11.41.0-alpha.4",
40
+ "@gooddata/sdk-model": "11.41.0-alpha.4",
41
+ "@gooddata/util": "11.41.0-alpha.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@gooddata/fixtures": "3.7.0",
@@ -65,10 +65,10 @@
65
65
  "oxlint-tsgolint": "0.15.0",
66
66
  "typescript": "5.9.3",
67
67
  "vitest": "4.1.8",
68
- "@gooddata/catalog-export": "11.41.0-alpha.3",
69
- "@gooddata/eslint-config": "11.41.0-alpha.3",
70
- "@gooddata/oxlint-config": "11.41.0-alpha.3",
71
- "@gooddata/reference-workspace": "11.41.0-alpha.3"
68
+ "@gooddata/catalog-export": "11.41.0-alpha.4",
69
+ "@gooddata/eslint-config": "11.41.0-alpha.4",
70
+ "@gooddata/oxlint-config": "11.41.0-alpha.4",
71
+ "@gooddata/reference-workspace": "11.41.0-alpha.4"
72
72
  },
73
73
  "scripts": {
74
74
  "_phase:build": "npm run build",