@autobusal/providers 1.2.6 → 1.2.7

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/users.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "type": "module",
5
5
  "main": "index.ts"
6
6
  }
package/types/users.ts CHANGED
@@ -53,6 +53,8 @@ export interface ApiData {
53
53
  devpos: number
54
54
  stripe: number
55
55
  mollie: number
56
+ raiffeisen: number
57
+ nexi: number
56
58
  }
57
59
 
58
60
  export interface SubscribedData {