@autobusal/providers 1.1.4 → 1.1.5

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/package.json +1 -1
  2. package/types/account.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "type": "module",
5
5
  "main": "index.ts"
6
6
  }
package/types/account.ts CHANGED
@@ -28,6 +28,8 @@ export interface NotificationData {
28
28
  status: number
29
29
  from?: string
30
30
  to?: string
31
+ type: string
32
+ icon: string
31
33
  created_at?: string
32
34
  updated_at?: string
33
35
  }