@webitel/api-services
    Preparing search index...

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type LocateOAuthServiceParams = {
        access?: string;
        enabled?: boolean;
        fields?: string[];
        name?: string;
        page?: number;
        q?: string;
        size?: number;
        sort?: string[];
    }
    Index

    Properties

    access?: string

    [M]andatory[A]ccess[C]ontrol: with access mode (action) granted!

    enabled?: boolean

    ----- OAuthService-Specific Filters ----------------

    fields?: string[]

    attributes list

    name?: string

    case-ignore substring match: ILIKE '*' - any; '?' - one

    page?: number

    ----- Select Options -------------------------

    default: 1

    q?: string

    term-of-search: lookup[name]

    size?: number

    default: 16

    sort?: string[]

    e.g.: "updated_at" - ASC; "!updated_at" - DESC;