kcommons 5.23.3 → 5.23.5

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.
@@ -16,7 +16,7 @@ exports.QUOTE_NOTIFICATION_TEMPLATES = {
16
16
  vendorUpdatedQuote(comparative_id, vendor_trade_name, rfq_no) {
17
17
  return {
18
18
  title: `Vendor Updated Quote`,
19
- description: `${vendor_trade_name} has updated his quote on ${rfq_no}`,
19
+ description: `${vendor_trade_name} has updated their quote on ${rfq_no}`,
20
20
  action_link: companyRoutes_constants_1.companyNavConfig.purchase.comparative.view(comparative_id),
21
21
  };
22
22
  },
@@ -100,3 +100,9 @@ export declare const UOMS: {
100
100
  full_form: string;
101
101
  short_form: string;
102
102
  }[];
103
+ export interface IItemCSVUploadInterface {
104
+ ites: IItem[];
105
+ errItems: (IItem & {
106
+ error: string;
107
+ })[];
108
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.23.3",
3
+ "version": "5.23.5",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",