Skip to content

Commit

Permalink
chore(graphql): generate types (#2019)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlago99 authored Feb 7, 2025
1 parent 247871b commit ea559a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generated/graphql.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,7 @@ export type DataExportCreditNoteFiltersInput = {
reason?: InputMaybe<Array<CreditNoteReasonEnum>>;
refundStatus?: InputMaybe<Array<CreditNoteRefundStatusEnum>>;
searchTerm?: InputMaybe<Scalars['String']['input']>;
selfBilled?: InputMaybe<Scalars['Boolean']['input']>;
};

export enum DataExportFormatTypeEnum {
Expand All @@ -2200,6 +2201,7 @@ export type DataExportInvoiceFiltersInput = {
paymentOverdue?: InputMaybe<Scalars['Boolean']['input']>;
paymentStatus?: InputMaybe<Array<InvoicePaymentStatusTypeEnum>>;
searchTerm?: InputMaybe<Scalars['String']['input']>;
selfBilled?: InputMaybe<Scalars['Boolean']['input']>;
status?: InputMaybe<Array<InvoiceStatusTypeEnum>>;
};

Expand Down

0 comments on commit ea559a6

Please sign in to comment.