This commit is contained in:
Benjamin Toby 2025-12-29 06:37:52 +01:00
parent b10bcb4d46
commit 863906f3e6
4 changed files with 4 additions and 2 deletions

View File

@ -1592,7 +1592,7 @@ export type MediaUploadDataType = ImageObjectType & FileObjectType & {
};
export declare const ImageMimeTypes: (keyof sharp.FormatEnum)[];
export declare const VideoMimeTypes: readonly ["mp4", "wav"];
export declare const FileMimeTypes: readonly [...(keyof sharp.FormatEnum)[], "mp4", "wav", "pdf", "csv", "json", "sql", "xlsx", "txt", "zip", "tar.xz", "xz", "yaml", "yml", "sh", "jsx", "js", "tsx", "ts", "html", "css"];
export declare const FileMimeTypes: readonly [...(keyof sharp.FormatEnum)[], "mp4", "wav", "pdf", "csv", "json", "sql", "xlsx", "txt", "zip", "tar.xz", "xz", "yaml", "yml", "sh", "jsx", "js", "tsx", "ts", "html", "css", "md"];
export declare const CurrentlyEditedFieldActions: readonly ["edit-field", "edit-index", "delete-field", "delete-index", "new-field", "new-index", "move-up", "move-down", "complete"];
export type CurrentlyEditedTableSchemaType = {
action: (typeof CurrentlyEditedFieldActions)[number];

View File

@ -172,6 +172,7 @@ exports.FileMimeTypes = [
"ts",
"html",
"css",
"md",
];
exports.CurrentlyEditedFieldActions = [
"edit-field",

View File

@ -1932,6 +1932,7 @@ export const FileMimeTypes = [
"ts",
"html",
"css",
"md",
] as const;
export const CurrentlyEditedFieldActions = [

View File

@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "5.6.9",
"version": "5.7.0",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {