@gooddata/sdk-backend-spi 10.11.0-alpha.6 → 10.11.0-alpha.8
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
|
@@ -703,15 +703,9 @@ export declare interface IAuthenticationProvider {
|
|
|
703
703
|
* @public
|
|
704
704
|
*/
|
|
705
705
|
export declare interface IAutomationsQuery {
|
|
706
|
-
/**
|
|
707
|
-
* Sets the query to return all automations.
|
|
708
|
-
*
|
|
709
|
-
* @returns automations query
|
|
710
|
-
*/
|
|
711
|
-
withAll(): IAutomationsQuery;
|
|
712
706
|
/**
|
|
713
707
|
* Sets number of automations to return per page.
|
|
714
|
-
* Default size:
|
|
708
|
+
* Default size: 100
|
|
715
709
|
*
|
|
716
710
|
* @param size - desired max number of automations per page must be a positive number
|
|
717
711
|
* @returns automations query
|
|
@@ -769,6 +763,12 @@ export declare interface IAutomationsQuery {
|
|
|
769
763
|
* @returns promise of first page of the results
|
|
770
764
|
*/
|
|
771
765
|
query(): Promise<IAutomationsQueryResult>;
|
|
766
|
+
/**
|
|
767
|
+
* Starts the automations query.
|
|
768
|
+
*
|
|
769
|
+
* @returns promise with a list of all automations matching the specified options
|
|
770
|
+
*/
|
|
771
|
+
queryAll(): Promise<IAutomationMetadataObject[]>;
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
/**
|
|
@@ -103,15 +103,9 @@ export interface IWorkspaceAutomationService {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export interface IAutomationsQuery {
|
|
106
|
-
/**
|
|
107
|
-
* Sets the query to return all automations.
|
|
108
|
-
*
|
|
109
|
-
* @returns automations query
|
|
110
|
-
*/
|
|
111
|
-
withAll(): IAutomationsQuery;
|
|
112
106
|
/**
|
|
113
107
|
* Sets number of automations to return per page.
|
|
114
|
-
* Default size:
|
|
108
|
+
* Default size: 100
|
|
115
109
|
*
|
|
116
110
|
* @param size - desired max number of automations per page must be a positive number
|
|
117
111
|
* @returns automations query
|
|
@@ -169,6 +163,12 @@ export interface IAutomationsQuery {
|
|
|
169
163
|
* @returns promise of first page of the results
|
|
170
164
|
*/
|
|
171
165
|
query(): Promise<IAutomationsQueryResult>;
|
|
166
|
+
/**
|
|
167
|
+
* Starts the automations query.
|
|
168
|
+
*
|
|
169
|
+
* @returns promise with a list of all automations matching the specified options
|
|
170
|
+
*/
|
|
171
|
+
queryAll(): Promise<IAutomationMetadataObject[]>;
|
|
172
172
|
}
|
|
173
173
|
/**
|
|
174
174
|
* Queried automations are returned in a paged representation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspace/automations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,yBAAyB,EAAE,mCAAmC,EAAE,MAAM,qBAAqB,CAAC;AACrG,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD;;;;GAIG;AAEH,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,SAAS,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,mBAAmB,IAAI,iBAAiB,CAAC;IAEzC;;;;;;;OAOG;IACH,cAAc,CAAC,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,yBAAyB,EAAE,CAAC,CAAC;IAEvF;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAC;IAE/F;;;;;;OAMG;IACH,gBAAgB,CACZ,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,qBAAqB,GAChC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IAEtC;;;;;;OAMG;IACH,gBAAgB,CACZ,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,qBAAqB,GAChC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IAEtC;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC/C;AAED;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/workspace/automations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,yBAAyB,EAAE,mCAAmC,EAAE,MAAM,qBAAqB,CAAC;AACrG,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD;;;;GAIG;AAEH,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,SAAS,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,mBAAmB,IAAI,iBAAiB,CAAC;IAEzC;;;;;;;OAOG;IACH,cAAc,CAAC,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,yBAAyB,EAAE,CAAC,CAAC;IAEvF;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAC;IAE/F;;;;;;OAMG;IACH,gBAAgB,CACZ,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,qBAAqB,GAChC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IAEtC;;;;;;OAMG;IACH,gBAAgB,CACZ,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,qBAAqB,GAChC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IAEtC;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC/C;AAED;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;;;OAMG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,iBAAiB,CAAC;IAE1C;;;;;;;OAOG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,iBAAiB,CAAC;IAE1C;;;;;OAKG;IACH,UAAU,CAAC,MAAM,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,iBAAiB,CAAC;IAE1D;;;;;OAKG;IACH,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,iBAAiB,CAAC;IAE/C;;;;;OAKG;IACH,QAAQ,CAAC,IAAI,EAAE,cAAc,GAAG,iBAAiB,CAAC;IAElD;;;;;OAKG;IACH,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,iBAAiB,CAAC;IAE9C;;;;;OAKG;IACH,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,iBAAiB,CAAC;IAEpD;;;;OAIG;IACH,KAAK,IAAI,OAAO,CAAC,uBAAuB,CAAC,CAAC;IAE1C;;;;OAIG;IACH,QAAQ,IAAI,OAAO,CAAC,yBAAyB,EAAE,CAAC,CAAC;CACpD;AAED;;;;GAIG;AACH,MAAM,MAAM,uBAAuB,GAAG,cAAc,CAAC,yBAAyB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-spi",
|
|
3
|
-
"version": "10.11.0-alpha.
|
|
3
|
+
"version": "10.11.0-alpha.8",
|
|
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.11.0-alpha.
|
|
27
|
+
"@gooddata/sdk-model": "10.11.0-alpha.8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gooddata/eslint-config": "^4.1.0",
|