@gooddata/sdk-backend-spi 10.18.0-alpha.0 → 10.18.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.
package/esm/sdk-backend-spi.d.ts
CHANGED
|
@@ -1507,6 +1507,12 @@ export declare interface IDateFilterConfigsQuery {
|
|
|
1507
1507
|
* @returns promise of first page of the results
|
|
1508
1508
|
*/
|
|
1509
1509
|
query(): Promise<IDateFilterConfigsQueryResult>;
|
|
1510
|
+
/**
|
|
1511
|
+
* Starts the custom date filter confis by settings query.
|
|
1512
|
+
*
|
|
1513
|
+
* @returns promise of first page of the results
|
|
1514
|
+
*/
|
|
1515
|
+
queryCustomDateFilterConfig(): Promise<IDateFilterConfigsQueryResult>;
|
|
1510
1516
|
}
|
|
1511
1517
|
|
|
1512
1518
|
/**
|
|
@@ -31,6 +31,12 @@ export interface IDateFilterConfigsQuery {
|
|
|
31
31
|
* @returns promise of first page of the results
|
|
32
32
|
*/
|
|
33
33
|
query(): Promise<IDateFilterConfigsQueryResult>;
|
|
34
|
+
/**
|
|
35
|
+
* Starts the custom date filter confis by settings query.
|
|
36
|
+
*
|
|
37
|
+
* @returns promise of first page of the results
|
|
38
|
+
*/
|
|
39
|
+
queryCustomDateFilterConfig(): Promise<IDateFilterConfigsQueryResult>;
|
|
34
40
|
}
|
|
35
41
|
/**
|
|
36
42
|
* Paged result of valid element query. Last page of data returns empty items.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspace/dateFilterConfigs/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD;;;;;;GAMG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;;;OAMG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uBAAuB,CAAC;IAElD;;;;;;;OAOG;IACH,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB,CAAC;IAEpD;;;;OAIG;IACH,KAAK,IAAI,OAAO,CAAC,6BAA6B,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspace/dateFilterConfigs/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD;;;;;;GAMG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;;;OAMG;IACH,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uBAAuB,CAAC;IAElD;;;;;;;OAOG;IACH,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB,CAAC;IAEpD;;;;OAIG;IACH,KAAK,IAAI,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAEhD;;;;OAIG;IACH,2BAA2B,IAAI,OAAO,CAAC,6BAA6B,CAAC,CAAC;CACzE;AAED;;;;GAIG;AACH,MAAM,MAAM,6BAA6B,GAAG,cAAc,CAAC,iBAAiB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-spi",
|
|
3
|
-
"version": "10.18.0-alpha.
|
|
3
|
+
"version": "10.18.0-alpha.1",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "GoodData Backend SPI abstraction interfaces",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"ts-invariant": "^0.7.5",
|
|
26
26
|
"tslib": "^2.5.0",
|
|
27
|
-
"@gooddata/sdk-model": "10.18.0-alpha.
|
|
27
|
+
"@gooddata/sdk-model": "10.18.0-alpha.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gooddata/eslint-config": "^4.1.0",
|