rez-table-listing-mui 1.3.32 → 1.3.33

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.
package/dist/index.d.ts CHANGED
@@ -22,6 +22,10 @@ interface FilterOperationListProps {
22
22
  value: string;
23
23
  is_shared: boolean;
24
24
  is_editable: boolean;
25
+ is_owner: boolean;
26
+ created_by: string;
27
+ user_id: number;
28
+ description: string | null;
25
29
  }
26
30
  interface FilterSharedListProps {
27
31
  created_date: string;
@@ -265,6 +269,7 @@ interface FilterMasterStateProps {
265
269
  selectedId: string;
266
270
  selectedName: string;
267
271
  selectedCode?: string;
272
+ description?: string;
268
273
  is_shared?: boolean;
269
274
  is_editable?: boolean;
270
275
  };