@gooddata/sdk-backend-spi 11.37.0-alpha.0 → 11.37.0-alpha.1

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.
@@ -8540,7 +8540,11 @@ export declare interface IWorkspaceKeyDriverAnalysisService {
8540
8540
  /**
8541
8541
  * Compute change analysis
8542
8542
  */
8543
- computeChangeAnalysis(definition: IChangeAnalysisDefinition, period: IChangeAnalysisPeriod, options?: IChangeAnalysisOptions): Promise<IChangeAnalysisResults>;
8543
+ computeChangeAnalysis(definition: IChangeAnalysisDefinition, period: IChangeAnalysisPeriod, options?: IChangeAnalysisOptions, signal?: AbortSignal): Promise<IChangeAnalysisResults>;
8544
+ /**
8545
+ * Cancel change analysis
8546
+ */
8547
+ cancelChangeAnalysis(): Promise<void>;
8544
8548
  }
8545
8549
 
8546
8550
  /**
@@ -130,5 +130,9 @@ export interface IWorkspaceKeyDriverAnalysisService {
130
130
  /**
131
131
  * Compute change analysis
132
132
  */
133
- computeChangeAnalysis(definition: IChangeAnalysisDefinition, period: IChangeAnalysisPeriod, options?: IChangeAnalysisOptions): Promise<IChangeAnalysisResults>;
133
+ computeChangeAnalysis(definition: IChangeAnalysisDefinition, period: IChangeAnalysisPeriod, options?: IChangeAnalysisOptions, signal?: AbortSignal): Promise<IChangeAnalysisResults>;
134
+ /**
135
+ * Cancel change analysis
136
+ */
137
+ cancelChangeAnalysis(): Promise<void>;
134
138
  }
@@ -1,2 +1,2 @@
1
- // (C) 2019-2025 GoodData Corporation
1
+ // (C) 2019-2026 GoodData Corporation
2
2
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-spi",
3
- "version": "11.37.0-alpha.0",
3
+ "version": "11.37.0-alpha.1",
4
4
  "description": "GoodData Backend SPI abstraction interfaces",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -24,7 +24,7 @@
24
24
  "lodash-es": "^4.17.23",
25
25
  "ts-invariant": "0.10.3",
26
26
  "tslib": "2.8.1",
27
- "@gooddata/sdk-model": "11.37.0-alpha.0"
27
+ "@gooddata/sdk-model": "11.37.0-alpha.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@microsoft/api-documenter": "^7.17.0",
@@ -48,8 +48,8 @@
48
48
  "oxlint-tsgolint": "0.11.4",
49
49
  "typescript": "5.9.3",
50
50
  "vitest": "4.1.0",
51
- "@gooddata/oxlint-config": "11.37.0-alpha.0",
52
- "@gooddata/eslint-config": "11.37.0-alpha.0"
51
+ "@gooddata/eslint-config": "11.37.0-alpha.1",
52
+ "@gooddata/oxlint-config": "11.37.0-alpha.1"
53
53
  },
54
54
  "scripts": {
55
55
  "_phase:build": "npm run build",