@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.
- package/package.json +1 -1
- package/types/agents.ts +3 -0
package/package.json
CHANGED
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
|