@burdenoff/microfe-billing 2026.514.6 → 2026.515.2

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.
@@ -16111,6 +16111,7 @@ export type QueryGetPaginatedSubscriptionsArgs = {
16111
16111
  billingAccountId: Scalars['ID']['input'];
16112
16112
  page?: InputMaybe<Scalars['Int']['input']>;
16113
16113
  pageSize?: InputMaybe<Scalars['Int']['input']>;
16114
+ search?: InputMaybe<Scalars['String']['input']>;
16114
16115
  };
16115
16116
  /** Root query type */
16116
16117
  export type QueryGetPaymentArgs = {