@gooddata/sdk-backend-mockingbird 11.47.0-alpha.1 → 11.47.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.
@@ -229,6 +229,12 @@ function recordedWorkspace(workspace, recordings = {}, implConfig) {
229
229
  async setEnablePartialDataResults() {
230
230
  return Promise.resolve();
231
231
  },
232
+ async setEnableNullJoins() {
233
+ return Promise.resolve();
234
+ },
235
+ async setEnableQueryTags() {
236
+ return Promise.resolve();
237
+ },
232
238
  async deleteEnableDrillToUrlByDefault() {
233
239
  return Promise.resolve();
234
240
  },
@@ -518,6 +524,8 @@ function recordedOrganization(organizationId, implConfig) {
518
524
  getAiRateLimit: () => Promise.resolve(undefined),
519
525
  setEnableDrillToUrlByDefault: () => Promise.resolve(),
520
526
  setEnablePartialDataResults: () => Promise.resolve(),
527
+ setEnableNullJoins: () => Promise.resolve(),
528
+ setEnableQueryTags: () => Promise.resolve(),
521
529
  setAlertDefault: () => Promise.resolve(),
522
530
  deleteTheme: () => Promise.resolve(),
523
531
  deleteColorPalette: () => Promise.resolve(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-mockingbird",
3
- "version": "11.47.0-alpha.1",
3
+ "version": "11.47.0-alpha.3",
4
4
  "description": "Mock GoodData Backend SPI implementation",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -25,10 +25,10 @@
25
25
  "ts-invariant": "0.10.3",
26
26
  "tslib": "2.8.1",
27
27
  "uuid": "11.1.1",
28
- "@gooddata/sdk-backend-base": "11.47.0-alpha.1",
29
- "@gooddata/sdk-backend-spi": "11.47.0-alpha.1",
30
- "@gooddata/util": "11.47.0-alpha.1",
31
- "@gooddata/sdk-model": "11.47.0-alpha.1"
28
+ "@gooddata/sdk-backend-base": "11.47.0-alpha.3",
29
+ "@gooddata/sdk-backend-spi": "11.47.0-alpha.3",
30
+ "@gooddata/sdk-model": "11.47.0-alpha.3",
31
+ "@gooddata/util": "11.47.0-alpha.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@microsoft/api-documenter": "^7.17.0",
@@ -52,9 +52,9 @@
52
52
  "oxlint-tsgolint": "0.15.0",
53
53
  "typescript": "5.9.3",
54
54
  "vitest": "4.1.8",
55
- "@gooddata/eslint-config": "11.47.0-alpha.1",
56
- "@gooddata/oxlint-config": "11.47.0-alpha.1",
57
- "@gooddata/reference-workspace": "11.47.0-alpha.1"
55
+ "@gooddata/eslint-config": "11.47.0-alpha.3",
56
+ "@gooddata/reference-workspace": "11.47.0-alpha.3",
57
+ "@gooddata/oxlint-config": "11.47.0-alpha.3"
58
58
  },
59
59
  "scripts": {
60
60
  "_phase:build": "npm run build",