order-management 0.0.64 → 0.0.65

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.
@@ -2727,12 +2727,6 @@ const routeModule = {
2727
2727
  };
2728
2728
  const menuItemModule = {
2729
2729
  menuItems: [
2730
- {
2731
- label: config$7.label,
2732
- icon: config$7.icon,
2733
- path: "/payments",
2734
- nested: void 0
2735
- },
2736
2730
  {
2737
2731
  label: config$6.label,
2738
2732
  icon: config$6.icon,
@@ -2752,9 +2746,9 @@ const menuItemModule = {
2752
2746
  nested: void 0
2753
2747
  },
2754
2748
  {
2755
- label: config$3.label,
2756
- icon: config$3.icon,
2757
- path: "/payments/:id",
2749
+ label: config$7.label,
2750
+ icon: config$7.icon,
2751
+ path: "/payments",
2758
2752
  nested: void 0
2759
2753
  },
2760
2754
  {
@@ -2763,6 +2757,12 @@ const menuItemModule = {
2763
2757
  path: "/refunds/:id",
2764
2758
  nested: void 0
2765
2759
  },
2760
+ {
2761
+ label: config$1.label,
2762
+ icon: config$1.icon,
2763
+ path: "/returns/:id",
2764
+ nested: void 0
2765
+ },
2766
2766
  {
2767
2767
  label: config.label,
2768
2768
  icon: config.icon,
@@ -2770,9 +2770,9 @@ const menuItemModule = {
2770
2770
  nested: void 0
2771
2771
  },
2772
2772
  {
2773
- label: config$1.label,
2774
- icon: config$1.icon,
2775
- path: "/returns/:id",
2773
+ label: config$3.label,
2774
+ icon: config$3.icon,
2775
+ path: "/payments/:id",
2776
2776
  nested: void 0
2777
2777
  }
2778
2778
  ]
@@ -2726,12 +2726,6 @@ const routeModule = {
2726
2726
  };
2727
2727
  const menuItemModule = {
2728
2728
  menuItems: [
2729
- {
2730
- label: config$7.label,
2731
- icon: config$7.icon,
2732
- path: "/payments",
2733
- nested: void 0
2734
- },
2735
2729
  {
2736
2730
  label: config$6.label,
2737
2731
  icon: config$6.icon,
@@ -2751,9 +2745,9 @@ const menuItemModule = {
2751
2745
  nested: void 0
2752
2746
  },
2753
2747
  {
2754
- label: config$3.label,
2755
- icon: config$3.icon,
2756
- path: "/payments/:id",
2748
+ label: config$7.label,
2749
+ icon: config$7.icon,
2750
+ path: "/payments",
2757
2751
  nested: void 0
2758
2752
  },
2759
2753
  {
@@ -2762,6 +2756,12 @@ const menuItemModule = {
2762
2756
  path: "/refunds/:id",
2763
2757
  nested: void 0
2764
2758
  },
2759
+ {
2760
+ label: config$1.label,
2761
+ icon: config$1.icon,
2762
+ path: "/returns/:id",
2763
+ nested: void 0
2764
+ },
2765
2765
  {
2766
2766
  label: config.label,
2767
2767
  icon: config.icon,
@@ -2769,9 +2769,9 @@ const menuItemModule = {
2769
2769
  nested: void 0
2770
2770
  },
2771
2771
  {
2772
- label: config$1.label,
2773
- icon: config$1.icon,
2774
- path: "/returns/:id",
2772
+ label: config$3.label,
2773
+ icon: config$3.icon,
2774
+ path: "/payments/:id",
2775
2775
  nested: void 0
2776
2776
  }
2777
2777
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "order-management",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",