@burdenoff/microfe-billing 2026.514.4 → 2026.514.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16103,6 +16103,7 @@ export type QueryGetPaginatedInvoicesArgs = {
16103
16103
  billingAccountId?: InputMaybe<Scalars['ID']['input']>;
16104
16104
  page?: InputMaybe<Scalars['Int']['input']>;
16105
16105
  pageSize?: InputMaybe<Scalars['Int']['input']>;
16106
+ search?: InputMaybe<Scalars['String']['input']>;
16106
16107
  status?: InputMaybe<InvoiceStatus>;
16107
16108
  };
16108
16109
  /** Root query type */