@harnessio/react-notification-service-client 0.9.0 → 0.10.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,6 +1,8 @@
1
1
  import type { WebHookHeaders } from '../schemas/WebHookHeaders';
2
2
  import type { UserGroupDto } from '../schemas/UserGroupDto';
3
3
  export interface ChannelDto {
4
+ api_key?: string;
5
+ datadog_urls?: string[];
4
6
  email_ids?: string[];
5
7
  headers?: WebHookHeaders[];
6
8
  ms_team_keys?: string[];
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Notification Channel Type
3
3
  */
4
- export type ChannelType = 'EMAIL' | 'MSTEAMS' | 'PAGERDUTY' | 'SLACK' | 'WEBHOOK';
4
+ export type ChannelType = 'DATADOG' | 'EMAIL' | 'MSTEAMS' | 'PAGERDUTY' | 'SLACK' | 'WEBHOOK';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-notification-service-client",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "Harness React Notification service client - Notification APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",