colibris-types 1.0.37 → 1.0.38

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +2 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -1391,4 +1391,6 @@ export type Notification = {
1391
1391
  read: boolean;
1392
1392
  url?: string;
1393
1393
  to?: string[];
1394
+ type?: "success" | "error" | "warning" | "info" | "pending";
1395
+ isDownloadable?: boolean;
1394
1396
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "colibris-types",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",