@inceptionbg/main 2.0.80 → 2.0.82

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.
package/dist/index.d.ts CHANGED
@@ -1465,7 +1465,7 @@ declare const Sidebar: FC<Props$2>;
1465
1465
  interface Props$1 {
1466
1466
  searchData: IAnyObject;
1467
1467
  setSearchData: Dispatch<SetStateAction<IAnyObject>>;
1468
- indexesSearch: IIndexData[];
1468
+ indexesSearch: Partial<IIndexData>[];
1469
1469
  setIndexesSearch: Dispatch<SetStateAction<Partial<IIndexData>[]>>;
1470
1470
  documentTypeUuid?: string;
1471
1471
  type?: 'document' | 'case' | 'contract';