@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 +1 -1
- package/types/account.ts +2 -0
- package/types/settings.ts +5 -0
- package/types/users.ts +1 -0
package/package.json
CHANGED
package/types/account.ts
CHANGED
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
|