IOutput: {
    resendNotification: {
        attempts: number;
        channel: NotificationChannel;
        coopname: string;
        createdAt: unknown;
        id: string;
        lastError?: null | string;
        recipientSubscriberId: string;
        recipientUsername?: null | string;
        status: NotificationOutboxStatus;
        updatedAt: unknown;
        workflowId: string;
    };
}

Type declaration

  • resendNotification: {
        attempts: number;
        channel: NotificationChannel;
        coopname: string;
        createdAt: unknown;
        id: string;
        lastError?: null | string;
        recipientSubscriberId: string;
        recipientUsername?: null | string;
        status: NotificationOutboxStatus;
        updatedAt: unknown;
        workflowId: string;
    }

    Переотправить уведомление (force-постановка новой строки в очередь доставки)

    Требуемые роли: chairman.

    • attempts: number

      Сделано попыток

    • channel: NotificationChannel

      Канал доставки

    • coopname: string

      Кооператив-владелец

    • createdAt: unknown

      Когда поставлено в очередь

    • id: string

      Идентификатор уведомления

    • Optional lastError?: null | string

      Текст последней ошибки

    • recipientSubscriberId: string

      Идентификатор получателя

    • Optional recipientUsername?: null | string

      Имя аккаунта получателя

    • status: NotificationOutboxStatus

      Статус доставки

    • updatedAt: unknown

      Когда обновлено

    • workflowId: string

      Тип уведомления