@budibase/shared-core 3.39.32 → 3.40.0

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.
@@ -1,2 +1,4 @@
1
1
  export declare const EXCLUDE_ALL_PATTERN = "!**";
2
+ export declare const SHAREPOINT_LIST_FILTER_PATH_PREFIX = "__list__:";
3
+ export declare const getSharePointListFilterPath: (listId: string) => string;
2
4
  export declare const matchesConfiguredPatterns: (path: string, patterns: string[]) => boolean;