@coopenomics/sdk
    Preparing search index...
    interface IInput {
        data: {
            filter?:
                | {
                    coopname?: string
                    | null;
                    date_from?: any;
                    date_to?: any;
                    event_types?: LogEventType[] | null;
                    initiator?: string | null;
                    issue_hash?: string | null;
                    project_hash?: string | null;
                    show_components_logs?: boolean | null;
                    show_issue_logs?: boolean | null;
                }
                | null;
            pagination?: | {
                limit: number;
                page: number;
                sortBy?: string
                | null;
                sortOrder: string;
            }
            | null;
        };
    }
    Index

    Properties

    Properties

    data: {
        filter?:
            | {
                coopname?: string
                | null;
                date_from?: any;
                date_to?: any;
                event_types?: LogEventType[] | null;
                initiator?: string | null;
                issue_hash?: string | null;
                project_hash?: string | null;
                show_components_logs?: boolean | null;
                show_issue_logs?: boolean | null;
            }
            | null;
        pagination?: | {
            limit: number;
            page: number;
            sortBy?: string
            | null;
            sortOrder: string;
        }
        | null;
    }

    Type Declaration

    • Optionalfilter?:
          | {
              coopname?: string
              | null;
              date_from?: any;
              date_to?: any;
              event_types?: LogEventType[] | null;
              initiator?: string | null;
              issue_hash?: string | null;
              project_hash?: string | null;
              show_components_logs?: boolean | null;
              show_issue_logs?: boolean | null;
          }
          | null

      Фильтры для поиска логов

    • Optionalpagination?:
          | {
              limit: number;
              page: number;
              sortBy?: string
              | null;
              sortOrder: string;
          }
          | null

      Параметры пагинации