@gooddata/sdk-backend-spi 10.18.0-alpha.9 → 10.18.0-beta.0
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/organization/notifications/query.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/organization/notifications/query.ts"],"names":[],"mappings":"AAAA,qCAAqC"}
|
package/esm/sdk-backend-spi.d.ts
CHANGED
|
@@ -2673,7 +2673,7 @@ export declare type INotificationChannelsQueryResult = IPagedResource<INotificat
|
|
|
2673
2673
|
/**
|
|
2674
2674
|
* Service to query notifications.
|
|
2675
2675
|
*
|
|
2676
|
-
* @
|
|
2676
|
+
* @public
|
|
2677
2677
|
*/
|
|
2678
2678
|
export declare interface INotificationsQuery {
|
|
2679
2679
|
/**
|
|
@@ -2920,7 +2920,7 @@ export declare interface IOrganizationNotificationChannelService {
|
|
|
2920
2920
|
/**
|
|
2921
2921
|
* This service provides access to organization notifications.
|
|
2922
2922
|
*
|
|
2923
|
-
* @
|
|
2923
|
+
* @public
|
|
2924
2924
|
*/
|
|
2925
2925
|
export declare interface IOrganizationNotificationService {
|
|
2926
2926
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-spi",
|
|
3
|
-
"version": "10.18.0-
|
|
3
|
+
"version": "10.18.0-beta.0",
|
|
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-
|
|
27
|
+
"@gooddata/sdk-model": "10.18.0-beta.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gooddata/eslint-config": "^4.1.0",
|