jira.js
    Preparing search index...

    Variable NotificationSchemeAndProjectMappingJsonSchemaConst

    NotificationSchemeAndProjectMappingJsonSchema: ZodObject<
        {
            notificationSchemeId: ZodOptional<ZodString>;
            projectId: ZodOptional<ZodString>;
        },
        $loose,
    > = NotificationSchemeAndProjectMappingSchema

    Renamed to NotificationSchemeAndProjectMappingSchema, which describes the same shape. This alias is removed in the next major version.