@harnessio/react-notification-service-client 0.8.0 → 0.9.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.
@@ -14,9 +14,4 @@ export interface SloEventNotificationParamsDto extends NotificationEventParamsDt
14
14
  * @format float
15
15
  */
16
16
  error_budget_remaining_percentage?: number;
17
- /**
18
- * Deprecated, Use notificationEventConfig.entity_identifiers instead
19
- * @deprecated
20
- */
21
- slo_identifiers?: string[];
22
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-notification-service-client",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Harness React Notification service client - Notification APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",