ids-enterprise-typings 17.2.0 → 17.2.1-dev.20240108

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.
@@ -644,7 +644,6 @@ interface SohoStatic {
644
644
  Status: SohoDataGridColumnFormatterFunction;
645
645
  TargetedAchievement: SohoDataGridColumnFormatterFunction;
646
646
  Fileupload: SohoDataGridColumnFormatterFunction;
647
- MultiSelect: SohoDataGridColumnFormatterFunction;
648
647
  };
649
648
  Editors: {
650
649
  // Supports, Text, Numeric, Integer via mask
@@ -726,7 +725,6 @@ declare var Formatters: {
726
725
  Status: SohoDataGridColumnFormatterFunction;
727
726
  TargetedAchievement: SohoDataGridColumnFormatterFunction;
728
727
  Fileupload: SohoDataGridColumnFormatterFunction;
729
- MultiSelect: SohoDataGridColumnFormatterFunction;
730
728
  };
731
729
 
732
730
  type SohoDataGridColumnHrefFunction = (
@@ -26,9 +26,6 @@ interface SohoModuleNavOptions {
26
26
  mobileBehavior?: boolean;
27
27
  breakpoint?: SohoModuleNavBreakPoint,
28
28
  showOverlay?: boolean;
29
- showModuleSwitcher?: boolean;
30
- showGuestSection?: boolean;
31
- showSearchBar?: boolean;
32
29
  enableOutsideClick?: boolean;
33
30
  }
34
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "17.2.0",
4
+ "version": "17.2.1-dev.20240108",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {