From ea559a6f1a9ae7b90f92099d2820ec8140bd047f Mon Sep 17 00:00:00 2001 From: stephenlago99 Date: Fri, 7 Feb 2025 15:45:50 +0200 Subject: [PATCH] chore(graphql): generate types (#2019) --- src/generated/graphql.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/generated/graphql.tsx b/src/generated/graphql.tsx index a4260fe7a..91f59f9b8 100644 --- a/src/generated/graphql.tsx +++ b/src/generated/graphql.tsx @@ -2181,6 +2181,7 @@ export type DataExportCreditNoteFiltersInput = { reason?: InputMaybe>; refundStatus?: InputMaybe>; searchTerm?: InputMaybe; + selfBilled?: InputMaybe; }; export enum DataExportFormatTypeEnum { @@ -2200,6 +2201,7 @@ export type DataExportInvoiceFiltersInput = { paymentOverdue?: InputMaybe; paymentStatus?: InputMaybe>; searchTerm?: InputMaybe; + selfBilled?: InputMaybe; status?: InputMaybe>; };