Skip to content

Commit

Permalink
[ENG-50731] update types for notification exclusion (#298)
Browse files Browse the repository at this point in the history
* adding optional because apparently the backend won't even accept them.
  • Loading branch information
ktjensen authored Jul 26, 2023
1 parent 195a65f commit 835ff1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/reporting/src/herald/types/heraldTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export interface AlHeraldSubscribersV2 {
export interface AlHeraldAccountSubscriptionPayloadV2
{
name: string;
class: string;
class?: string;
external_id ?: string; // Required when class is schedule
notification_type: string;
suppression_interval?: number;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@al/core",
"version": "2.0.11",
"version": "2.0.12",
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
"main": "./bundles/al-core-nucleus.es5.js",
"types": "./types/al-core-nucleus.d.ts",
Expand Down

0 comments on commit 835ff1d

Please sign in to comment.