@budibase/backend-core 2.22.19 → 2.23.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.
package/dist/index.js CHANGED
@@ -55003,7 +55003,8 @@ var allowDisplayColumnByType = {
55003
55003
  ["bigint" /* BIGINT */]: true,
55004
55004
  ["boolean" /* BOOLEAN */]: false,
55005
55005
  ["array" /* ARRAY */]: false,
55006
- ["attachment" /* ATTACHMENT */]: false,
55006
+ ["attachment" /* ATTACHMENTS */]: false,
55007
+ ["attachment_single" /* ATTACHMENT_SINGLE */]: false,
55007
55008
  ["link" /* LINK */]: false,
55008
55009
  ["json" /* JSON */]: false,
55009
55010
  ["bb_reference" /* BB_REFERENCE */]: false
@@ -55021,7 +55022,8 @@ var allowSortColumnByType = {
55021
55022
  ["boolean" /* BOOLEAN */]: true,
55022
55023
  ["json" /* JSON */]: true,
55023
55024
  ["formula" /* FORMULA */]: false,
55024
- ["attachment" /* ATTACHMENT */]: false,
55025
+ ["attachment" /* ATTACHMENTS */]: false,
55026
+ ["attachment_single" /* ATTACHMENT_SINGLE */]: false,
55025
55027
  ["array" /* ARRAY */]: false,
55026
55028
  ["link" /* LINK */]: false,
55027
55029
  ["bb_reference" /* BB_REFERENCE */]: false