Skip to content

Commit

Permalink
Merge pull request #123 from ianmuchyri/noissue-addmetadata
Browse files Browse the repository at this point in the history
NOISSUE - Add metadata to the Rule interface
  • Loading branch information
ianmuchyri authored Jan 17, 2025
2 parents 9aa75dc + 316b118 commit 7cbcc19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-kangaroos-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@absmach/magistrala-sdk": patch
---

add metadata to Rule interface
1 change: 1 addition & 0 deletions src/defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ export interface Rule {
id?: string;
name?: string;
domain?: string;
metadata?: Record<string, any>;
input_channel?: string;
input_topic?: string;
logic?: Script;
Expand Down

0 comments on commit 7cbcc19

Please sign in to comment.