@budibase/shared-core 2.27.4 → 2.27.6

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/filters.d.ts CHANGED
@@ -16,7 +16,7 @@ export declare const getValidOperatorsForType: (fieldType: {
16
16
  /**
17
17
  * Operators which do not support empty strings as values
18
18
  */
19
- export declare const NoEmptyFilterStrings: SearchFilterOperator[];
19
+ export declare const NoEmptyFilterStrings: (SearchFilterOperator | "fuzzyOr" | "documentType")[];
20
20
  /**
21
21
  * Removes a numeric prefix on field names designed to give fields uniqueness
22
22
  */