@base44-preview/sdk 0.8.28-pr.174.dd0300a → 0.8.28-pr.174.de9ee36

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.
@@ -128,7 +128,7 @@ export interface AuthModule {
128
128
  /**
129
129
  * Updates the current authenticated user's information.
130
130
  *
131
- * You can update `role` and any custom fields defined in your
131
+ * You can update `role` and any [custom fields](/developers/backend/resources/entities/user-schema#custom-fields) defined in your
132
132
  * User entity schema.
133
133
  * The `role` value must match one of the defined options.
134
134
  * <Note>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.28-pr.174.dd0300a",
3
+ "version": "0.8.28-pr.174.de9ee36",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",