@procivis/react-native-one-core
    Preparing search index...

    Interface ProofListQueryBindingDto

    interface ProofListQueryBindingDto {
        completedDateAfter?: string;
        completedDateBefore?: string;
        createdDateAfter?: string;
        createdDateBefore?: string;
        exact?: NAME[];
        ids?: string[];
        lastModifiedAfter?: string;
        lastModifiedBefore?: string;
        name?: string;
        organisationId: string;
        page: number;
        pageSize: number;
        profiles?: string[];
        proofRoles?: ProofRoleBindingEnum[];
        proofSchemaIds?: string[];
        proofStates?: ProofStateBindingEnum[];
        requestedDateAfter?: string;
        requestedDateBefore?: string;
        sort?: SortableProofListColumnBinding;
        sortDirection?: SortDirection;
    }
    Index

    Properties

    completedDateAfter?: string
    completedDateBefore?: string
    createdDateAfter?: string
    createdDateBefore?: string
    exact?: NAME[]
    ids?: string[]
    lastModifiedAfter?: string
    lastModifiedBefore?: string
    name?: string
    organisationId: string
    page: number
    pageSize: number
    profiles?: string[]
    proofRoles?: ProofRoleBindingEnum[]
    proofSchemaIds?: string[]
    proofStates?: ProofStateBindingEnum[]
    requestedDateAfter?: string
    requestedDateBefore?: string
    sortDirection?: SortDirection