@nerdjs/sales-kit 2.4.20 → 2.4.21

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.
@@ -153,7 +153,7 @@ function Content() {
153
153
  return;
154
154
  });
155
155
  } }, "resend_status"),
156
- _jsx(GridActionsCellItem, { icon: _jsx(Tooltip, { size: "sm", title: "Open in new tab", children: _jsx("a", { href: `${window._APP_CONFIG?.api?.endpoint}/v1/edi_transactions/${row.id}`, target: "_blank", rel: "noopener noreferrer", style: {
156
+ _jsx(GridActionsCellItem, { icon: _jsx(Tooltip, { size: "sm", title: "Open in new tab", children: _jsx("a", { href: `${window._APP_CONFIG?.api?.endpoint}/v1/edi/transactions/${row.id}`, target: "_blank", rel: "noopener noreferrer", style: {
157
157
  textDecoration: "none",
158
158
  color: "inherit",
159
159
  }, children: _jsx("i", { className: "fa-duotone fa-share" }) }) }), label: `Open in new tab`, color: "inherit" }, "open"),
@@ -47,7 +47,7 @@ export const loadTenderViewEndpoints = salesApi.injectEndpoints({
47
47
  return {
48
48
  body,
49
49
  method: "POST",
50
- url: `edi/transactions.json`,
50
+ url: `edi_transactions.json`,
51
51
  routePrefix: "/v1",
52
52
  headers: {
53
53
  "Content-Type": "multipart/form-data",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerdjs/sales-kit",
3
- "version": "2.4.20",
3
+ "version": "2.4.21",
4
4
  "description": "This is a @nerdjs library for the WA Sales Service",
5
5
  "keywords": [],
6
6
  "license": "ISC",