@wenex/sdk 1.1.12 → 1.1.13

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.
@@ -2,5 +2,6 @@ export interface NoticeAction {
2
2
  label: string;
3
3
  type?: string;
4
4
  path?: string;
5
+ icon?: string;
5
6
  }
6
7
  export type NoticeActionDto = NoticeAction;
@@ -17,5 +17,6 @@ export interface Notice<Properties extends object = object> extends Core<Propert
17
17
  }
18
18
  export type NoticeDoc<Properties extends object = object> = Notice<Properties> & Document;
19
19
  export type NoticeDto<Properties extends object = object> = NesteDto<Dto<Notice<Properties>>, {
20
+ visited?: boolean;
20
21
  actions?: NoticeActionDto[];
21
22
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wenex/sdk",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Wenex SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",