@autobusal/providers 1.1.3 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.1.3",
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
  }
package/types/settings.ts CHANGED
@@ -79,6 +79,7 @@ export interface LabelData {
79
79
  funds: boolean
80
80
  bkt: boolean
81
81
  stripe: boolean
82
+ mollie: boolean
82
83
  }
83
84
 
84
85
  smtp: {
@@ -128,6 +129,10 @@ export interface LabelData {
128
129
  secret: string
129
130
  }
130
131
 
132
+ mollie_settings: {
133
+ key: string
134
+ }
135
+
131
136
  social: {
132
137
  google: {
133
138
  client_id: string
package/types/users.ts CHANGED
@@ -52,6 +52,7 @@ export interface ApiData {
52
52
  bkt: number
53
53
  devpos: number
54
54
  stripe: number
55
+ mollie: number
55
56
  }
56
57
 
57
58
  export interface SubscribedData {