@budibase/shared-core 3.2.16 → 3.2.17

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,3 +1,4 @@
1
1
  export declare const PROTECTED_INTERNAL_COLUMNS: readonly ["_id", "_rev", "type", "createdAt", "updatedAt", "tableId"];
2
2
  export declare const PROTECTED_EXTERNAL_COLUMNS: readonly ["_id", "_rev", "tableId"];
3
3
  export declare function isInternalColumnName(name: string): boolean;
4
+ export declare function isExternalColumnName(name: string): boolean;