@qwanyx/stack 0.2.100 → 0.2.101

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.
@@ -207,6 +207,10 @@ export declare class AuthService {
207
207
  * List all systems a user belongs to
208
208
  */
209
209
  listUserSystems(userId: string): Promise<ListUserSystemsResult>;
210
+ /**
211
+ * Update user profile data (firstName, lastName, phone, etc.)
212
+ */
213
+ updateUser(userId: string, updates: Record<string, any>): Promise<UserOperationResult>;
210
214
  /**
211
215
  * Remove a user from the current system
212
216
  */