@mx-cartographer/experiences 9.2.9-alpha.al0 → 9.2.9-alpha.al1

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.
@@ -231,7 +231,7 @@ class ot {
231
231
  updateDevice = async (t) => this.fetchInstance.put(`${r.DEVICES}/${t.guid}`, t).then((e) => e.device);
232
232
  updateNotificationProfile = async (t) => this.fetchInstance.put(`${r.NOTIFICATION_PROFILES}/${t.guid}`, t).then((e) => e.notification_profile);
233
233
  updateUserCommunicationProfile = async (t) => this.fetchInstance.put(r.USER_COMMUNICATION_PROFILE, t).then((e) => e.user_communication_profile);
234
- updatePassword = async (t) => this.fetchInstance.put(r.CHANGE_PASSWORD, t);
234
+ updatePassword = async (t) => this.fetchInstance.put(r.CHANGE_PASSWORD, { user: t });
235
235
  getInsightsNotificationProfiles = async () => this.fetchInstance.get(`${r.NOTIFICATION_PROFILES}/${r.INSIGHTS_NOTIFICATION_PROFILES}`).then((t) => t);
236
236
  }
237
237
  class O {
@@ -3236,4 +3236,4 @@ export {
3236
3236
  He as y,
3237
3237
  We as z
3238
3238
  };
3239
- //# sourceMappingURL=UserStore-CzwmOm62.mjs.map
3239
+ //# sourceMappingURL=UserStore-BU7ooo3o.mjs.map