@base44-preview/sdk 0.8.28-pr.174.ba95943 → 0.8.28-pr.174.dd0300a
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.
|
@@ -129,10 +129,12 @@ export interface AuthModule {
|
|
|
129
129
|
* Updates the current authenticated user's information.
|
|
130
130
|
*
|
|
131
131
|
* You can update `role` and any custom fields defined in your
|
|
132
|
-
*
|
|
133
|
-
* The `role` value must match one of the
|
|
134
|
-
*
|
|
132
|
+
* User entity schema.
|
|
133
|
+
* The `role` value must match one of the defined options.
|
|
134
|
+
* <Note>
|
|
135
|
+
* The following fields are read-only and can't be changed with this method:
|
|
135
136
|
* `id`, `email`, `full_name`, `created_date`, `updated_date`, and `created_by`.
|
|
137
|
+
* </Note>
|
|
136
138
|
*
|
|
137
139
|
* @param data - Object containing the fields to update.
|
|
138
140
|
* @returns Promise resolving to the updated user data.
|