@gooddata/sdk-pluggable-application-model 11.35.0-alpha.5 → 11.35.0-alpha.6

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,5 +1,4 @@
1
- import { type IUserSettings } from "@gooddata/sdk-backend-spi";
2
- import { type ApplicationScope, type IEntitlementDescriptor, type ILocale, type ITheme, type IUser, type IWhiteLabeling, type IWorkspacePermissions, type ObjRef } from "@gooddata/sdk-model";
1
+ import { type ApplicationScope, type IEntitlementDescriptor, type ILocale, type ITheme, type IUser, type IUserSettings, type IWhiteLabeling, type IWorkspacePermissions, type ObjRef } from "@gooddata/sdk-model";
3
2
  /**
4
3
  * Pluggable application embedding mode.
5
4
  *
@@ -9,7 +9,7 @@ import { IEntitlementDescriptor } from '@gooddata/sdk-model';
9
9
  import { ILocale } from '@gooddata/sdk-model';
10
10
  import { ITheme } from '@gooddata/sdk-model';
11
11
  import { IUser } from '@gooddata/sdk-model';
12
- import { IUserSettings } from '@gooddata/sdk-backend-spi';
12
+ import { IUserSettings } from '@gooddata/sdk-model';
13
13
  import { IWhiteLabeling } from '@gooddata/sdk-model';
14
14
  import { IWorkspacePermissions } from '@gooddata/sdk-model';
15
15
  import { ObjRef } from '@gooddata/sdk-model';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-pluggable-application-model",
3
- "version": "11.35.0-alpha.5",
3
+ "version": "11.35.0-alpha.6",
4
4
  "description": "GoodData SDK model contracts for pluggable applications",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -23,8 +23,7 @@
23
23
  "dependencies": {
24
24
  "ts-invariant": "0.10.3",
25
25
  "tslib": "2.8.1",
26
- "@gooddata/sdk-backend-spi": "11.35.0-alpha.5",
27
- "@gooddata/sdk-model": "11.35.0-alpha.5"
26
+ "@gooddata/sdk-model": "11.35.0-alpha.6"
28
27
  },
29
28
  "devDependencies": {
30
29
  "@microsoft/api-documenter": "^7.17.0",
@@ -48,8 +47,8 @@
48
47
  "oxlint-tsgolint": "0.11.4",
49
48
  "typescript": "5.9.3",
50
49
  "vitest": "4.1.0",
51
- "@gooddata/oxlint-config": "11.35.0-alpha.5",
52
- "@gooddata/eslint-config": "11.35.0-alpha.5"
50
+ "@gooddata/eslint-config": "11.35.0-alpha.6",
51
+ "@gooddata/oxlint-config": "11.35.0-alpha.6"
53
52
  },
54
53
  "scripts": {
55
54
  "_phase:build": "npm run build",
@@ -59,7 +58,7 @@
59
58
  "build": "npm-run-all -p build-check build-ts && npm run api-extractor",
60
59
  "build-check": "tsgo",
61
60
  "build-ts": "tsgo -p tsconfig.build.json",
62
- "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
61
+ "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log tsconfig.tsbuildinfo",
63
62
  "dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
64
63
  "format-check": "oxfmt --check .",
65
64
  "format-write": "oxfmt .",