@gooddata/api-client-tiger 11.37.0-alpha.0 → 11.37.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/__version.d.ts
CHANGED
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.37.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.37.0-alpha.2";
|
|
4
4
|
export const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
|
|
5
5
|
export const LIB_NAME = "@gooddata/api-client-tiger";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ActionsApi_ComputeReport as ExecutionAPI_ComputeReport, type ActionsApiComputeReportRequest as ExecutionAPIComputeReportRequest, ActionsApi_ChangeAnalysis as ExecutionAPI_ChangeAnalysis, type ActionsApiChangeAnalysisRequest as ExecutionAPIChangeAnalysisRequest, ActionsApi_RetrieveResult as ExecutionResultAPI_RetrieveResult, ActionsApi_RetrieveResultBinary as ExecutionResultAPI_RetrieveResultBinary, ActionsApi_ChangeAnalysisResult as ExecutionResultAPI_ChangeAnalysisResult, type ActionsApiChangeAnalysisResultRequest as ExecutionResultAPIChangeAnalysisResultRequest, type ActionsApiRetrieveResultBinaryRequest as ExecutionResultAPIRetrieveResultBinaryRequest, type ActionsApiRetrieveResultRequest as ExecutionResultAPIRetrieveResultRequest, } from "../../generated/afm-rest-api/index.js";
|
|
1
|
+
export { ActionsApi_ComputeReport as ExecutionAPI_ComputeReport, type ActionsApiComputeReportRequest as ExecutionAPIComputeReportRequest, ActionsApi_ChangeAnalysis as ExecutionAPI_ChangeAnalysis, type ActionsApiChangeAnalysisRequest as ExecutionAPIChangeAnalysisRequest, ActionsApi_RetrieveResult as ExecutionResultAPI_RetrieveResult, ActionsApi_RetrieveResultBinary as ExecutionResultAPI_RetrieveResultBinary, ActionsApi_ChangeAnalysisResult as ExecutionResultAPI_ChangeAnalysisResult, type ActionsApiChangeAnalysisResultRequest as ExecutionResultAPIChangeAnalysisResultRequest, type ActionsApiRetrieveResultBinaryRequest as ExecutionResultAPIRetrieveResultBinaryRequest, type ActionsApiRetrieveResultRequest as ExecutionResultAPIRetrieveResultRequest, ActionsApi_CancelExecutions as ExecutionResultAPI_CancelExecutions, type ActionsApiCancelExecutionsRequest as ExecutionResultAPICancelExecutionsRequest, } from "../../generated/afm-rest-api/index.js";
|
|
@@ -4,4 +4,4 @@ export {
|
|
|
4
4
|
// Execution API
|
|
5
5
|
ActionsApi_ComputeReport as ExecutionAPI_ComputeReport, ActionsApi_ChangeAnalysis as ExecutionAPI_ChangeAnalysis,
|
|
6
6
|
// Execution Result API
|
|
7
|
-
ActionsApi_RetrieveResult as ExecutionResultAPI_RetrieveResult, ActionsApi_RetrieveResultBinary as ExecutionResultAPI_RetrieveResultBinary, ActionsApi_ChangeAnalysisResult as ExecutionResultAPI_ChangeAnalysisResult, } from "../../generated/afm-rest-api/index.js";
|
|
7
|
+
ActionsApi_RetrieveResult as ExecutionResultAPI_RetrieveResult, ActionsApi_RetrieveResultBinary as ExecutionResultAPI_RetrieveResultBinary, ActionsApi_ChangeAnalysisResult as ExecutionResultAPI_ChangeAnalysisResult, ActionsApi_CancelExecutions as ExecutionResultAPI_CancelExecutions, } from "../../generated/afm-rest-api/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/api-client-tiger",
|
|
3
|
-
"version": "11.37.0-alpha.
|
|
3
|
+
"version": "11.37.0-alpha.2",
|
|
4
4
|
"description": "API Client for GoodData Cloud and GoodData.CN",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"axios-cache-interceptor": "^1.8.0",
|
|
47
47
|
"lodash-es": "^4.17.23",
|
|
48
48
|
"tslib": "2.8.1",
|
|
49
|
-
"@gooddata/sdk-model": "11.37.0-alpha.
|
|
49
|
+
"@gooddata/sdk-model": "11.37.0-alpha.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"oxlint-tsgolint": "0.11.4",
|
|
76
76
|
"typescript": "5.9.3",
|
|
77
77
|
"vitest": "4.1.0",
|
|
78
|
-
"@gooddata/eslint-config": "11.37.0-alpha.
|
|
79
|
-
"@gooddata/oxlint-config": "11.37.0-alpha.
|
|
78
|
+
"@gooddata/eslint-config": "11.37.0-alpha.2",
|
|
79
|
+
"@gooddata/oxlint-config": "11.37.0-alpha.2"
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"_phase:build": "npm run build",
|