@autobusal/providers 1.41.2 → 1.41.3
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/CHANGELOG.md +4 -0
- package/package.json +1 -1
- package/types/users.ts +4 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/types/users.ts
CHANGED
|
@@ -15,6 +15,10 @@ export interface UserData {
|
|
|
15
15
|
status: number
|
|
16
16
|
funds: string
|
|
17
17
|
documents: boolean
|
|
18
|
+
// Claude - 2026-08-29 (audit A1-37): published by Auth\Export for
|
|
19
|
+
// operator/employee accounts - whether the company's Shipments module is
|
|
20
|
+
// on, so menus can hide the link instead of advertising a 403.
|
|
21
|
+
shipping_enabled?: boolean | null
|
|
18
22
|
comissions: ComissionData
|
|
19
23
|
subscription: SubscribedData
|
|
20
24
|
api: ApiData
|