shared-ritm 1.0.37 → 1.0.39

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.
@@ -7603,7 +7603,7 @@ const Yd = /* @__PURE__ */ He({
7603
7603
  const t = e, n = h(
7604
7604
  () => {
7605
7605
  var o, r, i, l, a;
7606
- return `${(o = t.userData) == null ? void 0 : o.last_name} ${(i = (r = t.userData) == null ? void 0 : r.first_name) == null ? void 0 : i[0]}. ${(a = (l = t.userData) == null ? void 0 : l.patronymic) == null ? void 0 : a[0]}.`;
7606
+ return `${(o = t.userData) == null ? void 0 : o.last_name} ${(i = (r = t.userData) == null ? void 0 : r.first_name) == null ? void 0 : i[0]}. ${((a = (l = t.userData) == null ? void 0 : l.patronymic) == null ? void 0 : a[0]) || ""}.`;
7607
7607
  }
7608
7608
  );
7609
7609
  return (o, r) => (Y(), ye(rf, {
@@ -9563,6 +9563,11 @@ class U1 extends sn {
9563
9563
  repairs_ids: [t]
9564
9564
  });
9565
9565
  }
9566
+ restoreRepair(t) {
9567
+ return this.post("/restore_repair", {
9568
+ repairs_ids: [t]
9569
+ });
9570
+ }
9566
9571
  updateRepair(t, n) {
9567
9572
  return this.put(`/repairs/${n}`, t);
9568
9573
  }