@lodashventure/medusa-membership 1.1.4 → 1.1.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.
|
@@ -2012,15 +2012,15 @@ const menuItemModule = {
|
|
|
2012
2012
|
nested: void 0
|
|
2013
2013
|
},
|
|
2014
2014
|
{
|
|
2015
|
-
label: config.label,
|
|
2015
|
+
label: config$1.label,
|
|
2016
2016
|
icon: void 0,
|
|
2017
|
-
path: "/membership/
|
|
2017
|
+
path: "/membership/member-consents",
|
|
2018
2018
|
nested: void 0
|
|
2019
2019
|
},
|
|
2020
2020
|
{
|
|
2021
|
-
label: config
|
|
2021
|
+
label: config.label,
|
|
2022
2022
|
icon: void 0,
|
|
2023
|
-
path: "/membership/
|
|
2023
|
+
path: "/membership/membertier",
|
|
2024
2024
|
nested: void 0
|
|
2025
2025
|
}
|
|
2026
2026
|
]
|
|
@@ -2009,15 +2009,15 @@ const menuItemModule = {
|
|
|
2009
2009
|
nested: void 0
|
|
2010
2010
|
},
|
|
2011
2011
|
{
|
|
2012
|
-
label: config.label,
|
|
2012
|
+
label: config$1.label,
|
|
2013
2013
|
icon: void 0,
|
|
2014
|
-
path: "/membership/
|
|
2014
|
+
path: "/membership/member-consents",
|
|
2015
2015
|
nested: void 0
|
|
2016
2016
|
},
|
|
2017
2017
|
{
|
|
2018
|
-
label: config
|
|
2018
|
+
label: config.label,
|
|
2019
2019
|
icon: void 0,
|
|
2020
|
-
path: "/membership/
|
|
2020
|
+
path: "/membership/membertier",
|
|
2021
2021
|
nested: void 0
|
|
2022
2022
|
}
|
|
2023
2023
|
]
|