jira.js
    Preparing search index...

    Variable GetPlanResponseSchemaConst

    GetPlanResponseSchema: ZodObject<
        {
            crossProjectReleases: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            name: ZodOptional<ZodString>;
                            releaseIds: ZodOptional<ZodArray<ZodNumber>>;
                        },
                        $loose,
                    >,
                >,
            >;
            customFields: ZodOptional<
                ZodArray<
                    ZodObject<
                        { customFieldId: ZodNumber; filter: ZodOptional<ZodBoolean> },
                        $loose,
                    >,
                >,
            >;
            exclusionRules: ZodOptional<
                ZodObject<
                    {
                        issueIds: ZodOptional<ZodArray<ZodNumber>>;
                        issueTypeIds: ZodOptional<ZodArray<ZodNumber>>;
                        numberOfDaysToShowCompletedIssues: ZodNumber;
                        releaseIds: ZodOptional<ZodArray<ZodNumber>>;
                        workStatusCategoryIds: ZodOptional<ZodArray<ZodNumber>>;
                        workStatusIds: ZodOptional<ZodArray<ZodNumber>>;
                    },
                    $loose,
                >,
            >;
            id: ZodNumber;
            issueSources: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            type: ZodCustom<
                                string & {}
                                | "Board"
                                | "Project"
                                | "Filter"
                                | "Custom",
                                string & {} | "Board" | "Project" | "Filter" | "Custom",
                            >;
                            value: ZodNumber;
                        },
                        $loose,
                    >,
                >,
            >;
            lastSaved: ZodOptional<ZodString>;
            leadAccountId: ZodOptional<ZodString>;
            name: ZodOptional<ZodString>;
            permissions: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            holder: ZodOptional<
                                ZodObject<
                                    {
                                        type: ZodCustom<(...) | (...) | (...), (...) | (...) | (...)>;
                                        value: ZodString;
                                    },
                                    $loose,
                                >,
                            >;
                            type: ZodCustom<
                                string & {}
                                | "View"
                                | "Edit",
                                string & {} | "View" | "Edit",
                            >;
                        },
                        $loose,
                    >,
                >,
            >;
            scheduling: ZodOptional<
                ZodObject<
                    {
                        dependencies: ZodCustom<
                            string & {}
                            | "Sequential"
                            | "Concurrent",
                            string & {} | "Sequential" | "Concurrent",
                        >;
                        endDate: ZodOptional<
                            ZodObject<
                                {
                                    dateCustomFieldId: ZodOptional<ZodNumber>;
                                    type: ZodCustom<
                                        | (...) & (...)
                                        | "DueDate"
                                        | "TargetStartDate"
                                        | "TargetEndDate"
                                        | "DateCustomField",

                                            | (...) & (...)
                                            | "DueDate"
                                            | "TargetStartDate"
                                            | "TargetEndDate"
                                            | "DateCustomField",
                                    >;
                                },
                                $loose,
                            >,
                        >;
                        estimation: ZodCustom<
                            string & {}
                            | "StoryPoints"
                            | "Days"
                            | "Hours",
                            string & {} | "StoryPoints" | "Days" | "Hours",
                        >;
                        inferredDates: ZodCustom<
                            string & {}
                            | "None"
                            | "SprintDates"
                            | "ReleaseDates",
                            string & {} | "None" | "SprintDates" | "ReleaseDates",
                        >;
                        startDate: ZodOptional<
                            ZodObject<
                                {
                                    dateCustomFieldId: ZodOptional<ZodNumber>;
                                    type: ZodCustom<
                                        | (...) & (...)
                                        | "DueDate"
                                        | "TargetStartDate"
                                        | "TargetEndDate"
                                        | "DateCustomField",

                                            | (...) & (...)
                                            | "DueDate"
                                            | "TargetStartDate"
                                            | "TargetEndDate"
                                            | "DateCustomField",
                                    >;
                                },
                                $loose,
                            >,
                        >;
                    },
                    $loose,
                >,
            >;
            status: ZodCustom<
                string & {}
                | "Active"
                | "Trashed"
                | "Archived",
                string & {} | "Active" | "Trashed" | "Archived",
            >;
        },
        $loose,
    > = ...