shared-ritm 1.3.15 → 1.3.17

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.
@@ -16929,16 +16929,8 @@ class wS extends _n {
16929
16929
  "get_list_repair" + (n ? `${t}&per_page=100000${a ? "&" + a : ""}&${r ? "" : o}` : `?per_page=100000${a ? "&" + a : ""}&${o}`)
16930
16930
  );
16931
16931
  }
16932
- fetchRepairTemplates({
16933
- equipmentId: n,
16934
- categoryCode: t
16935
- }) {
16936
- return this.get(
16937
- `repairs/get_repair_template_list?per_page=100000&categoryCodeList[0]=${t}&equipmentIdList[0]=${n}`
16938
- );
16939
- }
16940
- fetchEquipment() {
16941
- return this.get("repairs/equipment/list?per_page=100000");
16932
+ fetchRepairTemplates(n) {
16933
+ return this.get("repairs/get_repair_template_list", { params: n });
16942
16934
  }
16943
16935
  createRepair(n) {
16944
16936
  return this.post("/repairs/equipments", n);