kcommons 5.19.13 → 5.19.15

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.
package/build/index.d.ts CHANGED
@@ -44,3 +44,4 @@ export * from "./constants/vendorRoutes.constants";
44
44
  export * from "./classes/asnWrapper.class";
45
45
  export * from "./utils/permission.utils";
46
46
  export * from "./templates/notifications/rfq.notifications";
47
+ export * from "./templates/notifications/po.notifications";
package/build/index.js CHANGED
@@ -65,3 +65,4 @@ __exportStar(require("./classes/asnWrapper.class"), exports);
65
65
  __exportStar(require("./utils/permission.utils"), exports);
66
66
  // Templates
67
67
  __exportStar(require("./templates/notifications/rfq.notifications"), exports);
68
+ __exportStar(require("./templates/notifications/po.notifications"), exports);
@@ -24,15 +24,4 @@ exports.PO_NOTIFICATIONS = {
24
24
  title: `${po_no} rejected`,
25
25
  };
26
26
  },
27
- // poRejection: (
28
- // po_id: string,
29
- // po_no: string,
30
- // name: string
31
- // ): INotificationTemplate => {
32
- // return {
33
- // action_link: companyNavConfig.purchase.po.view(po_id),
34
- // description: `${po_no} has been rejected by ${name}`,
35
- // title: `${po_no} rejected`,
36
- // };
37
- // },
38
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.19.13",
3
+ "version": "5.19.15",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",