@base44-preview/sdk 0.8.44-pr.262.e72ee90 → 0.8.44-pr.263.808bbc2
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.
|
@@ -137,8 +137,7 @@ export interface AuthModule {
|
|
|
137
137
|
* You can update any [custom fields](/developers/backend/resources/entities/user-schema#custom-fields)
|
|
138
138
|
* defined in your User entity schema.
|
|
139
139
|
*
|
|
140
|
-
* Updating `role` requires editor access on the app.
|
|
141
|
-
* gets a 403 response, and none of the other fields in the request are applied.
|
|
140
|
+
* Updating `role` requires editor access on the app.
|
|
142
141
|
*
|
|
143
142
|
* <Note>
|
|
144
143
|
* These fields can't be changed with this method:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@base44-preview/sdk",
|
|
3
|
-
"version": "0.8.44-pr.
|
|
3
|
+
"version": "0.8.44-pr.263.808bbc2",
|
|
4
4
|
"description": "JavaScript SDK for Base44 API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"create-docs:process": "node scripts/mintlify-post-processing/file-processing/file-processing.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"axios": "
|
|
29
|
+
"axios": "1.18.1",
|
|
30
30
|
"partysocket": "^0.0.23",
|
|
31
31
|
"socket.io-client": "^4.8.3",
|
|
32
32
|
"uuid": "^13.0.2"
|