jira.js
    Preparing search index...

    Variable GetFieldsPaginatedSchemaConst

    GetFieldsPaginatedSchema: ZodObject<
        {
            expand: ZodOptional<
                ZodUnion<
                    readonly [
                        ZodString,
                        ZodArray<ZodString>,
                        ZodCustom<
                            | "key"
                            | string & {}
                            | "searcherKey"
                            | "contextsCount"
                            | "isLocked"
                            | "lastUsed"
                            | "screensCount"
                            | "stableId",
                            | "key"
                            | string & {}
                            | "searcherKey"
                            | "contextsCount"
                            | "isLocked"
                            | "lastUsed"
                            | "screensCount"
                            | "stableId",
                        >,
                        ZodArray<
                            ZodCustom<
                                | "key"
                                | string & {}
                                | "searcherKey"
                                | "contextsCount"
                                | "isLocked"
                                | "lastUsed"
                                | "screensCount"
                                | "stableId",
                                | "key"
                                | string & {}
                                | "searcherKey"
                                | "contextsCount"
                                | "isLocked"
                                | "lastUsed"
                                | "screensCount"
                                | "stableId",
                            >,
                        >,
                    ],
                >,
            >;
            id: ZodOptional<ZodArray<ZodString>>;
            maxResults: ZodOptional<ZodNumber>;
            orderBy: ZodOptional<
                ZodCustom<
                    | "name"
                    | string & {}
                    | "contextsCount"
                    | "lastUsed"
                    | "projectsCount"
                    | "screensCount"
                    | "-name"
                    | "+name"
                    | "-contextsCount"
                    | "+contextsCount"
                    | "-lastUsed"
                    | "+lastUsed"
                    | "-screensCount"
                    | "+screensCount"
                    | "-projectsCount"
                    | "+projectsCount",
                    | "name"
                    | string & {}
                    | "contextsCount"
                    | "lastUsed"
                    | "projectsCount"
                    | "screensCount"
                    | "-name"
                    | "+name"
                    | "-contextsCount"
                    | "+contextsCount"
                    | "-lastUsed"
                    | "+lastUsed"
                    | "-screensCount"
                    | "+screensCount"
                    | "-projectsCount"
                    | "+projectsCount",
                >,
            >;
            projectIds: ZodOptional<ZodArray<ZodNumber>>;
            query: ZodOptional<ZodString>;
            startAt: ZodOptional<ZodNumber>;
            type: ZodOptional<
                ZodArray<
                    ZodCustom<
                        "custom"
                        | string & {}
                        | "system",
                        "custom" | string & {} | "system",
                    >,
                >,
            >;
        },
        $strip,
    > = ...