@marqeta/ux-toolkit-sdk-javascript 2.16.0 → 2.17.0

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.
@@ -21474,7 +21474,8 @@ var _RestWlaService = /*#__PURE__*/ function() {
21474
21474
  method: "POST",
21475
21475
  headers: _object_spread_props(_object_spread({}, _this.getCommonWlaApiHeaders()), {
21476
21476
  "Content-Type": "application/json"
21477
- })
21477
+ }),
21478
+ body: JSON.stringify({})
21478
21479
  };
21479
21480
  return [
21480
21481
  4,
@@ -21487,7 +21488,7 @@ var _RestWlaService = /*#__PURE__*/ function() {
21487
21488
  ];
21488
21489
  case 2:
21489
21490
  error2 = _state.sent();
21490
- throw new MqSDKError("Unable to send reset password link", error2);
21491
+ throw new MqSDKError("Unable to send verification email", error2);
21491
21492
  case 3:
21492
21493
  return [
21493
21494
  2
@@ -21967,7 +21967,8 @@ var _RestWlaService = /*#__PURE__*/ function() {
21967
21967
  method: "POST",
21968
21968
  headers: _object_spread_props(_object_spread({}, _this.getCommonWlaApiHeaders()), {
21969
21969
  "Content-Type": "application/json"
21970
- })
21970
+ }),
21971
+ body: JSON.stringify({})
21971
21972
  };
21972
21973
  return [
21973
21974
  4,
@@ -21980,7 +21981,7 @@ var _RestWlaService = /*#__PURE__*/ function() {
21980
21981
  ];
21981
21982
  case 2:
21982
21983
  error2 = _state.sent();
21983
- throw new MqSDKError("Unable to send reset password link", error2);
21984
+ throw new MqSDKError("Unable to send verification email", error2);
21984
21985
  case 3:
21985
21986
  return [
21986
21987
  2