@transcommerce/cwm-shared 1.1.65 → 1.1.67

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.
@@ -1634,21 +1634,11 @@ const CONFIGURATION_SCHEMA = {
1634
1634
  title: "Company Name",
1635
1635
  default: DEFAULT_COMPANY_NAME
1636
1636
  },
1637
- authConfig: {
1638
- ...AUTH_CONFIG_SCHEMA
1639
- },
1640
- apiConfig: {
1641
- ...API_CONFIG_SCHEMA
1642
- },
1643
- subscriptionConfig: {
1644
- ...SUBSCRIPTION_CONFIG_SCHEMA
1645
- },
1646
- menuBoardConfig: {
1647
- ...MENU_BOARD_CONFIG_SCHEMA
1648
- },
1649
- footerCarouselConfig: {
1650
- ...CAROUSEL_CONFIG_SCHEMA
1651
- },
1637
+ authConfig: AUTH_CONFIG_SCHEMA,
1638
+ apiConfig: API_CONFIG_SCHEMA,
1639
+ subscriptionConfig: SUBSCRIPTION_CONFIG_SCHEMA,
1640
+ menuBoardConfig: MENU_BOARD_CONFIG_SCHEMA,
1641
+ footerCarouselConfig: CAROUSEL_CONFIG_SCHEMA,
1652
1642
  footerCarouselSlideConfig: {
1653
1643
  type: "array",
1654
1644
  title: "Footer Carousel Slides Collection",