From 2be70ffc281544ca1da451e6c820eddb38c4e563 Mon Sep 17 00:00:00 2001 From: Alexander Petkov Date: Fri, 20 Oct 2023 15:36:26 +0300 Subject: [PATCH] donation.enums.ts: Add guaranteed DonationStatus Match with the values on the backend --- src/gql/donations.enums.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gql/donations.enums.ts b/src/gql/donations.enums.ts index 832f07754..47da4f230 100644 --- a/src/gql/donations.enums.ts +++ b/src/gql/donations.enums.ts @@ -9,6 +9,7 @@ export enum DonationStatus { declined = 'declined', waiting = 'waiting', cancelled = 'cancelled', + guaranteed = 'guaranteed', succeeded = 'succeeded', deleted = 'deleted', refund = 'refund',