@gooddata/sdk-backend-spi 10.18.0-alpha.30 → 10.18.0-alpha.32

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.
@@ -2,7 +2,7 @@ import { INotificationsQuery } from "./query.js";
2
2
  /**
3
3
  * This service provides access to organization notifications.
4
4
  *
5
- * @beta
5
+ * @public
6
6
  */
7
7
  export interface IOrganizationNotificationService {
8
8
  /**
@@ -3,7 +3,7 @@ import { IPagedResource } from "../../common/paging.js";
3
3
  /**
4
4
  * Service to query notifications.
5
5
  *
6
- * @beta
6
+ * @public
7
7
  */
8
8
  export interface INotificationsQuery {
9
9
  /**
@@ -1,3 +1,3 @@
1
- // (C) 2024 GoodData Corporation
1
+ // (C) 2024-2025 GoodData Corporation
2
2
  export {};
3
3
  //# sourceMappingURL=query.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/organization/notifications/query.ts"],"names":[],"mappings":"AAAA,gCAAgC"}
1
+ {"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/organization/notifications/query.ts"],"names":[],"mappings":"AAAA,qCAAqC"}
@@ -2673,7 +2673,7 @@ export declare type INotificationChannelsQueryResult = IPagedResource<INotificat
2673
2673
  /**
2674
2674
  * Service to query notifications.
2675
2675
  *
2676
- * @beta
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
- * @beta
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-alpha.30",
3
+ "version": "10.18.0-alpha.32",
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.30"
27
+ "@gooddata/sdk-model": "10.18.0-alpha.32"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@gooddata/eslint-config": "^4.1.0",