kcommons 6.2.31 → 6.3.0

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.
@@ -394,7 +394,7 @@ exports.companyNavConfig = {
394
394
  },
395
395
  comparative: {
396
396
  view: {
397
- route: (comparative_id, activeNegotiationQuoteId) => `/purchase/comparative/${comparative_id}?route_id=${COMPANY_ROUTE_IDS.CMPRTV_VIEW}${activeNegotiationQuoteId ? "opent=" + activeNegotiationQuoteId : ""}`,
397
+ route: (comparative_id, activeNegotiationQuoteId) => `/purchase/comparative/${comparative_id}?route_id=${COMPANY_ROUTE_IDS.CMPRTV_VIEW}${activeNegotiationQuoteId ? "&opent=" + activeNegotiationQuoteId : ""}`,
398
398
  id: COMPANY_ROUTE_IDS.CMPRTV_VIEW,
399
399
  },
400
400
  },
@@ -58,7 +58,8 @@ export interface IItem {
58
58
  previous_purchase_company_vendor_id: string | null;
59
59
  previous_purchase_date: string | null;
60
60
  item_description: string | null;
61
- item_image: string | null;
61
+ primary_item_image: string | null;
62
+ item_images: string[];
62
63
  sac_code: string | null;
63
64
  brand: string | null;
64
65
  is_enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "6.2.31",
3
+ "version": "6.3.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",