jira.js
    Preparing search index...

    Variable GetDashboardsPaginatedSchemaConst

    GetDashboardsPaginatedSchema: ZodObject<
        {
            accountId: ZodOptional<ZodString>;
            dashboardName: ZodOptional<ZodString>;
            expand: ZodOptional<
                ZodUnion<
                    readonly [
                        ZodString,
                        ZodArray<ZodString>,
                        ZodCustom<
                            | "description"
                            | string & {}
                            | "viewUrl"
                            | "owner"
                            | "favourite"
                            | "editPermissions"
                            | "sharePermissions"
                            | "isWritable"
                            | "favouritedCount",
                            | "description"
                            | string & {}
                            | "viewUrl"
                            | "owner"
                            | "favourite"
                            | "editPermissions"
                            | "sharePermissions"
                            | "isWritable"
                            | "favouritedCount",
                        >,
                        ZodArray<
                            ZodCustom<
                                | "description"
                                | string & {}
                                | "viewUrl"
                                | "owner"
                                | "favourite"
                                | "editPermissions"
                                | "sharePermissions"
                                | "isWritable"
                                | "favouritedCount",
                                | "description"
                                | string & {}
                                | "viewUrl"
                                | "owner"
                                | "favourite"
                                | "editPermissions"
                                | "sharePermissions"
                                | "isWritable"
                                | "favouritedCount",
                            >,
                        >,
                    ],
                >,
            >;
            groupId: ZodOptional<ZodString>;
            groupname: ZodOptional<ZodString>;
            maxResults: ZodOptional<ZodNumber>;
            orderBy: ZodOptional<
                ZodCustom<
                    | "name"
                    | "id"
                    | "description"
                    | string & {}
                    | "owner"
                    | "-description"
                    | "+description"
                    | "-name"
                    | "+name"
                    | "favorite_count"
                    | "-favorite_count"
                    | "+favorite_count"
                    | "-id"
                    | "+id"
                    | "is_favorite"
                    | "-is_favorite"
                    | "+is_favorite"
                    | "-owner"
                    | "+owner",
                    | "name"
                    | "id"
                    | "description"
                    | string & {}
                    | "owner"
                    | "-description"
                    | "+description"
                    | "-name"
                    | "+name"
                    | "favorite_count"
                    | "-favorite_count"
                    | "+favorite_count"
                    | "-id"
                    | "+id"
                    | "is_favorite"
                    | "-is_favorite"
                    | "+is_favorite"
                    | "-owner"
                    | "+owner",
                >,
            >;
            projectId: ZodOptional<ZodNumber>;
            startAt: ZodOptional<ZodNumber>;
            status: ZodOptional<
                ZodCustom<
                    "deleted"
                    | "active"
                    | string & {}
                    | "archived",
                    "deleted" | "active" | string & {} | "archived",
                >,
            >;
        },
        $strip,
    > = ...