@base44-preview/sdk 0.8.28-pr.174.899d90f → 0.8.28-pr.174.b0d6645

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.
@@ -130,6 +130,7 @@ export interface AuthModule {
130
130
  *
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
+ * The `role` value must match one of the options defined in your User entity schema.
133
134
  * The following fields are read-only and cannot be changed with this method:
134
135
  * `id`, `email`, `full_name`, `created_date`, `updated_date`, and `created_by`.
135
136
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.28-pr.174.899d90f",
3
+ "version": "0.8.28-pr.174.b0d6645",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",