Skip to content

Commit

Permalink
Merge pull request #125 from ianmuchyri/noissue-pgm
Browse files Browse the repository at this point in the history
NOISSUE - Update page metadata
  • Loading branch information
ianmuchyri authored Jan 23, 2025
2 parents ee36a83 + 9de0997 commit 9db6f07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-coats-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@absmach/magistrala-sdk": patch
---

update page metadata
9 changes: 7 additions & 2 deletions src/defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export interface PageMetadata extends BasicPageMeta {
offset?: number;
limit?: number;
order?: string;
direction?: string;
dir?: string;
level?: number;
email?: string;
username?: string;
Expand All @@ -227,7 +227,7 @@ export interface PageMetadata extends BasicPageMeta {
state?: string;
list_perms?: boolean;
invited_by?: string;
domain_id?: string;
domain?: string;
user_id?: string;
relation?: string;
from?: number;
Expand All @@ -236,6 +236,11 @@ export interface PageMetadata extends BasicPageMeta {
actions?: string[];
role_id?: string;
role_name?: string;
group?: string;
client?: string;
channel?: string;
connection_type?: string;

}

export interface MessagesPage {
Expand Down

0 comments on commit 9db6f07

Please sign in to comment.