@base44-preview/sdk 0.8.28-pr.174.6992378 → 0.8.28-pr.174.6d8a9cd
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.
|
@@ -131,10 +131,8 @@ export interface AuthModule {
|
|
|
131
131
|
* You can update `role` and any custom fields defined in your
|
|
132
132
|
* [User entity schema](https://docs.base44.com/developers/backend/resources/entities/user-schema).
|
|
133
133
|
* The `role` value must match one of the options defined in your User entity schema.
|
|
134
|
-
* <Note>
|
|
135
134
|
* The following fields are read-only and can't be changed with this method:
|
|
136
135
|
* `id`, `email`, `full_name`, `created_date`, `updated_date`, and `created_by`.
|
|
137
|
-
* </Note>
|
|
138
136
|
*
|
|
139
137
|
* @param data - Object containing the fields to update.
|
|
140
138
|
* @returns Promise resolving to the updated user data.
|