@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.
- package/dist/billing/BillingUserRoutes.js +1 -1
- package/dist/billing/BillingUserRoutes.js.map +1 -1
- package/dist/billing/modules/subscriptions/hooks/useSubscriptions.d.ts +1 -1
- package/dist/billing/modules/subscriptions/hooks/useSubscriptions.d.ts.map +1 -1
- package/dist/billing/modules/subscriptions/hooks/useSubscriptions.js +16 -15
- package/dist/billing/modules/subscriptions/hooks/useSubscriptions.js.map +1 -1
- package/dist/billing/modules/subscriptions/pages/SubscriptionsListPage.d.ts.map +1 -1
- package/dist/billing/modules/subscriptions/pages/SubscriptionsListPage.js +155 -162
- package/dist/billing/modules/subscriptions/pages/SubscriptionsListPage.js.map +1 -1
- package/dist/generated/global-operations.d.ts +2 -0
- package/dist/generated/global-operations.d.ts.map +1 -1
- package/dist/generated/global-operations.js +2 -1
- package/dist/generated/global-operations.js.map +1 -1
- package/dist/generated/global-types.d.ts +1 -0
- package/dist/generated/global-types.d.ts.map +1 -1
- package/dist/generated/global-types.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 = {
|