@malevich-studio/strapi-sdk-typescript 1.2.22 → 1.2.23

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.
package/dist/index.cjs CHANGED
@@ -21409,7 +21409,7 @@ class Strapi {
21409
21409
  ...params,
21410
21410
  });
21411
21411
  }
21412
- async updateUser(endpoint, id, data, params = {}) {
21412
+ async updateBaseUser(endpoint, id, data, params = {}) {
21413
21413
  return await this.fetchData(`${endpoint}/${id}`, data, {
21414
21414
  method: 'PUT',
21415
21415
  ...params,