jira.js
    Preparing search index...

    Variable ObjectFilterParamsSchemaConst

    ObjectFilterParamsSchema: ZodObject<
        {
            asc: ZodOptional<ZodNumber>;
            attributesToDisplay: ZodOptional<
                ZodObject<{ attributesToDisplayIds: ZodArray<ZodString> }, $loose>,
            >;
            includeAttributes: ZodOptional<ZodBoolean>;
            objectId: ZodOptional<ZodString>;
            objectSchemaId: ZodString;
            objectTypeId: ZodString;
            orderByTypeAttrId: ZodOptional<ZodNumber>;
            page: ZodOptional<ZodNumber>;
            qlQuery: ZodString;
            resultsPerPage: ZodNumber;
        },
        $loose,
    > = ...

    A filter object that is used to find a paginated result set based on an object type and an AQL query