@gooddata/api-client-tiger 11.13.0-alpha.2 → 11.13.0-alpha.4
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/api-client-tiger.d.ts +2 -0
- package/esm/gd-tiger-model/VisualizationObjectModelV2.d.ts +2 -1
- package/esm/gd-tiger-model/VisualizationObjectModelV2.d.ts.map +1 -1
- package/esm/gd-tiger-model/VisualizationObjectModelV2.js.map +1 -1
- package/package.json +4 -4
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.13.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.13.0-alpha.4";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/api-client-tiger";
|
|
4
4
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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.13.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.13.0-alpha.4";
|
|
4
4
|
export const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
|
|
5
5
|
export const LIB_NAME = "@gooddata/api-client-tiger";
|
|
6
6
|
//# sourceMappingURL=__version.js.map
|
|
@@ -19,6 +19,7 @@ import { IDashboardDateFilterConfig } from '@gooddata/sdk-model';
|
|
|
19
19
|
import { IDashboardLayout } from '@gooddata/sdk-model';
|
|
20
20
|
import { IFilter } from '@gooddata/sdk-model';
|
|
21
21
|
import { IFilterContext as IFilterContext_2 } from '@gooddata/sdk-model';
|
|
22
|
+
import { IInsightLayerDefinition } from '@gooddata/sdk-model';
|
|
22
23
|
import { ISortItem } from '@gooddata/sdk-model';
|
|
23
24
|
import { ObjRef } from '@gooddata/sdk-model';
|
|
24
25
|
import type { RawAxiosRequestConfig } from 'axios';
|
|
@@ -42195,6 +42196,7 @@ declare interface IVisualizationObject_2 {
|
|
|
42195
42196
|
attributeFilterConfigs?: IAttributeFilterConfigs;
|
|
42196
42197
|
sorts: ISortItem[];
|
|
42197
42198
|
properties: VisualizationProperties;
|
|
42199
|
+
layers?: IInsightLayerDefinition[];
|
|
42198
42200
|
}
|
|
42199
42201
|
|
|
42200
42202
|
export declare const JSON_API_HEADER_VALUE = "application/vnd.gooddata.api+json";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAttributeFilterConfigs, IBucket, IFilter, ISortItem, VisualizationProperties } from "@gooddata/sdk-model";
|
|
1
|
+
import { IAttributeFilterConfigs, IBucket, IFilter, IInsightLayerDefinition, ISortItem, VisualizationProperties } from "@gooddata/sdk-model";
|
|
2
2
|
/**
|
|
3
3
|
* Visualization object used to store its data as a metadata object
|
|
4
4
|
* @public
|
|
@@ -11,6 +11,7 @@ export interface IVisualizationObject {
|
|
|
11
11
|
attributeFilterConfigs?: IAttributeFilterConfigs;
|
|
12
12
|
sorts: ISortItem[];
|
|
13
13
|
properties: VisualizationProperties;
|
|
14
|
+
layers?: IInsightLayerDefinition[];
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* @public
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VisualizationObjectModelV2.d.ts","sourceRoot":"","sources":["../../src/gd-tiger-model/VisualizationObjectModelV2.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VisualizationObjectModelV2.d.ts","sourceRoot":"","sources":["../../src/gd-tiger-model/VisualizationObjectModelV2.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,uBAAuB,EACvB,OAAO,EACP,OAAO,EACP,uBAAuB,EACvB,SAAS,EACT,uBAAuB,EAC1B,MAAM,qBAAqB,CAAC;AAE7B;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACjC,OAAO,EAAE,GAAG,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,sBAAsB,CAAC,EAAE,uBAAuB,CAAC;IACjD,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,UAAU,EAAE,uBAAuB,CAAC;IACpC,MAAM,CAAC,EAAE,uBAAuB,EAAE,CAAC;CACtC;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CACjC,mBAAmB,EAAE,OAAO,GAC7B,mBAAmB,IAAI,oBAAoB,CAE7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VisualizationObjectModelV2.js","sourceRoot":"","sources":["../../src/gd-tiger-model/VisualizationObjectModelV2.ts"],"names":[],"mappings":"AAAA,qCAAqC;
|
|
1
|
+
{"version":3,"file":"VisualizationObjectModelV2.js","sourceRoot":"","sources":["../../src/gd-tiger-model/VisualizationObjectModelV2.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA0BpC;;GAEG;AACH,MAAM,UAAU,qBAAqB,CACjC,mBAA4B;IAE5B,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,IAAK,mBAA4C,CAAC,OAAO,KAAK,GAAG,CAAC;AAC1G,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/api-client-tiger",
|
|
3
|
-
"version": "11.13.0-alpha.
|
|
3
|
+
"version": "11.13.0-alpha.4",
|
|
4
4
|
"description": "API Client for GoodData Cloud and GoodData.CN",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"axios-cache-interceptor": "^1.8.0",
|
|
45
45
|
"lodash-es": "^4.17.21",
|
|
46
46
|
"tslib": "2.8.1",
|
|
47
|
-
"@gooddata/sdk-model": "11.13.0-alpha.
|
|
47
|
+
"@gooddata/sdk-model": "11.13.0-alpha.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"prettier": "^3.6.2",
|
|
73
73
|
"typescript": "5.8.3",
|
|
74
74
|
"vitest": "3.2.4",
|
|
75
|
-
"@gooddata/eslint-config": "11.13.0-alpha.
|
|
76
|
-
"@gooddata/reference-workspace": "11.13.0-alpha.
|
|
75
|
+
"@gooddata/eslint-config": "11.13.0-alpha.4",
|
|
76
|
+
"@gooddata/reference-workspace": "11.13.0-alpha.4"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"_phase:build": "npm run build",
|