@gooddata/sdk-backend-tiger 11.32.0-alpha.0 → 11.32.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 +1 -1
- package/esm/__version.js +1 -1
- package/esm/backend/features/feature.d.ts.map +1 -1
- package/esm/backend/features/feature.js +2 -0
- package/esm/backend/features/feature.js.map +1 -1
- package/esm/backend/tigerSpecificFunctions.d.ts +8 -1
- package/esm/backend/tigerSpecificFunctions.d.ts.map +1 -1
- package/esm/backend/tigerSpecificFunctions.js +8 -4
- package/esm/backend/tigerSpecificFunctions.js.map +1 -1
- package/esm/backend/uiFeatures.d.ts +7 -1
- package/esm/backend/uiFeatures.d.ts.map +1 -1
- package/esm/backend/uiFeatures.js +6 -0
- package/esm/backend/uiFeatures.js.map +1 -1
- package/esm/backend/workspace/genAI/ChatConversations.d.ts +3 -3
- package/esm/backend/workspace/genAI/ChatConversations.d.ts.map +1 -1
- package/esm/backend/workspace/genAI/ChatConversations.js +25 -15
- package/esm/backend/workspace/genAI/ChatConversations.js.map +1 -1
- package/esm/convertors/fromBackend/genAIConvertor.d.ts +15 -1
- package/esm/convertors/fromBackend/genAIConvertor.d.ts.map +1 -1
- package/esm/convertors/fromBackend/genAIConvertor.js +10 -0
- package/esm/convertors/fromBackend/genAIConvertor.js.map +1 -1
- package/esm/convertors/fromBackend/llmProviderConvertor.js.map +1 -1
- package/esm/convertors/fromBackend/visualizationObjects/v2/VisualizationObjectConverter.d.ts.map +1 -1
- package/esm/convertors/fromBackend/visualizationObjects/v2/VisualizationObjectConverter.js +6 -0
- package/esm/convertors/fromBackend/visualizationObjects/v2/VisualizationObjectConverter.js.map +1 -1
- package/esm/convertors/toBackend/InsightConverter.d.ts.map +1 -1
- package/esm/convertors/toBackend/InsightConverter.js +8 -1
- package/esm/convertors/toBackend/InsightConverter.js.map +1 -1
- package/esm/convertors/toBackend/afm/toAfmResultSpec.d.ts.map +1 -1
- package/esm/convertors/toBackend/afm/toAfmResultSpec.js +19 -1
- package/esm/convertors/toBackend/afm/toAfmResultSpec.js.map +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/esm/sdk-backend-tiger.d.ts +9 -0
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-tiger",
|
|
3
|
-
"version": "11.32.0-alpha.
|
|
3
|
+
"version": "11.32.0-alpha.2",
|
|
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.0",
|
|
36
|
-
"@gooddata/api-client-tiger": "11.32.0-alpha.
|
|
37
|
-
"@gooddata/sdk-backend-base": "11.32.0-alpha.
|
|
38
|
-
"@gooddata/sdk-backend-spi": "11.32.0-alpha.
|
|
39
|
-
"@gooddata/sdk-
|
|
40
|
-
"@gooddata/sdk-
|
|
41
|
-
"@gooddata/util": "11.32.0-alpha.
|
|
36
|
+
"@gooddata/api-client-tiger": "11.32.0-alpha.2",
|
|
37
|
+
"@gooddata/sdk-backend-base": "11.32.0-alpha.2",
|
|
38
|
+
"@gooddata/sdk-backend-spi": "11.32.0-alpha.2",
|
|
39
|
+
"@gooddata/sdk-code-convertors": "11.32.0-alpha.2",
|
|
40
|
+
"@gooddata/sdk-model": "11.32.0-alpha.2",
|
|
41
|
+
"@gooddata/util": "11.32.0-alpha.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@gooddata/fixtures": "3.3.12",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"oxlint-tsgolint": "0.11.4",
|
|
66
66
|
"typescript": "5.9.3",
|
|
67
67
|
"vitest": "4.1.0",
|
|
68
|
-
"@gooddata/catalog-export": "11.32.0-alpha.
|
|
69
|
-
"@gooddata/eslint-config": "11.32.0-alpha.
|
|
70
|
-
"@gooddata/
|
|
71
|
-
"@gooddata/
|
|
68
|
+
"@gooddata/catalog-export": "11.32.0-alpha.2",
|
|
69
|
+
"@gooddata/eslint-config": "11.32.0-alpha.2",
|
|
70
|
+
"@gooddata/reference-workspace": "11.32.0-alpha.2",
|
|
71
|
+
"@gooddata/oxlint-config": "11.32.0-alpha.2"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"_phase:build": "npm run build",
|