@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.
@@ -3255,11 +3255,12 @@ function vr(t) {
3255
3255
  return e.useQuery(Q, r);
3256
3256
  }
3257
3257
  var yr = t`
3258
- query GetPaginatedSubscriptions($billingAccountId: ID!, $page: Int, $pageSize: Int) {
3258
+ query GetPaginatedSubscriptions($billingAccountId: ID!, $page: Int, $pageSize: Int, $search: String) {
3259
3259
  getPaginatedSubscriptions(
3260
3260
  billingAccountId: $billingAccountId
3261
3261
  page: $page
3262
3262
  pageSize: $pageSize
3263
+ search: $search
3263
3264
  ) {
3264
3265
  subscriptions {
3265
3266
  ...SubscriptionWithPlanFields