@autobusal/providers 1.40.0 → 1.40.1

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/agents.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.40.0",
3
+ "version": "1.40.1",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts"
package/types/agents.ts CHANGED
@@ -17,6 +17,9 @@ export interface AgentData {
17
17
  column?: number
18
18
  user: UserData
19
19
  funds_display: string
20
+ // Claude - 2026-08-22: the floor of the funds balance for website sales
21
+ // (0 = prepaid, positive = postpaid down to -that-much)
22
+ credit_limit?: number
20
23
  mobile: string
21
24
  mobile2: string
22
25
  phone: string