@harnessio/react-notification-service-client 0.7.0 → 0.7.1

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.
@@ -57,6 +57,7 @@ export type { NotificationEventConfigDto } from './schemas/NotificationEventConf
57
57
  export type { NotificationEventParamsDto } from './schemas/NotificationEventParamsDto';
58
58
  export type { NotificationResourceDto } from './schemas/NotificationResourceDto';
59
59
  export type { NotificationRuleDto } from './schemas/NotificationRuleDto';
60
+ export type { PipelineEventNotificationParamsDto } from './schemas/PipelineEventNotificationParamsDto';
60
61
  export type { ResourceTypeEnum } from './schemas/ResourceTypeEnum';
61
62
  export type { Status } from './schemas/Status';
62
63
  export type { UserGroupDto } from './schemas/UserGroupDto';
@@ -0,0 +1,4 @@
1
+ import type { NotificationEventParamsDto } from '../schemas/NotificationEventParamsDto';
2
+ export interface PipelineEventNotificationParamsDto extends NotificationEventParamsDto {
3
+ scope_identifiers?: string[];
4
+ }
@@ -1 +1 @@
1
- export type ResourceTypeEnum = 'CHAOS_EXPERIMENT' | 'DELEGATE';
1
+ export type ResourceTypeEnum = 'CHAOS_EXPERIMENT' | 'DELEGATE' | 'PIPELINE';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-notification-service-client",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Harness React Notification service client - Notification APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",