* Create `checkIfTeamHasActivePlan` method on `stripe-billing-service` * Add `checkIfTeamPlanIsActive` to `InternalTeamBilling` * Create `hasActiveTeamPlan` trpc endpoint * Check for active team plan when updating workflows * Create `useHasActiveTeamPlan` hook * Use `useHasActiveTeamPlan` on workflow edit page * Type fixes * Type fix * Add `accepted` to team query