@autobusal/providers 1.2.7 → 1.2.8

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 +2 -2
  2. package/types/users.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "type": "module",
5
5
  "main": "index.ts"
6
- }
6
+ }
package/types/users.ts CHANGED
@@ -19,6 +19,7 @@ export interface UserData {
19
19
  subscription: SubscribedData
20
20
  api: ApiData
21
21
  created_at: string
22
+ token?: string
22
23
  admin?: AdminData
23
24
  financer?: FinancerData
24
25
  operator?: OperatorData