kcommons 18.9.3 → 18.9.4

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.
@@ -636,6 +636,14 @@ export declare const companyNavConfig: {
636
636
  id: COMPANY_ROUTE_IDS;
637
637
  };
638
638
  };
639
+ gi: {
640
+ list: {
641
+ route: string;
642
+ };
643
+ view: {
644
+ route: (invoice_id: string) => string;
645
+ };
646
+ };
639
647
  };
640
648
  purchase: {
641
649
  rfq: {
@@ -653,6 +653,14 @@ exports.companyNavConfig = {
653
653
  id: COMPANY_ROUTE_IDS.VES_SL_VIEW,
654
654
  },
655
655
  },
656
+ gi: {
657
+ list: {
658
+ route: `/store/gate-inwards`,
659
+ },
660
+ view: {
661
+ route: (invoice_id) => `/store/gate-inwards/${invoice_id}/view`,
662
+ },
663
+ },
656
664
  },
657
665
  purchase: {
658
666
  rfq: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "18.9.3",
3
+ "version": "18.9.4",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",