chore: save snapshot before tag 0.3
This commit is contained in:
@@ -288,9 +288,13 @@ export type Database = {
|
||||
asset_type: string;
|
||||
file_url: string | null;
|
||||
thumbnail_url: string | null;
|
||||
bucket: string | null;
|
||||
storage_path: string | null;
|
||||
file_name: string | null;
|
||||
file_size: number | null;
|
||||
mime_type: string | null;
|
||||
ocr_payload: Json | null;
|
||||
ocr_strategy: string | null;
|
||||
ocr_text: string | null;
|
||||
ocr_status: string | null;
|
||||
created_by: string | null;
|
||||
@@ -304,9 +308,13 @@ export type Database = {
|
||||
asset_type?: string;
|
||||
file_url?: string | null;
|
||||
thumbnail_url?: string | null;
|
||||
bucket?: string | null;
|
||||
storage_path?: string | null;
|
||||
file_name?: string | null;
|
||||
file_size?: number | null;
|
||||
mime_type?: string | null;
|
||||
ocr_payload?: Json | null;
|
||||
ocr_strategy?: string | null;
|
||||
ocr_text?: string | null;
|
||||
ocr_status?: string | null;
|
||||
created_by?: string | null;
|
||||
@@ -320,9 +328,13 @@ export type Database = {
|
||||
asset_type?: string;
|
||||
file_url?: string | null;
|
||||
thumbnail_url?: string | null;
|
||||
bucket?: string | null;
|
||||
storage_path?: string | null;
|
||||
file_name?: string | null;
|
||||
file_size?: number | null;
|
||||
mime_type?: string | null;
|
||||
ocr_payload?: Json | null;
|
||||
ocr_strategy?: string | null;
|
||||
ocr_text?: string | null;
|
||||
ocr_status?: string | null;
|
||||
created_by?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user